Mod Name: WCSMod
Game: Counter-Strike: Source
Download File: wcsource.rar
Rating: (10/10)
Spawn Points: N/A
Total Downloads: 8437
Authors: http://warcraft-source.com/board/

Description:
This installs Eventscripts 2.0, warcraft, and ES Tools

Requirements:
Windows Game Server

Installation:
Upload the files to your "cstrike" folder on your game server.

Recommended Server Settings:
How Do i Add Races to my Server?
1. Copy the code of the race that you want to add
2. Open your es_WCSraces_db.txt and paste your code to The bottom of the file
3. Put the Number of the race at the top of the race code if you have 10 races and your adding a new one, number it "11"
4. Save the changes on the file and restart your server

How do i make a race private put the steam id of the player that will use the race in the allow only field
make sure you include < these marks >
"allowonly" "<STEAM_X:XXXXXXX>"
mor than one steam_id will look like this
"allowonly" ""

I have 37 Races but only 25 are showing
1. Check that the race numbers are ordered correctly
2. Make sure your not missing any {Brakets} if you still have this problem use the racefile checker
http://www.warcraft-source.com/racefilecheck/

How do i Make myself WCSadmin?
Open Your wcs/WCSadmin/es_WCSadmin_db.txt
Paste Your STEAM_ID over Kryptonites example STEAM_ID
And Put your name Where It says kRypT0n!Te
the name dosent matter,its just so you know who is who
"STEAM_0:1:5818184"
{
"name" "kRypT0n!Te [WCS team]"
"give_xp_level" "1"
"give_money" "1"
"take_level" "1"
"reset_player" "1"
"script_settings" "1"
}
Set the admin flags
if a player has no flags or all 0, he can just access the
menu, but not execute anything

How do i give xp?
You can use wcsadmin or use the consol command wcs_givexp
Syntax : wcs_givexp <userid> <amount> [reason] [forced] type status in your game consol to get the userid's info
# 12 "HOLLIDAY" STEAM_0:1:15945857 04:57 87 0 active
the number on the left of the players name will be used as userid
Example : wcs_givexp 12 100
this will give 100 xp

How do i give Levels?
You can use wcsadmin or use the consol command wcs_givelevel Syntax : wcs_givelevel <userid> <amount> [reason] [forced]
type status in your game consol to get the userid's info
# 12 "HOLLIDAY" STEAM_0:1:15945857 04:57 87 0 active
Example : wcs_givelevel 12 10
this will give 10 levels

How do i add an ultimate Block
Copy the Ultimate code and paste it to the bottom of your es_WCSultimates.txt

How to add custom maps?

You need FTP access to do this.

Get the map (.bsp file) and upload it on your server into cstrike/maps/
edit the cstrike/maplist.txt and add a new line with the mapname, but without .bsp! eg. "fy_iceworld"
if you want it to auto-cycle, add this line to cstrike/mapcycle.txt, too!
if you have Mani admin, add it also in cstrike/cfg/mani_admin_plugin/votemaplist.txt
one mapchange is required to have the new map available What about fast download?
.....

Which version of WCS do I have?
The official versions go from v0.40 - v0.77 (April 2008)
You can check the version like this:

connect on your server, write "wcshelp" in chat, on the help window button is the version number
use HLSW, add your server. It will show the cvar value "wcs_version"
use Game-monitor by following this url (replace the IP): http://www.game-monitor.com/search.php?ip=85.190.14.35&vars=wcs_version you'll see the wcs_version listed

Resetting players XP/levels

You can reset single players or the whole server (like start with clean server). There are different methods, depending on what WCS version you're running:

v0.4 - v0.75
Resetting a single player (steamid)

you need rcon access, and the player should currently _not_ be on the server

rcon es_keydelete WCSusers STEAMID eg. rcon es_keydelete WCSusers "STEAM_0:1:13967701"
Resetting whole server

stop the server, or unload the wcs mod (rcon es_unload wcs)
connect with FTP or webinterface, make a backup of cstrike/addons/eventscripts/wcs/WCSusers/es_WCSusers_db.txt
delete cstrike/addons/eventscripts/wcs/WCSusers/es_WCSusers_db.txt
you can also delete the file wcs/WCStop10/es_WCStop10_db.txt to reset the top10 ranking (recommended)
start the server again, now everyone has level 0 again

Resetting whole server (without FTP, just rcon)

stop the mod: rcon es_unload wcs
run "rcon" commands:
es_xkeygroupdelete WCSusers
es_xkeygroupcreate WCSusers
es_xkeygroupsave WCSusers "|wcs/WCSusers"
load the mod again: rcon es_load wcs

v0.76 - v0.77
Resetting a single player (steamid)

get a SQLite browser, follow this instructions: here
run the SQL query: DELETE FROM WCSusers WHERE id = "STEAMID"

Resetting whole server

stop the server, or unload the wcs mod (rcon es_unload wcs)
connect with FTP or webinterface, make a backup of cstrike/addons/eventscripts/wcs/WCSusers/es_wcsdata.sqldb
delete the file es_wcsdata.sqldb
start the server again, now everyone has level 0 again

Removing old players (eg. older than 14 days not played)

Check my posting here

Note: you can also reset single players with the say-command "wcsadmin" if the user is currently playing.

How to change gained XP from kills and other actions?

There is a file titled: es_WCS_config_db.txt .

It is located in your folder path: cstrike\addons\eventscripts\wcs

Approximately line # 57, or you can hit "CTRL-F" (for find feature) and type in
// gained XP to locate where the information is stored.
You should see the following information:

Code
GeSHi (eventscripts): // gained
XP "wcs_killxp" "30" // standard
kill "wcs_knifexp" "40" // knife kill (also spade and punch in DOD:S)
"wcs_plantxp" "100" // planted the bomb
"wcs_explodexp" "100" // bomb exploded
"wcs_defusexp" "175" // bomb defused // CS:S only
"wcs_headshotxp" "15" // headshot !
"wcs_hostagexp" "50" // rescued a hostage

How to add custom skins into a race?

You add the following in the player_spawn_cmd :
Code:
es est_setmodel event_var(userid)
YOURMODELWITHOUT.mdlATTHEENDfor exemple :

Code:
es est_setmodel event_var(userid)
player/slow/aliendrone/slow_aliendrone



Unable to display screenshotsScreenshots


  loboh!!'s Comment - Report Spam
  veryyyy gooodddddddddd ( :

  loboh!!'s Comment - Report Spam
  veryyyy gooodddddddddd ( :

  dokapon's Comment - Report Spam
 

  dinamic's Comment - Report Spam
  Simply the best

In portuguese:
Simplesmente o melhor

  noisytooter's Comment - Report Spam
 

  Submit a Comment
  Rating:
  :) :( :C ;Y :i) :Q)
  Comment:  

Characters Left 





Game Servers Other Services Community Company
       
CS:S 100 Tick Ventrilo Servers Forums Contact Us
CS:S 66 Tick Teamspeak Servers Maps Link To Us
CS:S 500 FPS Dedicated Servers Mods Why Us?
CS 1.6 Resell Game Servers Strategy  
Garry's Mod Fastmap Redirect FAQs  
Team Fortress 2 Web Hosting Game Commands  
Full List