-
Notifications
You must be signed in to change notification settings - Fork 28
Configuration File
In this page will show you information about Configuration File (config.conf)
on config.conf, it has
- usingServerData
- serverDataIP
- manualIP
- manualPort
- manualMeta
- usingNewPacket
- httpsPort
- skipGazette
- isSpoofed
the default configuration file it will like this
usingServerData=1
serverDataIP=2.17.198.162
manualIP=127.0.0.1
manualPort=17091
manualMeta=localhost
usingNewPacket=1
httpsPort=8080
skipGazette=1
isSpoofed=0
you dont need to create config.conf, because it will automatic create when you dont have config.conf
Value = 0 (false) / 1 (true)
if you set it true (1), it will read server data (recommend for Real GT Server)
if you set it false (0) it will read manualIP, manualPort, manualMeta (recommend for Growtopia Private Server)
Value = IP Address
for read target server data for Real GT Server
Value = IP Address
set target Growtopia Private Server IP Address
Value = Port (0-65535)
set target Growtopia Private Server Port
Value = String
set target Growtopia Private Server Meta
Value = 0 (false) / 1 (true)
server using new packet (must use for Real GT Server)
if the server need using new packet, set it true (1), if not, set it false (0)
Value = Port (0-65535)
set https server for proxy
if you are using Laptop/PC, you can use 80
if you are using android, you can use 8080 and using powertunnel
Value = 0 (false) / 1 (true)
if you are set skipGazette
to 1 (true), it will skip the gazette, and you can modify your own gazette at eventServer.c line 192
Value = 0 (false) / 1 (true)
if you are set isSpoofed
to 0 (false), it will not spoof your login, and you can do login Growtopia if Growtopia update the KLV key
if you are set isSpoofed
to 1 (true), it will spoof your login, and if the KLV key not updated, you will stuck on Logging on
Wiki
Introduction
Building the Project
- Codeblocks (Windows Version)
- Manual Build (GCC Windows Version)
- Manual Build (Linux Version)
- Manual Build (Android Version)
Connecting to GTProxy
Configuration File
- Default Configuration File
- usingServerData
- serverDataIP
- manualIP
- manualPort
- manualMeta
- usingNewPacket
- httpsPort
- skipGazette
- isSpoofed
GTProxy Tutorial