User panel stuff on forum
  5 posts on 1 page  1
Rookies' Corner
2010-09-08, 10:39
Member
9 posts

Registered:
Nov 2008
1) i'm using ezQuake 2.01 + nQuake 1.9. i like to play vs bot by typing "bot_1on1" & "addbot". but since yesterday i can't addbot, like there is no such command in ezQuake. it happened after my trying to play "single player". any ideas how to fix this?

2) is there any command that changing fov of zoom in ezquake? i can't find it by myself T_T

thanks in advance for help =)
Warsow ex-developer, vk.com/tdm102, thefragz.ru
2010-09-08, 10:56
Member
626 posts

Registered:
Jan 2006
alias f_weaponchange "if $qt_$weapon$qt = $qt_$tp_name_lg$qt then fire_lg else if $qt_$weapon$qt = $qt_$tp_name_sng$qtthen fire_ng else if $qt_$weapon$qt = $qt_$tp_name_ng$qt then fire_ng else if $qt_$weapon$qt = $qt_$tp_name_sg$qt then fire_sg else if $qt_$weapon$qt = $qt_$tp_name_sg$qt then fire_sg else if $qt_$weapon$qt = $qt_$tp_name_ssg$qt then fire_sg else if $qt_$weapon$qt = $qt_$tp_name_rl$qt then fire_rl else if $qt_$weapon$qt = $qt_$tp_name_gl$qt then fire_rl else fire_sg"

alias fire_sg "fov 110; sensitivity 5" - Default fov / sens - changes to this directly after you stop firing LG
alias fire_lg "fov 55; sensitivity 2.5" - only changes to fov 55 when you use lg (shoots it) and changes sens

I think thats the fix for zoomfov.
And botplay? just try /dm6 then addbot, skillup / skilldown for diffrent skills?
If not, re-download ezquake/nquake and it should work just fine.
2010-09-08, 10:59
Member
133 posts

Registered:
Dec 2008
Quote:
2) is there any command that changing fov of zoom in ezquake? i can't find it by myself T_T

It is easy to implement
set default_simple_zoom_fov 40
set default_simple_zoom_sensitivity 2
set default_fov 120
set default_sensitivity 6

alias +simple_zoom "fov $default_simple_zoom_fov;sensitivity $default_simple_zoom_sensitivity"
alias -simple_zoom "fov $default_fov; sensitivity $defullt_sensitivity"

bind z +simple_zoom
2010-09-08, 12:05
Member
1435 posts

Registered:
Jan 2006
It is a known bug. Type this into the console:
/sv_progsname qwprogs
2010-09-08, 13:07
Member
9 posts

Registered:
Nov 2008
thanks for everyone =) especially for JohnNy_cz!

topic can be closed.
Warsow ex-developer, vk.com/tdm102, thefragz.ru
  5 posts on 1 page  1