KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
Gurotopia
★ 48
Open GitHub ↗
グロートピア | Growtopia Private Server, GTPS
Download README (.md)
Explore Similar Repositories
GTServer
:
a server made for growtopia private server
GTProxy
:
A Growtopia proxy to get or modify Growtopia Packet
GrowDocs
:
Growtopia packets documentation
GTIntercherAndroid
:
📱 GTIntercherAndroid is a combination of two sources that i created, GTInternalAndroid and GTLauncherAndroid.
Growtopia_ItemsDecoder
:
Decoder of file items.dat which can be found in Growtopia
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
Gurotopia
?
Download (.md)
<div align="center"> **グロートピア** *(Gurotopia)* : Lightweight & Maintained GTPS written in C/C++ [](https://github.com/GT-api/GT.api/actions/workflows/make.yml) [](https://github.com/gurotopia/Gurotopia/actions/workflows/docker.yml) [](https://app.codacy.com/gh/gurotopia/Gurotopia/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_grade) [](https://discord.gg/zzWHgzaF7J) </div> --- # <img width="250" height="53" alt="image" src="https://github.com/user-attachments/assets/0a3bee67-ad6c-4e4c-bd0e-aed89d9b5c09" /> ###  1. Requirements - [**MSYS2**](https://www.msys2.org/) - [**Visual Studio Code**](https://code.visualstudio.com/): install [C/C++ extension](https://marketplace.visualstudio.com/items?itemName=ms-vscode.cpptools) for VSCode - [**MariaDB Server**](https://mariadb.org/download/?t=mariadb&p=mariadb&r=12.2.2&os=windows&cpu=x86_64&pkg=msi&mirror=accretive) ### 2. Setup MSYS2 - Locate your MSYS2 folder at `C:\msys64`, open `ucrt64.exe`, and run the following command: ```bash pacman -S --needed mingw-w64-ucrt-x86_64-{gcc,openssl} make ``` ###  3. Compile - Open the project folder in Visual Studio Code. - Press **`Ctrl + Shift + B`** to start the build process. ###  4. Run - After compiling, press **`F5`** to run the server! # <img src="https://github.com/user-attachments/assets/fecde323-04c5-4b82-a08d-badcb184be6a" width="30" /> Linux ###  1. Install Dependencies - Enter command associated with your distribution into the terminal to install nessesary tools. <details><summary><img width="22" height="22" src="https://github.com/user-attachments/assets/8359ba6e-a9b2-4500-893f-61eaf40e2478" /> Arch</summary> <p> ```bash sudo pacman -S base-devel openssl mariadb-libs ``` </p> </details> <details><summary><img width="22" height="22" src="https://github.com/user-attachments/assets/742f35c4-3e69-450e-8095-9fabe9ecd0d8" /> Debian <img width="18" height="18" src="https://github.com/user-attachments/assets/46f0770e-f4ed-480b-851d-c90b05fae52f" /> Ubuntu</summary> <p> ```bash sudo apt-get update && sudo apt-get install build-essential libssl-dev libmariadb-dev ``` </p> </details> ###  2. Compile - Navigate to the project's root directory in your terminal and run the `make` command: ```bash make -j$(nproc) ``` ###  3. Run - Execute the compiled binary located in the `main` directory: ```bash ./main.out ``` #  Local Server Configuration > [!NOTE] > To connect to your local server, you must modify your system's **hosts** file. > - **Windows**: `C:\Windows\System32\drivers\etc\hosts` > - **Linux/macOS**: `/etc/hosts` > ``` > 127.0.0.1 www.growtopia1.com > 127.0.0.1 www.growtopia2.com > ```