Jump to content

jamesdc

Members
  • Posts

    9
  • Joined

  • Last visited

Reputation

4 Neutral

About jamesdc

  • Rank
    (1) Prestidigitator
    (1) Prestidigitator
  1. I created a second mod, an alternative to the first. https://www.nexusmods.com/pillarsofeternity2/mods/407/ Enjoy!
  2. FYI I have made this into a mod, which can be downloaded here: https://www.nexusmods.com/pillarsofeternity2/mods/405/
  3. I have completed a mod for this here: https://www.nexusmods.com/pillarsofeternity2/mods/406/ Have fun
  4. Does anyone know where this code refers to? Trying to find references for creatures . . . "$type": "Game.GameData.ChangeFormEffectComponent, Assembly-CSharp", "NewFormAppearance": "Assets/Art/Character/Creatures/Wolf01/a_Wolf01_V01.asset", And this: "AnimationController": "assets/art/animation/animationcontrollers/creature/wolf.controller", I'm thinking that I could change these lines and enable spiritshifting into other animals or creatures... I looked in the Assemly-CSharp with dnSpy but no luck. I hope this all makes sense.
  5. thanks that's really helpful that is a truly excellent mod, did 2 playthroughs with it haha will look into this... fingers crossed! and will update if i progress at all thanks again
  6. thanks for your swift reply, Grape_You_In_The_Mouth. that's a very good idea! am currently looking at the spiritshifting codes. just made it useable outside of combat and essentially unlimited (which is probably common knowledge amongst modders!). it might be possible to create new code to reference other creatures other than bear, boar, cat etc., so you could spiritshift into a deathguard or something. (do you mean shapeshifting being the same as spiritshifting?) it's very possible this is way too advanced for me coding-wise, but will have a go! any advice is welcome...
  7. (Updated 24-Feb-2020) Have been looking at the characters.gamedatabundle and discovered that it is possible to make spiritshift essentially unlimited, and also to make it useable outside of combat. It’s possible many of you know this already? 1. Open characters.gamedatabundle in PillarsOfEternityII_Data\exported\design\gamedata 2. Ctrl-F find DebugName":"Spiritshift_Bear","ID":"0db41697-d8b9-49fa-b31e-67eb9c3a9693 3. There is a line of code, "IsCombatOnly":"true” Change this to "IsCombatOnly":"false" 4. This makes spiritshift available outside of combat. 5. Then there is a line of code just after this "DurationOverride" make this "DurationOverride":9999999 6. This makes the duration of the spiritshift essentially unlimited. You could input any number you wish. It also works for turn-based mode. If you remain in your spiritshifted form then when you enter a new area, you can walk around as a werewolf or werestag etc. but not in combat pose, rather just in normal pose, which is cool. There is something awesome about walking around town as a giant were-stag... like a Watcher Baphomet... or a big bad wolf... I'll try to get this presentable as a mod. This would be ideal for multiclass druid-monk or caster class, as you can cast spells whilst spiritshifted.
  8. Hi there Would anyone be interested in a mod or mods that offer a new set of animal companions for rangers? e.g. Supersized more powerful animal companions (giant bear replaces bear, giant boar replaces boar, and so on). Another e.g. Construct companions (steelclad construct replaces bear, ironclad construct replaces stag, and so on). Any other ideas? With helpful advice from hikeemt on nexusmods, I have been reverse-engineering the cool panther companion mod by SilentRage19 here https://www.nexusmods.com/pillarsofeternity2/mods/85/ which changes the lion into a panther as animal companion for rangers. Also, I guess you could summon it via iroll20s, addability player summon... Using characters.gamedatabundle and attacks.gamedatabundle have learnt how to reassign animal companions to other creatures. e.g. so elder boar replaces boar, steelclad construct replaces bear, even Yseyr the berathian deathguard replaces stag, endless options for creatures as animal companions. (btw the new animal companion has correct in-game stats). (I once assigned Eothas to replace the lion companion, and all I could see was his giant foot, which made me chuckle.) Still in early stages, and haven't changed any in-game text yet. Will be playtesting this to see how it works in a playthrough. If it is stable, would like to create some themed mods. I'm a total newbie to modding so any advice is welcome! Cheers!
  9. Hi all, I'm new here. Not a coder or programmer, but have been learning a little bit, by looking at code found in mods on nexusmods. My goal is to be able to change the avatar/appearance of your PC. NWN did this with setappearance console command. Is this even possible to do? I would love to be able to play as a Deathguard, or Ancient Lich, other creatures. I would imagine there might be a some demand for this (perhaps). To keep it as simple as possible, this would be just the avatar/appearance (purely aesthetic), and would not affect race and abilities, and so on. Many thanks!
×
×
  • Create New...