Commit Graph

679 Commits

Author SHA1 Message Date
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
PhonicUK
8e7a7bc278
Merge pull request #70 from IceOfWraith/ror2
Risk of Rain Steam SDK Fix
2022-02-15 21:49:34 +00:00
PhonicUK
e753a55949
Merge pull request #73 from Greelan/patch-2
Project Zomboid: Mask Discord token in UI
2022-02-15 21:49:22 +00:00
PhonicUK
282a7657ed
Merge pull request #71 from Greelan/patch-1
Unturned: Fix two input types
2022-02-15 21:49:10 +00:00
Greelan
ddfacfe78e
Project Zomboid: Mask Discord token in UI 2022-02-15 17:10:04 +11:00
Greelan
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
IceOfWraith
d3226158a2
Merge branch 'main' into ror2 2022-02-14 14:25:56 -06:00
James Manker
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
PhonicUK
c249e13ac7
Merge pull request #67 from IceOfWraith/insurgencyss
Convert Insurgency Sandstorm to base config
2022-02-14 18:13:00 +00:00
PhonicUK
58b4fd91bf
Merge pull request #50 from Greelan/unturned
Add Unturned template
2022-02-14 18:12:44 +00:00
PhonicUK
06eb1168ab
Merge pull request #68 from Greelan/astroneer
Astroneer: Various updates
2022-02-14 18:12:24 +00:00
PhonicUK
856b682e1a
Merge pull request #53 from Greelan/pz
PZ: various updates
2022-02-14 18:11:12 +00:00
James Manker
58bbe99221 Corrected the Java settings and cleaned update stages
title
2022-02-14 09:18:50 -06:00
Shinynecrid
c3fe8c6d0e Re-Write of Squad (Draft)
Re-Write squad module, add web settings. Voting Config to be added at a later date.
2022-02-14 08:41:10 -06:00
James Manker
92e80108bf ,
,,,
2022-02-13 19:10:49 -06:00
James Manker
2e151c7e5e I blame Greelan if this breaks
Because he required me to pamper him and not use the config that getamp.sh spits out. :p
2022-02-13 14:49:13 -06:00
James Manker
4f96ad7cef Strange commit
Not sure what went wrong. This is the fixed files.
2022-02-13 14:27:15 -06:00
James Manker
47f83ab12d Updated some things
Based on Greelan's review, I've updated the following:
1. Removed unnecessary ports
2. Clarified Max Heap needs "m" at the end
3. Added "" around startup args that were manually inserted
2022-02-13 14:23:18 -06:00
Greelan
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
James Manker
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
James Manker
829c1e5614 Finalized Config
This should be the final version of the config, ready for release. The only issue is there is no "shutdown" command for this game without using the GUI. The only way to stop it within AMP (as far as I can figure out) is to do a force stop.
2022-02-12 15:49:09 -06:00
James Manker
bc8b9c0b45 Added Proton
Requires xvfb to run.
2022-02-12 04:01:03 -06:00
James Manker
af7275b250 Fix for configmanifest.json
Fix for configmanifest.json
2022-02-12 03:05:24 -06:00
James Manker
86a19dd796 .
.
2022-02-12 02:55:27 -06:00
James Manker
fa0c719a1e Add config template
@Greelan added update stages and adminpassword settings.
2022-02-12 02:38:27 -06:00
PhonicUK
ed3b68b11d
Merge pull request #61 from Shinynecrid/newmodule-insurgency
Insurgency Sandstorm Generic Module Template
2022-02-11 16:24:19 +00:00
PhonicUK
5fa353a3a9
Merge pull request #62 from IceOfWraith/rorproton
Update Risk of Rain 2 for Proton
2022-02-11 16:24:08 +00:00
Shinynecrid
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
IceOfWraith
9a5e51e0c9 Additions made by Greelan
Notes by Greelan:

Some further development of the template that you can merge if appropriate to build out your PR.

Having worked with it a bit more I've concluded that it ain't a particularly AMP-friendly server.

Couple of specific comments:

    I've added AdminPassword as a command line argument, but I am not sure that is accepted. Most instructions say to put it in the ServerSettings.ini. Problem is that the default ServerSettings.ini that is created when the server is first started does not include that field. So I tried the solution of having a copy of that ini, with the AdminPassword field added, being downloaded from GitHub and copied across as update stages. But the server overwrites that on first start. And given I don't want the update stages overwriting the existing ServerSettings.ini, because it might include a lot of user configuration, I can't see a resolution for this (ie getting an AdminPassword entry into the standard ServerSettings.ini that is not overwritten by the server and that does not cause AMP to overwrite other settings).
    The Server Password manifest entry assumes that it will work with the ServerPassword field that exists by default in ServerSettings.ini. But I've also read that ServerPassword only works in Engine.ini. However, Engine.ini doesn't include that entry by default - which creates the same issue as for AdminPassword.
2022-02-07 19:31:56 -06:00
Greelan
6f64abcdf7 Update ExitMethod 2022-02-08 11:59:58 +11:00
Shinynecrid
fd26b1ae22 Fix Update Stages
Somehow the update stages were missing. Corrected.
2022-02-07 16:40:13 -06:00
Shinynecrid
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
Greelan
f3f7731563 Add Discord settings 2022-02-05 15:50:40 +11:00
Greelan
b6b6920b82 Merge branch 'pz' of https://github.com/Greelan/AMPTemplates into pz 2022-02-05 15:37:59 +11:00
IceOfWraith
d28644048d Put the right file...
It helps if I put the right file out here.
2022-02-03 19:40:51 -06:00
IceOfWraith
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
Shinynecrid
dd336cff45 Complete Overhaul of the Configuration File
Completely Re-Do the configuration file.
Added Mod functionality
2022-02-02 17:58:34 -06:00
Greelan
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
Greelan
8420e65824 Ensure mods directory not overwritten 2022-02-02 15:53:34 +11:00
Greelan
f2ce7b7885 Add mods directory creation update stage 2022-02-02 15:48:28 +11:00
Shinynecrid
5749cf4b93 More Config File Changes
More Fixes to Configuration File
2022-02-01 12:21:35 -06:00
Shinynecrid
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
Shinynecrid
af6ca969a4 Update Configuration and Allow Skippable Settings
Fixed a few things with the configuration file
2022-02-01 09:35:25 -06:00
Greelan
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
Greelan
4004bcf8b0 Update project-zomboidconfig.json 2022-02-01 10:36:48 +11:00
PhonicUK
f443361d7a
Merge pull request #60 from Shinynecrid/newmodule-insurgency
Add Insurgency Sandstorm Generic Template
2022-01-31 13:37:15 +00:00
Greelan
23a76b1068 Fix spawnpoints setting formatting 2022-01-31 15:40:37 +11:00
Greelan
55fc17853b Slight fix to welcome message
(Default ini file has typo)
2022-01-31 13:21:46 +11:00
Shinynecrid
3282517417 Add Insurgency Sandstorm Generic Template
Added Insurgency Sandstorm support to AMP. Support for Windows and Linux, Game INI configuration to be added as a web setting at a later date, as well as cleanup of REGEX.
2022-01-30 19:35:45 -06:00
Greelan
6cf4aac008 Merge branch 'unturned' of https://github.com/Greelan/AMPTemplates into unturned 2022-01-31 11:49:48 +11:00