Hey guys, I got random question to ask about the Command Prompt. Is it possible to change values with it? For ex. increacing POW from 3 to 10?
The way you change values would be to use the debugger for RAGS. There are posts here that go into it but long story short you need to remove the password protection from the game then run the file in debug mode.
The program to remove the passwords is somewhere in one of the rags threads. As for the debugger the easiest way would be to create a file called "Rags debug.bat" and put something similar to this line in it. Then drag the rags file you want to open onto the bat file you just created to open it in debug mode.
"D:\Program Files (x86)\RagsGame\Rags Suite\Rags.exe" %1 DEBUG
You want to change the path to be the path for your installation of RAGS. The above is just how I do it...you could just modify your RAGS shortcut and add %1 DEBUG at the end and it should work also but I like having the option to play games with or without the debug mode.
If you read this far then let me just suggest you don't actually modify those types of settings for this game. The content in the game requires you to complete each section and if you jump ahead you will miss things you should have seen or the game simply wont work correctly.