Discuss Halo 2 modding, progress on figuring things out, mapfiles...you know the drill. Cheating discussion not allowed.
fuzzman
Posts: 67 Joined: Sun Jul 30, 2006 1:52 pm
Location: the sunshine state
Post
by fuzzman » Wed Nov 21, 2007 2:15 pm
ok i want the masterchief bipd or the player you are currently to apply to the following script:
Code: Select all
(script startup damage_hack
(begin
(unit_set_maximum_vitality
(masterchief_mp.bipd)
30 70)
)
)
would that be even close?
grimdoomer
Posts: 1440 Joined: Mon Oct 09, 2006 4:36 pm
Post
by grimdoomer » Wed Nov 21, 2007 2:43 pm
im pretty sure it would be like,
Code: Select all
(sript startup gravity_hack
(begin
(unit_set_minimum_vatality masterchief_mp.bipd 30, 70)
)
)
fuzzman
Posts: 67 Joined: Sun Jul 30, 2006 1:52 pm
Location: the sunshine state
Post
by fuzzman » Thu Nov 22, 2007 7:53 am
dude i tried that and it said invalid header so i changed the header correctly and then it gives some debug error
fuzzman
Posts: 67 Joined: Sun Jul 30, 2006 1:52 pm
Location: the sunshine state
Post
by fuzzman » Thu Nov 22, 2007 9:08 am
well im using script complier, but u spelt "script" wrong lol. so thats y it said invalid header. so i fixed it then it gave me some framework error
grimdoomer
Posts: 1440 Joined: Mon Oct 09, 2006 4:36 pm
Post
by grimdoomer » Thu Nov 22, 2007 9:12 am
script compiler, in H2Guerilla or like script tools.
L0d3x
Posts: 454 Joined: Sat Aug 18, 2007 3:32 am
Post
by L0d3x » Thu Nov 22, 2007 11:32 am
Well if you're using Guerilla you might encounter problems for no obvious reasons. I've had alot more succes with script tools, at least it compiles when it should.
fuzzman
Posts: 67 Joined: Sun Jul 30, 2006 1:52 pm
Location: the sunshine state
Post
by fuzzman » Thu Nov 22, 2007 7:37 pm
yea im using script tools