Page 1 of 1

Re: Help Removing Chat In Servers

Posted: Mon Dec 13, 2010 5:30 pm
by jdee/barc
ok...
core.lvl, contains munged localization files (.loc), a few animations/skeletons (zafbin, and zaabin), and a few textures (tga). it's of no use to you for this.



If you can find a way to decompile shell.lvl, than it may be possible if the scripts for that are in the shell.lvl

there is a little utility called lvl extractor that extracts certain contents out of lvl files. Find it on swbf filefront website
--extracts textures in dds format, which you can convert to tga if you happen to be using paintdotnet
--extracts compiled lua scripts in the format of .lub files (yes, lub, which in reality is a .script file with a renamed extension) (i would use a hexeditor for this)


Or, you could try hex-editing the values of shell.lvl.

try these solutions

Re: Help Removing Chat In Servers

Posted: Mon Dec 13, 2010 7:08 pm
by Teancum
ModTester wrote:People who say this is not possible, ill informed? It must be, because in Single player there is no chat. I want my online servers to be like that too.
I'm sorry, but that makes no sense at all. Fact is it's hard coded, you can't remove multiplayer chat, because it's coded into the executable for multiplayer only.

Re: Help Removing Chat In Servers

Posted: Mon Dec 13, 2010 7:34 pm
by keenmike
Pistol shot to the head for yes two for no and repeated headshots for I am so happy to be here wuith you.

Re: Help Removing Chat In Servers

Posted: Mon Dec 13, 2010 7:57 pm
by jdee/barc
oh well, guess i was wrong.