Exanima
Hex edits + COMPLETE ID LIST
Imgur pic of shield[imgur.com]
Pic of modded height characters[imgur.com]
Pic of *vomits* "ogre" player[imgur.com]
SuperSword with golem armor[imgur.com]
Dropbox link for example modded saves[www.dropbox.com]

COMPLETE ID LIST[www.dropbox.com]
I found a magic byte in my save using HxD that controls the item ID, and I was mapping them out when I stumbled across a shield from the pre-alpha build.
It has no stats, and doesn't equip correctly, although it can still be stuck to your arm.
(Byte on line 2100 after the FF, 07 is the shield in question.)


Bytes "0A" and "0B" at offset 2060 controls player height in arena mode.
80 C0 makes you really tall. Setting it to FF C0 makes you so tall that your head hits the ceiling, and you have to crouch walk everywhere. Making you fatter is on "02-05." SuperFat doesn't work with SuperTall, only Tall. Default heights are 80 3F for short, and 80 BF for tall.

NOTE: Setting "0B" byte above C0 resets height, or causes errors.

The shorter of the two modded heights makes getting knockouts super easy with the metal bar. The super tall variant is also quite good at pugilism, and flopping over the floor gaps in level 1's puzzles. In combat, the super tall variant can "jump" by press forward or backward, followed by a side direction.

Not ogre, but Jabba the Hut is a thing.

New: You can equip any item (even golem armor/weapons) be replacing an already equipped item.
Dernière modification de Asialsky; 11 mars 2017 à 20h29
< >
Affichage des commentaires 1 à 15 sur 27
I think you may be our only hope for playable ogres. Keep up the good work!
It looks familar from when they game had a more fantasy art style to it, probably just left over assets, I think it's from the trailer aswell and other Sui Generis stuff
angrytrex a écrit :
I think you may be our only hope for playable ogres. Keep up the good work!
No playable ogres yet, although their club is obtainable. I just finished mapping set 1, (00-FF, first bank) and now I'm searching for the byte that switches banks. I know there's another set, because I still haven't found several scrolls, any crystals, the mask, or the socketed mace's IDs.

EDIT: First bank includes basic weapons/armor, books, keys, chests, and doors. You can put a DOOR in your inventory. For those who care; your character's underwear is ID 08. Deleting/replacing it removes your pelvis.

DOUBLE EDIT: Found it. Socketed mace is item 3D on bank 40. (It seems to increment by 40 hex per bank.) I still have a LOT of ID mapping to do.
Dernière modification de Asialsky; 10 mars 2017 à 21h29
Rewording edit:
Item is 12 bytes long, and is a major pain. Shock mace is
3D 00 00 40 00 00 00 00 0D 01 C6 FF

I may need to automate editing these before I have a stroke.
Dernière modification de Asialsky; 10 mars 2017 à 22h29
Tony 10 mars 2017 à 22h11 
That shield is a leftover asset from the early pre-alpha days and can be seen in the old SG pre-alpha vids.

Also, if you do find any items that are spoilers please do not post them on the forums. Spoiling content before it is released by messing about in the game files is rather disrespectful to the devs. Thanks!
Tony a écrit :
That shield is a leftover asset from the early pre-alpha days and can be seen in the old SG pre-alpha vids.

Also, if you do find any items that are spoilers please do not post them on the forums. Spoiling content before it is released by messing about in the game files is rather disrespectful to the devs. Thanks!
But 'tis my job, sir.
Seriously, though. I won't spoil anything I find.
Besides that, I'm fed up with it right now.

Can you give yourself free items?: YES
Can you give yourself a free encased gem, even in Arena?: YES
Can you get any special weapons/armor from story?: *SMASHES KEYBOARD* ... I mean NO.

It would seem special items deliberately delete themselves, or, in the case of the socketed mace, turn into a torch. You can write the data to your save file, but the game throws it out because the devs didn't want it to spawn as a shop item.

...

And yet I can still put an ogre club, door, chest, and /bedpan/ in my pocket.
*sigh*

EDIT: This all started because I was looking for the byte that controlled player height, so I could make angrytrex their ogre player. Tomorrow should be fun. (I found the stats block, but it'll take me some more trial-and-error to find it, adjust it correctly {assuming it doesn't crash}, and tweak it so it doesn't just fall over.)
Dernière modification de Asialsky; 10 mars 2017 à 22h41
OP updated with pictures and link to modded saves.
Links will stay up as long as I'm not explicitly told not to do that.
Tony 11 mars 2017 à 11h52 
Generally, as long as people don't spoil content or create cheats which bypass important game mechanics (unlimited saves, invincibility, etc.) then BM are fine with mods.
Update: Shock Mace can now be added to arena. As it turns out, bank 00 00 40 is some kind of list for story-specific variants.
Bank 01 00 00 has the level 4-5 goods, and bank 02 00 00 has content from the new update. (Jackets, sandals)

Hex ID for arena variant of the socketed Flanged Mace is
D3 01 00 00. (Arena)
3D 00 00 40. (Story)
Hex ID for spoiler armor is
F2 01 00 00. (Arena)
3C 00 00 40. (Story)

If anyone has a specific request for a new thing to be researched/modded, I'm taking requests now.
Tony 11 mars 2017 à 13h41 
Hortie a écrit :
Let in information flow, dont let someone elses concerns stifle you.
Just a heads up: posting cheats is against the Steam rules and such posts will be deleted (which is what I was trying to convey with my previous message in this thread).
Update: I found another boss weapon from the arena. Pic in OP.
Since I can't see internal names on non-equipable items, I'm just going to refer to it in my log/list as SuperSword. That being said, I can still force it to equip with save editing.
Dernière modification de Asialsky; 11 mars 2017 à 17h10
op ...keep up the good work.. keep on digging .. dont be dissuaded by certain persons on here
Raincity151 a écrit :
op ...keep up the good work.. keep on digging .. dont be dissuaded by certain persons on here
No one is trying to stop me.
The only thing that'd get any of this removed is posting story mode spoilers or cheats.

It is taking a while, but that's because there's four item banks to list, each having 256 items in it. For each item, I have to
-add another line to list
-edit byte using HxD
-load Exanima to character select
-close Exanima

EDIT: 00 00 40 bank is weird. Most IDs are blank, except 03, which gives an error about failing to "create package." I'll leave that list for someone else to debug.
Dernière modification de Asialsky; 11 mars 2017 à 19h46
OP updated. After a dozen hours of tedious clicking, I've compiled a list of every item ID that can be placed in the player's inventory. Placing them is easy enough if you know how to use HxD.

Format: ID - NAME (NOTE)
?? means the ID didn't work right or at all.
Tony a écrit :
Generally, as long as people don't spoil content or create cheats which bypass important game mechanics (unlimited saves, invincibility, etc.) then BM are fine with mods.

Thanks Tony (and OP for your Hexidecimal wizardry)). You may have just resolved one of the of the older recurring arguments on this forum.
< >
Affichage des commentaires 1 à 15 sur 27
Par page : 1530 50

Posté le 10 mars 2017 à 18h38
Messages : 27