2f4feff10a
* Added Draft for Stormworks
* Possible issue with auto map due to no file.
* Identifed issue with port ref duplcation
* Fixed issue with game not lauching due to director
* fixed issues with exe not found
* Attempt to two for not launching dir issue
* Fixed startup regex to dectect start properly
* Turned AutoMap
* Added config file, should auto map settings now
* renamed confige to follow convention
* Test Congfig setttings, added support for amp menu
* Fixed Checkbox enum being backwards
* Added download for setting file to auto map config
* Fixed config file path name
* Fixed update step not naming file correctly.
* Fixed metaconfig path issue.
* Fixed error with game directory field
* Removed hidden setting for config directory
* Partial Commit, most settings added to menu.
* completed adding settings to menu.
* Added missing config, setting menu lock
* Revert "Added Draft for Stormworks"
This reverts commit 699c81adba
.
* resolve issue with pull request
* Update stormworksupdates.json, removed unneaded step.
* Fixed Issues with KSV, and Port Names
* Add Linux support, other initial tidy-ups
* Added settings name to keywords and Placeholders
* removed hidden tag from settings discription.
* Added missing default tag to the category descrip
* removed kewords from hidden settings.
* Fixed issue with descriptions not showing.
* Fixed issue with black id causing whitelist active
* add admin box for AMP to set id value w/o override
* Corrected invalid xpath for admin
* Made First admin ID node accessable to AMP
* Added instructions for admin and commands.
* Fixed spelling, and clarified instructions.
* Added temp uri for Extra Setup Steps, test only
* Added links to the Extra Setups guide on discourse
* Added Guide.md for use on the Discourse server
* Added information to the guide, for linux info
* Fixed typo in stormworksguide.md
* Updated Meta.Author to reflect contributers
* Config settings clean-ups
* Admin setting tweak
* Update stormworksconfig.json
* Update stormworksconfig.json
* Changed Day Night to enum
* Tweaks to day/night setting
* Reordered Island List
* Fix typo
* Minor tidy-ups
* Fixed spelling issues
* Reword/Clarified/Spelling
* Final Changes to URLs
* Delete stormworksguide.md
---------
Co-authored-by: Greelan <53196309+Greelan@users.noreply.github.com>
27 lines
868 B
JSON
27 lines
868 B
JSON
[
|
|
{
|
|
"UpdateStageName": "Update",
|
|
"UpdateSourcePlatform": "All",
|
|
"UpdateSource": "SteamCMD",
|
|
"UpdateSourceData": "1247090",
|
|
"UpdateSourceArgs": "573090",
|
|
"ForceDownloadPlatform": "Windows"
|
|
},
|
|
{
|
|
"UpdateStageName": "Config Template Download",
|
|
"UpdateSourcePlatform": "All",
|
|
"UpdateSource": "FetchURL",
|
|
"OverwriteExistingFiles": false,
|
|
"UpdateSourceData": "https://raw.githubusercontent.com/CubeCoders/AMPTemplates/main/stormworksserver_config.xml",
|
|
"UpdateSourceTarget": "{{$FullBaseDir}}",
|
|
"UpdateSourceArgs": "server_config.xml"
|
|
},
|
|
{
|
|
"UpdateStageName": "Initialise Wine",
|
|
"UpdateSourcePlatform": "Linux",
|
|
"UpdateSource": "Executable",
|
|
"UpdateSourceData": "/bin/bash",
|
|
"UpdateSourceArgs": "-c 'WINEPREFIX=\"{{$FullRootDir}}.wine\" WINEARCH=win64 /usr/bin/wineboot --init --update'"
|
|
}
|
|
]
|