Gravemind Beta v1.3 Updated 2/8/08
Posted: Thu Jul 31, 2008 9:06 pm
Well 3 months ago I stopped working on Gravemind, but about a week and 3 days ago, I decided to finish it And well Here is a beta.
Gravemind Beta v1.3
Features
- Dependancy/Lone ID Viewing/Swapping
- Mass Dependancy Nulling/Swapping
- Reflexive Viewing
- String ID Viewing/Swapping
- Full Meta Editor with mostly completed plugins for every tag
- Meta Extraction/Injection
- Tag Extraction/ Almost fixed Tag Building
- Full 8 Unicode language viewing
- StringId Viewing
- Collision Viewer
- Auto Update system
Pictures
Notes
- You must configure your settings, by clicking the Settings button.
- Although it is not required it is recommended you resign all maps.
- This can NOT open Multiplayer maps, nor shared.map.
- Tag Building is still in its "Experimental" form and will cause your maps to not load.
- Only internal raw offsets and sizes are displayed.
- Gravemind will alert you on any updates.
- This is only a BETA, it is most likly buggy, although me and neodos removed countless bugs. Please post any bugs in this form and I will send out and update with it fixed ASAP.
- Please enjoy!
Plugins
- Gravemind comes with all plugins mapped to some extent. Some are completed, otheres are not. Please post any updated plugins in the Downloads Section.
Byte, Short, UShort, Int, UInt, Float, Unknown, Char[]
Idents, SringIds
Reflexives
String32, 64 Unicode64, 256
Enum8, 16, 32, Bitmask8, 16, 32
Trouble Shooting
Q: I get a "access to youmaphere is denied" exception?
A: If you are running on Vista please run this app as an admin.
Q: My Bitmasks are cut off:
A: Please insert 1 "Spacer" option at the bottom of the bitmask.
Credits
- A HUGE thanks goes out to Neodos, who converted all plugins, mapped new ones, found countless bugs, instisted it was app bugs when I dissagreed, and made the splash screen, am I missing anything?
- Kiwidoggie Beta testing
- -DeToX- Programing help with the Tag Builder even though it still doesn't work.
- ZXodia Helped fix and explained a nasty bug in the Meta editor that I never would have figured out how to fix!
Enjoy!
Gravemind Beta v1.3
Features
- Dependancy/Lone ID Viewing/Swapping
- Mass Dependancy Nulling/Swapping
- Reflexive Viewing
- String ID Viewing/Swapping
- Full Meta Editor with mostly completed plugins for every tag
- Meta Extraction/Injection
- Tag Extraction/ Almost fixed Tag Building
- Full 8 Unicode language viewing
- StringId Viewing
- Collision Viewer
- Auto Update system
Pictures
Notes
- You must configure your settings, by clicking the Settings button.
- Although it is not required it is recommended you resign all maps.
- This can NOT open Multiplayer maps, nor shared.map.
- Tag Building is still in its "Experimental" form and will cause your maps to not load.
- Only internal raw offsets and sizes are displayed.
- Gravemind will alert you on any updates.
- This is only a BETA, it is most likly buggy, although me and neodos removed countless bugs. Please post any bugs in this form and I will send out and update with it fixed ASAP.
- Please enjoy!
Plugins
- Gravemind comes with all plugins mapped to some extent. Some are completed, otheres are not. Please post any updated plugins in the Downloads Section.
Byte, Short, UShort, Int, UInt, Float, Unknown, Char[]
Code: Select all
<byte name="Name" offset="0" />
<short name="Name" offset="0" />
<ushort name="Name" offset="0" />
<int name="Name" offset="0" />
<uint name="Name" offset="0" />
<float name="Name" offset="0" />
<unknown name="Name" offset="0" />
<string name="Name" offset="0" length="0" /> //Only for tag classes that are NOT Tag References
Code: Select all
<ident name="Name" offset="0" />
<stringid name="Name" offset="0" />
Code: Select all
<reflexive name="Name" offset="0" size="0" > //Size = Chunk Size
//Inner Xml Here
</reflexive>
Code: Select all
<string32 name="Name" offset="0" />
<string64 name="Name" offset="0" />
<unicode64 name="Name" offset="0" />
<unicode256 name="Name" offset="0" />
Code: Select all
<enum8 name="Name" offset="0" >
<option name="Name" value="0" />
</enum8>
<enum16 name="Name" offset="0" >
<option name="Name" value="0" />
</enum16>
<enum32 name="Name" offset="0" >
<option name="Name" value="0" />
</enum32>
<bitmask8 name="Name" offset="0" >
<option name="Name" value="0" />
</bitmask8>
<bitmask16 name="Name" offset="0" >
<option name="Name" value="0" />
</bitmask16>
<bitmask32 name="Name" offset="0" >
<option name="Name" value="0" />
</bitmask32>
Q: I get a "access to youmaphere is denied" exception?
A: If you are running on Vista please run this app as an admin.
Q: My Bitmasks are cut off:
A: Please insert 1 "Spacer" option at the bottom of the bitmask.
Credits
- A HUGE thanks goes out to Neodos, who converted all plugins, mapped new ones, found countless bugs, instisted it was app bugs when I dissagreed, and made the splash screen, am I missing anything?
- Kiwidoggie Beta testing
- -DeToX- Programing help with the Tag Builder even though it still doesn't work.
- ZXodia Helped fix and explained a nasty bug in the Meta editor that I never would have figured out how to fix!
Enjoy!