Unstable 1.8.4.0

This commit is contained in:
Markus Isberg
2025-03-12 12:56:27 +00:00
parent a4c3e868e4
commit a4a3427e4e
627 changed files with 29860 additions and 10018 deletions
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<CampaignSettingPresets>
<CampaignSettingDefinitions>
<StartingBalanceAmount high="10000" medium="8500" low="6000" />
@@ -20,6 +20,7 @@
OxygenMultiplier="1.2"
FuelMultiplier="1.2"
MissionRewardMultiplier="1.0"
ExperienceRewardMultiplier="1.0"
ShopPriceMultiplier="0.9"
ShipyardPriceMultiplier="0.9"
RepairFailMultiplier="1.0"
@@ -38,6 +39,7 @@
OxygenMultiplier="1.0"
FuelMultiplier="1.0"
MissionRewardMultiplier="1.0"
ExperienceRewardMultiplier="1.0"
ShopPriceMultiplier="1.0"
ShipyardPriceMultiplier="1.0"
RepairFailMultiplier="1.0"
@@ -56,6 +58,7 @@
OxygenMultiplier="0.7"
FuelMultiplier="0.9"
MissionRewardMultiplier="1.0"
ExperienceRewardMultiplier="1.0"
ShopPriceMultiplier="1.5"
ShipyardPriceMultiplier="1.5"
RepairFailMultiplier="2.0"
@@ -74,6 +77,7 @@
OxygenMultiplier="0.4"
FuelMultiplier="0.8"
MissionRewardMultiplier="0.8"
ExperienceRewardMultiplier="0.8"
ShopPriceMultiplier="2.0"
ShipyardPriceMultiplier="2.0"
RepairFailMultiplier="5.0"
@@ -1,3 +0,0 @@
<?xml version="1.0" encoding="utf-8" ?>
<ClientPermissions>
</ClientPermissions>
@@ -1,4 +1,6 @@
<?xml version="1.0" encoding="utf-8" ?>
<!-- NOTE: these are the default permission presets used by the game, and this file may get overwritten when game updates are released -->
<!-- If you want to add custom permission presets, please use the file permissionpresets_player.xml -->
<PermissionPresets>
<Preset
name="None"
@@ -56,6 +58,7 @@
<Command name="showperm"/>
<Command name="spawn"/>
<Command name="spawnitem"/>
<Command name="give"/>
<Command name="disablecrewai"/>
<Command name="gamemode"/>
<Command name="sub"/>
@@ -0,0 +1,36 @@
<?xml version="1.0" encoding="utf-8" ?>
<!-- Custom permission presets, feel free to modify this file to add your own custom presets. -->
<PermissionPresets>
<!--
<Preset
name="Example"
description="Allowed to do e.g. manage round settings, kick players and access server logs."
permissions="ManageRound,Kick,SelectSub,SelectMode,ManageCampaign,ConsoleCommands,ServerLog,ManageSettings,ManageMoney,ManageBotTalents,SpamImmunity">
<Command name="clientlist"/>
<Command name="readycheck"/>
<Command name="autorestart"/>
<Command name="autorestartinterval"/>
<Command name="autorestarttimer"/>
<Command name="botcount"/>
<Command name="botspawnmode"/>
<Command name="gamemode"/>
<Command name="sub"/>
<Command name="shuttle"/>
<Command name="water"/>
<Command name="fire"/>
<Command name="difficulty"/>
<Command name="kick"/>
<Command name="kickid"/>
<Command name="campaigninfo"/>
<Command name="campaigndestination"/>
<Command name="togglekarma"/>
<Command name="setkarma"/>
<Command name="resetkarma"/>
<Command name="showkarma"/>
<Command name="togglekarmatestmode"/>
<Command name="respawnnow"/>
<Command name="traitorlist"/>
<Command name="setsalary"/>
</Preset>
-->
</PermissionPresets>