Re: Transformers FoC COMPLETE Demo Modding
Why does it always freeze!!? ive tried 6 times i cant make it work this is so stupid... the first one i went all out and modded all chars and fixed all the bytes then on the second one i just modded one char i tried all kinds of ways and ended up trying to only mod one thing so i changed my scientist to vangaurd and it still froze this is sooo aggravating! can someone help me please or upload a sav char set?
Re: Transformers FoC COMPLETE Demo Modding
My Thread With Modded Chars, For People That Can't Do Simple Things.
Transformers FoC Modded Chars Release.
Hope you don't mind me posting this Idle Thanks for you're Thread.
Re: Transformers FoC COMPLETE Demo Modding
Quote:
Originally Posted by
Idlehands88
if hex length equals hex length plus name length how do i know what the hex length is?!!
Re: Transformers FoC COMPLETE Demo Modding
Quote:
Originally Posted by
Sitherus
if hex length equals hex length plus name length how do i know what the hex length is?!!
X=X-Y, < Da fuck
jk, but from that quote he is wrong, the first byte is the length of the string, but the string always requires a null terminator, so its just the string length.
so you want to write "StringA"//537472696E6741
you have to add a null char at the end to
"StringA\n"//537472696E674100
So the first byte is 8, the length of "StringA\n", (or I think he is trying to say length of "StringA" + 1)
08537472696E674100
And a FYI the Byte before the String is actually and int32, so everyone who is freezing should make sure that the 3 bytes before are null,
I am going to start watching this thread so anyone with freezing issues please post a screen shot, no offence but some of you realy suck at describing.
4 Attachment(s)
Re: Transformers FoC COMPLETE Demo Modding
heres what i edited it looks completely right but it doesn't work i still freezes all i did is change my armor Attachment 9099Attachment 9100Attachment 9101 i modded the scientist and the scout/infiltrator Please Help me i got left out on the haloreach beta i want to be in on this one... Please whatever it takes.
Re: Transformers FoC COMPLETE Demo Modding
I know what your issue is Sitherus. There is no Vanguard Scientist Wings (at least not in the beta), if you go look in the game Vanguard is not an option under wings so that will make you freeze. Not even sure if you can use the vanguard chest piece at all bc idk what kind of wings it can support. It also may use different weapons other than rockets (I think in the campaign demo it had a machine gun) so it may not work trying to change that.
Quote:
Originally Posted by
godzcheater
X=X-Y, < Da fuck
jk, but from that quote he is wrong, the first byte is the length of the string, but the string always requires a null terminator, so its just the string length.
so you want to write "StringA"//537472696E6741
you have to add a null char at the end to
"StringA\n"//537472696E674100
So the first byte is 8, the length of "StringA\n", (or I think he is trying to say length of "StringA" + 1)
08537472696E674100
And a FYI the Byte before the String is actually and int32, so everyone who is freezing should make sure that the 3 bytes before are null,
I am going to start watching this thread so anyone with freezing issues please post a screen shot, no offence but some of you realy suck at describing.
This sort of lost me. I'm not very good with Hex Editing as it is but just confirm this for me. Say I want to change ScoutHead9 to ScoutHead12, I would insert an extra byte (00) after ScoutHead9, and change the 9 to 12, then go back to the int32 in the byte that is before the whole name length and change it from 11 to 12 (name length + 1). Is that correct? You can see what I mean as I did this before and uploaded a screenshot in a previous post, and Idlehands said it should've worked but it froze. I even tried changing only this one piece in a completely new unmodified save and I still froze.
Re: Transformers FoC COMPLETE Demo Modding
Quote:
Originally Posted by
Sitherus
if hex length equals hex length plus name length how do i know what the hex length is?!!
highlight name of item and count bites....add one tada.
Re: Transformers FoC COMPLETE Demo Modding
Quote:
Originally Posted by
Idlehands88
Hey guys here is a FULL Hex Editing Tutorial on how to mod the Demo for Transformers FoC :P
Do not post this on any other website without my permission!!!
Your setup is 10X better than what I had before you posted this, good job keep up the hard work and lets all cross our fingers and see how moddable the full game is