View Single Post
Re: Player model yapb select in the game~
Old
  (#2)
Ical
Member
 
Status: Offline
Posts: 13
Join Date: Jul 2004
Default Re: Player model yapb select in the game~ - 29-10-2007

The "AUTO FILL" random model selection problem NOT happen on CS 1.6

Are you using YaPB 2.0 on CS 1.5 (or earlier) ?

this my solution for adding 7 YaPB 2.0 bots on CS 1.5:

first create empty file using Notepad in your \cstrike\ folder
than copy this content below.., paste to the empty file than save as to
yb2fill.cfg


//----------------------------------------------
//content of yb2fill.cfg - start file


//server command
mp_c4timer 60
sv_restartround 1
mp_autoteambalance 1


//Skills
yb_minskill 60
yb_maxskill 80


//gsg9-leet
yapb add * 0 5 * 2
wait
yb_quota 1
wait


//sas-arctic
yapb add * 1 5 * 3
wait
yb_quota 2
wait


//gign-guerilla
yapb add * 2 5 * 4
wait
yb_quota 3
wait


//seal urban-terror phoenix
yapb add * 0 5 * 1
wait
yb_quota 4
wait


//gsg9-leet
yapb add * 1 5 * 2
wait
yb_quota 5
wait


//sas-arctic
yapb add * 2 5 * 3
wait
yb_quota 6
wait


//gign-guerilla
yapb add * 1 5 * 4
wait
yb_quota 7
wait


//content of yb2fill.cfg - end file
//----------------------------------------------


Now edit your listenserver.cfg , add this line:

bind "p" "exec yb2fill.cfg"

save it, if you done correctly you can adding YaPB 2.0 bots with all models
in CS 1.5, just press the "p" key in the game.

you can change or add the yb2fill.cfg content (skill, restrict weapon, etc)
to your preference, but if you want to add more "yapb add" line you MUST
change the sequence number of "yb_quota" (yb_quota 8, yb_quota 9...).


I hope whistler will upload the YaPB build 320 again to the YaPB download page,
that version was very-very stable for CS 1.5 WON (LS/DS),
lucky me I still keep runing that version on my PC,
I hope anybody else can grab that version too from the YaPB download page.


PS: sorry for my bad english..
  
Reply With Quote