Jump to content

[MOD] Swap "set equipment as default loadout" and "equip default loadout" on soldier


EnderWiggin

Recommended Posts

I have proposed this change here, but decided not to wait until it will be implemented by devs, and do it myself. It requires small edits to 2 files: assets/scripts/rolemenu.lua and assets/scripts/sequipview.lua.

In assets/scripts/rolemenu.lua you need to change 2 lines:

line 38 (button label) from :

        label = "SEQ.Role.EquipDefault",

to:

        label = "SEQ.Role.ChangeDefault",

and line 45 (button click action) from:

	          EquipLoadout();

to:

	          EditLoadout();

In file assets/scripts/sequipview.lua you need to change 2 lines too:

Line 1558 (button label) from:

        label = "#Set equipment as default loadout",

to:

        label = "SEQ.Role.EquipDefault",

and line 1563 (button click action) from:

	          EditLoadout();

to:

	          EquipLoadout();

If you do not want to do this changes yourself, you can download modded files here. Just unzip contents of archive into game folder and replace all files when asked.

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...