Freedom Fighters Clan
WELCOME TO FREEDOM FIGHTERS OFFICIAL WEBSITE

- Register for free, it's easy to create your account, first click on REGISTER, then follow instructions.

- Please respect basic rules, most important is respecting others and employing a " normal " language.

- Never hesitate to ask help to admins , they will answer you.

FF community hope you ' ll have cool moments.

Freedom Fighters Clan

Welcome To The Home Of Freedom Fighters Clan
 
HomeFF HomeCalendarFAQSearchRegisterLog in

Post new topic   Share | 
 

 change fov and volume script

View previous topic View next topic Go down 
AuthorMessage
Shark
Freedom Fighter
Freedom Fighter


Posts: 369
Location: Bulgaria

PostSubject: change fov and volume script   24/06/11, 12:46 pm

/ fov: 90 to 125

Code:
bind F10 vstr change_fov
        set angle_90  "set change_fov vstr angle_95;  cg_fov 90;                echo ^2Angle: 90"
        set angle_95  "set change_fov vstr angle_100; cg_fov 95;                echo ^2Angle: 95"
        set angle_100 "set change_fov vstr angle_105; cg_fov 100;              echo ^2Angle: 100"
        set angle_105 "set change_fov vstr angle_110; cg_fov 105;              echo ^2Angle: 105"
        set angle_110 "set change_fov vstr angle_115; cg_fov 110;              echo ^2Angle: 110"
        set angle_115 "set change_fov vstr angle_120; cg_fov 115;              echo ^2Angle: 115"
        set angle_120 "set change_fov vstr angle_125; cg_fov 120;              echo ^2Angle: 120"
        set angle_125 "set change_fov vstr angle_90;  cg_fov 125;              echo ^2Angle: 125"
vstr angle_115


can make like this its just example
Code:

bind F10 vstr change_fov
        set angle_90  "set change_fov vstr angle_125;  cg_fov 90;                echo ^2Angle: 90"
        set angle_125 "set change_fov vstr angle_90;  cg_fov 125;              echo ^2Angle: 125"
vstr angle_125


make cfg file and u can change ur fov


and this script is for volume
Code:
 
      set volumeup vstr volume09
    set volumedn vstr volume07
    set volume00 "set s_volume 0.0; set volumeup vstr volume01; set volumedn vstr volume00; echo ^7Volume ^7---------- ^300"
    set volume01 "set s_volume 0.1; set volumeup vstr volume02; set volumedn vstr volume00; echo ^7Volume ^0|^7--------- ^301"
    set volume02 "set s_volume 0.2; set volumeup vstr volume03; set volumedn vstr volume01; echo ^7Volume ^0||^7-------- ^302"
    set volume03 "set s_volume 0.3; set volumeup vstr volume04; set volumedn vstr volume02; echo ^7Volume ^0|||^7------- ^303"
    set volume04 "set s_volume 0.4; set volumeup vstr volume05; set volumedn vstr volume03; echo ^7Volume ^0||||^7------ ^304"
    set volume05 "set s_volume 0.5; set volumeup vstr volume06; set volumedn vstr volume04; echo ^7Volume ^0|||||^7----- ^305"
    set volume06 "set s_volume 0.6; set volumeup vstr volume07; set volumedn vstr volume05; echo ^7Volume ^0||||||^7---- ^306"
    set volume07 "set s_volume 0.7; set volumeup vstr volume08; set volumedn vstr volume06; echo ^7Volume ^0|||||||^7--- ^307"
    set volume08 "set s_volume 0.8; set volumeup vstr volume09; set volumedn vstr volume07; echo ^7Volume ^0||||||||^7-- ^308"
    set volume09 "set s_volume 0.9; set volumeup vstr volume10; set volumedn vstr
volume08; echo ^7Volume ^0|||||||||^7- ^309"
    set volume10 "set s_volume 1.0; set volumeup vstr volume10; set volumedn vstr
volume09; echo ^7Volume ^0|||||||||| ^310"

bind "downarrow" "echo;vstr volumedn;
bind "uparrow" "echo;vstr volumeup;

_________________


http://www.freesparkle.comhttp://www.freesparkle.comhttp://www.freesparkle.comhttp://www.freesparkle.comhttp://www.freesparkle.com
Back to top Go down
View user profile
 

change fov and volume script

View previous topic View next topic Back to top 
Page 1 of 1

Permissions in this forum:You cannot reply to topics in this forum
Freedom Fighters Clan :: GENERAL :: Help-
Post new topic