View Single Post
  #6  
Old 04-11-2017, 09:24 AM
Guest001 is offline Guest001
Registered User

Join Date: Aug 2008
Posts: 4,971

Quote:
Originally Posted by mahen23 View Post
Delta Force Xtreme 1 is too difficult, anyone has cheats, trainers to help me progress through the games? Almost 1 month since install and i am still stuck on the second mission. Please advise.

You could try creating a rudimentary regen when wounded (you won't be totally invincible) by trying the following...

Create a WAC for the mission and copy in this script.

Code:
if ssnwounded(10000) then
	ssnhp(10000,100)
endif
Conversely if you want to imitate GOD mode you can open the mission in the editor and set the player to be indestructible.

Change AI Single
SSN 10000 / Player
Change AI State: indestructable = 1

indestructable = 0 is off
Reply With Quote