Commit Graph

7 Commits

Author SHA1 Message Date
IceOfWraith
f3d6d584b4
Update MinValue for all player counts (#269)
This is to address https://github.com/CubeCoders/AMP/issues/803
2023-01-02 13:49:55 -06: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
a67894970e
Developer Spelled "Infinite" Wrong
It's now spelled right.
2022-01-22 15:48:56 -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