Update1
- added ignore ability points and ignore $ / materials.
- changed default min health of undead from 0.1 to 0.5. the on screen low health effect is quite distracting to me, so I raised it.
- changed default key for walk key script from CapsLock key to Alt key.
- changed default key 1 of slow motion script from Alt key to CapsLock key.
all the basic scripts I need are done. can finally start play the game now...
about the
ignore $ / materials script:
sometime clicking on a craft-able mod can't actually craft the mod, may happen when you first load a save game and/or first activate the script. lower the quantities of your materials by crafting other mods/upgrade the mods/craft new weapon type... may sometime do the trick. or you can use this opcode
Code: Select all
Control_DX11.exe+57A94C - 8B 40 40 - mov eax,[rax+40]
to read the quantities with CE and manipulate them yourself.
lazy to write a material q editor for now...
spent too much time to trace the game codes already. will not refine the script in the time being...
want to play the game when I have time......