AMPTemplates/stormworksserver_config.xml

91 lines
2.7 KiB
XML
Raw Normal View History

Add Stormworks (#450) * 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 699c81adba3f20b59faa6b746d486169cd4979b9. * 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>
2023-09-15 04:02:19 +02:00
<?xml version="1.0" encoding="UTF-8"?>
<server_data
port="25564"
name="Stormworks - Powered by AMP"
seed="16657"
save_name="autosave_server"
max_players="32"
password=""
day_night_length="60"
sunrise="0.25"
sunset="0.791"
infinite_resources="false"
unlock_all_islands="false"
settings_menu="false"
base_island="data/tiles/island12.xml"
settings_menu_lock="false"
infinite_batteries="false"
infinite_fuel="false"
engine_overheating="true"
ceasefire="false"
infinite_ammo="false"
no_clip="false"
map_teleport="false"
vehicle_spawn="true"
photo_mode="true"
respawning="true"
cleanup_vehicle="false"
clear_fow="true"
third_person="true"
third_person_vehicle="true"
vehicle_damage="true"
player_damage="true"
npc_damage="true"
aggressive_animals="false"
sea_monsters="false"
lightning="true"
teleport_vehicle="false"
fast_travel="false"
starting_currency="20000"
despawn_on_leave="false"
map_show_players="true"
map_show_vehicles="true"
show_3d_waypoints="false"
show_name_plates="false"
override_weather="false"
override_time="false"
override_wind="false"
physics_timestep="0"
wildlife_enabled="true"
fish_spawn_rate="2"
unlock_components="false"
dlc_weapons="false"
dlc_arid="false">
<admins>
<id value=""/>
</admins>
<authorized>
</authorized>
<blacklist>
</blacklist>
<whitelist>
</whitelist>
<playlists>
<path path="rom/data/missions/default_ai"/>
<path path="rom/data/missions/default_ai_aircraft"/>
<path path="rom/data/missions/default_cargo"/>
<path path="rom/data/missions/default_dock_bollards"/>
<path path="rom/data/missions/default_elevators"/>
<path path="rom/data/missions/default_forest_fire_missions"/>
<path path="rom/data/missions/default_resource_storage"/>
<path path="rom/data/missions/default_mission_locations"/>
<path path="rom/data/missions/default_mission_transport_locations"/>
<path path="rom/data/missions/default_mission_zones_arctic"/>
<path path="rom/data/missions/default_mission_zones_building"/>
<path path="rom/data/missions/default_mission_zones_delivery"/>
<path path="rom/data/missions/default_mission_zones_main"/>
<path path="rom/data/missions/default_mission_zones_sawyer"/>
<path path="rom/data/missions/default_natural_disasters"/>
<path path="rom/data/missions/default_paths"/>
<path path="rom/data/missions/default_resource_trading"/>
<path path="rom/data/missions/default_tutorial"/>
<path path="rom/data/missions/dlc_weapons_ai"/>
<path path="rom/data/missions/default_mission_zones_underwater"/>
<path path="rom/data/missions/default_mission_zones_arid"/>
<path path="rom/data/missions/default_railroad_signals"/>
<path path="rom/data/missions/default_landmarks"/>
<path path="rom/data/missions/default_oil_survey"/>
</playlists>
</server_data>