0 Members and 6 Guests are viewing this topic.
Jesus, when can we expect something, 3 months are now over aren't they ahahaha
Added Score Board (F1) will now display the current Server Name at the top left cornerModified Score Board (F1) has been redesigned for team-based game modesModified changing mouse sensitivy ingame now increases/decreases by 1% per button press rather than 5well done by myself
Quote from: Meteorisch on May 19, 2011, 11:42:13 amJesus, when can we expect something, 3 months are now over aren't they ahahahaI'm busy for next 2, 3 months so the RC will have to wait.Sadly, everyone else seems to be busy too.I'll do my best to get the RC out when im back.Btw. Beard.length := 0;
Quote from: Meteorisch on May 19, 2011, 11:42:13 amJesus, when can we expect something, 3 months are now over aren't they ahahahaBtw. Beard.length := 0;
Never going to see 1.5.1 lol =[
I have absolutely no idea how you people press W+S by accident. It's never happened to me, but maybe it's because I'm left-handed. If it's really that big of a problem you can just go around it with AutoHotkey:Code: [Select]#IfWinActive, Soldat ; only if Soldat's window is active~w & s::return ; remap "[S] while holding [W]" to nothing~s & w::return ; remap "[W] while holding [S]" to nothingCapsLock:: ; remap [CapsLock] to... Send {w down}{s down} ; 1) press and hold [W] and [S] Sleep 100 ; 2) wait 0.1 s Send {w up}{s up} ; 3) release [W] and [S]return ; end of block#IfWinActive ; end of "only if Soldat's window is active"Install AutoHotkey, make a new text file anywhere on your disk, paste the code above, save, change the file's extension to AHK (you need to have displaying extensions turned on) and run the file.It'll remap key combination [W]+[S] to [nothing], and make [CapsLock] simulate [W]+[S], thus throwing the flag. I used capslock because I don't think it's really used in regular chit-chat and won't interfere with other things.Of course, remapping capslock is useful only for versions prior to 1.5.1, as it seems to have dedicated button for throwing the flag.
#IfWinActive, Soldat ; only if Soldat's window is active~w & s::return ; remap "[S] while holding [W]" to nothing~s & w::return ; remap "[W] while holding [S]" to nothingCapsLock:: ; remap [CapsLock] to... Send {w down}{s down} ; 1) press and hold [W] and [S] Sleep 100 ; 2) wait 0.1 s Send {w up}{s up} ; 3) release [W] and [S]return ; end of block#IfWinActive ; end of "only if Soldat's window is active"
remap "[S] while holding [W]" to [S]
It never happened to me to drop flag accidentally and i play soldat for 5-6 years.PS.I think its just cause most people are morons,trolls and idiots that cant play normally a game witough doing any s**t the "W" + "S" drop is for me the only and will stay the only drop function in solldat
Quote from: SoldatFire on June 03, 2011, 11:36:14 amIt never happened to me to drop flag accidentally and i play soldat for 5-6 years.PS.I think its just cause most people are morons,trolls and idiots that cant play normally a game witough doing any s**t the "W" + "S" drop is for me the only and will stay the only drop function in solldatYou play soldat since 5-6 years and you don't know about the fake canon ball? You're kidding right?
I didn't hear the name of it until recently, altho i have known about it since forever. Are you sure it was named fake canon ball 5-6 years ago?
So it's been 2/3 months, going to finish it yet?