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
-Fixed artifact helms not being able to interchange.
-Fixed offhands artifacts not being able to interchange.
Interchanging vanilla off-hands: I had to add an aspect to items for allow them to be interchanged, its easy do it yourself with the offhands in game. Just add the "aspect": "SEI_offhand" to every vanilla off-hand like this:
"id": "throwingKnife",
"weight": 0.1,
"tier": 2,
"category": "offHand",
"slots": [ "OFF_HAND" ],
"aspects": [
"SEI_offhand",
"weaponMaxRange:5",
"weaponWield:4",
"weaponDamage:2"
],
"ownerAspects": [ "offHand_throwingKnives" ],
"cost": [ "3 ingot", "1 heartwood" ],
"layers": [
{
"name": "item_offhand_throwingKnife",
"scaleX": 0.55,
"scaleY": 0.55,
"rigUsage": "rigGeneral",
"grip": "offHand",
"gripOffset": { "x": 27, "y": 98 },
"ifNoOwnerAspect": "throwingKnife_usedUp"
}
]
}
However, if I want to exchange, say, an artifact shield, I still need your off-hand mod. This is a bit annoying... I like the vanilla selection of items (no offence to your extras, they just don't suit me), I just want to be able to move them around!
Any plans for a mod which does what your inventory mod does for weapons, but applied to all kinds of items, without requiring all the extra-item mods?