10-22-2017, 01:54 PM
Found out why.
The 3rd party console command toolset uses a "ConsoleData" file that's stored in the appdata folder with your game saves. This is created upon game compile, and it tells what each console command should redirect to.
Since web browsers can't reach this, it fails to know where the commands are. Best bet would be for me to make a console from scratch.
The 3rd party console command toolset uses a "ConsoleData" file that's stored in the appdata folder with your game saves. This is created upon game compile, and it tells what each console command should redirect to.
Since web browsers can't reach this, it fails to know where the commands are. Best bet would be for me to make a console from scratch.