It seems that you're using an outdated browser. Some things may not work as they should (or don't work at all).
We suggest you upgrade newer and better browser like: Chrome, Firefox, Internet Explorer or Opera

×
When I play fugitive mod I can save the game but I cannot load it. The game just freezes. Can you please help?
No posts in this topic were marked as the solution yet. If you can help, add your reply
I've checked and noticed that ActorsInit.py is actually wrong and InitNewChars.py should be enclosed in quotes - it's character string here

line:
execfile(InitNewChars.py)
should be
execfile("InitNewChars.py")

simple, you can do it yourself
Post edited July 16, 2014 by cieplutki