FOnline Development > Questions and Answers
[Intrface]
VVish:
Small question - anyone knows the string for this log messagebox in client registration window?
[I point an arrow with mouse to the thing in question]
https://i.imgur.com/HjtkiNe.png
Couldn't find it in default.ini, checked other servers - options is missing as well.
Ghosthack:
It's here https://github.com/rotators/fo2238/blob/master/Server/text/engl/FOGAME.MSG#L413-L416
VVish:
Eh, I meant this lines:
https://i.imgur.com/fsOGWMj.png
from
--- Code: ---default.ini
--- End code ---
, which affects the chat window.
I'm afraid that it's hardcoded, just want someone to confirm my suspicions.
Ghosthack:
--- Quote from: VVish on February 11, 2018, 02:53:02 am ---Eh, I meant this lines:
https://i.imgur.com/fsOGWMj.png
from
--- Code: ---default.ini
--- End code ---
, which affects the chat window.
I'm afraid that it's hardcoded, just want someone to confirm my suspicions.
--- End quote ---
Oh, ok, my bad. Yes, probably, but I'll defer this question... Lexx or Wipe might know.
Wipe:
--- Quote from: VVish on February 11, 2018, 02:53:02 am ---I'm afraid that it's hardcoded, just want someone to confirm my suspicions.
--- End quote ---
It was eons ago, buuut... i think there was some trick to change spambox position during registration, but it affected regular interface in a bad way, making whole thing pointless.
Thinking about that now, what you could do is to use custom error reporting, which uses DrawText() at specific position, instead of usual Message() which puts things into spambox. This can end with quite a work in the end for such small detail, but at least you don't have to stick with defaults.
Navigation
[0] Message Index
[#] Next page
Go to full version