Page 1 of 2

I seem to have a bit of a problem when adding a cheat pack

Posted: February 14th, 2008, 9:54 pm
by unknow
(Add title name here) when I go to WC3 to play them this is what happens I can add computers the slot thing is empty just plain. If I hit start game it goes then goes back. And if choose a map and go to another map then back to the one I cheated, it will still show the slots for the other map and not the cheated map. What did I do wrong?

Re: I seem to have a bit of a problem when adding a cheat pack

Posted: February 15th, 2008, 1:35 am
by GhettoChild
Sounds like a syntax error. Check the J file with Jasscraft.

Re: I seem to have a bit of a problem when adding a cheat pack

Posted: February 17th, 2008, 4:49 am
by unknow
I checked the .J file with Jasscraft and I see nothing wrong.
Here is the map: http://www.megaupload.com/?d=CPLMWCUC
Maybe some one can open it with Jasscraft and tell me what wrong?

Re: I seem to have a bit of a problem when adding a cheat pack

Posted: February 17th, 2008, 5:33 am
by initialD
Come on, just upload it somewhere else, even in this forums itself
"All download slots assigned to your country (Malaysia) are currently in use. Please try again in a few hours or install the Megaupload Toolbar for immediate access - with the toolbar installed, there are no more slot limitations for you!"

Re: I seem to have a bit of a problem when adding a cheat pack

Posted: February 17th, 2008, 5:08 pm
by unknow

Re: I seem to have a bit of a problem when adding a cheat pack

Posted: February 19th, 2008, 2:06 am
by Penguin
You could have just uploaded the .j file.

The error is that there are undeclared variables (udg_hear, gg_trg_Hear, Death, Reg)

You probably forgot to copy a few lines underneath "integer array S2RAW".

Re: I seem to have a bit of a problem when adding a cheat pack

Posted: February 19th, 2008, 2:24 am
by Sepharael
Whos cp are you trying to insert though?

Re: I seem to have a bit of a problem when adding a cheat pack

Posted: February 19th, 2008, 4:04 am
by JJ2197
It's mine... I would assume...

Re: I seem to have a bit of a problem when adding a cheat pack

Posted: February 19th, 2008, 5:00 am
by Sepharael
Probably the problem I had? Didn't get everything for the globals part?

Re: I seem to have a bit of a problem when adding a cheat pack

Posted: February 19th, 2008, 7:58 pm
by unknow
Sepharael wrote:Probably the problem I had? Didn't get everything for the globals part?

Yea after looking over a few maps with JJ's cheat pack I noticed that I never copied this part under globals:
integer mu2u=0
integer ma2a=0
integer as2s=0
real minx=0
real miny=0
real maxx=0
real maxy=0
trigger Death
rect Reg
When I first copied the new cheat pack, it I thought it was part of the map...