More Wargear sets

Hi team, this was posted before a while ago, and I don’t think it received any response.

I currently have all 4 characters, each with 5 Wargear sets, yet I am using my 5th character slot, to create another guy, so that I can have 5 more of a certain class. Please could we get more Wargear sets? Each set I use for both role play, with some custom clothing, but also different / experimental talent builds. With so many build and cosmetic combinations, I feel very restricted to having 5 per class, even the 10 I have by duplicating one of my classes isn’t enough (for me), but 10 sets per class would be a good starting point. I am hoping that this would not be too difficult to implement, and bear in mind, if I have more slots, I may wish to buy more cosmetics so that I have a different look for each build :wink:

1 Like

It’s a good suggestion but if you are on PC you can use the More Characters and Loadouts mod while you wait.

2 Likes

If you download the loadouts mod, your sets stay saved even after a new update/unupdated or deleted mods. (So long as you dont delete the sets yourself.)

2 Likes

exactly, you have up to 8 characters (which there are server-side, but the game shows you only 5), and up to 12 loadouts per character. which is the emperor’s gift if you try different skills and don’t want to redo the tree and loadout many times over.

2 Likes

Thank you guys, I didnt spot this mod. Hopefully they add this to the base game so we dont have to rely on mods :slight_smile:

1 Like

You can even modify it to allow more loadouts

This is what I have modified (more_characters_and_loadouts.lua)

mod.on_all_mods_loaded = function()
	ViewElementProfilePresetsSettings.max_profile_presets = 20
	MainMenuViewSettings.max_num_characters = 8
end

With that, you can save 20 loadouts.

2 Likes

nice. although, on the contrary, i’m cutting back on loadouts now and leaving only those i actually use. i can modify, but no longer delete loadouts, since the itemization patch iirc, mod needs an update it seems.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.