So what is this W3S Mod?Warcraft 3: SourceBased on the original AMX Plugin from 1.6, this mod offers race based skills in an rpg like advancement. Gain XP and Credits by Kills and accomplishing Objectives.
As you level you have the chance to spend skill points towards passive, active, and ultimate skills. For information on Races and skills click ->
Here <-
You will also gain credits that you can spend on Items. For information on Items click ><
Sounds Cool!! So what do I need to know to jump in?It's very easy to get going, you only need to know 2 commands to get on your feet, though there are more.
war3menu and
shopmenu are the main 2 commands to know. These commands can be bound to keys for easy access, more on that after we go over the menu system below:
In chat say
war3menuYou will be presented with this menu:
War3 Source Command MenuThese are bindable quick access commands, if you want to get there without using the menu
say-
war3menusay-
changeracesay-
shopmenusay-
itemsinfosay-
raceinfosay-
skillsinfosay-
playerinfosay-
resetskillssay-
war3statssay-
war3top10say-
war3ranksay-
war3devsay-
showxpsay-
spendskillssay-
showskills+ ability (Use an ability that required a bind. bind key +ability)
+ ultimate (Use an ultimate that required a bind. bind key +ultimate)
That's nifty, so how do I do that binding thingy?You will need access to the console in CS:GO to be able to bind. Hit the tilde` key (~) next to 1 on your keyboard to enter the Console.
If your console does not appear then you will need to enable it by going into your keyboard settings in CS:GO. Click the Advanced Button at the bottom and check 'Enable Developer Console'
Once you are in the console the code is as simple as this:
Code:
bind "key" "command"
For Example, lets say you want to bind your main war3menu to 'h'
The code would be:
Code:
bind "h" "say war3menu"
You can also bind to mouse buttons as well. If you have a multi-button mouse, it is highly recommended that you bind your ultimate and/or ability to a mouse button for quick access:
Code:
bind "mouse3" +ultimate
That looks different from the menu bind. . .Yes, it does. When binding your Ability or Ultimate, you don't need quotation marks. You MUST, however, have the '+' symbol in front of either of these to commands. They interact directly with the console behind the scenes. NOT CHAT.
Any of the commands that require you to enter the command in chat, like war3menu, must be bound with quotations and the word 'say' in front, so that the console knows what to do with what you are giving it. Make sense? Yes
And with that you know all you need to know to get in and start playing one of the most popular mods on Counter Strike since the beginning, Enjoy