Jump to content

[X:CE 0.30+] Local Settings


llunak

Recommended Posts

This is an empty mod that does not do anything on its own. Its purpose is to allow local modifications to the game without modifying game files.

Download: [ATTACH]5595[/ATTACH]

Usage:

  • Download and install using the modding tools in the game launcher.
  • Go to assets/mods/localsettings and do your local game modifications using the modular mod system.

Advantages:

  • No game files are modified, therefore game updates do not change local modifications.
  • All local changes are in one place where it's easy to see what all the changes are.
  • It is not necessary to search for which file exactly to change in case there are mods changing the file too.
  • Mod localsettings is guaranteed to have the highest priority, so its settings always overwrite values from the game files or any other mods.

Examples:

Disable aircraft recovery: Add assets/mods/localsettings/gameconfig.xml with the following content:

<?xml version="1.0"?><GameConfig> <airplaneRecovery value="0"/></GameConfig>

Increase soldier movement speed: Add assets/mods/localsettings/config.xml with the following content:

<?xml version="1.0" ?><Config><Character>	<MoveSpeed>400</MoveSpeed></Character></Config>

localsettings.zip

localsettings.zip

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...