kilay 243 Posted August 13, 2018 Share Posted August 13, 2018 (edited) Yet this still has to be defined somewhere, it doesn't come out of nowhere. Deflection and armor rating maluses from Exposing vulnerabilities are not set to scale/receive bonus from any stat, because those status effect types are not defined as such. what you stated is not correct, duration is again changed from intellect bonus, while AR is not related to any stats. Btw i have already explained to you that this isn't doable cuz is a general mechanic of the game, so the only way might be remove all the bonuses from stats , but that for sure will totally unbalance the most of the mechanics. EDIT and Exposing vulnerabilities is a hostile ability hence the bonus of deflection has not been applied cuz it's a positive bonus for player's characters and not for hostile effect (enemy malus) Edited August 13, 2018 by kilay 2 Quote Random Reader'Plinio il Vecchio asseriva che un rimedio alla sbronza fosse quello di mangiare uova crude di gufo' I° secolo D.C. My Mods on Nexus Nexus Mods Translated to Italian Italian Localization Fix PATCH More Custom AI Conditions Enhanced UI - Afflictions and Inspirations Extended Spell TT1 Unique Items More Priest Subclasses_Ondra Hylea Abydon Channeler Cipher Subclass Are you looking for a group of modders ?Request an invite to our Slack group Do you need a mod? Fill this mod request Link to post Share on other sites
Wodehouse_44 34 Posted August 15, 2018 Share Posted August 15, 2018 (edited) N/M Edited August 15, 2018 by Wodehouse_44 Quote Link to post Share on other sites
Wodehouse_44 34 Posted August 15, 2018 Share Posted August 15, 2018 How would I create a new version of the Gipon Prudensco, with the same effects/enchantments of the Sharpshooter's Garb, and place it in a shop in Port Maje? The short version is:following peardox's first mod guide, create a new directory for your mod and a new .gamedatabundle file inside it. In the game files, find Gipon Prudensco in items.gamedatabundle. Copy all the data into your gamedatabundle file. Use the online UUID generator to replace the item ID (you can also just come up with a UUID yourself but don't use any letters after F) Find the sharpshooter's garb in items.gamedatabundle. Copy everything in the square brackets after "ItemMods"- an itemmod is what the game calls an enchantment, or any property of an item. Go back to your gamedatabundle and replace everything in the square brackets after "ItemMods" with what you just copied. Voila, a new version of the Gipon Prudensco, with the same effects/enchantments of the Sharpshooter's Garb. This doesn't include upgrades though. If you want to add those, search for the names of the enchantments you want in items.gamedatabundle, copy their IDs, and paste them into the ItemMods square brackets. To add to a vendor, follow peardox's guide in the First Mod thread So the upgrades are separate from those mods I copied? How do I find the same upgrades too? Quote Link to post Share on other sites
house2fly 1,205 Posted August 15, 2018 Share Posted August 15, 2018 Find the name of the upgrades and search for them in the items.gamedatabundle. You should find itemmods with matching names. Just copy their IDs and paste into the square brackets after "ItemMods" on your item, good to go. If you can't find the names of the upgrades then search in the items.gamedatabundle for: "CanModifySpecificItemIDs": ["459a084e There will be three results. A little under the above line each time you'll see "ItemModsToAddIDs". Copy the UUID after that and paste it into your item, all done 1 Quote Link to post Share on other sites
Wodehouse_44 34 Posted August 15, 2018 Share Posted August 15, 2018 (edited) N/M Edited August 16, 2018 by Wodehouse_44 Quote Link to post Share on other sites
house2fly 1,205 Posted October 16, 2018 Share Posted October 16, 2018 What size are the "s" small icons for crew members? They're in the gui/icons/items/crew/ folder which I can't see Quote Link to post Share on other sites
BMac 801 Posted October 17, 2018 Author Share Posted October 17, 2018 They're the same as the other small item icons - 42x42. Quote Link to post Share on other sites
peardox 266 Posted November 18, 2018 Share Posted November 18, 2018 If I stick something in override/<mymod>/gui/portraits/player/(fe)male what's the load order? Basically I know thru exprerimentation that this stuff works but when I try to change the image things are less logical So - we load base data, published mods that include gui elements then override I'm using 33/111 as my PC, then as a test I duplicated + renamed all the files for a mod test resulting in 222 selectable images I expected 33 dupe to appear at 144 (if my assumption on load was correct) - it didn't Are the images sorted by filename, perhaps? If so I'll simply give them very low numbers so they appear at the start. I'll do a proper test on this tomoz and step thru every image to work the order out but can't be sure these will always be the rules To explain this project will allow you to take a selfie and change you portrait to yourself I'm also looking at using AI to apply style (like Prisma) to the selfie. This DOES cost me cash though so I will need to charge a small amount to cover my costs (really cheap) I also plan to mod it so you can selfie the family and make them your companions Been working on this for ages as the companies I'm working with are slow to respond Quote OK Fair warning has been applied I'm gonna move the domain to https://perspak.com early Feb but will keep all content There are reasons behind this move which basically boil down to unifying my release schedule My friends are welcome to play (I'll set you up your own areas if you desire them) Please note that this process is messy so may take a few weeks Link to post Share on other sites
Iceberg657 0 Posted November 10, 2019 Share Posted November 10, 2019 I'm trying to find a way to fix stag form spell casting (some spells just won't cast in stag form) but I'm not sure how to go about it. Additionally, you really should publish your per rest abilities mod. Quote Link to post Share on other sites
Elric Galad 1,114 Posted January 21, 2020 Share Posted January 21, 2020 (edited) Stupid question : how do you choose new Hexa ID when creating new GameDataObjects ? How to avoid conflicts ? If UUID generator is used, I suppose it means you don't ensure, but I suppose they are highly unlikey due to sheer probabilities.. Edit : OK, UUID is universal this answers my own question. Edited January 22, 2020 by Elric Galad Quote Link to post Share on other sites
Grape_You_In_The_Mouth 62 Posted January 30, 2020 Share Posted January 30, 2020 I'm sure you know this but you should be using the guid of the uuid generator https://www.uuidgenerator.net/guid Quote Link to post Share on other sites
Grape_You_In_The_Mouth 62 Posted February 8, 2020 Share Posted February 8, 2020 Posting some advice I gave to a guy about starting to mod: I plan on making more unique items but I plan on doing that after I finish all of the other classes so it will be way in the future. Making items takes longer but it's actually easier (if you don't make upgrades) because you're usually just creating and adding status effects instead of making new abilities. I think if you go on the deadfire modding forum at Obsidian it's easy enough to learn and I added tutorials on top of those already there. The hardest part is just getting used to the code sections and knowing what parts can be used and what can't for each status effect (like when the attack filter is used, or how limited creating chained attacks are). I would estimate after your first few items you really get the hang of it and it's very easy when you know of a similar ability that already exists. One thing to watch out for is that some abilities just are not possible to remake, so when there is only one of them, be suspicious about it. Circle of Protection, in my experience, can't be reproduced and altered, as an example. My real aversion to creating items is because if an item is interesting enough and really changes the game, then I'd rather have it as an ability than just a unique item. Another helpful warning would be about learning when effects apply based on the code, which is only learned through trial and error. Weapon Attack Abilities have statuses that apply only once the ability is used, so you can't alter yourself or your enemy before the attack occurs! Also, I constantly want to make something that stacks and then keeps stacking and refreshing the duration of all stacks, but this isn't possible and can only be closely achieved by using the Trigger section to add duration on events. On that note, another limitation is your ability to effect yourself based on what the enemy is doing---it's very hard because you are always the target, or the enemy is always the target, so making an effect that occurs on you when the enemy does something that doesn't affect you is extremely hard. Making custom keywords (easy) that then apply correctly (not so easy) is the way around most problems I can't solve. Have a text file for tracking all of your text strings String name, ability name, then a tag of what it's used for 132193021, cool_ability, Ability Name 132193022, cool_ability, Ability Description 132193023, cool_ability, Status Effect for this ability When you get spinning gears on the loading screen, it's because you don't have a text string or something like that! Also, create a system for how you rename code that you copy. Whenever I change the name of the code part, I then immediately change the GUID via https://www.uuidgenerator.net/guid If you have two of the same GUIDs, it will overwrite and you won't know why it's not working! I have a custom ring in the override file which I add my ability GUIDs to, so then it can be immediately tested when I restart the game with my new abilities added to the override folder I use Visual Studio Code and it's super good to use Don't forget that if you have one "," within the quote of the GUID instead of after it, that may be your problem but you'll have to find it without any warnings! Only copy and paste very carefully, and always keep the punctuation carefully on the outside. I made this mistake on an Item Tutorial thread on the modding forums and a guy corrected me. Would have taken me days to figure it out that early in my coding experience! Oh yeah, and use this website all the time: https://eternity.obs...ts/enumerations It's got all of the status effect types. Learning what an "enumeration" is versus a "structure" or "component" is constantly confusing but you can eventually figure it out by clicking on the links on those sites. The names aren't perfectly matched to the names in the code, so you just have to browse for figuring those concepts out, but you rarely need it. Also keep in mind that you can use my 10000 icons mod for creating custom items and weapon art. I use paint.net to change the image files. Quote Link to post Share on other sites
Majber 26 Posted March 28, 2020 Share Posted March 28, 2020 Can you give me please any advice how do a mod that just change starting class of Serafen and his starting ability? Quote Link to post Share on other sites
DeanHell 0 Posted August 31, 2020 Share Posted August 31, 2020 Hey guys. I have a problem with my mod export. I did everything as written in the guide, I can see my mod in the game but I cant load it into Steam. Loading icon isnt displayed. Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.