Unreal Engine Easy Iso Editor 04/06/2016

Unreal Engine Easy Iso Editor

  1. Bu
    This tool will allow you to mod Epic games coalesced_int.bin<br />
    <br />
    Ok first we will start by actually modding the Coalesced_INT.bin its located in StormGameCookedXenon<br />
    open up your Coalesced_INT.bin with gearsofwareditor.exe<br />
    <br />
    [​IMG]<br />
    <br />
    Now it will ask for your Xbox360TOC.txt (located in the StormGame folder)<br />
    <br />
    [​IMG]<br />
    <br />
    Do all of your editing in the nice GUI instead of manually hex editing everything.<br />
    <br />
    [​IMG]<br />
    <br />
    After your done hit save in gearsofwareditor.exe and open Coalesced_INT.bin<br />
    in a hex editor and get the MD5 checksum (HxD has this option under Analysis)<br />
    <br />
    [​IMG]<br />
    <br />
    Now open your Xbox360TOC.txt and replace the checksum under the words Coalesced_INT.bin and save then close<br />
    <br />
    [​IMG]<br />
    <br />
    Now we have to decompress and decrypt the Default.xex using xextool (or any gui variation)<br />
    the command for xextool is xextool.exe -c /u -e /u default.xex<br />
    <br />
    [​IMG]<br />
    <br />
    Get the Sha-1 checksum from Coalesced_INT.bin using your hex editor (same as before)<br />
    <br />
    Finally we open default.xex in our hex editor and search for Coalesced_INT.bin and replace the SHA-1 checksum (becareful to not replace the period after Coalesced_INT.bin)<br />
    and save! your done! your file should be ready to run.<br />
    [​IMG]<br />
    <br />
    Tutorial by Korupt
Close