Scripts:
Gov :
Food and coins
Increase time till next council
Soc:
Interaction power
Interaction Tries
Max Reputation
Max companionship level
Battle:
Run speed
One Hit kill
Invincible
Quick capture
Statics:
I decided not to attach many static addresses. Instead, two debugging script helpers...
Debugging tips:
Has pretty tight mouse lock once debugger hits on a breakpoint. To get out of this lock you need to hold alt+tab, mouse left click and drag it (while holding) to side to get back working mouse. Sometimes it just locks out mouse clicks completely. (Otherwise, I could try to mess around with DINPUT8 dll (which seems to me causes this lock)) Attached mouse unlock script...
Use VEH. I could additionally investigate why windows debugger crashes on breakpoint (probably some anti debugging measures is in place (DbgUiRemoteBreakin) -- yet that is speculation) ...
Not sure if mouse locks happens during VM else could helped a lot during application modding (with snapshots).
Gameplay tip:
Using "affairs" --> "positioning" while with keyboard + mouse -- game won't allow you to change reallocated "officers", you can change binding of "Menu" action to something else, for example [CTRL] didn't work for me, (maybe its due keyboards language configuration) so I have configurated for [space]....
I was crashing for some time until I remember I had issue this before:
(when on 125% DPI at x1440p setting, application thinks it's x900p and won't allow resize resolution)
properties --> Compatibility --> Change high DPI settings all ticks and selected for application
