Jump to content

house2fly

Members
  • Posts

    1221
  • Joined

  • Last visited

  • Days Won

    5

Posts posted by house2fly

  1. The way Deadfire is set up, you can mod a lot of stuff to do with numbers and text and so on, and if you can draw you can mod in custom icons, but when it comes to models you can't add anything that isn't already there (that I know of) without having access to the actual development tools. Sadly, as there isn't a skull helm in the game, you wouldn't be able to get a modded one. Your evil undead could always be maybe an evil Death Godlike...

  2. I've tried a few things and I think the spiritshift forms may just be plain unable to have weapon proficiencies. The status effect which changes you (Spiritshift_Stag_SE_ChangeForm) includes a section where you add abilities to the spiritshift form, but adding the proficiency in there does nothing. You can just add a passive Haymaker ability to the spiritshift but I don't think it could be turned on or off

    • Thanks 1
  3. In the code for the attack, where it says "KeywordsIDs" add this in: "1ff3caa3-e731-4c31-96b4-e03c300e3f3c"

     

    That's the "Unarmed" keyword, it looks like the Haymaker ability applies the bonus to attacks that have it. Remember and put a comma and space after the keyword that's already in there, so that bit should look like this:

     

    "KeywordsIDs": [
    						"a39ed49e-b2d2-4d64-90cb-faaedf80dce3", "1ff3caa3-e731-4c31-96b4-e03c300e3f3c"
    					],

     

    Hope that helps!

    • Thanks 1
  4. 10 hours ago, flamesium said:

    I would describe the main storyline of each Witcher game as self-contained and had no trouble recommending TW2 to people who hadn’t played TW1, or TW3 to people who hadn’t played either of the first two games or read any of the books. I absolutely would not describe the main storyline of Deadfire as self-contained and wouldn’t (and didn’t) recommend it to anyone unfamiliar with the story of PoE 1.

    That's nuts, Witcher games are full of direct references to each other and the books. You can pretty much grasp it- you're a monster slayer, slay monsters, go on a quest for the emperor- but the first time player is going to be saying "I wonder who Yennefer is, I wonder who Ciri is, I wonder what the Wild Hunt is" etc. Deadfire doesn't assume anywhere near that level of background knowledge

    • Like 1
  5. There's a mod for backgrounds: https://www.nexusmods.com/pillarsofeternity2/mods/232 it makes all backgrounds available for all cultures during character creation

     

    Cultures, I'm not sure about. It looks like you should be able to search Characters for the ID# of the cultures you want, then add those cultures to "CharacterCreationValidCulturesIDs" in Global.

  6. I started a new game and quite liked how it felt, though there is a little dialogue about the Wheel being artificial pretty much right away, which felt like it should have been saved for later in the main quest. It's vague enough that it doesn't give too much away, at least. I'm not sure how I feel about the implication that the gods' squabbles are basically play acting for the PC's benefit, but it's at least an interesting idea. Also interesting is the implication that Woedica has plans, and Eothas's misgivings about it at the very end. I wonder if that was just to add some shades of grey to the whole thing, or if there are plans for a sequel building off these ideas. I guess we'll see!

  7. 13 hours ago, dunehunter said:

    Oh ok, hmm but do u need to beat all megabosses in the ultimate run? If not it makes no sense to kill them because it makes guardian tougher.

    It kind of makes sense- If someone did all the megabosses it must be because they like fighting megabosses, so give them a really tough final boss to test their mettle on. If someone skipped the megabosses then they'd probably appreciate the end boss not being so tough.

    • Like 1
  8. 3 hours ago, misterjimmy said:

    I'm glad they finally add some story content, But I don't like they just give us a book and talk with Woedica about what happen in deadfire, I feels like it's just a ridiculous deus ex machina and lazy.

    I predict it'll feel a lot better as part of a new game- make a habit of checking the book at sea after doing a major quest and Woedica will make the gods feel that bit more present outside of the main quest

    • Like 2
  9. Yeah, the original spell is wizard only so you'll need to mod that too- just copy the spell data into your mod folder and make any needed changes. Simplest way would probably be to just change the ClassID to 00000000-0000-0000-0000-000000000000, which would make it so any class can use it- changing the ClassID to Cipher class would make it so wizards can't use it otherwise. If that doesn't work, you can also give your copy a new ID, make it cipher-only, and add that to the progression table

×
×
  • Create New...