Dev's Limit Breaking 101 Techniques
-
oZed wrote:
The <unknown>value is supposed to be the minimum value of the stock and the <stock>being the maximum as adoxa says</stock></unknown>I noted that, but forgot to change it to “unused” - I didn’t want to write “minimum” in there to avoid confusion, as the hack doesn’t actually put that value to use. I’ll clear it up though, thanks for the reminder.
Also, agreed on the Wiki standpoint. Time permitting, I’m going to try and wedge this in there. If anyone else wants to take a shot at it in the meantime, go ahead.
-
I’m on it right now, building the List with Tables, far easier to read than here xD
http://the-starport.net/freelancer/wiki/index.php/Limit_Breaking_101
Hard Part is done, I’ll hand it back to you guys, good night
-
– 0x05 in freelancer.exe, 0x16835B, 0x16835B = maximum number of characters per account, PART 1, BUGGY (literally just “05” in hex) ~Zephyer
– 0x05 in server.dll, 0x???, 0x7417C = maximum number of characters per account, PART 2, BUGGY ~M0tahIf you saw the CMP to SUR thread, the hack Lancer says works perfectly is for this, so here’s the updated version, using a ‘b’ suffix to indicate a byte value (range -128/0x80 to 127/0x7F).
– 5b in freelancer.exe, 0x16835B, 0x16835B = maximum number of characters per account, PART 1 ~Zephyer
– 5b in freelancer.exe, 0x169D2B, 0x169D2B = maximum number of characters per account, PART 2 ~adoxa
– 5b in server.dll, 0x72A0C, 0x7417C = maximum number of characters per account, PART 3 ~M0tah -
this is not an offset (except for effect textures) but LOD entries from .\data\ships\shiparch.ini and .\data\solar\solararch.ini (and any other file you have defined space objects in). they control the cmpnd parts in the cmp which refer to the 3db which then defines what texture to use where and on what mesh so in end effect both, texture and mesh are controlled by LOD.
-
viper wrote:
as hook or what? o.Othe two
if you don’t hack the right file, you can change the LOD on the ini, it doesn’t change anything
the hack is to set up the maximum LOD you authorize, and then you can change the ini.it’s a maximum value if you prefer
-
Updated the wiki, removing the 1.0 offsets and fixing the maximum credits patch.
-
Whoa, who did the Wiki? It’s so organized and clean! Nice job!
-
@Sushi: Ozed did the hard work and I tweaked it.
@OutCast: Don’t know why you’d want to, but here they are.
0x0E->0x00 in freelancer.exe, 0xD07EB, 0xD07EB = remove hostile & group ships from important filter ~adoxa 0x13->0x00 in freelancer.exe, 0xD100F, 0xD100F = remove hostile solars from important filter ~adoxa