Menu color help
-
adoxa wrote:
Colors of the chat frame in Freelancer.exe, bytes are in RGBA order.211560 - Universe
211564 - System
211568 - Local
21156C - Private
211570 - Group
211574 - ConsoleWhat are the offsets for these colors in Freelancer.exe exactly?
-
Those numbers are the offsets.
-
Thanks, I misunderstood. Time for bed.
-
Good night then
-
-
Read this thread. Itās on page 1.
-
o_O
ok, thanks to gave me two eyes
and it works \o/ -
-
This black hud is spreading like some kind of a disease! Itās the bubonic plague! Someone do pink or something before we all die.
-
I was going to make it Violet but not many people share my love for it. :<
-
Violet?
-
Fine, fine, Iāll make a violet HUD.
But this doesnāt solve my text problem.EDIT: Love your Lithium tagline. xD
-
Data\fonts\rich_fonts.ini ???
only thing I can find that actually has a rgb property. I would sample the colour and work back from there, has to be one of the headers.
donāt quote me though, iāve never done any ui modding
glad you like the sig ~.O
Edit: scratch that, seems that changes the font color for the ESRB notice, the āinternet or LANā box and the words āFreelancer serversā and āLAN Game onlyā parts of the server list drop down.
Seems your looking for something with the color = 135, 195, 224
-
Been through richfonts as well as the colours hardcoded into freelancer.exe (or at the least the ones adoxaās flcolours can change) and no dice, so unless Iām blind and completely missed oneā¦ Dx
I was kinda hoping someone whoās recoloured the UI before would pop their head in and go āRIGHT HERE MAN!ā but looking around it seems most people havenāt changed it anyway. :<
-
Bobthemanofsteel wrote:
āRIGHT HERE MAN!āhttp://the-starport.net/freelancer/forum/viewtopic.php?post_id=23562#forumpost23562
RIGHT HERE MAN
-
So I presume itās one of those there, how do I use this info and put it into use? xD
My Hex editing experience starts and finishes on the Limit Breaking 101 wiki page, so Iām at a loss here. xD
-
Iāll reply to this when I get back from work in like 7 hoursā¦ but im pretty sure there is a tutorial on hex editing somewhere trololol =]
-
Well, I know how to replace bytes at an offset, if the terminology is correct.
Iām pretty sure the 0x means itās an offset, but when I plugged them into Freelancer.exe I came up blank, so Iām obviously doing -something- wrong. xD -
Yeah, those are all offsets, but 0x doesnāt mean offset, it means the number is in hexadecimal.
It is possible you just didnāt plug the offset properly into whatever program youāre using
-
Bob, when you search for the offset donāt input 0x, just use the digits that follow the 0x.
I.E -
3f in freelancer.exe, 0x210530 = near plane of view frustumsearch for 210530.
Hope thatās where youāre going wrong.