Home » MODDING HQ 1.13 » v1.13 Modding, Customising, Editing » v1.13 XML Customization » reduce number of guns
reduce number of guns[message #364394] Tue, 01 March 2022 15:15 Go to next message
SanKuKai is currently offline SanKuKai
Messages:2
Registered:March 2022
Hello everyone,

I restarted playing JA2 1.13 recently and find "tons of guns" to be too much, and "reduced" not enough happy

So i would like to remove manually a few guns from "tons of guns" to make it more suited for me.

- do you know if someone already did that and shared the file ? (i searched but didn't find) ?
-
or

- how would you modify the xml to achieve my goal ?

Thanks

Report message to a moderator

Civilian
Re: reduce number of guns[message #364400 is a reply to message #364394] Tue, 01 March 2022 22:45 Go to previous messageGo to next message
Mai Ti Miao is currently offline Mai Ti Miao

 
Messages:71
Registered:November 2018
Hi happy

I recommend copying items.xml (from ~JA2\Data-1.13\TableData\Items) to ~JA2\Profiles\UserProfile_JA2113\TableData\Items. Replace "UserProfile_JA2113" with "UserProfile_YourMod", if you play modded.
If not done already, get a copy of Notepad++, it can read all "textfiles" used by JA2 and has some features which make working on them easier.

In items.xml, each item has a $tag:
<BigGunList>0</BigGunList> respectively
<BigGunList>1</BigGunList>

Changing <BigGunList> from 0 to 1 limits it to "tons of guns" - and from 1 to 0 would include it in "reduced". Thus, if you change the weapons you want to
<BigGunList>0</BigGunList>, and those you don't want to
<BigGunList>1</BigGunList>, you will create a list with your favourites for "reduced" setting.

Report message to a moderator

Corporal
Re: reduce number of guns[message #364402 is a reply to message #364400] Wed, 02 March 2022 17:40 Go to previous message
SanKuKai is currently offline SanKuKai
Messages:2
Registered:March 2022
Thx a lot.
I Will try it.

Report message to a moderator

Civilian
Previous Topic: Enemy Voice Taunts
Next Topic: Enemy-Item-Choices and -Drops
Goto Forum:
  


Current Time: Tue May 20 03:25:38 GMT+3 2025

Total time taken to generate the page: 0.00447 seconds