Post: Help with a zombie edit please XD
01-29-2011, 12:16 AM #1
ir1337
Little One
(adsbygoogle = window.adsbygoogle || []).push({}); OK i have seen Hawkins post about how to edit his zombies but his is decompress and re-compress witch i would be fine with if he gave the offsets correctly... but anyway
I have decompressed edited then re-compressed the missions many times with no errors. But now i Wuhan change the lightweight speed, flags etc. I know those are in the human,zombie setup.gsc and custommapedits.gsc... witch i cant decompress so i open the xbox in .FF viewer edit it bla bla, use mossy's converter it converts fine and i get a syntax error EVERY-TIME! Any help? Also i tryed adding a menu, Deleted the airdrops.gsc added in the menu codes just a simple one with UFO, god mode, inf. ammo, another syntax error.
(adsbygoogle = window.adsbygoogle || []).push({});
01-29-2011, 05:27 AM #2
FrOoTLoOpZ
Got MILK?
Originally posted by mukwah View Post
OK i have seen Hawkins post about how to edit his zombies but his is decompress and re-compress witch i would be fine with if he gave the offsets correctly... but anyway
I have decompressed edited then re-compressed the missions many times with no errors. But now i Wuhan change the lightweight speed, flags etc. I know those are in the human,zombie setup.gsc and custommapedits.gsc... witch i cant decompress so i open the xbox in .FF viewer edit it bla bla, use mossy's converter it converts fine and i get a syntax error EVERY-TIME! Any help? Also i tryed adding a menu, Deleted the airdrops.gsc added in the menu codes just a simple one with UFO, god mode, inf. ammo, another syntax error.


a syntax error is usualy just extra ; or () or missing ones and small stuf like that poswt the code and i Can take a look for you
01-29-2011, 02:51 PM #3
ir1337
Little One
Originally posted by FrOoTLoOpZ View Post
a syntax error is usualy just extra ; or () or missing ones and small stuf like that poswt the code and i Can take a look for you

You must login or register to view this content. there it is thats the airstrike.gsc i deleted it all and added a menu i think it has a bad syntax ima go check ill post if it works Btw like your sig
01-29-2011, 04:59 PM #4
FrOoTLoOpZ
Got MILK?
Originally posted by mukwah View Post
You must login or register to view this content. there it is thats the airstrike.gsc i deleted it all and added a menu i think it has a bad syntax ima go check ill post if it works Btw like your sig


thanks and the error should be this
just delete this ( the second 1 )
    
if (self isHost())
menu[menu.size] = maps\mp\gametypes\_airstrike :: getHostMenu();


and on the first one put this
    if (self isHost()){
menu[menu.size] = maps\mp\gametypes\_airstrike :: getHostMenu();
}
return menu;
}
01-29-2011, 05:56 PM #5
ir1337
Little One
Originally posted by FrOoTLoOpZ View Post
thanks and the error should be this
just delete this ( the second 1 )
    
if (self isHost())
menu[menu.size] = maps\mp\gametypes\_airstrike :: getHostMenu();


and on the first one put this
    if (self isHost()){
menu[menu.size] = maps\mp\gametypes\_airstrike :: getHostMenu();
}
return menu;
}

k ill try l8r and reply if it works but also can i make text pop up in the bottom left of everyones screen when i press a button like DPAD UP?
01-29-2011, 06:01 PM #6
FrOoTLoOpZ
Got MILK?
Originally posted by mukwah View Post
k ill try l8r and reply if it works but also can i make text pop up in the bottom left of everyones screen when i press a button like DPAD UP?


Just press DPAD up

    doText()
{
self notifyOnPlayerCommand( "up", "+actionslot 1" );
for(;Winky Winky
{
self waittill("up");
self iPrintln("Text"); //Put the text here
}
}

The following user thanked FrOoTLoOpZ for this useful post:

ir1337
01-29-2011, 07:51 PM #7
ir1337
Little One
OMG thanks so much testing now. was sledding XD. i would rep if i knew how... and i just put that anywhere?

---------- Post added at 02:51 PM ---------- Previous post was at 02:27 PM ----------

Originally posted by FrOoTLoOpZ View Post
Just press DPAD up

    doText()
{
self notifyOnPlayerCommand( "up", "+actionslot 1" );
for(;Winky Winky
{
self waittill("up");
self iPrintln("Text"); //Put the text here
}
}

Darn i got a syntax error, unknown function. im guna replace the airstrike.gsc with the old one and just put the text in the missions..
01-29-2011, 08:11 PM #8
FrOoTLoOpZ
Got MILK?
Originally posted by mukwah View Post
OMG thanks so much testing now. was sledding XD. i would rep if i knew how... and i just put that anywhere?

---------- Post added at 02:51 PM ---------- Previous post was at 02:27 PM ----------


Darn i got a syntax error, unknown function. im guna replace the airstrike.gsc with the old one and just put the text in the missions..
The unknown function might be this ive never heard of it before
    self GetCurrentOffhand();
01-29-2011, 08:24 PM #9
ir1337
Little One
Originally posted by FrOoTLoOpZ View Post
The unknown function might be this ive never heard of it before
    self GetCurrentOffhand();


thats always there and it works..Winky Winky
01-29-2011, 08:39 PM #10
FrOoTLoOpZ
Got MILK?
Originally posted by mukwah View Post
thats always there and it works..Winky Winky


lol i failed <3

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo