Commit Graph

508 Commits

Author SHA1 Message Date
southnode
a574c8e14d
Squad Update (#304)
* Squad Update

Update to add fixedmaxtickrate to start arguments, remove haswritableconsole (Squad does not have a writable console), add SteamWorkshopDownloadLocation to applicable file area, set minampversion, remove RCON from serverconfig area and replace with info tile, clear up verbiage for descriptions of settings

* Recommended updates

Remove $ from non-AMP reserved variables
Update record demos for both client and server side for better readability
2023-03-22 22:33:00 -05:00
southnode
678314256c
Update Mordhau (#309)
* Update Mordhau

Add in SteamWorkshopDownloadLocation (even though the mods are on mod.io), add in custom map in the enum for starting map & mode, and add additional box to specify custom map

* Update mordhau-config.json

* Update mordhau-config.json

* Update mordhau.kvp

Bump MinAMPVersion
Remove SteamWorkshopDownloadLocation due to mordhau not utilising steam workshop mods
2023-03-22 22:11:38 -05:00
Greelan
b838524af7
CK: container policy update (#305) 2023-03-23 14:07:04 +11:00
Greelan
88efb2d919
Wine updates for 32 bit servers (#306) 2023-03-23 14:06:19 +11:00
IceOfWraith
2142937655
Update 7D2D (#311)
There was a typo in one setting.
2023-03-22 21:40:58 -05:00
Greelan
65e4acfe47
Arma 3: add server branch option (#308)
* Add Arma 3

* Fix autoInit flag

* Add parameter file ability

* Update regex

* Remote netlog flag

* Add headless client settings

* Update mod settings

* Final changes

* Update arma3config.json

* Mod handling and other tweaks

* Remove unnecessary stages

* IP Binding setting changes

* Update arma3.kvp

* Update arma3.kvp

* Update arma3.kvp

* Final changes

* Arma: add branch option
2023-03-21 08:05:41 -05:00
southnode
577156b9d9
Update ecoconfig.json (#303)
Change input type from text to Textarea to allow multiline descriptions for the server description
2023-03-19 21:17:16 +11:00
IceOfWraith
2f22ab52dd
Conan Exiles - Add Workshop Mod Support (#300)
This takes advantage of the new Steam Workshop functionality to allow users to easily download mods.
2023-03-16 07:23:59 -05:00
Greelan
534c0f2eab
Update mod scripts (#299) 2023-03-13 13:54:59 +11:00
Greelan
c349bde35d
ARK:SE: change BattlEye setting (#296)
* Add ARK: Survival Evolved

* Final updates

* Update ark-seconfig.json

* Update ark-seconfig.json

* Update ark-seupdates.json

* Update chat regex

* Metaconfig updates

* Final final updates

* Settings tweaks

* Update settings descriptions

* Gotta be final, right?

* IceOfWraith made me do it

* Update ark-seconfig.json

* Fix player whitelist

* IP binding updates

* Update ark-seconfig.json
2023-03-09 17:26:42 -06:00
Greelan
babe804c9b
ARK:SE: IP binding updates (#295)
* Add ARK: Survival Evolved

* Final updates

* Update ark-seconfig.json

* Update ark-seconfig.json

* Update ark-seupdates.json

* Update chat regex

* Metaconfig updates

* Final final updates

* Settings tweaks

* Update settings descriptions

* Gotta be final, right?

* IceOfWraith made me do it

* Update ark-seconfig.json

* Fix player whitelist

* IP binding updates
2023-03-09 21:25:39 +11:00
JetF0x
af786f90a1
Add Arma Reforger (#121) 2023-03-09 06:24:06 +11:00
Greelan
89fb007715
Add Arma 3 (generic) (#203) 2023-03-07 05:50:50 +11:00
Greelan
c62be0ac90
Unturned: Password tweaks (#294) 2023-03-07 05:40:51 +11:00
Maximilian Grüttemeier
fbd4da2aba
Add DayZ (#27) 2023-03-05 16:22:19 +11:00
PhonicUK
d5133d4fab
Update valheim.kvp
I r dumb
2023-02-23 21:37:46 +00:00
PhonicUK
59a63d4e0e
Update valheim.kvp
Add -nographics to args.
2023-02-23 14:26:01 +00:00
Greelan
9f72edc501
ARK:SE: fix player whitelist setting (#291) 2023-02-22 07:55:27 +11:00
IceOfWraith
dc5f2e89fc
ARK update version number and extra steps URI (#290) 2023-02-21 09:20:40 +11:00
Greelan
b9b2a9c76e
Add ARK: Survival Evolved (generic) (#266)
* Add ARK: Survival Evolved

* Final updates

* Update ark-seconfig.json

* Update ark-seconfig.json

* Update ark-seupdates.json

* Update chat regex

* Metaconfig updates

* Final final updates

* Settings tweaks

* Update settings descriptions

* Gotta be final, right?

* IceOfWraith made me do it

* Update ark-seconfig.json
2023-02-20 12:34:50 -06:00
PhonicUK
89bba4b2ed
Update valheim.kvp 2023-02-17 16:06:03 +00:00
IceOfWraith
0656f7de2a
Update 7D2D Control Panel Port Type (#289)
I made an oopsies. This is the control panel web page so has to be TCP.
2023-02-13 02:38:45 -06:00
Greelan
4ef2a2b01c
Project Zomboid: setting tweaks (#288) 2023-02-11 01:52:20 +11:00
IceOfWraith
0aee576520
Update space-engineers-genericupdates.json (#287) 2023-02-03 13:34:19 +11:00
Greelan
6a298f479c
Fix config download URL (#286) 2023-02-02 20:06:16 -06:00
Greelan
14f4572d06
Satisfactory: address steam API/client errors on Linux and Windows (#284) 2023-01-27 21:47:49 +11:00
IceOfWraith
0580f64220
Update Valheim+ Metaconfig (#283)
The Valheim+ server changes the ini file to contain spaces in the config file even though the initial config does not. This allows AMP to parse either format and update the file as needed. This requires 2.4.1.4 Nightly to work.
2023-01-26 20:16:26 -06:00
IceOfWraith
49df023f0e
Update Valheim+ (#281)
* Update Valheim+

This updates Valheim+ to remove the spaces in the ini file to match the original file. This also clarifies the description for Valheim Plus Enable.

* Update valheimconfig.json

Co-authored-by: Greelan <53196309+Greelan@users.noreply.github.com>
2023-01-21 14:16:48 -06:00
Greelan
3f469bd055
Update astroneer.kvp (#278) 2023-01-15 00:29:21 -06:00
southnode
d0d7ca57b2
Updated ecoconfig.json (#270)
Changed MaxConnections to DefaultSlots - maxconnections was removed from the Network.eco setting, and replaced with MaxConnections
2023-01-14 20:03:40 -06:00
Greelan
1c43087582
Update night-of-the-dead.kvp (#275) 2023-01-15 09:23:35 +11:00
Greelan
f562f0c22e
Icarus: add new prospect (#277) 2023-01-13 14:03:14 +11:00
IceOfWraith
31a7027045
Day of Dragons - Add Release Stream (#276)
* Day of Dragons - Add Release Stream

The devs are creating a new public version for UE5. This allows users to use the legacy stream and continue using the current version.

* Update day-of-dragons.kvp

* Update day-of-dragonsconfig.json

* Update day-of-dragonsconfig.json

Co-authored-by: Greelan <53196309+Greelan@users.noreply.github.com>
2023-01-12 20:25:32 -06:00
Greelan
70c93e9a07
SteamCMD client app ID updates (#272) 2023-01-08 07:57:45 +11:00
IceOfWraith
ddea417be1
Update 7D2D Player Count (#259)
* Update 7D2D Player Count

The Player Count was not linked to the $MaxUsers variable.

* Update seven-days-to-dieconfig.json
2023-01-04 13:10:56 -06:00
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
Greelan
d421d1b8f6
The Isle (EVRIMA): add new human character setting (#268) 2023-01-01 10:49:26 +11:00
Greelan
0efa1ee8be
Stationeers (Legacy): update app ready regex (#267) 2023-01-01 10:19:10 +11:00
Geramie Kuba
737e2861c4
Valheim - Changed update soruce for BepInEx (#261)
* Changed update soruce for BepInEx

* Fixed Update soruce for BepInEx

* Added delete after extract

* fixed typo

* Really fixed the windows copy this time...
2022-12-30 10:21:52 -06:00
Greelan
fdea980d30
Stationeers: update container policy (#265) 2022-12-30 07:32:59 +11:00
IceOfWraith
1ec3102303
Update GatekeeperV2 (#264)
* Update GatekeeperV2

This removes the requirement to use a special Docker image since the python3 tagged ampbase image includes pip now. This also adds the additional stuff into a script that runs with the update stages instead of being handled by the before mentioned image. These are very quick installs that take only a couple of seconds.

* Update gatekeeperv2.kvp

Co-authored-by: Greelan <53196309+Greelan@users.noreply.github.com>
2022-12-29 06:09:30 -06:00
Sylvain CAU
4fd14ce55f
[Valheim] Fix some wording and default values (#263) 2022-12-28 12:14:31 -06:00
Dragoon209
1dc856f968
Added quotes to the host server config option as it started requiring them at some point in the past. (#260) 2022-12-23 12:30:48 -06:00
Geramie Kuba
34b47c875a
Merged Valheim and Valheim Plus templates. (#241)
* Merged Valheim and Valheim Plus templates.

* Updated Config.

* Changed the saves dir to Saves from Data.

* Updated Authors

* fixed a typo

* Added move Data to Saves command on update

* Copy Pasta problems

* Updated user Join and Leave regex.

* Added BepInEx download option.

* Added Valheim Plus config options. First pass.

* Clarified BepInEx Description

* fixed typo

* added Valheim Meta config

* Fixed typo

* Fixes

* Fixed category formatting

* Resolved issues

* Added Min/Max value

* Fixed more capitalizations.

* More fixes

* more fixes
2022-12-22 17:21:46 -06:00
Greelan
2d1b35189b
Update icarusconfig.json (#254) 2022-12-20 06:21:00 +11:00
IceOfWraith
215c301d25
Update 7D2D - Default Backup Exclude (#252)
* 7d2d

* Update 7D2D - Default Backup Exclusion

This adds a default .backupExclusions file for 7d2d.
2022-12-16 23:57:37 -06:00
IceOfWraith
7e025bac53
Update Empyrion - Backup Exclude Toggle (#251)
This adds a checkbox slider to allow disabling the download of the default backup exclude file.
2022-12-16 22:26:30 -06:00
Geramie Kuba
09d6d804bf
Added Darkness Falls Mod (#245)
* Added Darkness Falls Mod

* Fixed squashed items

* Expanded description

Noted this is the stable branch.
2022-12-16 21:37:51 -06:00
Greelan
1c96ebb890
Icarus: Add settings, branch option, remove player limit (#249) 2022-12-17 12:39:01 +11:00
IceOfWraith
feaffecd75
Update Empyrion - Custom Scenario and Default Backup Exclusions (#250)
* Update Empyrion - Custom Scenario and Default Backup Exclusions

This provides a second scenario input that allows the user to specify a custom scenario. The folder name must match the name put in the input.

This also includes a backup exclusion that only stores the Saves folder and the yaml config files.

* Fix stuff

* Update empyrion-galactic-survivalupdates.json
2022-12-16 16:06:32 -06:00