| · Portal |
Help
Search
Members
Calendar
|
| Welcome Guest ( Log In | Register ) | Resend Validation Email |
| Welcome to Resident Evil 1 2 3. We hope you enjoy your visit. You're currently viewing our forum as a guest. This means you are limited to certain areas of the board and there are some features you can't use. If you join our community, you'll be able to access member-only sections, and use many member-only features such as customizing your profile, sending personal messages, and voting in polls. Registration is simple, fast, and completely free. Join our community! If you're already a member please log in to your account to access all of our features: |
![]() ![]() ![]() |
| felixnew |
Posted: Jun 29 2011, 06:51 PM
|
|
SMHART TEAM!!! Group: Members Posts: 761 Member No.: 306 Joined: 17-July 10 |
hi, i'm trying insert items to the room 2001, but when i put the co-ords it don't work
by example i have this co-ords: e3ba 0000 5ee1 5002 and i do this 4E NN 02 31 00 00 XX XX YY YY ZZ ZZ RR RR HH 00 VV 00 ?? 00 ?? ?? inserting the co-ords and extra info... i get this 4E 00 02 31 00 00 E3 BA 00 00 5E E1 50 02 03 00 05 00 ?? 00 ?? ?? i set the co-ords like a enemy, but it don't work, can any help me plz??? |
| Resiyoyoyo |
Posted: Jul 3 2011, 10:25 PM
|
|
6854141 Group: Team96 Posts: 1,241 Member No.: 333 Joined: 5-September 10 |
What item did you try to insert? If "it doesn't work" means that it won't show up inside the room (for example a box of shotgun shells) it could probably be that you don't have a texture for that item inside the RDT. At least I remember that every room having items such as ammo also has a TIM file (the spoken of texture) as well.
That means even if the coordinates are correct (I unfortunately can't tell that just from the numbers) it is still possible that you can't see the item because it's missing its texture. |
| felixnew |
Posted: Jul 5 2011, 12:25 AM
|
|
SMHART TEAM!!! Group: Members Posts: 761 Member No.: 306 Joined: 17-July 10 |
the ''item'' is not a 3d model is a hex item... is a item who can be picked up... so i dont need a texture..... by example if you remove the 3d model you still can pick the item without the model...
|
| Resiyoyoyo |
Posted: Jul 9 2011, 12:23 AM
|
|
6854141 Group: Team96 Posts: 1,241 Member No.: 333 Joined: 5-September 10 |
If you can still pick it up, then it really might be a problem with the coords; or it's simply that an enemy can't be replaced with an item that easily. Have you ever had done such an enemy to item change that has worked or is this your first attempt doing it? I can't think of me doing anything similar as far as I remember, so I can only guess what's causing the problem.
Also, to be sure: the problem is that you can't find the item where you put it? Or is it there and not responding to the character's pick-up action? |
| felixnew |
Posted: Jul 9 2011, 12:47 AM
|
|
SMHART TEAM!!! Group: Members Posts: 761 Member No.: 306 Joined: 17-July 10 |
i'm not replacing anything, the problem is i can't pick it, but in the rdt the item still there... in some guides, say's something about the endian rules.... what is that????
|
| Resiyoyoyo |
Posted: Jul 9 2011, 01:15 AM
|
|
6854141 Group: Team96 Posts: 1,241 Member No.: 333 Joined: 5-September 10 |
If hex values are written in little endian, it means that the bytes are swapped around: for example 256 in decimal means 0100 or 01 00 in hex. If a game uses little-endian (most do), you won't find 01 00 inside the hex editor, you need to swap the bytes around and search for 00 01.
If you want to change this value to 257 in decimal you need to think of that, too and overwrite 00 01 with 00 02. Another example: 45 62 26 will be found as 26 62 45 if in little endian 45 62 26 will be found as 45 62 26 if in big endian That's the whole magic. |
| felixnew |
Posted: Jul 23 2011, 09:26 PM
|
|
SMHART TEAM!!! Group: Members Posts: 761 Member No.: 306 Joined: 17-July 10 |
8AD2 0000 F5BD C6FA it should be go like this? C6FA F5BD 0000 8AD2 but i try turning the co-ords but it wont work ¬¬'' jajaja i think i'm doing something wrong.. |
![]() |
![]() ![]() ![]() |