Commit Graph

8 Commits

Author SHA1 Message Date
Greelan
6a298f479c
Fix config download URL (#286) 2023-02-02 20:06:16 -06:00
Greelan
70c93e9a07
SteamCMD client app ID updates (#272) 2023-01-08 07:57:45 +11:00
Greelan
2a9992265a
Craftopia: config and server stop fixes (#147)
* Updates to download config file
* Fix server stop
2022-06-24 21:41:20 +10:00
James Manker
e35e148350 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-15 21:17:03 -06:00
IceOfWraith
1eaa42f11d Update Port and MaxUsers
Now uses the correct form for MaxUsers and utilizes ApplicationPort1 due to the latest feature.
2022-01-29 20:50:06 -06:00
IceOfWraith
97b5e018ec Correct Craftopia Ports and Password
@Greelan pointed out a couple mistakes on the changes I proposed. They should be correct now!
2022-01-22 04:21:08 -06:00
IceOfWraith
1fff412b79 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-21 20:34:05 -06:00
mrhanman
fbedec0487
Create Craptopia Template 2022-01-01 11:59:53 -09:00