but God mode / Enemies and cameras can't see you aren't working properly
God mode doesn't work if you activated it after losing some of your armor
but Great Job
Nice Work.
HELP!
On my laptop the delete and insert key are the same. I press Shift and Delete at the same time to get insert to work but it still just spawns the ai. Ideas?
On my laptop the delete and insert key are the same. I press Shift and Delete at the same time to get insert to work but it still just spawns the ai. Ideas?
If you have a Numpad, press 0. Thats insert for me
@Greyhound-HD
Could You Update The Allow Interaction With Any Equipment?
Its Crashing The Game.
Originally Posted by ERHGAERHAERHEARher
@Greyhound-HD
Could You Update The Allow Interaction With Any Equipment?
Its Crashing The Game.
Did you edit any other scripts in? if not then idk what the problem with it is. It works fine for me
Originally Posted by Greyhound-HD
Did you edit any other scripts in? if not then idk what the problem with it is. It works fine for me
I Only Use Allow Interaction With Any Equipment.
Whenever I try to Launch the game with the iphlpapi.dll I get an error saying that Engine has stopped working, any tips?
I Have no idea how you people are having so many problems, it works fine for me.Sorry if i made a dumb ass post :P
Originally Posted by Greyhound-HD
I Have no idea how you people are having so many problems, it works fine for me.Sorry if i made a dumb ass post :P
The Reason Why Allow Interaction With Any Equipment Crashes Is Because You Need To Add A Code To The Remove The Equipment.
This Should Work:
BaseInteractionExt._has_required_upgrade = function(self) return true end
BaseInteractionExt._has_required_deployable = function(self) return true end
BaseInteractionExt.can_interact = function(self, player) return true end
PlayerManager.remove_equipment = function(self, equipment_id) end