.Black Panther.
Do you know how to change the influence of Eric via the console?
Cannot find anything in the save editor?
Current mod does not seem to work either - anymore.
Thanks
infl[name]._m1_01classes__e
for Eric and
infl[name]._m1_01classes__m
for Max.
Both go from 0 (0%) to 200 (100%), for example if you want to mess Eric's infuence on Lisa you'll write
infl[lisa]._m1_01classes__e = 200
. You can also add influence with
infl[name].add_m(x)
for Max or
infl[name].add_e(x)
for Eric.
Follow those up with
infl[name].balance
.
The other names are ann, kira and alice.
In the previous version it fucked up some things if you maxed it all at once iirc, don't max it via console alone. It's preferrable to add small amounts each time and use infl[name].balance to avoid bugs.
Edit: Added a little more info.
Edit #2: I made a little mod for 0.07 part 1
here.