0 of 0

File information

Last updated

Original upload

Created by

Storm87

Uploaded by

Storm87

Virus scan

Safe to use

Tags for this mod

About this mod

This mod will add an invisible cape for players who wants to enjoy +1 Charisma bonus, but without any visible cape on their character's back.

Permissions and credits
Changelogs
Storm87's Invisible Cape

Does your cape clips through your bulky armor? Perhaps capes don't really fit the rest of your outfit? Are you annoyed by a poor cloth physics? Or maybe you just hate capes in general, but you can't give up on this juicy +1 Charisma bonus?

If that's the case, THIS mod is for YOU!

Storm87's Invisible Cape will provide you with... a brand new cape that doesn't use an actual visible model! Brilliant, isn't it?
I'm aware that there's a single, terribly outdated mod that does something similar. My mod, however, will add an invisible cape as a separate item, rather than disable models of any existing capes.

Features (v1.1.0):

- Medium and heavy capes without visible model. (duh!)
- Invisible capes now use unique names: Ghostly cape and Spectral cape.
- Available in English (default) and Polish. I can add other languages per request.
- Capes now have their quality level set to 30/60 so they'll always show on top of the list.
- Capes are marked as "uniqe" (golden) for easier identification, but their stats are identical to regular (medium/heavy) capes.
- You can buy Ghostly cape from Serene and New Serene general store merchant up untill level 7. From level 8 onwards Ghostly cape will be replaced in merchant's stock by Spectral Cape.
- Capes are always available for purchase. If you can't see this cape in merchant's inventory right after installation, you should wait for up to 30 in-game hours.

Installation:

Unpack "game_components", "gui" and "items" folders from the archive and place them into your "datalocal" folder, typically located at:

C:\Program Files (x86)\Steam\steamapps\common\GreedFall

Compatibility:

1. This mod is fully compatible with Storm87's Consistent Armor Sets (conflicting files are interchangeable) and can be merged with Storm87's Travelling Trader's Ultimate Selection (TTUS files should be pasted over IC).

2. This mod will override the following files:

game_components_ld_autogen_traders_inventory.sli

Required to add an Invisible Cape to merchant's inventory. Rarely used by other mods.

desctags_autogen_equip_crafts.sli

Required to display a proper item name in menu. In case of incompatibilty, paste following lines under <!--## CAPE ##--> section:

<descriptionTag idDescTag="clo_hum_ccm_medium_02a" publicName="Ghostly cape"/>
<descriptionTag idDescTag="clo_hum_ccm_heavy_02a" publicName="Spectral cape"/>


items_autogen_equipements.sli

Used by mods that add or modify weapons and armor. In case of incompatibilty, paste following lines under <!--## CAPE ##--> section:

<merge id="clo_hum_ccm_medium_02a" inheritFrom="armor_cape_base" quality="30" isSpecial="true" weight="2" bodysoundBank="" skeletonConstraints="MALE | FEMALE"><objects><model file=""/></objects><eventEffectSets><eventEffectSet eventType="PASSIVE"><effects><changeAttributes on="SELF"><operations><addBonus operator="ADD_PREMULT" type="EQUIPEMENT_QUALITY" value="30"/><addBonus operator="ADD_PREMULT" type="INTERRUPT_MAX" value="10"/><addBonus operator="ADD_PREMULT" type="DEFENSE_ARMOR_PHY_MAX" value="12"/><addBonus operator="ADD_PREMULT" type="DEFENSE_ARMOR_REACTIVITY" value="-0.5"/><addBonus operator="ADD_PREMULT" type="ITEM_TALENT_CHARISMA_ADD" value="1"/></operations></changeAttributes></effects></eventEffectSet></eventEffectSets><craftSettings><includeChildNodes>craftSettings_recycleEvents</includeChildNodes><recyclingResults><itemResult id="ing_mob_leather" count="3" chance="50"/></recyclingResults></craftSettings><tradeSettings buyPrice="62"/></merge>

<merge id="clo_hum_ccm_heavy_02a" inheritFrom="armor_cape_base" quality="60" isSpecial="true" weight="3" bodysoundBank="" skeletonConstraints="MALE | FEMALE"><objects><model file=""/></objects><eventEffectSets><eventEffectSet eventType="PASSIVE"><effects><changeAttributes on="SELF"><operations><addBonus operator="ADD_PREMULT" type="EQUIPEMENT_QUALITY" value="60"/><addBonus operator="ADD_PREMULT" type="INTERRUPT_MAX" value="15"/><addBonus operator="ADD_PREMULT" type="DEFENSE_ARMOR_PHY_MAX" value="24"/><addBonus operator="ADD_PREMULT" type="DEFENSE_ARMOR_REACTIVITY" value="-1"/><addBonus operator="ADD_PREMULT" type="ITEM_TALENT_CHARISMA_ADD" value="1"/></operations></changeAttributes></effects></eventEffectSet></eventEffectSets><craftSettings><includeChildNodes>craftSettings_recycleEvents</includeChildNodes><recyclingResults><itemResult id="ing_mob_leather" count="3" chance="50"/></recyclingResults></craftSettings><tradeSettings buyPrice="103"/></merge>