@IllyrianKiller Welcome aboard!
Yes, you might want to update your game for better game experience anyway. Everything you need should be
here. If you have the same Part 2 then just run the installer and
only choose
"updates" then extract
@Grey Roger 's files or the
Extra Fix Archive to your main game directory where the ENGINE.exe is at and not the PROGRAM folder replacing the previous ones.
Also it would be helpful if you upload the .log files when reporting something odd for future references.
<-----These files. And most of the times when you encounter problems there will also be a file named
"error" so include that as well. These files will help other people to further check what's going on with your game. The "compile" file tells us what game version you currently have, etc.
Also here's a trick I always say to new members that is really helpful that I've learned here as well. After you put in a lot of hours into the game, there's a file that
can get corrupted
especially if you have been modding other files. Try deleting that then modify your options again at the main menu if you have customized it the first time because it will be set to default. And if that won't solve the issue then report it back here.
Finally, if you want to remove the perks'/abilities'
extra prerequisites besides having another ability to unlock it for some,
go to the PROGRAM folder and open the file named
InternalSettings.h, you can do it with Notepad then search for this line:
Code:
#define ALLOW_LOCKED_PERKS 1 // BOOL - Default = 1, If 1 perks can be locked. If 0 no perks can be locked.
As you can see the extra prerequisites are there as Default so just
change the
1 to a
0.
Now you'll only need to have skill/perk points now to unlock abilities besides the other ones that will need another perk/ability to unlock. Although I'm not sure if this would affect your current save but it shouldn't.