Anyone remember the "Shotgun Mode" cheat from the game? Turns out it still works!
Execute this through console to enable/disable:
It seems to bypass some of the game's code though. Doesn't use the gun reload time at all and doesn't use shot either.
It DOES have blood effects and hit characters sometimes FLY away!
Anyone think we could put this to use somewhere? Any thoughts on how?
Execute this through console to enable/disable:
Code:
if(globalSGMode != false)
{
globalSGMode = false;
Log_SetStringToLog("Shotgun mode OFF");
}else{
globalSGMode = true;
Log_SetStringToLog("Shotgun mode ON");
}
It DOES have blood effects and hit characters sometimes FLY away!
Anyone think we could put this to use somewhere? Any thoughts on how?