WhyspreShayde Posted January 9, 2020 Share Posted January 9, 2020 Ok, so i just got cloak of the falling star. Can anyone devise a way to apply that effect to the appearance of like robes or dancers outfits? im a total cut and paste modder. but id love to learn more in depth modding. Link to comment Share on other sites More sharing options...
Kvellen Posted January 12, 2020 Share Posted January 12, 2020 (edited) This should be straight forward enough, though be aware this won't affect any versions of the item that might already be in your inventory/stash. Start by creating a new mod file in notepad (or your choice of code editor). Spoiler { "GameDataObjects":[ (PASTE OBJECT HERE) ] } Template for a new mod in case you need it. Open items.gamedatabundle (if you haven't already you should format this to JSON for readability) find the item you'd like the effect applied to (The Dancer Outfit is called "Cloth_Outfit_Brothel" in this file). Copy all of the code for it and then paste it into your mod file. Spoiler if you are using the template paste the code over "(PASTE OBJECT HERE)". Then find the item with the effect you want to apply (Cape of the Falling Star can be found in laxd_items.gamedatabundle). Copy the "ItemModsIDs": line, and paste it over the similar line in your mod file. Then the usual: save your mod file as a .gamedatabundle , place it into a new folder inside the "override" folder. Start the game, find a vendor (Rebero sell the Dancer Outfit) or a place you can loot the item. The item should now grant the effects you've applied to it. Edited January 12, 2020 by Kvellen Link to comment Share on other sites More sharing options...
WhyspreShayde Posted January 13, 2020 Author Share Posted January 13, 2020 thank you, but the stats arent what i want. i want the appearance to be the shape of the dancers outfit, but the color effect of the cloak. i already figured out the cut and paste stat changing, i want to intricately customize the appearance of gear. Link to comment Share on other sites More sharing options...
Grape_You_In_The_Mouth Posted January 13, 2020 Share Posted January 13, 2020 Item VFX are more fickle than ability vfx, but it's trial-and-error either way until you figure out the format. Find the VFX for the cloak and then put it in the same place for the armor you want. Sometimes the VFX is in the statusEffect, sometimes it's on the item itself. 1 Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now