360haven works best with JavaScript enabled
[Tutorial] Transformers FoC COMPLETE Demo Modding - Page 7
Loading
Register
Page 7 of 9 FirstFirst ... 23456789 LastLast
Results 49 to 56 of 68
  1. #49
    Sitherus

    yush 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?


  2. #50
    DeziredImage

    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.

  3. #51
    Sitherus

    Re: Transformers FoC COMPLETE Demo Modding

    Quote Originally Posted by Idlehands88 View Post


    Hex Length = Hex Length + Name Length (Name Length + 1)
    if hex length equals hex length plus name length how do i know what the hex length is?!!

  4. #52
    Haven Donator
    godzcheater is offline
    Join Date : Feb 2011
    Location : UK
    Posts : 147
    Array

    Re: Transformers FoC COMPLETE Demo Modding

    Quote Originally Posted by Sitherus View Post
    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.

  5. #53
    Sitherus

    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 Click image for larger version. 

Name:	hex1.jpg 
Views:	12 
Size:	68.4 KB 
ID:	9099Click image for larger version. 

Name:	hex2.jpg 
Views:	11 
Size:	68.7 KB 
ID:	9100Click image for larger version. 

Name:	hex3.jpg 
Views:	10 
Size:	68.9 KB 
ID:	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.
    Attached Thumbnails Attached Thumbnails hex4.jpg  

  6. #54
    KiLLa CaM

    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 View Post
    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.

  7. #55
    Haven Donator

    drizzt is offline
    Join Date : Jun 2012
    Location : Menzoberranzan
    Age : 40
    Posts : 892
    Array

    Re: Transformers FoC COMPLETE Demo Modding

    Quote Originally Posted by Sitherus View Post
    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.
    Last edited by drizzt; 08-12-2012 at 10:37 PM.
    Downloads : 21 || Uploads : 0 || Rep Power : 4004 || Posts : 892 || Thanks : 148 || Thanked 223 Times in 122 Posts




  8. #56
    Member
    odstshane is offline
    Join Date : Sep 2011
    Location : Orb
    Posts : 37
    Array

    Re: Transformers FoC COMPLETE Demo Modding

    Quote Originally Posted by Idlehands88 View Post
    Hey guys here is a FULL Hex Editing Tutorial on how to mod the Demo for Transformers FoC :P
    dmca 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
    Downloads : 8 || Uploads : 0 || Rep Power : 3402 || Posts : 37 || Thanks : 6 || Thanked 44 Times in 11 Posts



 

 
Page 7 of 9 FirstFirst ... 23456789 LastLast

Similar Threads

  1. transformers FOC how to add 2 upgardes to one gun in multiplayer
    By drizzt in forum Xbox 360 Modding Discussion
    Replies: 0
    Last Post: 01-05-2013, 10:23 PM
  2. After patch Transformers FOC demo
    By drizzt in forum Xbox 360 Game Saves
    Replies: 4
    Last Post: 08-23-2012, 07:17 PM
  3. [SAVE] Transformers: FoC Demo Modded Save
    By Idlehands88 in forum Xbox 360 Modified Game Saves
    Replies: 10
    Last Post: 08-23-2012, 04:03 PM
  4. Transformers FoC Modded Chars Release.
    By DeziredImage in forum Xbox 360 Modified Game Saves
    Replies: 3
    Last Post: 08-15-2012, 06:09 PM
  5. Transformers FOC demo modded gamesave
    By drizzt in forum Xbox 360 Modified Game Saves
    Replies: 5
    Last Post: 08-08-2012, 07:02 PM

Visitors found this page by searching for:

Nobody landed on this page from a search engine, yet!

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  

About 360haven

    360haven is an Forum Devoted To Game modding Fans from all over the world.

    An Awesome Community of Xbox 360 Gamers, Modders and Developers who Create & Share Tutorials, Applications, Gfx, Trainers and Gamesaves.

    A haven for the l33t.
    A scarce paradise for modders.

★★★★★¯\_(ツ)_/¯