Jump to content


Photo

Need help creating a simple med config


  • Please log in to reply
8 replies to this topic

#1 Angry rock

Angry rock

    Member

  • Users
  • PipPip
  • 10 posts

Posted 01 June 2014 - 08:07 PM

I want to have a simple config which would bind m2 to say (for example) "poping uber" to my team and pop it, make f1 say "I have uber" to my team and make f2 take me to the forward spawn. But here's the problem, I don't know how to create it :/ so if someone could help me and create or maybe copy paste it if you already have it i would be very grateful :) .


Edited by Angry rock, 01 June 2014 - 08:10 PM.


#2 TheMattgician

TheMattgician

    Supreme Poster Overlord

  • Members
  • PipPipPipPipPip
  • 1210 posts

Posted 01 June 2014 - 08:38 PM

That should do it. There's also something to pop uber regardless of what weapon you're holding.

bind "mouse2" "+ubz"

//Uber from any weapon
alias "+ubz" "slot2;+attack2;say_team "*** KRITZ OR UBER USED ***""
alias "-ubz" "-attack2"


#3 JB.

JB.

    Newbie

  • Members
  • Pip
  • 6 posts
  • LocationGermany

Posted 01 June 2014 - 10:03 PM

This should Work for F1.

bind "F1" "uberready"

Alias "uberready" "say_team "I have uber""

Alias "uberready" "say_team "I have uber"; voicemenu 1 7"

The first alias only says "I have uber" in team chat, the second one adds the voice Command "uber ready".
Just Paste the one you want to use and the bind in your medic.cfg.

Keep in mind that if you bind a key in one class.cfg you have to Rebind it in other class cfgs.


  • TheMattgician likes this
Posted Image Posted Image Posted Image Posted Image Posted Image

#4 Angry rock

Angry rock

    Member

  • Users
  • PipPip
  • 10 posts

Posted 02 June 2014 - 10:22 PM

Thanks alot, i also  changed it a bit and I'll probably find the forward spawn one myself  :) 

anyway admins may close 



#5 TheMattgician

TheMattgician

    Supreme Poster Overlord

  • Members
  • PipPipPipPipPip
  • 1210 posts

Posted 02 June 2014 - 10:25 PM

I personally have loadouts bound to keypad numbers. Changing loadout makes you 'respawn'.



#6 Kenneth

Kenneth

    Advanced Member

  • Members
  • PipPipPip
  • 519 posts

Steam Profile

Posted 03 June 2014 - 12:25 AM

Check to see if your league allows the hatswitch glitch. That is where you can change hats or any loadout item besides medigun, and forward or back spawn while keeping your uber percentage. I know some leagues allow it but ozfortress does not. 



#7 Angry rock

Angry rock

    Member

  • Users
  • PipPip
  • 10 posts

Posted 03 June 2014 - 10:51 AM

Hmm I'm having a problem, whatever class i play it still says "UBER READY" when i press m2 , i have created medic.cfg file (because i didn't have it) and put this into it:

 
//config
bind "mouse2" "+ubz"
 
//Uber
alias "+ubz" "+attack2;say_team "*** KRITZ OR UBER USED ***""
alias "-ubz" "-attack2"
 
//F1
bind "F1" "uberready"
Alias "uberready" "say_team "***I HAVE THE UBER***""
 
// ***********************************************************


#8 JB.

JB.

    Newbie

  • Members
  • Pip
  • 6 posts
  • LocationGermany

Posted 03 June 2014 - 01:05 PM

Put this in all other class.cfgs

unbind mouse2
bind mouse2 +Attack2

Unless you use mouse2 for something else.

Edited by JB., 03 June 2014 - 01:06 PM.

Posted Image Posted Image Posted Image Posted Image Posted Image

#9 Angry rock

Angry rock

    Member

  • Users
  • PipPip
  • 10 posts

Posted 03 June 2014 - 02:31 PM

Put this in all other class.cfgs

unbind mouse2
bind mouse2 +Attack2

Unless you use mouse2 for something else.

That did it, thanks alot :D