Jump to content

Zap Gun For Hire

Members
  • Posts

    417
  • Joined

  • Last visited

Reputation

468 Excellent

About Zap Gun For Hire

  • Rank
    (5) Thaumaturgist
    (5) Thaumaturgist

Badges

  • Pillars of Eternity Backer Badge
  • Pillars of Eternity Kickstarter Badge
  • Deadfire Backer Badge
  • Deadfire Fig Backer
  • Black Isle Bastard!

Recent Profile Visitors

939 profile views
  1. That's an interesting idea and one I'll think about. Not really doing much with Deadfire in the last couple of weeks, but it might be possible. It'd be a pretty lengthy conditional call, and conditional calls are one of the things I am least certain about when it comes to modding. I know HOW to do some calls, but I don't know WHY they work (which means I often resort to trial and error). Still haven't quite figured out the difference between 'all of the conditions in a call must succeed' for a call to succeed versus 'only one of the conditions in a call must succeed' for a call to succeed. So, yeah. Good idea. Not sure when I'd get the chance to try to code it up though or look at it to see how annoying it would be to code. Maybe this weekend? I'll try to look into it soon, regardless. If I do it, it'd probably be as a variant for folks who want a more 'immersive' flavor of the mod.
  2. There's something going on with the base game where the lootlist isn't always being fully generated on some fights with ships in combat mode (as opposed to ship to ship mode). This is happening in a couple of other ship fights outside of this mod as well, IIRC. Nothing I can do about it, I'm afraid. I did try to look over the code in items.gamedatabundle, as well as the other data bundles called during ship battles, when I first created this mod coz it was bugging me then, but nothing stood out to me as being a likely culprit. One of these days I might try another crack at tracking it down, but I'm fairly certain it's outside of my control.
  3. { "Note": "PL 5 Unlock - Weapon Training", "Category": "General", "UnlockStyle": "Unlock", "ActivationObject": "Self", "AddAbilityID": "c6649642-7729-4386-ae1c-6980351fe8c6", "RemoveAbilityID": "00000000-0000-0000-0000-000000000000", "Prerequisites": { "MinimumCharacterLevel": 1, "PowerLevelRequirement": { "ClassID": "ccdc9675-e2a7-46fa-83e9-7a5368b56265", "MinimumPowerLevel": 5 }, "RequiresAbilityID": "00000000-0000-0000-0000-000000000000", "Conditional": { "Operator": 0, "Components": [] }, "VisibilityConditional": { "Operator": 0, "Components": [] }, "IsMutuallyExclusiveUpgrade": "true" } } This is one of the custom abilities I have on my home mods (it lets a class select an additional Weapon Set at level up starting at Power Level 5) that is part of a larger set of abilities I am adding to a PT (so I'm not posting the entire code block here). I know for a fact that VisibilityConditional can remove something from view on a PT, in both standard and append. I haven't played around with RemoveAbilityID or RequiresAbilityID, but just at a glance it looks like it should be able to remove an ability and replace it with a different one. Or have you tried that and it didn't do what you wanted?
  4. After a lot of trial and error, I actually figured out a way to have it so something can go into all classes at one time. Instead of pointing the "BaseTableID": to a CLASS or COMPANION PT, I pointed it to the RACIAL PT that defines what races get what ("b2afaada-c140-42c3-9f02-2f919e45b49d") and followed the template of "Weapon Proficiency: Unarmed" (with a couple of further modifications). Worked like a charm. In fact, if I had thought of this before, I would have saved myself a ton of hassle (not to mention around a couple dozen UUIDs). Now the ability I am adding IS an Auto-Granted one, so I don't know what would happen if someone tried to use this back-door trick for a user selected one on level up. But at least I'm happy. ==== Fun fact though. Only reason I even hit upon this is I was getting VERY annoyed trying to figure out how to stop the multi-class hired adventurers I was creating as an edge case from getting duplicate copies of my auto-granted ability. I tried every last thing I could think of and kept seeing duplication. Then I finally thought, "Hey... Wait a second. Racial traits don't get duped on character creation. Maybe I should figure out how they're put into characters." Little while latter: SUCCESS!! Even works for Imported Characters on hiring, which is even better than inserting into the class PTs, as they weren't getting the new Auto Generated trait until they leveled up. Still need to clean up my code a little, but it seems to be working as I want now.
  5. Figured as much, but I thought I'd ask. Not so much for the base classes, but all of the companion PT's out there which I'm also doing. Thanks for the offer, but no worries. I can do it pretty quickly on my own end as well. Was more curious about the idea than anything else.
  6. Huzzah on this addition! Makes my home modding of PTs so much easier. I do have one question though. If I wanted to add an ability to ALL progression tables, could I put in a "0000" UUID into the BaseTableID field? I ask because I have a couple of talents I'm adding to all of the base classes of the game and I didn't want to have to create 11 separate entries if I didn't have to (Yes, I'm lazy ). No big deal if I can't, and truth be told I expect I have to manually create an additional Append for each table I want changed. But I thought I'd ask, if only for future reference. Thanks again for this addition! edited As a related question, if the standard null 0 UUID can't be put in a BaseTableID, can multiple UUIDs be put in it? And if so, is there a limit. Might be interesting to do something like BaseTableID [uUID1, UUID2, ..., UUIDX]. Probably a long shot, but no harm in asking, I reckon.
  7. I do not have massive game-system mastery. I know my way around the game well enough, but not THAT well. I play more for fun than theory crafting or min/max builds. Oh, if I put my mind to it, I can figure things out. But mostly I just like to screw around before I get serious in my playthroughs/challenges. Anywho, beat all of the other mega bosses and I take my party against the Iron Sheik. Err.. Helfire Colossus. Read up a tiny bit about him and then say "Screw it" and dive right on it. it's the only real way to learn, right? *BUGSPLAT* Oh, a wiseguy, eh? You wanna play that way, do ya? Fine. I'll just mosquito you to death with endless summoned monsters via my chanter. How do you like THEM APPLES boss boy? Plink plink plink. Summon summon summon. Plink plink plink. about 20 minutes of this. Plink plink plink. Ah, cool. He's down to Bloodied. This might not take as long as I thou... *giant sucking sound as he sucks in my at the time hidden party that was at the edge of the screen very far away* WHAT THE ****!!!! RUN RUN RUN RUN.... ... Okay, they managed to stay hidden. I think they're safe. Keep plinking and be a bit more care... *SSSSSSSHHHHHHUUUCCCCCKKKKK* *sees party REALLY not optimized for the bunch of nukes suddenly dropped on their heads* POWPOWPOWPOWPOWPOW FFFFFFFFFFFF UUUUUUUUUU *rage quits game* ==== I haven't Rage Quitted Deadfire in quite a long time. I can look back on it now and laugh (and better prepare for a real fight instead of Chanter Cheesing it). But I gotta tell ya, I dropped a couple of f-bombs when I saw my party get sucked in like that. (if the blessed so and so had done it earlier in the fight, and I would have known about it, I wouldn't have been pissed off. But, noooooo. Only when he was Bloodied, does he decide to break out this trick. 30 minutes of plinking, down the drain!!!! )
  8. If I wanted to edit the pre-made characters (as opposed to exported ones that get thrown in the Saved Games folder), is that possible? Been poking about the various .gamedatabundles and I can't find the 12 characters that are already in the game. === Depending on the answer, I might take this question to the modding section, as I am chasing down a rabbit hole in regards to what abilities are automatically selected for NPCs/Companions when they join the party. I might even figure out that question on my own, but not being able to easily find the data files for the pre-made characters piqued my interest on its own.
  9. FWIW, I haven't been able to get that new UI in my games. Turned off all mods and started a new game. Nada. Makes me think it was part of patch that got rolled back and for whatever reason, they're still able to access it.
  10. Updated for 4.0. Link has been added to the first post as well as this one. This is a maintenance release to update the changes made in the shiphostilitymanager in factions.gamedatabundle from the base game. I don't know if the latest version of this mod will work properly with previous versions of the game,so as always the prior links have been left in the OP for folks who have not yet updated to 4.0. I've done some minimal testing and everything looks to be in order. If anyone runs into any problems, let me know and I'll see if it is anything on my end. But it should be fine as the only change has been made is the aforementioned addition to the shiphostilitymanager, and I've already checked out the code with Visual Studio to make sure it is clean. Once again, Happy Hunting Watchers. ===== Repost of the most important FAQ of this mod: Q: So where can I find these ships? A: You can find the ships in the following areas: VTC (Estulario Parfitto): Will be circling Maje Island. Huana (Whenena Eel's Kiss): Will be circling Neketaka Island. Principi (Arterio the Avenger): Will start off at near the island that has a permanent storm next to it, sail to Dunnage before heading through the Karatapu Channel near the Oathbiner's Sanctum before heading back to Storm Island to start its route over again.* RDC (Hazanui Yaro): Will sail near Sayuka and then stay there. *NOTE: The Prinicpi ship occasionally seems to stop on the World Map for no apparent reason for a period of time. So it might not be 'on patrol' for some games, but it should be found somewhere roughly in the route described above. If you have already fought any of these ships for any reason they will not spawn should you install this mod after that point in your game. Vindictive Faction Ships_V4.0.zip
  11. Stupid question probably, but did you change the recipes to fit the format for 2.1? The recipes have moved from VisibilityConditions to CreationConditions: Before 2.1: { "$type": "Game.GameData.RecipeData, Assembly-CSharp", "DebugName": "Recipe_Mirrored_Scales", "ID": "42dc5090-a8c6-49d4-97d5-7a75652a74f4", "Components": [{ "$type": "Game.GameData.RecipeComponent, Assembly-CSharp", "DisplayName": 553, "CraftingLocation": "None", "CategoryID": "7bad3803-0dfd-473a-a857-326f4853a4d6", "VisibilityConditions": { "Operator": 0, "Components": [{ "$type": "OEIFormats.FlowCharts.ConditionalCall, OEIFormats", "Data": { "FullName": "Boolean HasItemMod(Guid)", "Parameters": ["a50a5a11-8083-4af2-abfc-5cb5f80481b8"], "Flags": "", "UnrealCall": "", "FunctionHash": 1518072523, "ParameterHash": 747015182 }, "Not": true, "Operator": 0 }, { "$type": "OEIFormats.FlowCharts.ConditionalCall, OEIFormats", "Data": { "FullName": "Boolean HasItemMod(Guid)", "Parameters": ["80ca92ff-aa03-4eb4-8375-d381d7ba15a7"], "Flags": "", "UnrealCall": "", "FunctionHash": 1518072523, "ParameterHash": -668226597 }, "Not": true, "Operator": 0 } ] }, "CreationConditions": { "Operator": 0, "Components": [] }, "Cost": 3000, "CanModifyWeapons": "false", "CanModifyArmor": "false", "CanModifyShields": "false", "CanModifySpecificItemsIDs": ["935271c9-8edd-47a2-9be1-dabd732d7e71"], "Ingredients": [{ "ItemID": "2698426e-c4ee-457b-8d1c-d55823f06c66", "Quantity": 1, "IsDestroyed": "true" }, { "ItemID": "f163ffbf-9539-4e6e-ab78-33fb5519066e", "Quantity": 1, "IsDestroyed": "true" }, { "ItemID": "71e7bacc-5b5d-474a-8dd9-9cda84846439", "Quantity": 1, "IsDestroyed": "true" } ], "Output": [], "ItemModsToAddIDs": ["80ca92ff-aa03-4eb4-8375-d381d7ba15a7"], "ItemModsToRemoveIDs": ["075f6b08-c617-4fd1-a827-13a524f728aa"] } ] } After 2.1: { "$type": "Game.GameData.RecipeData, Assembly-CSharp", "DebugName": "Recipe_Mirrored_Scales", "ID": "42dc5090-a8c6-49d4-97d5-7a75652a74f4", "Components": [{ "$type": "Game.GameData.RecipeComponent, Assembly-CSharp", "DisplayName": 553, "CraftingLocation": "None", "CategoryID": "7bad3803-0dfd-473a-a857-326f4853a4d6", "VisibilityConditions": { "Operator": 0, "Components": [] }, "CreationConditions": { "Operator": 0, "Components": [{ "$type": "OEIFormats.FlowCharts.ConditionalCall, OEIFormats", "Data": { "FullName": "Boolean HasItemMod(Guid)", "Parameters": ["a50a5a11-8083-4af2-abfc-5cb5f80481b8"], "Flags": "", "UnrealCall": "", "FunctionHash": 1518072523, "ParameterHash": 747015182 }, "Not": true, "Operator": 0 }, { "$type": "OEIFormats.FlowCharts.ConditionalCall, OEIFormats", "Data": { "FullName": "Boolean HasItemMod(Guid)", "Parameters": ["80ca92ff-aa03-4eb4-8375-d381d7ba15a7"], "Flags": "", "UnrealCall": "", "FunctionHash": 1518072523, "ParameterHash": -668226597 }, "Not": true, "Operator": 0 } ] }, "Cost": 3000, "CostByValueMultiplier": 0, "Double2HIngredientCost": "true", "CanModifyWeapons": "false", "CanModifyArmor": "false", "CanModifyShields": "false", "CanModifySpecificItemsIDs": ["935271c9-8edd-47a2-9be1-dabd732d7e71"], "Ingredients": [{ "ItemID": "2698426e-c4ee-457b-8d1c-d55823f06c66", "Quantity": 1, "IsDestroyed": "true" }, { "ItemID": "f163ffbf-9539-4e6e-ab78-33fb5519066e", "Quantity": 1, "IsDestroyed": "true" }, { "ItemID": "71e7bacc-5b5d-474a-8dd9-9cda84846439", "Quantity": 1, "IsDestroyed": "true" } ], "Output": [], "PrerequisiteItemModID": "075f6b08-c617-4fd1-a827-13a524f728aa", "ItemModsToAddIDs": ["80ca92ff-aa03-4eb4-8375-d381d7ba15a7"], "ItemModsToRemoveIDs": ["075f6b08-c617-4fd1-a827-13a524f728aa"] } ] } There's also a PrerequisiteItemModID field that needs something (0's might work). Checking out most of the other recipes, they seem to usually be tied to a base modification on the item that is being enhanced/replaced, though I haven't checked them all yet. Probably have already done these things, but I thought I would bring it up, just in case. === The other new fields are "CostByValueMultiplier": and "Double2HIngredientCost":. Not sure what happens when those are left off a new item.
  12. I haven't tested it yet, but I presume that it's now set that it is an act of stealing if you get caught lockpicking the chest, but not if you aren't caught. That is, some chests are set where if you are observed while you pick the lock nothing happens, and you only get a rep hit if people see you stealing from it. Other containers are set where you get a rep hit from BOTH lockpicking and from stealing if people can see what you are up to.
  13. Updated for 2.1.0 beta (link in OP and this post). The mod wasn't appearing in the Mod Manager for the 2.1 beta, due to having a blank entry in the manifest.json file for the "Max" setting in the SupportedGameVersion field. I went ahead and updated the manifest.json as well as putting in the cleaned up code for the gamedatabundle of this mod to get rid of the JSON errors that were mentioned earlier in the thread. There is no functionality change, and the only real reason to download this update is to ensure the mod appears in the Mod Manager for the beta of 2.1. If you don't want to download the update one can just delete the manifest.json file from the downloaded mod OR change it to the following: { "Title" : { "en" : "Vindictive Faction Ship Battles" }, "Description" : { "en" : "Puts four very high level faction ships onto the World Map." }, "Author" : "", "ModVersion": "2.1", "SupportedGameVersion" : { "Min" : "2.0.0", "Max" : "2.1.0" } } Vindictive Faction Ships_V2.1.zip
  14. Not sure if this should be flagged as a bug or not, but in the manifest.json if the "Max" field in "SupportedGameVersion" is left blank, a mod will not load into the Mod Manager. Just found this out when I went to test my Vindictive Faction Ships Battle mod and didn't see it on the Mod Manager list. I had it as the following before: { "Title" : { "en" : "Vindictive Faction Ship Battles" }, "Description" : { "en" : "Puts four very high level faction ships onto the World Map." }, "Author" : "", "ModVersion": "1.0", "SupportedGameVersion" : { "Min" : "1.1.0", "Max" : "" } } It would not show up in the Mod Manager until I put something in the Max field. This is new behavior as of 2.1.
×
×
  • Create New...