Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
im still at work lol
2nd is to open the troops.xml
3rd is to add this line
<EquipmentRoster>
<EquipmentRoster civilian="true">
<equipment slot="Item0" id="Item.peasant_2haxe_1_t1" />
<equipment slot="Item2" id="Item.throwing_stone" />
<equipment slot="Body" id="Item.bandit_envelope_dress_v1" />
<equipment slot="Leg" id="Item.wrapped_shoes" />
</EquipmentRoster>
<EquipmentRoster>
<equipment slot="Item0" id="Item.peasant_hammer_1_t1" />
<equipment slot="Item2" id="Item.throwing_stone" />
<equipment slot="Body" id="Item.bandit_envelope_dress_v1" />
<equipment slot="Leg" id="Item.wrapped_shoes" />
</EquipmentRoster>
<EquipmentRoster>
<equipment slot="Item0" id="Item.peasant_hatchet_1_t1" />
<equipment slot="Body" id="Item.bandit_envelope_dress_v2" />
<equipment slot="Leg" id="Item.wrapped_shoes" />
</EquipmentRoster>
<EquipmentRoster>
<equipment slot="Item0" id="Item.seax" />
<equipment slot="Item1" id="Item.throwing_stone" />
<equipment slot="Body" id="Item.bandit_leather_water_flask" />
<equipment slot="Leg" id="Item.wrapped_shoes" />
<equipment slot="Gloves" id="Item.armwraps" />
</EquipmentRoster>
<EquipmentRoster>
<equipment slot="Item0" id="Item.peasant_hammer_2_t1" />
<equipment slot="Body" id="Item.vlandia_bandit_c" />
<equipment slot="Leg" id="Item.wrapped_shoes" />
<equipment slot="Head" id="Item.wrapped_headcloth" />
</EquipmentRoster>
into all
<Equipments>
.
.
.
.
.
</Equipments>
then voila 8 equipments slots. repeat adding them eventually you will get 12, 16, 20
Here is a screenshot of what it would look like if done correctly
https://imgur.com/EtOap4m
instead of this
https://imgur.com/5hxhZHZ
and this is what it looks like in game
https://imgur.com/k5Z5KL6
Is there a way to upload your "working" file? cause i think i build in some errors. Only vanilla work well atm.