Hard Light Productions Forums

Modding, Mission Design, and Coding => The Modding Workshop => Topic started by: Lynx on August 29, 2005, 11:22:46 am

Title: Interface question
Post by: Lynx on August 29, 2005, 11:22:46 am
(http://web396.xps1.microserver.de/wcsaga/Lynx/noletters.jpg)

Howdy. I'm currently doing work on the interface(it's hard enough to turn into something worthwile with that configuration) and the problems are the seemingly hardcoded written description sitting near nearly every button. They annoy me, they give me nightmares. I want them dead.

So, is there a way to turn them off without code changes? I thougth editing tstrings.tbl would do the job, but it had no effect.
Title: Interface question
Post by: Lynx on August 29, 2005, 06:20:42 pm
yes/no/afraid to answer?
Title: Re: Interface question
Post by: Goober5000 on August 29, 2005, 11:19:24 pm
Quote
Originally posted by Lynx
So, is there a way to turn them off without code changes?
No.
Title: Interface question
Post by: Lynx on August 30, 2005, 06:32:17 am
Damned.
Title: Interface question
Post by: Goober5000 on August 30, 2005, 08:57:40 am
Actually, I take that back; that may not be entirely true.  Try editing strings.tbl instead.  Search for "new stuff 1/28/99".
Title: Interface question
Post by: Cobra on August 30, 2005, 10:52:16 am
er, why do you WANT to disable the descriptions? those 'annoying descriptions' tell you what they lead to. :wtf:
Title: Interface question
Post by: gevatter Lars on August 30, 2005, 11:53:05 am
Quote
Originally posted by Cobra
er, why do you WANT to disable the descriptions? those 'annoying descriptions' tell you what they lead to. :wtf:


If you have a button that shows you what inside you don't need a text.
In some cases it would be nice to get ride of them.
Title: Interface question
Post by: Lynx on August 30, 2005, 12:26:53 pm
Thanks Goober, this actually seems to have an effect. I have to try out if it works for other screens to, but that makes the job a fair bit easier.

@Cobra: It has a lots of reasons. For example I can integrate the descriptions into the interface graphic and thuse make it looks different, use other fonts, use effects on them to make them look better; in many cases they are redundant since the buttons icon makes it clear what said button does, and eliminating them also means also more freedom with working on a new menue style.