Jump to content
 

Recommended Posts

Posted

I am hacking with the Caw Tool but I ran into a problem.Let me ask you this...

I am adding a Paint Logo 16 to the short tight's. I know that no1 has figured out the ZZXXYY for Vertical,Horizontal,Width,Height, and Roll.

Thats cool

This is what i got so far

From : Logo 16

Placement: Waist

Here's where I am having a lil trouble

Vertical

0093AAB6 I need to know whats is the next code where I change XXYYZZ

Like for example XX=-100 I will try to figure out the HEX for -100 but what code would I add it to since I dont see one on in the CAW TOOL.

Posted

What are the values for logo tilt/position/scale?"

I aint got a clue. I never listed them down, but the format is 000000XX, where XX is your value. For size, 00 was default I think and obviously, 77 for example made it larger. Just experiment; I cant hold your hands forever But! If you find out what they are, share the wealth kthx.

^^^^

Like that code 000000XX

Where would I add the the Vert on that on the XX??

If so would I add the Horizontal and the rest of them in like this?

Example:

Horizontal

0093AAB5 000000XX

Width

0093AAB9 000000XX

I would just replace the XX with the HEx number I want? Would that work?

Posted

ugh, well its been a while since ive done any hacking outside poly modding, but that seems right. I believe 00 is an 8 bit code type, which is what your using. And yeah. if 0093AAB5 affected the horizontal (placement? width?) then 000000XX, where xx is your value, is correct in this instance.

Im a bit lost as i dont recall the address or GCN code types, so if camac could verify, itd be cool, but it seems in order.

Posted

Hmm... I'm abit lost as well, its been awhile. Address ey?

This should be the vertical address. I'm 99% sure.

0093AAB6

Then have 000000XX and like Chillalex said before about this.

And if your looking for the Texture Repeat...

Texture Repeat

0293AACC

TEXTURE REPEAT

00000000

All

0000C000

None

00004000

Horizontal

00008000

Vertical

So if you want Horizontal repeat...

0293AACC 00004000

Then

Form (Whats this? Which logo?.)

0493AAB0

Placement

0093AAB4

Vertical

0093AAB6

Horizontal

0093AAB5

Width

0093AAB9

Height

0093AABB

Roll

0093AAB7

So a final code would be...

0293AACC 00004000

0493AAB0 000000XX

0093AAB4 000000XX

0093AAB6 000000XX

0093AAB5 000000XX

0093AAB9 000000XX

0093AABB 000000XX

0093AAB7 000000XX

Well, I'm not sure, I still don't understand most, I'll have to look into this one day.

Posted

That looks right CaMacKid thats what I got and now Iam trying to figure out the Vaules of the numbers that go into the XX.

Posted

Yeah, now your on your own on that. My guess is that 00 = 0 or -100. It should be -100 though. and you'll need to count up in hex to figure out 100. 1000 should be 67 though. Anything higher might just give a gitch. SO I wouldn't mess higher, count it first to be sure.

Posted

On second thought, it maybe around C8.

×
×
  • Create New...

Important Information

Terms of Use Privacy Policy Guidelines We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.