Dev's Limit Breaking 101 Techniques
-
Here’s a nice one for those who take videos.
0x0F85->0x90E9 in freelancer.exe, 0xED5B9 = remove HUD elements on objects in space - includes text, brackets, targeting reticles, and missile warnings
Awesome.
11C2C8 3500f content.dll v1.1 - retreat distance from randommission waypoint.
11CAB4 250f content.dll v1.1 - addition to the above. It is + distance for retreat and -distanvce for back in range. So in vanilla you retreat at 3750 and you are back in range within 3250 away from randommission waypoint.Replacing this 250f with 10000f renders these distances 13500 and 6500 accordingly …3500 - 10000 = 6500 …hmmm, negative numbers??
By the way, guys, any way to make npcs use missiles in missions and countermeasures?
For now the only way seems rename misssiles to cruise disruptors(like fox did with CMs).
-
– 2500d in content.dll, 0x11AC68, 0x11BC68 = NPC max spawn distance in SP and MP
– 2500f in content.dll, 0xD3B06, 0xD3C36 = maximum distance that NPCs will persist in SP ~fox
– 2500f in content.dll, 0xD3C3E, 0xD3D6E = maximum distance that NPCs will persist in MPis this Serverside or clientside?
-
-
Found another one.
0xBB1DA Content.dll (v1.1) - 2000f - distance from the patrol zone that patrol_path encounters begin to spawn.
Note: so far tested only with patrol zones and patrol_path behaviour encounters.
This is not the distance from the end of the patrol(suprisingly), but from the patrol zone.Say, you have patrol that begins near New London and ends near Cambridge gate. So between these to points if you are closer to the patrol than 2000 m, patrol encounters will spawn.
This is not from the middle of the patrol.
Say, your patrol has size 75030000. in this case encounters will spawn 2375 - 2750 away from the patrol. If your patrol has size 130000, they will spawn 2000 away from it or closer.Seems like this parameter is also valid for area zones(did some tests).
-
-
Here’s a nice one for those who take videos.
0x0F85->0x90E9 in freelancer.exe, 0xED5B9 = remove HUD elements on objects in space - includes text, brackets, targeting reticles, and missile warnings
I tried this, but didnt work for me, only thing i noticed, that bracket of planet disapeared when i come close to it, and indicator started to circle around my screen. Any idea what i missed ?
-
Here’s a nice one for those who take videos.
0x0F85->0x90E9 in freelancer.exe, 0xED5B9 = remove HUD elements on objects in space - includes text, brackets, targeting reticles, and missile warnings
I tried this, but didnt work for me, only thing i noticed, that bracket of planet disapeared when i come close to it, and indicator started to circle around my screen. Any idea what i missed ?
Tried too, same effect
-
@HeIIoween:
Here’s a nice one for those who take videos.
0x0F85->0x90E9 in freelancer.exe, 0xED5B9 = remove HUD elements on objects in space - includes text, brackets, targeting reticles, and missile warnings
I tried this, but didnt work for me, only thing i noticed, that bracket of planet disapeared when i come close to it, and indicator started to circle around my screen. Any idea what i missed ?
Tried too, same effect
I guess those address offset is V1.1, not at V1.0 of games.