then skip all the way down to 7020
and paste line 260 and below from 2.tpl
then copy the first line 20 to (180? idk it's the next 16 lines)
and paste that to where the texture data from 2.tpl (260 down) ends
...Right?
I'm afraid the 16 line part is a little more complicated.
You nailed the first one, no problem . . .
But the second one, will require a program called
HEX WORKSHOP HEX EDITOR (at least, that's what I use). It's a free program, no worries.
First off, you MUST make sure the Sandbag top is
128 COLORS OR BELOW; when you Index it, make sure it is
128 COLORS OR LESS. No more, but less is OK.
Whenever you convert your textures via TCS to TPL, you have to open your Sandbag head (in your case, 2.tpl) in HEX WORKSHOP... Then, you select the hex info (line 260 down), and Subtract 128 from the file.
*In HEX WORKSHOP, line 260 may be located differently; it depends on how the hex is formatted. I know in my Workshop, I have to select from line 0000024C on down. MIGHT be different for you, so keep an eye on that.*
Tools -> Operations -> Subtract...
The window should look a little like this~
DESCRIPTION
Replaces your data with your data minus another value (data = data - value).
Operand
Treat Data As:
8 Bit Unsigned Byte
Byte Ordering:
Little Endian (e.g. Intel)
Value:
128
[x]Decimal [ ]Hex
Apply On
[x]Selection [ ]Entire File
Once you have done all that and checked off all the options so they look like the info above... click OK, and you're good!
NOW you can paste the hex data, only this time....
would assume that means i should copy 01.tpl from 260 down, paste it to 2e00,
then copy from 20 to 210 and paste it to wherever that finishes,
then skip all the way down to 7020
and paste line 260 and below from 2.tpl
then copy line 120 to line 210 --->
16 LINES OF PALETTE HEX DATA
and paste that to where the texture data from 2.tpl (260 down) ends
Hope you were able to make that out.
*Just a side note,
...With ANY texture that has the
(## lines) -### [###MAX]
format, that is NOT 32 lines, will require this format... Just, of course, replace 128 above with whatever is under -###.