Rune Central

The Official Rune Quake Message Board
It is currently Thu Mar 28, 2024 5:09 pm

All times are UTC - 5 hours [ DST ]




Post new topic Reply to topic  [ 1 post ] 
Author Message
 Post subject: Code Layout
PostPosted: Sat Apr 09, 2005 5:25 pm 
Offline
QUIT: March 06, 2006

Joined: Sat Mar 08, 2003 11:55 am
Posts: 231
Thanks for the help getting the latest version running. One minor suggestion that may take more effort then it is worth.

Currently all the settings that most server operators adjust are contained in settings.qc. The exception would be the Rune_Type_Allowed section of runeserv.qc. It would be nice if one could enable/disable runes in settings.qc similar to how maps are handled. Something like this:

Code:
Rune_Type_Allowed =
{

if(type == RN_CLOAK)return 0;
if(type == RN_CAMO)return 0;
if(type == RN_FLY)return 0;
if(type == RN_RECALL)return 0;
if(type == RN_HOLO)return 0;
ETC



By default all the runes could be listed as enabled, then one could easily turn off runes they do not wish to use.


Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 1 post ] 

All times are UTC - 5 hours [ DST ]


Who is online

Users browsing this forum: No registered users and 27 guests


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 post attachments in this forum

Search for:
Jump to:  
cron
Powered by phpBB® Forum Software © phpBB Group