Dev's Limit Breaking 101 Techniques
-
I dont know of a way, but its a bad idea to try, IMO. Freelancer doesnt do MP collision detection for NPCs because of all the processor time it would eat up. You’ve got a TON of NPCs flying around that would normally be colliding with every asteroid in existence during combat. If they had collision detection all of a sudden, FL would have to calc for every asteroid object and NPC. The performance drop would be enormous.
-
Oh, thats why my npcs fly through asteroids sometimes! I have never noticed this in vanilla, but in a mod of mine I have very dense fields of the largest asteroids (the ones not used in fields normally) and there it is quite annoying - npcs fly through, you have to fly around. If this could be fixed…
-
Sometimes they bump of, sometimes not.
-
0x64->0xC3 in freelancer.exe, 0x992b0 = removes trade lane lines in Nav Map ~adoxa ```That will remove the lines for all systems, whether you've used the lane or not. To only remove non-visited lanes, or for particular systems, will require a bit more work.
-
-
adoxa wrote:
@NeXoSe: Displaying visited lanes would require a plugin, with a fair bit of work. Removing lanes for selected systems would also require a plugin, but should be relatively trivial.I tried that hack, works very good. Hide some trade lane line will helps make system clean for main traffic way. And I just need remove the line right now, so if not a lot peoples need hide that lines, you may ignore the plugin.
-
Is there any way to extend count of symbols in server motd value? (click detail on any server of my servers list)
-
Hey folks, updated the topic and uploaded a new version to http://www.memes.no/88flak/downloads/beta/1.0-1.1_Offsets.txt
This list needs to be reformatted badly. I’ll probably work on that today.
Edit: More stuff and threw a lot of adoxa’s stuff I found into Unfinished because it’s big and I’m lazy so I’ll index it after dinner.
-
-
Personally, I prefer the list in a text document format for portability and ease of editing (I think the new list isn’t too shabby - http://www.memes.no/88flak/downloads/beta/1.0-1.1_Offsets.txt ), but I’ll update the wiki as well.