Commit Graph

233 Commits

Author SHA1 Message Date
b07a047f61 Pavlov: clean up ini references 2022-02-20 19:57:28 +11:00
d030909a85 Pavlov: update GitHub path for base config download
Now points to CubeCoders repo
2022-02-20 18:20:32 +11:00
54db87c366 Merge pull request #41 from Greelan/pavlov-vr
Add Pavlov VR template
2022-02-19 17:40:10 +00:00
f6f0a91cf5 Merge pull request #74 from IceOfWraith/craftopia
Fixed Craftopia Config
2022-02-19 17:05:25 +00:00
c9f4eb2b4b Merge pull request #80 from Greelan/unturned
Unturned: update telnet login format
2022-02-19 17:00:26 +00:00
c3d5f36924 Merge pull request #81 from IceOfWraith/se
Update Space Engineers
2022-02-19 17:00:17 +00:00
3763a2ef99 Merge pull request #75 from IceOfWraith/stationeers
Create Stationeers Config
2022-02-19 16:59:54 +00:00
e74a81926b Removed Regex
There are no log items for user join/leave/chat.
2022-02-19 02:11:29 -06:00
2d5466f331 Full commit 2022-02-19 15:48:37 +11:00
9b18fb27c3 Update Space Engineers
Fixed the config file getting overwritten on update
Added Sleep functionality
Fixed Steam direct connect link
Properly hid Port/IP settings
Removed unused Port 3
2022-02-18 22:28:30 -06:00
f27b6c4716 Unturned: update telnet login format
Needs to be specifically set to cater for new default
2022-02-19 15:13:05 +11:00
28e688e1ce Merge pull request #76 from Greelan/unturned
Unturned: Add sleep settings
2022-02-18 17:07:53 +00:00
d1620eae43 Merge pull request #78 from Greelan/pz
Project Zomboid: Correct steam connect URL format
2022-02-18 17:06:18 +00:00
3818456ff3 Correct steam connect URL format 2022-02-18 10:33:32 +11:00
f7e7866b87 Fix steam connect URL format 2022-02-18 10:18:44 +11:00
d078150fad Unturned: Add sleep settings
Also includes the steamclient.so related changes in https://github.com/CubeCoders/AMPTemplates/pull/72
2022-02-17 22:01:44 +11:00
332e2afc92 Create Stationeers Config (draft)
This is the initial Stationeers generic config. The server functions well overall. The GUI settings appear to work as intended. I do not own this game and as such cannot test fully. I need someone to login and obtain the join/leave/chat console output so I can complete this one. Otherwise, I believe it should be finished.

Known issues:
The shutdown command does not work in Windows, only Linux using OS_Close.
Sleep mode fails to wake up: Related issue - https://github.com/CubeCoders/AMP/issues/587
2022-02-16 20:59:19 -06:00
ed5a8f38c7 ConfigFormat changes not needed
I believe that this game's dedicated server is the cause of the timeout issue. It is still in an early beta stage at this point. I have tried to recreate the problem and no matter what, I cannot now. After the first initial connection to any server it works from then on. The ini file is intended to not have quotes in this case given the examples at the top. There are other settings I've put in the GUI but do not seem to function in the server yet, things like "No Food", "No Death", etc. have no impact. You will die and you will be angry. Please contact the develop to have them fix their game.
2022-02-15 21:55:14 -06:00
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
8e7a7bc278 Merge pull request #70 from IceOfWraith/ror2
Risk of Rain Steam SDK Fix
2022-02-15 21:49:34 +00:00
e753a55949 Merge pull request #73 from Greelan/patch-2
Project Zomboid: Mask Discord token in UI
2022-02-15 21:49:22 +00:00
282a7657ed Merge pull request #71 from Greelan/patch-1
Unturned: Fix two input types
2022-02-15 21:49:10 +00:00
ddfacfe78e Project Zomboid: Mask Discord token in UI 2022-02-15 17:10:04 +11:00
0b50e6c343 Unturned: Fix two input types
Inadvertently reversed the input types for Steam64 ID and GSLT token. Thanks to @IceOfWraith for the pickup!
2022-02-15 08:16:32 +11:00
d3226158a2 Merge branch 'main' into ror2 2022-02-14 14:25:56 -06:00
a4fd47e7a9 Risk of Rain Steam SDK Fix
During the Proton feature enhancement I accidentally removed the Steam SDK update stage. This should resolve it so players can view their server in the browser again.
2022-02-14 14:24:38 -06:00
c249e13ac7 Merge pull request #67 from IceOfWraith/insurgencyss
Convert Insurgency Sandstorm to base config
2022-02-14 18:13:00 +00:00
58b4fd91bf Merge pull request #50 from Greelan/unturned
Add Unturned template
2022-02-14 18:12:44 +00:00
06eb1168ab Merge pull request #68 from Greelan/astroneer
Astroneer: Various updates
2022-02-14 18:12:24 +00:00
856b682e1a Merge pull request #53 from Greelan/pz
PZ: various updates
2022-02-14 18:11:12 +00:00
9109b57a84 Various updates
- Switch to automap
- Add manifest settings
- Fix Proton (even though not currently usable with server)
2022-02-13 21:54:23 +11:00
ce9b4282dd Convert Insurgency Sandstorm to base config
This switches the config to use a base config rather than a template to allow users to manually add special settings without a full config file overwrite.
2022-02-12 18:27:14 -06:00
ed3b68b11d Merge pull request #61 from Shinynecrid/newmodule-insurgency
Insurgency Sandstorm Generic Module Template
2022-02-11 16:24:19 +00:00
5fa353a3a9 Merge pull request #62 from IceOfWraith/rorproton
Update Risk of Rain 2 for Proton
2022-02-11 16:24:08 +00:00
979b0addca Update Rulesets
Update Rulesets, and Fix a display name for 3rd  person. Also adjust how mods are handled.
2022-02-10 08:17:38 -06:00
6f64abcdf7 Update ExitMethod 2022-02-08 11:59:58 +11:00
fd26b1ae22 Fix Update Stages
Somehow the update stages were missing. Corrected.
2022-02-07 16:40:13 -06:00
16ad382027 Complete Re-Write of the Insurgency Sandstorm Generic Module Template
Completely re-did the module to include cleaner and better functionality.

Added Countless number of features
2022-02-06 21:40:45 -06:00
f3f7731563 Add Discord settings 2022-02-05 15:50:40 +11:00
b6b6920b82 Merge branch 'pz' of https://github.com/Greelan/AMPTemplates into pz 2022-02-05 15:37:59 +11:00
d28644048d Put the right file...
It helps if I put the right file out here.
2022-02-03 19:40:51 -06:00
7c171d4327 Update Risk of Rain 2 for Proton
This update allows Risk of Rain 2 to run under Proton and xvfb. This requires the user to run the command below to install prerequisites.

apt-get install xvfb lib32gcc1
2022-02-03 19:01:15 -06:00
dd336cff45 Complete Overhaul of the Configuration File
Completely Re-Do the configuration file.
Added Mod functionality
2022-02-02 17:58:34 -06:00
aa35ddfc16 Various updates
- Use OS_CLOSE for saner shutdown (on Linux at least)
- Add start/wait/stop update stages
- Shorten exit timeout (for Windows)
- Other tweaks (RCON port, command line args, manifest)
2022-02-02 20:29:05 +11:00
8420e65824 Ensure mods directory not overwritten 2022-02-02 15:53:34 +11:00
f2ce7b7885 Add mods directory creation update stage 2022-02-02 15:48:28 +11:00
5749cf4b93 More Config File Changes
More Fixes to Configuration File
2022-02-01 12:21:35 -06:00
6e26543b4b Fix for Always Requiring a password
Changed how passwords are handled for IS Sever. Fixed Password Field to be hidden for support tab, and Updated Server Config Page to allow for new configuration options. Will add support for game.ini at a later date.
2022-02-01 11:43:10 -06:00
af6ca969a4 Update Configuration and Allow Skippable Settings
Fixed a few things with the configuration file
2022-02-01 09:35:25 -06:00
1840c424d5 Various tweaks
- Add RandomPassword for relevant password fields
- Slight fix to welcome message (default ini file has typo)
- Fix spawnpoints setting formatting
- Include SkipIfEmpty for admin password
- Update placeholder/suffix fields capitalisation
2022-02-02 00:14:50 +11:00