Dev's Limit Breaking 101 Techniques
-
2500f in content.dll, v1.1 0xC48D7 = Distance that patrol_path behavior npcs spawn when players are close(so far seems like closer than 300m) to each other in patrol path.
There is also some kind of spawn distance transition when switching patrol spawn offsets.
-
FriendlyFire wrote:
For reference, FLDev automatically loads resources.dll and allows you to search through all DLLs for any keyword.FF:- Still waiting on your single-core implementation, if you remember it takes ages to load the resources. I can’t afford a new pc just for FLDev!!
-
You can still use the older single-core version for DLL stuff; I know it’s not ideal but it’s better than nothing I guess…
-
Nope, I want you to give me a working version of your new one!
-
Good Morning,
I would like to delete nanobot/shield battery buttons and counts. Has anyone discovered these yet? -
Make the following changes to freelancer.exe (everything is hex).
Offset: new bytes [ old bytes ] 0dad6d: 00 00 00 00 [ 42 60 65 3c ] # disable nanobot button 0dadb4: 00 00 00 00 [ 96 43 0b 3d ] # remove nanobot count 0dae0b: 00 00 00 00 [ 42 60 65 3c ] # disable battery button 0dae87: 00 00 00 00 [ 96 43 0b 3d ] # remove battery count 1d8690: 00 [ 69 ] # remove shield icon 1d86e0: 00 [ 69 ] # remove wrench icon
-
With your undoubted knowledge in this area adoxa, have you completely decompiled the exe files and dll’s to know so much? I mean this kindly not as a barb either but between you and Motah, there’s not much you guys miss lol
-
Thank you so much mate!
-
@Gibbon: This type of thing isn’t that hard to find, since it’s all nicely named (like “HudRepairButton” and “BatteryCountText”). Those four zeros just give them a width of zero, rendering them unusable.
-
Is there a resources.dll entry for the counts, too?
-
I’m not sure what you mean. The counts are just numbers, so there’s no need for a resource string.
-
In resources.dll there are some entries like %s System, %s Space and I thought, maybe there is a similar %abc thing for these counts so it would be possible to insert custom text instead of deleting the nanobot / shield battery counts.
-
Oh, okay. Well, there are for some, but not for those.
-
Alright thank you very much for your help Adoxa!
-
Hey
Some ppl asked me for an “color-blind” patch, especially the targetcross.Is there a .exe hack avaible and is this hack secure?
mfg
-
It’s just a matter of changing colors? That’s just an interface change like any other reskinning.
-
and which? I dont found any file with an Red Cross
mfg
-
Tried cursors.txm ?
-
-