Dev's Limit Breaking 101 Techniques
-
Alt Gr+2 on a german keyboard
And mouse.ini doesnt work, it just modify your curser. (those who are written in the curser.txm)
-
anyone know how to disable this button:
http://img5.imagebanana.com/view/vl6qffu9/button.jpg ?
with exe hack ^^ -
as I said: try to delete the HOTSPOTS in the Room.inis
(and tell if it works)
-
i need exe hack
-
Syd wrote:
Alt Gr+2 on a german keyboardAnd mouse.ini doesnt work, it just modify your curser. (those who are written in the curser.txm)
Not work? try this:
[Cursor] nickname = cross anim = cross, 1, 0 hotspot = 32, 32 blend = 4 spin = 0 scale = 0.400000 color = 255, 128, 0, 255 ;color = 135, 195, 224, 255
color = R, G, B, Opacity
-
Cross is for the circle, not the actual crosshair. I’ve updated my Tiny Hexer script to include it.
@viper: No luck with this one, so you’re stuck with editing the ini files. But really, why not just “del freelancer.exe” and be done with it?
-
but with ini editing i cant turn it on or of in a runnig process
del freelancer.exe i use often to run rl.exe xD -
Deleting this would be very difficult using client hooking since it’s loaded dynamically through the INIs…
Why exactly would you want to delete that button anyways?
-
delete is not realy nessesary to deactivate will do it also.
I want to prevent that user can buy stuff from there in some circumstances. -
It can be removed, but not by a simple edit. Since it seems you sort-of know what you’re doing, here’s the process. Bear in mind, removing the equipment dealer also removes the ability to repair. I’ll have to try harder if you still want that…
Hook the function at 0x43f8e0 (called from 0x43f609) in Freelancer.exe. Test [esp+0x10] for “Equipment”; if equal return 0.
-
ok tnx againI will try it again next days
you are right i dont wan to remove ability to repair ^^ -
Syd wrote:
1.75f in freelancer.exe, 0x1c94fch, 0x1c94fch = multiplier of mouse speed
0.25f in freelancer.exe, 0x1c94f8h, 0x1c94f8h = grid size for mouse (multiplier?)1.25e-003 in freelancer.exe, 0x1c9689, 0x1c9689 = multiplier of grid size
It works better then the hacks above
-
Typo there, it should be 0x1c9680. And just to be clear, it’s a double (eight bytes), not a float (four bytes). It’s used to scale the screen width.
-
0x3F->0x00 in freelancer.exe, 0x1D7E57, 0x1D7E57 = disables the HUD energy, shield and hull bars completely.
-
This is just:
– 0.8d in freelancer.exe, 0x1D7E50, 0x1D7E50 = width of bars for energy, shield and hull gauges (for example, set to 1.0 to make the bars solid)
-
Looking for an offset for being able to buy/sell cloaks….
-
200f in content.dll, v1.1 0x118578 = some kind of multiplier that raises patrol_path spawn distances. Raising it enables patrols spawn further than 3000 away from the player
Set patrol_path spawn distances(C48D7 and C4974 in content.dll v.1.1, 2500f default) to say 9800f, and this offset to 715 and you’ll get 10k patrol spawning.
1 = 13,986013986013986013986013986014 meters of patrol spawn distance(715 for 10k).
This constant sets the maximum spawn distance, patrol_path spawn offsets - distances below which spawn is rejected.
This offset should indicate higher distance then spawn offsets, otherwise = no spawning. -
-0.243f in Freelancer.exe, 0xe0f6b, 0xe0f6b = y offset for contact background box, change to -0.265 for 1280x1024
EDIT: -0.340 in Freelancer.exe, 0xe0f63, 0xe0f63 = x offset for contact background box
273/1126