Looking at the list, the issue and resolution is that, I can use Debug_AddMinthara and she's added to my party knocked out (as I left her) but if I kill, then help her she can't be talked to or interacted with. If I take this person to the second floor of Moonrise for the execution the cutscene plays out with her there but it breaks after because she's in my party and can't be escorted away. (as far as I'm assuming)
If I set or clear the other flags it doesn't spawn Minthara into the scene. So if I can maybe AddMinthara, then kick her somehow so she's an independent NPC it might fix it?
Spawning in a generic version of her just seems to make a non-interactive mannequin and doesn't change the scene. Neither does the other code of adding Minthara as a follower outside of the debug command.
If we can crack what order or what commands to input even if she's dead. We can make a script to automate it and save some people trouble if they wanna do an all companions run
How to use this cheat table?
Install Cheat Engine
Double-click the .CT file in order to open it.
Click the PC icon in Cheat Engine in order to select the game process.
Keep the list.
Activate the trainer options by checking boxes or setting values from 0 to 1
Last edited by Sakuryu45 on Fri Aug 11, 2023 2:52 pm, edited 1 time in total.
Hey no problem!
Here's a version merged with Zazner's latest table from the patch/front page that includes all the passives.
(The .ct file size kinda gets bloated because there's so many of them in the game, so it's not great for lightweight use.)
Also I added an "Add All Spells" and "Remove All Spells" under Console Commands>Register Commands>Random Cheats
It adds/removes all the spells/cantrips that I could compile from the various database sources.
These spells all act like SLAs (Spell Like Abilities) that you can cast at will with no spell resource cost and be able to put metamagic on (but can't upcast).
If you already have the spells known/memorized, it will skip them and default to your spellbook though (you gotta Remove Spell first before you can add it back on as a SLA).
Note:
Game will sometimes crash if you push too many scripts through (especially the ones with large arrays).
So remember to backup and save before running the scripts.
Do you find any other level 9 and 8 spells seem like there are plently more
Not really. I searched a bunch of the spell repositories and Power Word: Kill was the only one in that spell range above 6.
Which makes sense since game is designed around a level cap of 12 which also caps at 6th level spells.
There's a few spells I didn't include that have issues/don't work after testing (Identify, Alter Self, Magic Circle, Dispel Magic, etc.). My guess is that there was some plans to implement some more spells but that content got cut so they could make the pushed up release.
Me too I can't find any other spell beside Powerwordkill, there are PowerwordHeal, Time Stop, Clone, etc
For the character resources - it's something like 20 clicks to get unlimited spell slots for the party, and if you load a game (without quitting the application), you have to do it again. Is there an easier way?
For the character resources - it's something like 20 clicks to get unlimited spell slots for the party, and if you load a game (without quitting the application), you have to do it again. Is there an easier way?
All of the resource scripts can be merged into one by using a semi-colon to separate each boost.
local boost = "ActionResourceConsumeMultiplier(SpellSlot,0,1);ActionResourceConsumeMultiplier(SpellSlot,0,2);ActionResourceConsumeMultiplier(SpellSlot,0,3)"
I didn't do that for you because some people don't necessarily want EVERYTHING.
Me too I can't find any other spell beside Powerwordkill, there are PowerwordHeal, Time Stop, Clone, etc
Tell me about it... been looking for a Plane Shift spell from one of these D&D games for 38-years now...
Now THAT would be ambitious!
Do the search inside spell_*****.txt
They contain a lot LIKE SHIT TON of spells but it under name like
Shout_MOO_MAG_Ketheric_HowlOfTheDead
Shout_DarkUrge_Slayer (Turn you into a monster)
Shout_LOW_Raphael_SoulSiphon
Something like this I added a bunch majority work some dont
You're gonna find a lot of these and some are pretty damn cool.
Would definitely recommend:
Projectile_ObliterationOrb_Netherbrain_Explosion
Shout_CallOfTheDamned_Apostle
Target_TAD_BlackHole
Like I said, it's gonna take a long time to go through them and see what they all do.
A bunch of them are scattered throughout the .pak files so who knows what treasures are out there?
Last edited by PapaPetro on Fri Aug 11, 2023 4:27 pm, edited 1 time in total.