Dev's Limit Breaking 101 Techniques
-
adoxa wrote:
freelancer.exe 111C3C 74->EB = display sun spines within nebula ~adoxa freelancer.exe 111C80 74->EB = display sun spines within asteroid field ~adoxa freelancer.exe 11C8FB 0D->00 = display sun spines within nebula (3rd person) ~adoxa freelancer.exe 11C9BB 0D->00 = display sun spines within nebula (cockpit) ~adoxa
Wow, thanks! I implemented this and it turned out brilliantly. Thereās something spectacular about seeing stars properly inside a nebula, plus they no longer suffer from transparency within asteroid fields causing objects to be seen behind them. It really improves the look of all systems.
-
I know it is hardcoded. I am using ST03 as a normal system but the navmap does not show up (It is not on visit = 128 )
-
Here it goes.
I reused ST03 and so when you fly in the system (Even though the system is set to visit = 0) it says No Nav Map Available. What I need is that to go away. (I donāt know what happened but I made a similar post on Friday and it was gone when I got back Sunday, so here it is again).
-
Fantastic, thanks for the help
-
Is there a way to bypass that initial āinformation fill out dialogā when a server is first started? Iām looking into using FLServer under Wine as an automatic startup item.
Essentially, I just want it to start without having to press the okay button.
-
Omicron wrote:
Is there a way to bypass that initial āinformation fill out dialogā when a server is first started? Iām looking into using FLServer under Wine as an automatic startup item.Essentially, I just want it to start without having to press the okay button.
Try config your server in Freelancer.ini, And then, start your FLServer with flserver.exe /c
-
NeXoSE wrote:
Omicron wrote:
Is there a way to bypass that initial āinformation fill out dialogā when a server is first started? Iām looking into using FLServer under Wine as an automatic startup item.Essentially, I just want it to start without having to press the okay button.
Try config your server in Freelancer.ini, And then, start your FLServer with flserver.exe /c
Awesome, thank you good sir. Sorry for posting this request here.
And FLServer seems to be working internally with the latest compiled version of Wine and Debian 6.0.1. Iāve yet to thoroughly test it though, but there is only one way to find outā¦
Cracks knuckles
-
=Alex= wrote:
Vesko wrote:
=Alex= wrote:
Omicron, wait what? FLServer runs under wine? \o/Mind = blown.
I think I lost the meaning of this post.
Itās an Internet phrase, basically means my mind has been blown by the fact that FLServer runs under Wine.
-
Vesko wrote:
=Alex= wrote:
Vesko wrote:
=Alex= wrote:
Omicron, wait what? FLServer runs under wine? \o/Mind = blown.
I think I lost the meaning of this post.
Itās an Internet phrase, basically means my mind has been blown by the fact that FLServer runs under Wine.
Wine? WIne? WINEEE? WINE? WINE? WINE? MINE? MINE?
Be serious, what about player profile? I feel better to keep FLServer running in a vmwared Windows.
-
=Alex= wrote:
NeXoSE, player profile?I do have FLServer + FLHook working under Wine, but Freelancer in my XP VM canāt see or connect to it.
I mean save game. Wine will correctly provide %USERPROFILE% for Freelancer?
Sorry for my ignorant, Im not using wine yet.
-
I looked in the wiki but didnāt see anything on this.
I seem to recall having read at one time that you could extend the scanner range to detect other players but also had to do an edit to freelancer.exe.Does anyone have a link to that info available?
Thanks
-
IIRC after adjusting the values for the scanners, these need to be modified as well,
100000000f freelancer.exe 1D15B8 Dev square of max distance that a ship can be selected
6250000f server.dll 086AEC Dev square of NPC disappear distance in MP
25000000f server.dll 086AF0 Dev square of player disappear distance in MP
100000000f server.dll 086AF4 Dev square of grouped player disappear distance in MPI know i adjusted everything to 10k in my mod but thatās just me.
-
All right, I made the edits to freelancer.exe (changed 100000000f to 10000000000f)
and server.dll (changed 086AF0 from 25000000f to 2500000000f and 086AF4 from 100000000f to 10000000000f) which should make players visible out to 50k and groups out to 100k. And it doesā¦But, even a player without the edits can now see anyone 50k away.
I have the following two scanners:
[Scanner]
nickname = ge_s_scanner_01
ids_name = 263750
ids_info = 264750
volume = 0
mass = 10
range = 2500
cargo_scan_range = 4000
lootable = false[Scanner]
nickname = ge_s_scanner_02
ids_name = 263751
ids_info = 264751
volume = 0
mass = 10
range = 50000
cargo_scan_range = 50000
lootable = falseThe ge_s_scanner_02 is intended for admin use, but even ge_s_scanner_01 can see a player out to 50k, they just canāt select the player.
Is there a way to make ONLY ge_s_scanner_02 have the increased range or is it an all or nothing deal.