Re: [TUT-newfix] Adding New Grades to Gunz
Quote:
Originally Posted by
sayuta
Sorry to bother ur ego.
But Nova told me the same thing u did right now.
Secondly, i know how, so.. Thanks for looking down on me.
That's not ego, I was judging you at your knowledge.
Secondly, no you don't. Nova told you to look where the Stage Join function is. He didn't gave addresses nor function names.
Quote:
Originally Posted by
dacharles
since somebody say u ar W........mayb u wanna fuk darkgunz...?...U can do it ;)
I'm not Wizkid, but I could do it.
Re: [TUT-newfix] Adding New Grades to Gunz
Quote:
Originally Posted by
Nobody666
lol Nova? Figured that kid would fall through with quitting gunz deving.
and I ew'ed at dark gunz.
Honestly. If you're here to talk shit then i suggest you fuck off. I have a life and I'm happy with it. Don't cry if you have no life, kid.:):
Quote:
Originally Posted by
Donald Duck
Wait, you need a second person without knowledge to do that? Find :P:MMatchServer::ValidateStageJoin, it's an integer. The address is 00411550, go look at 004115BD.
It also took two of you to do that sentance, as you're copy/pasting what wizkid is telling you. Good job.
Re: [TUT-newfix] Adding New Grades to Gunz
Quote:
Originally Posted by
Kerne64
Honestly. If you're here to talk shit then i suggest you fuck off. I have a life and I'm happy with it. Don't cry if you have no life, kid.:):
It also took two of you to do that sentance, as you're copy/pasting what wizkid is telling you. Good job.
Since he allows me to do so, what's your problem?
Re: [TUT-newfix] Adding New Grades to Gunz
Quote:
Originally Posted by
Kerne64
Honestly. If you're here to talk shit then i suggest you fuck off. I have a life and I'm happy with it. Don't cry if you have no life, kid.:):
It also took two of you to do that sentance, as you're copy/pasting what wizkid is telling you. Good job.
Oh, your only one year older then me, im such a "kid".
Dont rage at me just cause your "life" isn't as full as you pretended it to be, so you had to come back.
Btw good job at changing names.
Re: [TUT-newfix] Adding New Grades to Gunz
Quote:
Originally Posted by
Donald Duck
Since he allows me to do so, what's your problem?
I have no probleme. I'm just prooving my point.
Quote:
Originally Posted by
Nobody666
Oh, your only one year older then me, im such a "kid".
Dont rage at me just cause your "life" isn't as full as you pretended it to be, so you had to come back.
Btw good job at changing names.
I was on a mobile phone, so, no alt codes, think before you pull shit out of your ass. And as I stated. My life is great as it is. Fun, party, girls, you name it. If you're not going to bilive me, do what you want. Personally, I really coulden't care.
Greetings,
Re: [TUT-newfix] Adding New Grades to Gunz
Sorry for bumping this, but it renders UGradeID 254 useless as it would give it a weird name in-game.
Re: [TUT-newfix] Adding New Grades to Gunz
Quote:
Originally Posted by
Linear88
Sorry for bumping this, but it renders UGradeID 254 useless as it would give it a weird name in-game.
as in just symbols? It does that if your clients not unmasked. You can either make a line for it in strings.xml, as he shows how, or use an unmasked one.
Re: [TUT-newfix] Adding New Grades to Gunz
Quote:
Originally Posted by
Nobody666
as in just symbols? It does that if your clients not unmasked. You can either make a line for it in strings.xml, as he shows how, or use an unmasked one.
I have done the unmasking steps from your tutorial, but all the other UGradeID work fine.
Example:
UGradeIDs 255 and 252 (I colored 252 using the tutorial) are fine.
UGradeID 254 isn't - it gives a weird name symbol.
Re: [TUT-newfix] Adding New Grades to Gunz
well did you do this tutorial correctly?
Re: [TUT-newfix] Adding New Grades to Gunz
Yes.
I skipped this step as I only needed to color UGradeID 252:
Quote:
Originally Posted by
katsumi
Then
Code:
Address1-fornewgrade CMP ECX,[Grade in hexadecimals] //// --> CMP ECX,0C8 = Grade 200 its hexadecimal number
JNZ SHORT Address2-fornewgrade
MOV ESI,DWORD PTR SS:[ESP+10]
TEST ESI,ESI
MOV EDX,DWORD PTR SS:[ESP+C]
MOV DWORD PTR SS:[ESP+8],FF4080FF -->Binary - C7 44 24 08 FF 80 40 FF /// Thats the colour part and its orange
MOV EAX,DWORD PTR SS:[ESP+8]
MOV DWORD PTR DS:[EDX],EAX
MOV AL,1
POP ESI
RETN
Repeat the above code till (n-1) grades u need
That's all.
Re: [TUT-newfix] Adding New Grades to Gunz
Sounds interesting, at any time I get to try ...
Re: [TUT-newfix] Adding New Grades to Gunz
can the new grade like as grade 2..
event_ongame_jjang <-- grade 2 will have a event winner on head..
Re: [TUT-newfix] Adding New Grades to Gunz
Quote:
Originally Posted by
chw98183
can the new grade like as grade 2..
event_ongame_jjang <-- grade 2 will have a event winner on head..
if you edit it to have the same rights
Re: [TUT-newfix] Adding New Grades to Gunz
when it ry changing the 1st code to JMP Address1-fornewgrade
it sayd unrecegnized identefier -.-!
btw im editing theduelexe
Re: [TUT-newfix] Adding New Grades to Gunz