QUOTE (Revolutionary @ Dec 31 2009, 10:03 PM)

•32 facings (was implanted in DTA, i dont know how to do this)
•Max tech levels (was implanted in DTA, i dont know how to do this)
both was done afaik by Hyper and i doubt it is only a single byte that you have to change with a hex editor. It was most probably some more code necessary, thus i doubt Hyper will make a tutorial about this. However it is part of Hyperpatch, so don't worry about that.
QUOTE (Revolutionary @ Dec 31 2009, 10:03 PM)

•AllowHiResModes enabled by default (i donk know how to do this)
open sun.ini and add AllowHiResModes=yes to the [Video] section
QUOTE (Revolutionary @ Dec 31 2009, 10:03 PM)

•SidebarCameoText default value (not realy sure what is ment by this but i dont know either way)
open sun.ini and set SidebarCameoText=no in [Options].
with "no" you don't see the unit/building name on the cameo. with "yes" you see it.
QUOTE (Revolutionary @ Dec 31 2009, 10:03 PM)

•UnitActionLines default (removing target line, was in DTA?, dont know)
Open sun.ini and set UnitActionLines=no under [Options]
QUOTE (Revolutionary @ Dec 31 2009, 10:03 PM)

•IsScoreShuffle enabled by default (another default one again dont know how to do however, if some one gives me help i may be able to work it out)
again sun.ini
QUOTE (Revolutionary @ Dec 31 2009, 10:03 PM)

•Filenames (know how to do)
•Theater names (think i know)
•Theater template extensions(know how to do assuming it changing .tem to .urb via ascii search)
•DropPod infantry(know how to do)
search for the original names in the exe and then use a hex editor to change them. Just make sure that the names don't become longer. Shorter names is ok, but fill the rest with hex 00. The filesize as well as all offsets in the exe must stay the same!
For DropPod infantry simply search for "ChemLauncher" and after that you find the 2 names "E2" and "E1" at hex offset 30fef4 and 30fef8.
If you would search for the strings "E1" or "E2" you wouldn't find them that fast as these strings appear several times in the exe.
This post has been edited by Lin Kuei Ominae: Jan 1 2010, 02:32 PM