Dev's Limit Breaking 101 Techniques
-
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 ?
-
-
-
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.