Dev's Limit Breaking 101 Techniques
-
Forsaken: Yes, but strange question, because patch 1.1 only for server, whether not so?
-
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 ?
This is a side effect of the hack, so I think you did it correctly. The main purpose of it is to remove the brackets around non-targeted ships. Before this was found your only option was to adjust a multiplier that was used in both the calculation of the visibility of the brackets and some asteroid calculations, so when you decreased the multiplier to make the brackets show up at a shorter distance, asteroids would tend to “pop in.” This isn’t related to the asteroid calculations at all, so it doesn’t have that side effect. The only side effects that I’ve seen are that missile warnings are disabled and that the selected object’s bracket/text doesn’t show up.
-
06/02/09:
– Indexed Vital’s distance from the patrol zone that patrol_path encounters begin to spawn
– Indexed Vital’s distance from 1st mission waypoint that second waypoint (and ships at it) in randommissions are created
– Indexed M0tah’s remove HUD elements on objects in space hack - includes text, brackets, targeting reticles, and missile warnings
– Indexed Vital’s core retreat distance from randommission waypoint, modified by below offset
– Indexed Vital’s amount to add to the core retreat distance (above) to work out a real retreat distance, and amount to subtract from the core retreat distance (above) to work out a real back-in-range distance
– Indexed Vital’s max range at which randommission NPCs will engage enemies -
0.8f in server.dll, 0x?????, 0x8AE78 = resale % for ships (server-side, must match variable above or 1.1 server dll will kick client for cheating) ~FriendlyFire
I found the offset for version 1.0 it’s 0x8AE7BH
And for:
0.3f in server.dll, 0x????? , 0x8AE7C = resale % for equipment (server-side, must match variable above or 1.1 server dll will kick client for cheating) ~fox
It’s 0x8AE7FH
SB (I’m starting to like this.)
-
Hello Fox
I am trying to use this specific piece of editing:– 0x0F85->0x90E9 in freelancer.exe, 0xED5B9, 0xED5B9 = remove HUD elements on objects in space - includes text, brackets, targeting reticles, and missile warnings ~M0tah
But what exactly do I do.
It doesn’t tell me what address I am supposed to use and what values I am supposed to change in order to acheive this effect.
Any help would be appreciated. -
It says to change 0x0F85 to 0x90E9 at address 0xED5B9.
-
Hello Fox
I am trying to use this specific piece of editing:– 0x0F85->0x90E9 in freelancer.exe, 0xED5B9, 0xED5B9 = remove HUD elements on objects in space - includes text, brackets, targeting reticles, and missile warnings ~M0tah
But what exactly do I do.
It doesn’t tell me what address I am supposed to use and what values I am supposed to change in order to acheive this effect.
Any help would be appreciated.I feel your confusion…… what you do is this : get a hex editor ( I assume you have one - I use Hex Editor Neo for these types of changes)
before you change anything - copy the exe that you want to change to another location and edit the copy - you can overwrite the original after the changes, but it can be difficult to fix mistakes. this way your changes won’t mess up your original if you do something wrong. Personally I started with a no-cd exe so that i could put my freelancer cd safely away - so it is protected and i dont have to use it to play !! a search for the no-cd exe in the forums should find you a link- I’ve had it for a long time and don’t remember where to find it.
open hex editor - open Freelancer.exe using the open command at the top left of the screen.
you will see a list of offsets on the left beginning with zero and counting up using letters and numbers. scroll down until you see ed5b0 ( ignore zeros in front of the numbers and letters ) - when you are there, place your cursor in the row that has a 09 at the top of the center window. you will see that it says “0f” where you just clicked ( it should now be highlighted , and at the bottom of the screen you will see the right offset number = ed5b9 ) click it again and it will become editable - make sure your cursor is in front of both the 0 and f. type in 90 - you will see the cursor move to the next two digits ( which are 85. - type e9 . click save in the file menu at the top of the window - and it should be done… I always close the editor and reopen it and check to see that it did indeed save the changes ( for some reason it doesn’t always save for me - i simply redo it and it usually takes on the second attempt ).the fields which were “0f 85” should now be “0e 90”- and things should be the way you want.
hope this explains a little… you should have been successful… high-five yourself and check it in game… ;D
edited for a little more clarity…
-
Hello everyone…
Well thought I had an account here, but turns out I’ve just been a lurker… Shame on me! Hehe…
I’m not really that good with hex… Atleast not good enough to achieve this:
Instead of breaking the HUD’s limit of showing speed over 300 in cruise I would like to change that 300 to Warp…
Could anyone here give a pointer to this or maybe even find the value I need to change?
Thanks in advance
-
I know… It’s in resource.dll
However this only affects other speeds than cruise ie if you hit engine kill while in cruise, travelling in lanes and so on… Already changed that but now I’m looking to change the HUD displaying “Warp” instead of “300” while I’m IN cruise…
-
there’s a link to editing tutorial in the middle of the first post if you didn’t notice
actually i did see… I had a little trouble with exactly these types of fixes myself… just thought a slightly different wording might help…'scuse me…
-
Your best bet would be to look for “2500” (probably an integer, but could also be a float) in the files and ignore the tradelane speed hex address (the one listed in this thread). You’ll find one or more which likely will be the point at which “–-” is displayed. You can then lower that to, say, 250, and whenever you’ll reach that speed, “—” will be displayed. All that’s left is changing the resource to “Warp” and you should be in business!
For reference, the hex adresses to be ignored are these:
– 2500f in common.dll, 0x13F3CC, 0x13F39C = trade lane travel speed ~Lord of Lunacy
Depending on whether you have 1.0 or 1.1 DLLs.Of course, this requires a bit of technical knowledge, so be sure to ask if you’re having difficulties with the process
-
Yawn… Mornin folks (looks for his coffee)
Thanks for the replies guys… But seems you misunderstand me a bit!
– 0x0F85->0x90E9 in freelancer.exe, 0xD5936, 0xD5936 = remove cruise speed display limit of 300 (in other words, change 0x0F85 to 0x90E9) ~Unknown
That’s the one I’m talking about… But instead of breaking the limit I want it to say “Warp” when it reaches 300 (or 500 or 999 for that matter). Just as long as I get that word in the HUD when ships are in cruise
In my mod the cruise speed has been set to 1000 and there are no lanes so searching for “2500” wouldn’t help…
-
Yawn… Mornin folks (looks for his coffee)
Thanks for the replies guys… But seems you misunderstand me a bit!
– 0x0F85->0x90E9 in freelancer.exe, 0xD5936, 0xD5936 = remove cruise speed display limit of 300 (in other words, change 0x0F85 to 0x90E9) ~Unknown
That’s the one I’m talking about… But instead of breaking the limit I want it to say “Warp” when it reaches 300 (or 500 or 999 for that matter). Just as long as I get that word in the HUD when ships are in cruise
In my mod the cruise speed has been set to 1000 and there are no lanes so searching for “2500” wouldn’t help…
If you want to change what appears on the screen you should look around the strings in .dll’s, this offset changes only the maximum speed when in cruise.
EDIT: Sorry didn’t read the previous post XD. This offset changes the maximum value displayed in the speed box. (But you already knew that)
-
Goddammit…
Allright problem solved… Don’t mod at 3am in the morning!
Here’s what I did:
Changed the “—” entries in resource.dll (there’s two)
Changed “999i in freelancer.exe, 0xD597A, 0xD597A = speed over which “—” is displayed” to 250. For some reason my hexeditor, or probably my tirred head, changed 299 to 300 and that’s why it didn’t work, so I set it a bit lower this time as well…So problem solved and it looks like I want now… Thanks for the pointers everyone!
-
07/06/09:
– Indexed seconds between updates of displays in weapons list, 'cause I could06/03/09:
– Correctly indexed my patrol_path NPC min spawn distance checkOf note is the 06/03/09 addition. When used in tandem with Vital’s “distance from the patrol zone that patrol_path encounters begin to spawn” find, this effectively solves the patrol_path spawning issues. No more 2.5k patrol_path spawns!