Installera Steam
logga in
|
språk
简体中文 (förenklad kinesiska)
繁體中文 (traditionell kinesiska)
日本語 (japanska)
한국어 (koreanska)
ไทย (thailändska)
Български (bulgariska)
Čeština (tjeckiska)
Dansk (danska)
Deutsch (tyska)
English (engelska)
Español – España (spanska – Spanien)
Español – Latinoamérica (spanska – Latinamerika)
Ελληνικά (grekiska)
Français (franska)
Italiano (italienska)
Bahasa Indonesia (indonesiska)
Magyar (ungerska)
Nederlands (nederländska)
Norsk (norska)
Polski (polska)
Português (portugisiska – Portugal)
Português – Brasil (portugisiska – Brasilien)
Română (rumänska)
Русский (ryska)
Suomi (finska)
Türkçe (turkiska)
Tiếng Việt (vietnamesiska)
Українська (ukrainska)
Rapportera problem med översättningen
-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?