HC Admin Script 1.9.3 
552 comments Update
This is just a minor update.
Features Removed:
Upgrading supplies to super supplies is no longer blocked.
Bugs Fixed:
Aligned "Next map" text with map name.
Moved clock to top left corner to avoid clash with next map name.
Starkkz has written:
This script has been used on the HC servers. It is actually a script framework which can be extended by modules. Since I have closed the servers I am releasing the script free for everyone to use.
Overview
This is a script used for administrating CS2D servers. Commands are invoked from menus or the say prompt.
Serveraction1 (default F2) - Command menu
Serveraction2 (default F3) - Moderator menu
Serveraction3 (default F4) - Map vote menu
A list of say commands can be found by selecting Help->List Say Commands from the Command menu. The commands available for a certain user depends on which category the user belongs to.
User Categories
There are four categories of registered users handled by the script:
VIP User
- users with special privileges
Moderator Level 1
- moderates the game
Moderator Level 2
- moderates the game, has authority to ban users permanently
Administrator
- administers the server and the users
Administrator is the highest level. Users at a certain level automatically has the privileges of those at a lower level.
Modules
Installation Instructions
Unzip the package into the CS2D folder. Note that this will overwrite your sys/servertransfer.lst and sys/lua/server.lua files!
Edit the file sys/lua/hc/data/config/users.hcu. Replace 12345 with your U.S.G.N. number:
If you have an old users.hcu file, use it to replace the one provided by this package.
Frequently Asked Questions (FAQ)
This is just a minor update.
Features Removed:

Bugs Fixed:



This script is damaged on Counter-Strike 2D 0.1.2.6 due to the LuaJIT switch.
Check for solutions on
[Fix] HC Admin Script
Check for solutions on





This script has been used on the HC servers. It is actually a script framework which can be extended by modules. Since I have closed the servers I am releasing the script free for everyone to use.
Overview
This is a script used for administrating CS2D servers. Commands are invoked from menus or the say prompt.
Serveraction1 (default F2) - Command menu
Serveraction2 (default F3) - Moderator menu
Serveraction3 (default F4) - Map vote menu
A list of say commands can be found by selecting Help->List Say Commands from the Command menu. The commands available for a certain user depends on which category the user belongs to.
User Categories
There are four categories of registered users handled by the script:

- users with special privileges

- moderates the game

- moderates the game, has authority to ban users permanently

- administers the server and the users
Administrator is the highest level. Users at a certain level automatically has the privileges of those at a lower level.
Modules
Installation Instructions
Unzip the package into the CS2D folder. Note that this will overwrite your sys/servertransfer.lst and sys/lua/server.lua files!
Edit the file sys/lua/hc/data/config/users.hcu. Replace 12345 with your U.S.G.N. number:
Code:
1
12345,Adm,Your Name
If you have an old users.hcu file, use it to replace the one provided by this package.
Frequently Asked Questions (FAQ)
edited 10×, last 18.12.11 10:30:16 pm

Comments
552 commentsLog in!
You need to log in to be able to write comments!Log in
17.12.11 12:08:39 pm

I can´t open sys/lua/hc/data/config/users.hcu. I dont know how.Sry my bad english.
@Znipy:
Open sys/lua/hc/hc.conf in a text editor. Find these lines:
Replace both lines with this line:
Open sys/lua/hc/hc.conf in a text editor. Find these lines:
Code:
1
2
2
hc.PERIODIC_MSG = {hc.DEFAULT_KEYS[hc.COMMAND_MENU_KEY].." for command menu,",
hc.DEFAULT_KEYS[hc.MAP_VOTE_MENU_KEY].." for map vote menu."}
hc.DEFAULT_KEYS[hc.MAP_VOTE_MENU_KEY].." for map vote menu."}
Replace both lines with this line:
Code:
1
hc.PERIODIC_MSG = {hc.DEFAULT_KEYS[hc.COMMAND_MENU_KEY].." for command menu."}
17.11.11 08:39:11 pm
Hey!
When i turn off the vote map thing, the text in the bottom ("Press F4 for vote map" or something)still comes up , so my question is how can i remove it? Please help

When i turn off the vote map thing, the text in the bottom ("Press F4 for vote map" or something)still comes up , so my question is how can i remove it? Please help

@super123s: Open sys/lua/hc/hc.conf in a text editor. Look for this line:
Change it to this:
Code:
1
hc.PLAYER_ATTRIB_LEVEL = hc.VIP
Change it to this:
Code:
1
hc.PLAYER_ATTRIB_LEVEL = hc.USER
12.11.11 01:17:46 pm

i wanted:
function attribute > available for all player (mod,Smod,adm,guest...troll =D)
help plz
cmon waited(long time
)
function attribute > available for all player (mod,Smod,adm,guest...troll =D)
help plz
cmon waited(long time

edited 1×, last 12.11.11 01:34:53 pm
@Propnic: I think it is possible to make a user class. Why would you want such a class? What would be the difference between VIP, User and unregistered players?

can you make another user class...
like user vip mod1 mod2 adm. i mean can you make class for users?
like user vip mod1 mod2 adm. i mean can you make class for users?
@creederpunk:
Open sys/lua/hc/hc.conf in a text editor. Look for hc.MODULES. It contains a list of active modules. Remove "teambalance", from the list.
Open sys/lua/hc/hc.conf in a text editor. Look for hc.MODULES. It contains a list of active modules. Remove "teambalance", from the list.