Dev's Limit Breaking 101 Techniques
-
– 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
-
You realize that would be bad for the server? It needs to keep track of the NPCs it spawned for the missions for as long as it wasn’t completed. It also alters NPC spawns around the mission area.
Just don’t be lazy and complete the missions you take…