News: 1up Discord VOIP
Invite Code: https://discord.gg/VPv9JhP

Author Topic: Helpful binds in [1up] servers  (Read 4065 times)

0 Members and 1 Guest are viewing this topic.

Offline Zangetsu

  • Posts: 595
  • Karma: 130
  • With me, all things end.
  • Since: 29/08/2010
    YearsYearsYearsYearsYearsYearsYearsYearsYearsYearsYearsYearsYearsYears
Helpful binds in [1up] servers
« on: December 03, 2011, 11:58:21 AM »
Ok so I'm going to show you a few useful binds that work in 1up servers.
As a note, the x can be replaced with whatever key you want to use. Copy the bind into your AUTOEXEC file (in your UrbanTerror/q3ut4 folder by right clicking it and opening with notepad) and then save it. If you use the Zombie binds remember to set the buttons back to normal when your done using them. Do this by opening the in game menu (esc) and going to Controls(while in a server) or going to setup - controls from the main menu.

Some binds for Super TS, Fun TDM and Zombie Mods (Human);

This bind will fire your current weapon ONCE and then swap to your sidearm (Beretta/DE)
Useful for spas shot then DE in Zombie or Sniper shots to DE in Super TS/TDM.
Swap sidearm for secondary to pull out mp5k/ump/spas if you carry one. More for tdm/ts
Code: [Select]
bind x "+attack;-attack;ut_weapon sidearm"

This bind is for Zombies, attacks twice. Add more if you want but it shouldn't be needed if you are scrolling.
Recommended to bind to mwheelup and mwheeldown to scroll attack. Wait time should be adjusted for your FPS
Code: [Select]
bind x "+attack;-attack;wait 3;+attack;-attack"

In our Jump Servers you can use the save and load features. To make these into binds just do the following;
Code: [Select]
bind x save
bind x load

All I can think of right now. If you have some to add, post them.
« Last Edit: December 03, 2011, 12:15:06 PM by Zangetsu[1up] »
"I want to know which of us is stronger. I'll gladly raise my blade against you if that's what it takes to find that out."

"Cast off your fear! Look forward! Go forward! Never stand still. Retreat and you will age. Hesitate and you will die."

"Do you want to win? Or do you want to live? Which will it be? ... There's no meaning to just fighting."

Offline Perdition[1up]

  • *[1up] Member
  • Posts: 1,081
  • Karma: 112
  • Choose the spas!
  • Since: 21/11/2010
    YearsYearsYearsYearsYearsYearsYearsYearsYearsYearsYearsYearsYearsYears
Re: Helpful binds in [1up] servers
« Reply #1 on: December 03, 2011, 05:15:21 PM »
**** that i pwn with the natural binds
My Steam name is Quix0tic[1up]. Let's play CS:S!

The Spas is the best weapon in the game. Hands down. No question.


Offline AuXAuV

  • Posts: 524
  • Karma: 101
  • "Power corrupts the best"- Mikhail Bakunin
  • Since: 16/08/2010
    YearsYearsYearsYearsYearsYearsYearsYearsYearsYearsYearsYearsYearsYears
Re: Helpful binds in [1up] servers
« Reply #2 on: December 03, 2011, 06:14:33 PM »
Code: [Select]
bind x "+attack;-attack;ut_weapon sidearm"

Code: [Select]
bind x "+attack;-attack;ut_weaptoggle secondary sidearm"
This checks for a good gun first, then swaps to sidearm if not found.
Weaptoggle should always be preferable, save when you have a ton of same
class weapons, and want a specific one. (Which is static)

My old HUD bind, recreated:
Code: [Select]
seta HUD_on "cg_lagometer 1; cg_mappos 3; cg_drawteamoverlayscores 3; cg_chattime 8000; cg_msgtime 16000;
cg_chatHeight 6; cg_msgHeight 8; cl_drawclock 1; cg_drawfps 1; cg_drawtimer 1; ut_echo ^1HUD ^6on!; set nxt_hud vstr HUD_off"

seta HUD_off "cg_lagometer 0; cg_mappos 0; cg_drawteamoverlayscores 0; cg_chattime 1000; cg_msgtime 6000;
cg_chatHeight 2; cg_msgHeight 6; cl_drawclock 0; cg_drawfps 0; cg_drawtimer 0; ut_echo ^1HUD ^2off!; set nxt_hud vstr HUD_on"
seta nxt_hud "vstr HUD_on"

//Hold mouse button to view HUD:
bind MOUSE2 "+vstr HUD_on HUD_off"

//Press to toggle:
bind x "vstr nxt_hud"

Offline (DEAD) Revolution

  • Posts: 10
  • Karma: 0
  • Since: 24/12/2011
    YearsYearsYearsYearsYearsYearsYearsYearsYearsYearsYearsYearsYears
Re: Helpful binds in [1up] servers
« Reply #3 on: April 12, 2012, 12:27:09 AM »

This bind is for Zombies, attacks twice. Add more if you want but it shouldn't be needed if you are scrolling.
Recommended to bind to mwheelup and mwheeldown to scroll attack. Wait time should be adjusted for your FPS
Code: [Select]
bind x "+attack;-attack;wait 3;+attack;-attack"


I like your idea alot. thanks. but one question, when you say the wait time should be adjusted depending on your FPS how so? say my fps is 90 aight? then what is a good wait time for this? thanks

Offline Zangetsu

  • Posts: 595
  • Karma: 130
  • With me, all things end.
  • Since: 29/08/2010
    YearsYearsYearsYearsYearsYearsYearsYearsYearsYearsYearsYearsYearsYears
Re: Helpful binds in [1up] servers
« Reply #4 on: April 12, 2012, 01:14:41 AM »
The lower your fps the less wait time you want. If your wait time is too high for your FPS you will get 'wait locked' meaning you won't be able to do anything but keep attacking and moving forward until Urban Terror is done calculating the wait times. This also happens if you scroll too fast and build up too many waits.

As a general rule I'd say use wait 2 for under 50 fps, wait 4 under 100 fps and wait 6 on 125. Try the time out, join the server, and see if you get wait locked attacking as fast as you can. If you do, take 1 away from the time and try again. Do this until you find a time that lets you scroll a bit without getting locked and try to limit your scrolling while playing as a zombie.

You could also just not use the wait time and load up on a bunch of attacks in a row and hope you don't drop too many when it's time to hit a human. The only reason for the wait is to make sure all your attacks are registered by Urban Terror and none are dropped between packets.
"I want to know which of us is stronger. I'll gladly raise my blade against you if that's what it takes to find that out."

"Cast off your fear! Look forward! Go forward! Never stand still. Retreat and you will age. Hesitate and you will die."

"Do you want to win? Or do you want to live? Which will it be? ... There's no meaning to just fighting."

Offline RonaldLee[1up]

  • *[1up] Clan Founder
  • [1up] UrT Admin
  • [1up] KF Admin
  • [1upZ] NMRiH Admin
  • [1upZ] Zombie
  • Posts: 5,569
  • Karma: 2634
  • 1up Founder
  • Since: 02/03/2009
    YearsYearsYearsYearsYearsYearsYearsYearsYearsYearsYearsYearsYearsYearsYears
    • 1up Clan
    • Youtube's channel
Re: Helpful binds in [1up] servers
« Reply #5 on: April 12, 2012, 08:44:47 AM »
"dropweaps2" bind

/bind h dropweaps2

Usage: /dropweaps2

This is a very useful command at times.

It allows you to drop all weapons at once.

Offline Fusion[1upZ]

  • *[1up] Member
  • [1upZ] Zombie
  • Posts: 819
  • Karma: 36
  • For every task, there's a perfect tool
  • Since: 31/10/2011
    YearsYearsYearsYearsYearsYearsYearsYearsYearsYearsYearsYearsYears
    • Dem Cupcakes bro
Re: Helpful binds in [1up] servers
« Reply #6 on: April 15, 2012, 04:17:50 PM »
when ever a 1up member goes aliased this bind can be quite helpful when revealing yourself and going back aliased also 1 main way of people identifying you is your armband colcor

Code: [Select]
/bind x name Fusion[1up] ; cg_rgb 100,0,100
/bind x name alias ; cg_rgb 0,100,0

-Fighting without hope is no way to live, its just another way to die
-Insert inspirational comment here
Free Cupcakes