This website requires JavaScript.
Explore
Help
Sign In
Yadciel
/
AMPTemplates
Watch
1
Star
0
Fork
0
You've already forked AMPTemplates
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
e35e148350
AMPTemplates
/
craftopiametaconfig.json
8 lines
106 B
JSON
Raw
Normal View
History
Unescape
Escape
Add Settings to Craftopia This adds all the settings to the Craftopia GUI and cleans up a few items. The port must be put in manually until the functionality is added to use AMP variables in automap.
2022-01-22 03:34:05 +01:00
[
{
"ConfigFile"
:
"ServerSetting.ini"
,
Added fix for connection timeout error Set the ConfigFormat to use quotes around all settings. I believe this was causing games with spaces in the name to be non-joinable. The strange part is you could set it back to having a space and it would work going forward. Also set the ExitMethod to String and quit. The user must type yes following since there is no option to do two input commands to quit a server. CtrlC doesn't work in AMP on Windows for this game. And CtrlC doesn't work for this game on the Linux Terminal. OS_CLOSE ended in a kill. Removed the config file and used the start/wait/stop update stages instead.
2022-02-16 04:17:03 +01:00
"AutoMap"
:
true
,
"ConfigFormat"
:
"{0}=\"{1}\""
Add Settings to Craftopia This adds all the settings to the Craftopia GUI and cleans up a few items. The port must be put in manually until the functionality is added to use AMP variables in automap.
2022-01-22 03:34:05 +01:00
}
]
Reference in New Issue
Copy Permalink