ZDaemon Forum Index ZDaemon
Client/Server DOOM
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

[DEH] Do not print empty messages from [STRINGS]

 
Post new topic   Reply to topic    ZDaemon Forum Index -> Rejected Requests
View previous topic :: View next topic  
Author Message
Maikl_Russia
has entered the game!


Joined: 18 Jul 2005
Location: RU

PostPosted: Mon Jan 18, 2016 7:39 pm    Post subject: [DEH] Do not print empty messages from [STRINGS] Reply with quote

Well, if we clear one message in [STRINGS] section of DEHACKED zdaemon will print default strings and ignore all other changes after first empty string:
Code:
[STRINGS]
GOTPLASMA = PLASMA # in game will print: PLASMA
GOTLAUNCHER = "" # in game will print: ""
GOTROCKBOX =  # in game will print: Picked up a box of rockets.
GOTBFG9000 = BFG # in game will print: You got the BFG9000!  Oh, yes.


In some cases it is necessary not to print certain messages at all.

For example, in my "survival instagib" project the console is filled to ~90% of annoying messages: <Picked up a health bonus.> and <Picked up an armor bonus.>.
Back to top
View user's profile Send private message
Krawa
There is a limit


Joined: 23 Nov 2008
Location: #SDA

PostPosted: Mon Jul 30, 2018 2:44 pm    Post subject: Reply with quote

Clear strings to nothing with \0. That null character ends the string.

Code:
[STRINGS]
GOTCHAINGUN = \0
GOTPLASMA = PLASMA
GOTLAUNCHER = ""
GOTROCKBOX = 
GOTBFG9000 = BFG



Moved to Rejected Requests.
Back to top
View user's profile Send private message Visit poster's website
Display posts from previous:   
Post new topic   Reply to topic    ZDaemon Forum Index -> Rejected Requests All times are GMT + 1 Hour
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group