View Full Version : [S3PE REQ] A request for The Grid
Raven Shadow
7th Mar 2010, 09:52 PM
The Grid displays the RSLT file's contents from offset 0x2C onward.
I'd like to ask that it display from 0x24 onward.
This would make the data size offset editable within S3PE
and would make calculating the Size easier, since the game counts from
0x24 onward to get the value.
Thank you for your time and work :)
Inge Jones
7th Mar 2010, 10:38 PM
Doesn't the wrapper take care of that for you?
Raven Shadow
8th Mar 2010, 03:10 AM
Doesn't the wrapper take care of that for you?
I don't know if S3PE automatically changes the Size entry.
I haven't had a reason to think it did.
I do know the S3PE doesn't display the RSLT's header bytes
nor does it display the value of the offset that holds the Size value.
note:
Just in case I'm misphrasing things the RSLT header is the first 3 dwords
that start at 0x24 and include
Dword always = 0x0000002C
Dword Size (which or some reason, doesn't include the 1st 36 bytes)
Dword text = "RSLT"
Inge Jones
8th Mar 2010, 07:57 AM
Anywhere you change stuff in the grid it goes through a semi-intelligent wrapper, so I believe if you "Add" an entry that is reflected in the header where necessary.
I'll take a look at the rest of the details when I get time.
pljones
8th Mar 2010, 09:00 PM
I don't think there's a wrapper for RSLT, which means you can't edit the data in grid (except through the hex editor). Just editing the size wouldn't help -- you'd have to reallocate memory based on the size and that's not how it works, of course: you'd immediately have a broken resource to deal with.
A better request might be to make the RSLT RCOL editable.
Inge Jones
30th Mar 2010, 09:25 AM
Bump. Shall we see to this next?
Inge Jones
8th Apr 2010, 08:42 AM
We implemented the RSLT wrapper and reports so far are good.
vBulletin v3.0.14, Copyright ©2000-2013, Jelsoft Enterprises Ltd.