-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Wei Mingzhi
committed
May 13, 2014
0 parents
commit 279da7f
Showing
301 changed files
with
117,011 additions
and
0 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# This File contains the Names of the Logos for the Bots to spray. | ||
# These Names come from the decals list in 'decals.wad' from Counter-Strike. | ||
# You can use a Tool like Wally to find out how they look like or to | ||
# change them to Logos you like better. Sadly you can't use your own | ||
# Logo or coloured Logos because they wouldn't show up on Clients or | ||
# dedicated Server. | ||
# Maximum Number of Logo-Names is 16, minimum is 1. | ||
|
||
{biohaz | ||
{graf003 | ||
{graf004 | ||
{graf005 | ||
{lambda06 | ||
{target | ||
{hand1 | ||
{spit2 | ||
{bloodhand6 | ||
{foot_l | ||
{foot_r |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,63 @@ | ||
# This File contains all Botnames which are used if you don't | ||
# specify a name using "addbot" | ||
# There must be at least 9 names in here and you're allowed a maximum | ||
# of 21 chars for the name ! Why ? The "[POD]" will be | ||
# placed before the Name and the Skill will be appended... | ||
# | ||
# Line below contains 21 chars as a marker for you | ||
#23456789012345678901 | ||
botman | ||
Count Floyd | ||
Fragnatic | ||
DaTa | ||
V0id | ||
[DD]Dumb | ||
Android | ||
M0rbid Desire | ||
Ping of Death | ||
Killing Frenzy | ||
Campers Death | ||
@$3.1415rin | ||
Polymorph | ||
Headshot Deluxe | ||
Trust Noone | ||
Borg Queen | ||
Make me Laugh | ||
Terran | ||
Psyke | ||
Eliza | ||
Die Humans | ||
Alloc | ||
Whistler | ||
Electrica | ||
Ivan | ||
Laserdance | ||
L33t B0t | ||
Pierre-Marie Baty | ||
Killaruna | ||
U're Dead | ||
Violently Happy | ||
elitejavi | ||
Make my Day | ||
Fuzzy Logic | ||
Neuromancer | ||
Rick | ||
Neural Noise | ||
Dr. No | ||
Kugelfang | ||
Antony | ||
koraX | ||
eLiTe | ||
Murder Inc. | ||
CoCoNUT | ||
Bloodlust | ||
Pseudolukian | ||
Zap! | ||
Rambotnic | ||
Hemp Invader | ||
sPlOrYgOn | ||
Dredd | ||
Botsie Collins | ||
BotsBlitz | ||
Funky Byte | ||
Berzerk Bot |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,81 @@ | ||
# In this File you can tweak some of the POD-Bot | ||
# Skill Settings | ||
# As usual the "#" char starts a comment line | ||
# NOTE: If you have inhumanturns turned on in | ||
# podbot.cfg the turnspeeds here will be overridden | ||
|
||
# MIN/MAX_DELAY specifies the Reaction Time in Seconds | ||
# AIM_OFFS_X/Y/Z are the offsets for aiming (note that HL uses | ||
# the lefthanded coordinate system where Z is the Up Direction) | ||
# HEADSHOT_ALLOW specifies (in percent) the probability of aiming | ||
# at the Head. This doesn't mean he actually fires at your head | ||
# but he is allowed to do so. | ||
# HEAR_SHOOTHRU_PROB specifies (in percent) the probability of shooting | ||
# through Obstacles if the Bot has heard someone, has a weapon to do so | ||
# and has this enemy in his viewing cone. | ||
# SEEN_SHOOTHRU_PROB specifies (in percent) the probability of shooting | ||
# through Obstacles if the Bot has seen this enemy before, has a weapon | ||
# to do so and this enemy is still in his viewing cone. | ||
|
||
# The order is from the Worst Bots to the Best. DON'T CHANGE THE | ||
# ORDER IN THIS FILE UNLESS YOU WANT TO EXPERIENCE WEIRD THINGS! | ||
|
||
# Settings for Bots Skill 0-19 | ||
MIN_DELAY 0.8 | ||
MAX_DELAY 1.0 | ||
AIM_OFFS_X 48.0 | ||
AIM_OFFS_Y 48.0 | ||
AIM_OFFS_Z 18.0 | ||
HEADSHOT_ALLOW 0 | ||
HEAR_SHOOTTHRU_PROB 0 | ||
SEEN_SHOOTTHRU_PROB 0 | ||
|
||
# Settings for Bots Skill 20-39 | ||
MIN_DELAY 0.6 | ||
MAX_DELAY 0.8 | ||
AIM_OFFS_X 32.0 | ||
AIM_OFFS_Y 32.0 | ||
AIM_OFFS_Z 18.0 | ||
HEADSHOT_ALLOW 10 | ||
HEAR_SHOOTTHRU_PROB 0 | ||
SEEN_SHOOTTHRU_PROB 0 | ||
|
||
# Settings for Bots Skill 40-59 | ||
MIN_DELAY 0.4 | ||
MAX_DELAY 0.6 | ||
AIM_OFFS_X 24.0 | ||
AIM_OFFS_Y 24.0 | ||
AIM_OFFS_Z 18.0 | ||
HEADSHOT_ALLOW 30 | ||
HEAR_SHOOTTHRU_PROB 0 | ||
SEEN_SHOOTTHRU_PROB 50 | ||
|
||
# Settings for Bots Skill 60-79 | ||
MIN_DELAY 0.2 | ||
MAX_DELAY 0.3 | ||
AIM_OFFS_X 10.0 | ||
AIM_OFFS_Y 10.0 | ||
AIM_OFFS_Z 10.0 | ||
HEADSHOT_ALLOW 50 | ||
HEAR_SHOOTTHRU_PROB 30 | ||
SEEN_SHOOTTHRU_PROB 80 | ||
|
||
# Settings for Bots Skill 80-99 | ||
MIN_DELAY 0.1 | ||
MAX_DELAY 0.2 | ||
AIM_OFFS_X 5.0 | ||
AIM_OFFS_Y 5.0 | ||
AIM_OFFS_Z 5.0 | ||
HEADSHOT_ALLOW 80 | ||
HEAR_SHOOTTHRU_PROB 50 | ||
SEEN_SHOOTTHRU_PROB 100 | ||
|
||
# Settings for Bots Skill 100 | ||
MIN_DELAY 0.0 | ||
MAX_DELAY 0.1 | ||
AIM_OFFS_X 0.0 | ||
AIM_OFFS_Y 0.0 | ||
AIM_OFFS_Z 0.0 | ||
HEADSHOT_ALLOW 100 | ||
HEAR_SHOOTTHRU_PROB 100 | ||
SEEN_SHOOTTHRU_PROB 100 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,81 @@ | ||
# This File holds some Tables for buying of weapons | ||
# and configuration of Weapon Prefs for Personalities | ||
# | ||
# The Tables start from the least desired Weapon | ||
# to the best. | ||
# BE EXTREMELY CAREFUL WITH THESE TABLES BECAUSE A WRONG NUMBER | ||
# OF ENTRIES OR A SCREWED UP FORMAT CAN EASILY CRASH POD, THERE'S | ||
# NO ERROR PARSING DONE! | ||
|
||
# Numbering of the weapons: | ||
# 0 - KNIFE | ||
# 1 - USP | ||
# 2 - GLOCK18 | ||
# 3 - DESERT EAGLE | ||
# 4 - P228 | ||
# 5 - ELITE | ||
# 6 - FIVESEVEN | ||
# 7 - M3 | ||
# 8 - XM1014 | ||
# 9 - MP5/N | ||
# 10 - TMP | ||
# 11 - P90 | ||
# 12 - MAC-10 | ||
# 13 - UMP45 | ||
# 14 - AK47 | ||
# 15 - SG552 | ||
# 16 - M4A1 | ||
# 17 - AUG | ||
# 18 - SCOUT | ||
# 19 - AWP | ||
# 20 - G3SG1 | ||
# 21 - SG550 | ||
# 22 - M249 | ||
# 23 - FAMAS | ||
# 24 - GALIL | ||
# 25 - SHIELD | ||
# | ||
# Following are Tables which specify which Team is allowed | ||
# to buy a weapon on a Map. You can also use it to allow/disallow | ||
# Weapons for a Team or a Map/Gamemode (remember that some | ||
# Weapons are team-specific and can't be bought by another team). | ||
# -1 = Disallow Buying for any Team | ||
# 0 = Terrorist Team only | ||
# 1 = CT Team only | ||
# 2 = Can be bought by both Teams | ||
|
||
# Standard Weapon Tab for CS & DE Maps | ||
[STANDARD] | ||
-1,-1,-1,2,2,0,1,2,2,2,1,2,0,2,0,0,1,1,2,2,0,1,2,1,0,1 | ||
|
||
# Weapon Tab for AS Maps | ||
[AS] | ||
-1,-1,-1,2,2,0,1,1,1,1,1,1,0,2,0,0,1,1,2,0,0,1,1,1,0,1 | ||
|
||
# Escape & Knife Arena Maps aren't supported by CS and | ||
# so I don't care about them in POD-Bot neither ! | ||
|
||
# Some example Tables: | ||
# Pistols Only | ||
#-1,-1,-1,2,2,0,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,1 | ||
# Shotguns Only | ||
#-1,-1,-1,-1,-1,-1,-1,2,2,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1 | ||
# SubMachine-Guns Only | ||
#-1,-1,-1,-1,-1,-1,-1,-1,-1,2,2,2,2,2,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1 | ||
|
||
|
||
# The following Tables stores the Weapon Priorities of the Bots depending on | ||
# Personality (it affects buying & picking up better weapons from the | ||
# ground). | ||
|
||
# Weapon Priorities for a Normal Standard Bot | ||
[NORMAL] | ||
0,1,2,5,4,6,3,7,8,18,10,12,13,11,9,25,22,19,20,21,24,23,15,17,16,14 | ||
|
||
# Weapon Priorities for an Aggressive Bot | ||
[AGRESSIVE] | ||
0,1,2,4,6,5,3,18,19,20,21,10,12,13,11,9,25,7,8,15,17,23,16,24,14,22 | ||
|
||
# Weapon Priorities for a Defensive Bot | ||
[DEFENSIVE] | ||
0,1,2,5,4,6,3,7,8,10,12,13,11,9,22,24,14,23,16,15,17,25,18,21,20,19 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,130 @@ | ||
This file is written in Simplified Chinese. See readme.html for English version. | ||
|
||
��װ: | ||
----- | ||
|
||
��װ�ܼ�ֻҪ�����ص�ѹ������ѹ�� HL/CS ����Ŀ¼�м���: | ||
|
||
C:\Sierra\Half-Life (MOD ��) | ||
C:\Sierra\Counter-Strike (Counter-Strike ���۰�) | ||
C:\Program Files\Steam\SteamApps\<�û���>\Counter-Strike (Steam Counter-Strike 1.6) | ||
C:\Program Files\Steam\SteamApps\<�û���>\dedicated server (Steam Dedicated Server) | ||
|
||
�������ʹ�� CS 1.6, ������Ҫ�����е� cstrike\addons\yapb\wptcs16 �ļ����е�·�㸴�Ƶ� cstrike\addons\yapb\wptdefault �ļ����У����ҽ� cstrike\liblist.gam �ļ�����Ϊֻ�����ԡ� | ||
|
||
ע��: YaPB ��� podbot.dll �ļ���������Ӧ�Եģ����ȿ���������һ��� bot DLL ʹ�ã�Ҳ���������� Metamod ���ʹ�á������װ�� Metamod, ���齫���� Metamod �������ʽ��װ�� | ||
|
||
|
||
ʹ����������: | ||
--------------- | ||
���汾�� YaPB ֧�ֶ�����ԡ���Ҫ����Ļ��ʾ��Ϊ���ĵĻ���ֻ�轫 cstrike\addons\yapb\languages\zh-CN.txt �ļ����Ƶ� cstrike\addons\yapb Ŀ¼�У�������Ϊ lang.txt ���ɡ� | ||
|
||
|
||
ϵͳ����: | ||
--------- | ||
|
||
��������Ҫ CS 1.1 - 1.6 �汾�����С��������δ�������� CS �汾�� 1.1 ���ϣ���ʹ�ô˳���֮ǰ������������ CS�� | ||
|
||
|
||
��ο�ʼ bot ��Ϸ: | ||
------------------ | ||
|
||
ʹ�ú��� POD-Bot ·��ĵ�ͼ����һ����Ϸ (��ο� "cstrike\addons\yapb\wptdefault" �ļ��� - ���е���չ��Ϊ ".pwf" ���ļ�����·���ļ���������ʹ�ÿ���̨���ֹ����� bot��Ҫʹ�ÿ���̨�������뽫����������ҵ� CS �Ŀ�ݷ�ʽ����: | ||
|
||
D:\Sierra\Half-Life\hl.exe -console -game cstrike | ||
|
||
...��ô���ÿ���ֱ������ CS ���Ҵ���Ϸ�еĿ���̨������Ѿ������ͼ���� Esc ����ļ�����̨�ͻ���֡�ֻҪ�� "yapb add" һ�� bot ���ᱻ���ӵ���Ϸ��... | ||
|
||
�� podbot.cfg �ļ����н�����θ��IJ�����ע�⡣��� bot ���ƶ�����Ҫ��ʼ��һ�ֿ�������: "yapb killbots"�����������ɱ�����е� bot������������ bot ���ˣ����Դ� "yapb removebots" ��ɾ�����е� bot�� | ||
|
||
���Ҫ����ͼ�����Դ� "map ��ͼ����" ������һ���µ�ͼ�����磬Ҫ����ͼ��Ϊ "DE_DUST" ��ֻҪ�� "map de_dust"���ɡ� | ||
|
||
��Ҳ����ʹ������˵������д����������Ĭ��״̬�£��� "=" �����Ե����˲˵� (�������� podbot.cfg �ļ�������)�� | ||
|
||
1. Quick Add Bot (�������� bot) | ||
|
||
����һ�� bot, ʹ����������ơ����顢���ܺ�ģ�͡�����ֵ�������� yapb_minskill �� yapb_maxskill ���趨ֵ֮�����ѡ�� | ||
|
||
2. Add specific Bot (�����ض��� bot) | ||
|
||
����ָ�����е� bot ���� | ||
|
||
3. Kill all Bots (ɱ�����е� bot) | ||
|
||
ɱ����ǰ��Ϸ�е����� bot��ʹ�ô�������Կ��ٽ���������Ϸ�����������ۿ� bot �Ļ��� | ||
|
||
4. Kill all Players (ɱ�����е����) | ||
|
||
����������������ͬ������ͬʱҲɱ�����еij� bot �������ҡ� | ||
|
||
5. Fill Server with Bots (�� bot ����������) | ||
|
||
�����еķ�������λ�� bot ������ѡ������Ժ�������ָ�� bot �Ķ�����Զ�ѡ�� | ||
|
||
6. Kick Random Bot (ɾ��һ�� bot) | ||
|
||
�ߵ��� status �б��еĵ�һ�� bot | ||
|
||
7. Remove all Bots (ɾ������ bot) | ||
|
||
�ߵ����еķ������ϵ� bot | ||
|
||
8. Select Weapon Mode (ѡ������ģʽ) | ||
|
||
����һ���Ӳ˵�������������ѡ�� bot Ҫ���������ѡ�� "Knife Mode (ذ��ģʽ)" ͬʱ���� Jason ģʽ��ѡ���ģʽ���ر����� | ||
|
||
|
||
|
||
Bot �ĸ���: | ||
----------- | ||
|
||
POD-Bot Ŀǰ�� 3 �ֲ�ͬ�ĸ��ԣ���������� yapb_detailnames ���ǿ��Դ� bot ������ǰ���ǰ�����ֳ���: | ||
|
||
[P*D] - ������ | ||
[POD] - һ���� | ||
[P0D] - ������ | ||
|
||
|
||
|
||
����̨����: | ||
----------- | ||
|
||
���е��ڷ������е�ѡ��Ϊ��ѡ����DZ���ġ������������ podbot.cfg �ļ���Ҳ��ʹ�á���Ҳ���� "=" ����������˵��� | ||
|
||
yapb about | ||
|
||
��ʾ����汾�ź�·������ | ||
|
||
yapb add [�Ѷ�] [����] [����] [����] [ģ��] | ||
|
||
��ָ�����Ѷ� (0-100), ���� (0 = ����, 1 = ������, 2 = ������, ���� = ���) ��ģ�� (1-4 ��ʹ�� 5 �Զ�ָ��) ���� (0-1 ��ʹ�� 5 �Զ�ָ��) �Լ�����������һ�� bot�������ʡ�������ֵIJ���������� "addons\yapb\botnames.txt" �ļ������ѡ��������������ļ���ʹ���������֡� | ||
|
||
yapb fill | ||
|
||
������������ bot | ||
|
||
yapb killbots | ||
|
||
ɱ�����е� bot | ||
|
||
yapb removebots | ||
|
||
ɾ�����еķ������ϵ� bot | ||
|
||
yapb_botchat 1|0 | ||
|
||
��/�ر� bot ���칦�� | ||
|
||
yapb_jasonmode 1|0 | ||
|
||
��ر� "Jason ģʽ"���ڴ�ģʽ�У�bot ��ֻ��ʹ��ذ�ײ��Ҳ�����������ǹ�� | ||
|
||
yapb_wptfolder | ||
|
||
ָ����ȡ·���ļ����ļ��� (������ cstrike\addons\yapb �ļ�����) | ||
|
||
|
||
���������һЩ�����ο� podbot.cfg �ļ��е�ע�⡣ | ||
|
||
����·������������� "WaypointsHowToDo.txt"�� | ||
|
Oops, something went wrong.