Forums.Counter-Strike.com | Counter-Strike Community Forums

Go Back   Forums.Counter-Strike.com | Counter-Strike Community Forums > Game Servers > Half-Life 1 Mods & Plugins > Warcraft III Mod
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Free Clan 

Websites Hosting
Reply
 
LinkBack Thread Tools Search this Thread
Old 01-23-2007, 04:48 PM   #1 (permalink)
Quiet_Malice
Member
Hostage
 
Join Date: Jan 2007
Posts: 1
Default i have a question about races

Does anyone know a good site or downloadable file that tells how to make races and explains what coding to put where and breaks down the process for creating races and such i would really appreciate it.

or if any of you know how and are willing to explain directly that would be great cause i dont understand most of it

Last edited by Quiet_Malice; 01-23-2007 at 04:57 PM. Reason: missing info
Quiet_Malice is offline   Reply With Quote
Old 05-14-2007, 04:37 PM   #2 (permalink)
digits2006
Member
Hostage
 
Join Date: May 2007
Posts: 10
Default Re: i have a question about races

i guess just google it..lol
digits2006 is offline   Reply With Quote
Old 05-17-2007, 07:04 AM   #3 (permalink)
C-T OWNER
Member
Counter-Terrorist
 
C-T OWNER's Avatar
 
Join Date: Apr 2007
Location: Sydney, Australia
Posts: 141
Default Re: i have a question about races

Quote:
Originally Posted by digits2006 View Post
i guess just google it..lol
I dont think you will find it on google.
__________________
Pretty much a oldie.


http://forums.counter-strike.com/image.php?type=sigpic&userid=7951&dateline=1176614  500
C-T OWNER is offline   Reply With Quote
Old 07-10-2007, 05:15 PM   #4 (permalink)
[Oddity]Teacher
Member
Hostage
 
Join Date: Jul 2007
Posts: 18
Default Re: i have a question about races

// "number" // unique ID !!
// {
// "name" "race name" // The name of the race, keep it short
// "author" "your name" // Who coded this race (can be empty or 0)
// "shortdescription" "text" // you can give a SHORT description, shows in changerace, or "0"
// "required_level" "number" // Minimum level required to choose this race (can be 0, also see config file !!)
// "maximum_level" "number" // Maximum level possible to choose this race (can be 0, also see config file !!)
// "allow_only" "<steam/ip> <admins>"// Allow only the given Steam-IDs to choose the race (can be 0, also see config !!)
// "teamlimit" "number" // You can limit the race to X for each team. Set 0 to disable
// "preloadcmd" "code" // The commands executed on server start, eg. used to create variables
// "player_spawn_cmd" "code" // Command is executed for players of this race, on spawning
// "round_start_cmd" "code" // Command is executed every round-start for all players
// "round_end_cmd" "code" // Command is executed every round-end for all players
// "numberofskills" "number" // How many skills does this race have ?
// "numberoflevels" "number" // Until which level can players go ?
// "skillnames" "name1|name2|..." // the name of the skills, divided by |
// "skilldescr" "text1|text2|..." // description of the skills, divided by |
// "skillcfg" "cfg1|cfg2|..." // The config it checks on, divided by |, valid are: player_death, player_attacker, player_victim, player_spawn, player_say, player_ultimate
// "skill1_setting" "set1|set2|..." // Setting for each skill, used for set variables/skill strength
// "skill1_cmd" "code" // Code to execute for skill 1
// "skill1_sfx" "code" // Effects code to execute for skill 1
// "skill2_setting" "set1|set2|..." // Setting for each skill, used for set variables/skill strength
// "skill2_cmd" "code" // Code to execute for skill 2
// "skill2_sfx" "code" // Effects code to execute for skill 2
// "skill3_setting" "set1|set2|..." // Setting for each skill, used for set variables/skill strength
// "skill3_cmd" "code" // Code to execute for skill 3
// "skill3_sfx" "code" // Effects code to execute for skill 3
// "skill4_setting" "set1|set2|..." // Setting for each skill, used for set variables/skill strength
// "skill4_cmd" "code" // Code to execute for skill 4
// "skill4_sfx" "code" // Effects to execute for skill 4
// "ultimate_cooldown" "time" // Cooldow time for the LAST skill (if setting is player_ultimate) should be > 0 !
// "racealias_anythng" "code" // create a new alias, good to avoid alot of "if(server_var(wcs_rand) = 1) then ...."
// }
__________________
My babies
69.9.46.216:27015 [ODDITY] The Gun Game
69.9.47.20:27015 [ODDITY] War Craft
[Oddity]Teacher is offline   Reply With Quote
Old 07-10-2007, 05:16 PM   #5 (permalink)
[Oddity]Teacher
Member
Hostage
 
Join Date: Jul 2007
Posts: 18
Default Re: i have a question about races

That is the format code for races YOU ARE WELCOME
__________________
My babies
69.9.46.216:27015 [ODDITY] The Gun Game
69.9.47.20:27015 [ODDITY] War Craft
[Oddity]Teacher is offline   Reply With Quote
Old 07-10-2007, 05:16 PM   #6 (permalink)
[Oddity]Teacher
Member
Hostage
 
Join Date: Jul 2007
Posts: 18
Default Re: i have a question about races

go to your cstrike/addons/eventscripts/wcs/WCSraces folder and read the wcsraces.db.txt file
__________________
My babies
69.9.46.216:27015 [ODDITY] The Gun Game
69.9.47.20:27015 [ODDITY] War Craft
[Oddity]Teacher is offline   Reply With Quote
Old 07-31-2007, 11:09 AM   #7 (permalink)
Philp
Member
Hostage
 
Join Date: Jul 2007
Posts: 17
Default Re: i have a question about races

yeah but what should it be on:

// "preloadcmd" "code" // The commands executed on server start, eg. used to create variables

if you make something speciall.. like you maybe make an ''Speciell'' Race whit.. let's see..

Vampiric Aura
Invisiblility
Bash
Chain Lightning

so what should stand there? ^^ i mean those skill1_setting and so could you copy from an Existed Race.. but what is the preloadcmd?
Philp is offline   Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
I have a question...please help VoodooCapone Condition Zero 2 07-21-2007 06:53 PM
got a question...please help VoodooCapone CS: Source 1 01-07-2007 07:31 PM
Question badly yours CS: Source 1 11-04-2006 07:04 PM


All times are GMT -5. The time now is 09:06 AM.



Powered by vBulletin Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.0.0 RC5
Free Clan Websites and Template Hosting