hi there,
To help to make the editor better here's my save;
CheckPoint0.sav
CustomChar
4156089C.gpd
hope future release might include shards n health n armor.. thanks..
hi there,
To help to make the editor better here's my save;
CheckPoint0.sav
CustomChar
4156089C.gpd
hope future release might include shards n health n armor.. thanks..


Do you have 424 "shards"? or 13700.
ID: 74
Type: Single
Value: 13700
ID: 69
Type: Single
Value: 425
The GPD settings are LZO compressed. I assume there all combined before compression but never seen any more than 1 setting used.
The first 4 bytes(int32) of 1676165119 are the decompressed length, so dont try to decompress them.
decompressed.
Int32 SettingCount
Setting[SettingCount] Settings
Setting
Byte Unk//Flags?Only seen the first 2 bits set
Int32 ID
Byte Type
Type == 1
Value Int32
Type == 4
Value = String[Int32]
Type == 5
Value = Single
Type == 7
Value = Boolean
@devs check out https://github.com/godzcheater/XboxC...20Cybertron.cs
GPD and CustomChar done, Ill write a class for checkpoints soon, but its just the same as dark side of the moon.
Last edited by godzcheater; 08-22-2012 at 12:58 PM. Reason: Git link















Try this as a pointer for the Shards:
Shards = (Reader.SearchString("044505", StringType.Hexadecimal)(0) + 3)
Reader.Position = Shards
ShardUpDown.Value = Reader.ReadSingle
Programming is 10% science, 20% ingenuity, and 70% getting the ingenuity to work with the science.
~~~~~~~~~~~~~~~~~~~~~~~~~
Programming is like sex:
One mistake and you have to support it for the rest of your life.

cool editor
excellent thank you cannot wait for more additions to the editor great work