Jump to content

[Help] Modify .u with hex editor


Recommended Posts

Hello guys!

 

I want to modify lineagemonster6.u

 

So I open it in UTPT and want to modify DrawScale.

 

21599777.png

 

Than I press Analize Raw object -> Format->Format Auto

 

Than in all numbers I find DrawScale

 

width=1024 height=640http://img26.imageshack.us/img26/9677/86925620.png[/img]

I remember this numbers.

 

Use l2decrypt on lineagemonster6.u, and open it in hex editor.

 

width=1024 height=640http://img692.imageshack.us/img692/1263/44451135.png[/img]

 

But I can't find any of this numbers, what happaned,maybe I'm doing something wrong??

Link to comment
Share on other sites

it is not the same you are writing 0a, but at screen it is shown that is 0A, it is rly matter if it small letter or big letter it is other hex values, so that why it doesn't show you.

Link to comment
Share on other sites

search in google or in your .u file for hex values that for exmple shows (t5 == 34)

so  when you find correct hex word just change what you have 3f or what that means 1.80 to 1.50 maybe its 2f ) look for it

 

Link to comment
Share on other sites

if you read it more correct, maybe found what you want :D, here the file edited with scale 1.50, anyway this can be changed via UnrealED have fun.

 

f24dca88c29e.png

 

LineageMonsters6.u Edited by CriticalError

 

Link to comment
Share on other sites

search in google or in your .u file for hex values that for exmple shows (t5 == 34)

so  when you find correct hex word just change what you have 3f or what that means 1.80 to 1.50 maybe its 2f ) look for it

 

 

learn about Float ... again blabla for nothing or dream...

 

float (32bit) is in 4 bytes.

 

3FE66666 = 1.8

3FC00000 = 1.5

 

http://en.wikipedia.org/wiki/Floating_point

 

or in your .u file for hex values that for exmple shows (t5 == 34)

WouhaHouuu! T5 on hex, clap clap

Link to comment
Share on other sites

-beep- there is another problem,I change all like for numbers is all ok,

 

I change 3FE66666 to 3FC00000,than I save it.

Then encrypt into 121v. And Than I open client with file,but what interesting is all absolutely the same,I open this file with UTPT and see that nothing changed

 

Edited: Thx Critical for your file,but anyway I want to know how to do it not only,that someone do and I copy/paste it

Link to comment
Share on other sites

-beep- there is another problem,I change all like for numbers is all ok,

 

I change 3FE66666 to 3FC00000,than I save it.

Then encrypt into 121v. And Than I open client with file,but what interesting is all absolutely the same,I open this file with UTPT and see that nothing changed

that's cause you listen to l2bla bla idi...( you l2s  go to -beep- yourself)

as clearly shown on this photo http://i052.radikal.ru/1206/5d/f24dca88c29e.png by another blabla idi ...

there where no 3FC00000 cause there no space!!! to write thoze 0000

0A 24 66 66 E6 3F whas changed to 0E 34 00 00 C0 3F

 

see i'm whas right that - exmple shows (t5 == 34) whas only exmple,

but for sure thats not 3FC00000

so don't listen to l2idism

Link to comment
Share on other sites

that's cause you listen to l2bla bla idi...( you l2s  go to -beep- yourself)

as clearly shown on this photo http://i052.radikal.ru/1206/5d/f24dca88c29e.png by another blabla idi ...

there where no 3FC00000 cause there no space!!! to write thoze 0000

0A 24 66 66 E6 3F whas changed to 0E 34 00 00 C0 3F

 

see i'm whas right that - exmple shows (t5 == 34) whas only exmple,

but for sure thats not 3FC00000

so don't listen to l2idism

 

it is incomprehensible. Stop please.

 

see i'm whas right that - exmple shows (t5 == 34) whas only exmple,

but for sure thats not 3FC00000

so don't listen to l2idism

What is this? explains this t5 == 34 ... you are so noob.

 

for the properties DrawScale tou have this:

0A = indicate option is "DrawScale" (depends of file name table)

24 = indicate value is a Float

6666E63F = the value, only modify this.

earch in google or in your .u file for hex values that for exmple shows (t5 == 34)

please search on google and learn more about unrealScript please.

Link to comment
Share on other sites

No I don't create another npc, I only want that this NPC will be smaller.

 

9a6599e72ed0.png

 

width=1024 height=640http://s50.radikal.ru/i128/1206/0b/c8789e88abc4.png[/img]

 

width=1024 height=640http://s008.radikal.ru/i303/1206/fd/69b5728394bc.png[/img]

 

width=1024 height=640http://i018.radikal.ru/1206/7f/e8359f3e1e06.png[/img]

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...