Configuration['CM_PERMISSION_CAN_MANAGE_COMMUNITY_MODERATION'] = false; $Context->Configuration['CM_PERMISSION_CAN_MODERATE'] = false; $Context->Configuration['CM_PERMISSION_CAN_META_MODERATE'] = false; $Context->Configuration['CM_PERMISSION_IMMUNE_TO_MODERATION'] = false; $Context->Configuration['CM_PERMISSION_NO_MAXIMUM_POINTS'] = false; $Context->Configuration['CM_PERMISSION_CAN_RE_MODERATE'] = false; $Context->Configuration['CM_PERMISSION_CAN_RE_META_MODERATE'] = false; $Context->Configuration['CM_PERMISSION_UNLIMITED_MODERATION_VOTES'] = false; $Context->Configuration['CM_PERMISSION_CAN_MODERATE_OWN_COMMENTS'] = false; $Context->Configuration['CM_PERMISSION_CAN_MODERATE_OWN_DISCUSSIONS'] = false; $Context->Configuration['CM_PERMISSION_CAN_MODERATE_AND_META_MODERATE_SAME_COMMENT'] = false; $Context->Configuration['CM_PERMISSION_CAN_RE_MODERATE_USERS'] = false; $Context->Configuration['CM_PERMISSION_CAN_VIEW_USER_POINTS'] = false; $Context->Configuration['CM_PERMISSION_CAN_VIEW_OWN_POINTS'] = false; $Context->Configuration['CM_PERMISSION_CAN_VIEW_USER_POINTS_HISTORY'] = false; $Context->Configuration['CM_PERMISSION_CAN_VIEW_OWN_POINTS_HISTORY'] = false; $Context->Configuration['CM_PERMISSION_CAN_SEE_UP_VOTES'] = false; $Context->Configuration['CM_PERMISSION_CAN_SEE_DOWN_VOTES'] = false; function CM_Role_DefineRolePermissions(&$Role) { $Role->AddPermission('CM_PERMISSION_CAN_MANAGE_COMMUNITY_MODERATION'); $Role->AddPermission('CM_PERMISSION_CAN_MODERATE'); $Role->AddPermission('CM_PERMISSION_CAN_META_MODERATE'); $Role->AddPermission('CM_PERMISSION_IMMUNE_TO_MODERATION'); $Role->AddPermission('CM_PERMISSION_NO_MAXIMUM_POINTS'); $Role->AddPermission('CM_PERMISSION_CAN_RE_MODERATE'); $Role->AddPermission('CM_PERMISSION_CAN_RE_META_MODERATE'); $Role->AddPermission('CM_PERMISSION_UNLIMITED_MODERATION_VOTES'); $Role->AddPermission('CM_PERMISSION_CAN_MODERATE_OWN_COMMENTS'); $Role->AddPermission('CM_PERMISSION_CAN_MODERATE_OWN_DISCUSSIONS'); $Role->AddPermission('CM_PERMISSION_CAN_MODERATE_AND_META_MODERATE_SAME_COMMENT'); $Role->AddPermission('CM_PERMISSION_CAN_RE_MODERATE_USERS'); $Role->AddPermission('CM_PERMISSION_CAN_VIEW_USER_POINTS'); $Role->AddPermission('CM_PERMISSION_CAN_VIEW_OWN_POINTS'); $Role->AddPermission('CM_PERMISSION_CAN_VIEW_USER_POINTS_HISTORY'); $Role->AddPermission('CM_PERMISSION_CAN_VIEW_OWN_POINTS_HISTORY'); $Role->AddPermission('CM_PERMISSION_CAN_SEE_UP_VOTES'); $Role->AddPermission('CM_PERMISSION_CAN_SEE_DOWN_VOTES'); } $Context->AddToDelegate('Role', 'DefineRolePermissions', 'CM_Role_DefineRolePermissions'); ?> Red Skies | Urban Terror | Forum - Configs
Not signed in (Sign In)

News

2012-12-03
4.2.008 released!
2012-12-01
Red Skies t-shirt
2012-10-28
4.2.004 released!
2012-10-12
4.2.003 released!
2012-10-03
4.2.002 released!
2012-07-30
Auth system
2012-05-29
4.2 News
2012-05-14
Member kicked

Vanilla 1.3.0 is a product of Lussumo. More Information: Documentation, Community Support.

    •  
      CommentAuthorSmaKa
    • CommentTimeMay 11th 2012
      0 points
    Well i was playing pretty good the other day then a player joined by the name of lift. he has been around for awhile I believe. He continuously amazed me with his movement skillz. I specced him for a few maps and saw I am noob, so noob. He was talking to another player on sensitivity and speed. Would anybody care to share their configs so I can see what I need to change on mine. It might help me with being able to do some jump maps as well.
    •  
      CommentAuthorSubJunk 
    • CommentTimeMay 11th 2012
      0 points
    Hmm well most of my config is in RSConfig. Other than that I just use a zoom script:

    set fov_small "cg_fov 90; sensitivity 0.8"
    set fov_wide "cg_fov 110; sensitivity 0.9"
    bind MOUSE2 "+vstr do_zoom_on do_zoom_off"
    set do_zoom_on "ut_zoomin; vstr fov_small"
    set do_zoom_off "ut_zoomreset; vstr fov_wide"
    bind o "bind MOUSE2 "+vstr do_zoom_on do_zoom_off"; ut_echo FOV-changer ^4Enabled"
    bind i "bind MOUSE2 ut_zoomin; ut_echo FOV-changer ^4Disabled"

    So when you hold the right mouse button it zooms in on any weapon, with "o" enabling it and "i" disabling it

    Runamok: hard to tell if you've hit the crazy dancing guy to be fair
    •  
      CommentAuthorRuby 
    • CommentTimeMay 11th 2012
      1 point
    started using binds for weapon change
    /bind MWHEELUP ut_weaptoggle primary
    /bind MWHEELDOWN ut_weaptoggle sidearm
    /bind MOUSE3 ut_weaptoggle secondary

    really liking it so far
    •  
      CommentAuthorRunamok 
    • CommentTimeMay 12th 2012
      0 points
    Ruby:started using binds for weapon change
    /bind MWHEELUP ut_weaptoggle primary
    /bind MWHEELDOWN ut_weaptoggle sidearm
    /bind MOUSE3 ut_weaptoggle secondary

    really liking it so far
    I have used this for years, except
    bind MWHEELUP "ut_weaptoggle primary;ut_zoomreset" so you can use that key to zoom out as well (it won't do anything else as all zoomable weapons are primaries xD)
    ------------------------------------------------
    Lucifer: TOO MUCH NICE STUFF IN ONE POST FxCK YOU ALL
    SubJunk: who the hell is Rocket?
    •  
      CommentAuthorRuby 
    • CommentTimeMay 12th 2012
      0 points
    good thinkinw