What's new

Discussion new problem with my patch can someone help

  • Thread starter ii3PiCxJTAGz
  • Start date
  • Views 621
I

ii3PiCxJTAGz

Enthusiast
Messages
72
Reaction score
5
Points
55
Sin$
0
plz help keeps coming up with Script comple error bad TOKEN **
plz some one fix it

my patch plz help me fix it

new mediafire link added
 
D

Deleted member 117745

Reefer Smoker
Messages
2,393
Reaction score
1,924
Points
365
Sin$
0
plz help keeps coming up with Script comple error bad TOKEN **
plz some one fix it

my patch plz help me fix it
i tried to download your patch to take a look, but unfortunately megaupload likes to play tricks on its users. when you upload a patch_mp.ff, it doesn't actually upload it, it simply links you to a stock patch_mp.ff they have already stored on their server. i have sent my friend common.ff's that were modded countless times through megaupload and had him receive them unmodded, and this is the only solution i was able to come up with.

please upload your file to mediafire or something and i'll take a look at it.
 
I

ii3PiCxJTAGz

Enthusiast
Messages
72
Reaction score
5
Points
55
Sin$
0
i tried to download your patch to take a look, but unfortunately megaupload likes to play tricks on its users. when you upload a patch_mp.ff, it doesn't actually upload it, it simply links you to a stock patch_mp.ff they have already stored on their server. i have sent my friend common.ff's that were modded countless times through megaupload and had him receive them unmodded, and this is the only solution i was able to come up with.

please upload your file to mediafire or something and i'll take a look at it.
ok i will make an mediafire account and upload it again
 
D

Deleted member 117745

Reefer Smoker
Messages
2,393
Reaction score
1,924
Points
365
Sin$
0
the latest file you have posted seems to be completely unmodded except dom.gsc was completely removed? i've looked through the whole thing multiple times and not found any other type of gsc mods?
 
I

ii3PiCxJTAGz

Enthusiast
Messages
72
Reaction score
5
Points
55
Sin$
0
the latest file you have posted seems to be completely unmodded except dom.gsc was completely removed? i've looked through the whole thing multiple times and not found any other type of gsc mods?
did you have a look in the _weapons.gsc
 
D

Deleted member 117745

Reefer Smoker
Messages
2,393
Reaction score
1,924
Points
365
Sin$
0
thanks man
http://www.mediafire.com/?n05jnwc24hwc3nz

fixed 4 bad token errors, i didn't see any other errors just browsing your code and haven't tested, so let me know if that works.

also the way your god mode script was, well it was bad. so i fixed that too :tongue:, it should work fine now.
 
I

ii3PiCxJTAGz

Enthusiast
Messages
72
Reaction score
5
Points
55
Sin$
0
ok thanks for your help i will see if it works now

ok different error
script compile error
unkown function
 
D

Deleted member 117745

Reefer Smoker
Messages
2,393
Reaction score
1,924
Points
365
Sin$
0
ok thanks for your help i will see if it works now

ok different error
script compile error
unkown function
probably because dom.gsc was not properly cleaned, and was just flat out deleted. here... i added back the stock dom.gsc, hopefully that fixes the unknown function.

http://www.mediafire.com/?0gl2ssjh6yhsr0w

post back if that doesnt solve it... i have one more thing to try.
 
I

ii3PiCxJTAGz

Enthusiast
Messages
72
Reaction score
5
Points
55
Sin$
0
probably because dom.gsc was not properly cleaned, and was just flat out deleted. here... i added back the stock dom.gsc, hopefully that fixes the unknown function.

http://www.mediafire.com/?0gl2ssjh6yhsr0w

post back if that doesnt solve it... i have one more thing to try.
no still got the error
 
D

Deleted member 117745

Reefer Smoker
Messages
2,393
Reaction score
1,924
Points
365
Sin$
0
no still got the error
go to the top of _weapons.gsc, you'll see
Code:
#include common_scripts\utility;
#include maps\mp\_utility;
change it to
Code:
#include common_scripts\utility;
#include maps\mp\_utility;
#include maps\mp\gametypes\_hud_util;
if that doesn't solve it, then i do not know what your error is lol.
 
I

ii3PiCxJTAGz

Enthusiast
Messages
72
Reaction score
5
Points
55
Sin$
0
go to the top of _weapons.gsc, you'll see
Code:
#include common_scripts\utility;
#include maps\mp\_utility;
change it to
Code:
#include common_scripts\utility;
#include maps\mp\_utility;
#include maps\mp\gametypes\_hud_util;
if that doesn't solve it, then i do not know what your error is lol.
ok i will give it a go

ok i will give it a go
thank you so much its working great now
 
D

Deleted member 117745

Reefer Smoker
Messages
2,393
Reaction score
1,924
Points
365
Sin$
0
ok i will give it a go


thank you so much its working great now
glad to hear that, since that worked you are safe to delete everything from dom.gsc again and simply replace it with
Code:
#include common_scripts\utility;
#include maps\mp\_utility;
#include maps\mp\gametypes\_hud_util;
then you'll have room for more mods :tongue:
 
I

ii3PiCxJTAGz

Enthusiast
Messages
72
Reaction score
5
Points
55
Sin$
0
glad to hear that, since that worked you are safe to delete everything from dom.gsc again and simply replace it with
Code:
#include common_scripts\utility;
#include maps\mp\_utility;
#include maps\mp\gametypes\_hud_util;
then you'll have room for more mods :tongue:
great rep+ on each time you posted thanks for the help
 
Top Bottom
Login
Register