0 Members and 7 Guests are viewing this topic.
QuoteAdded Flag throw button up/down still works.Quoteup/down still works.Please tell me you can choose which way you want it to work?I'm happy for the button, but if up/down still works, then it defeats the whole purpose.The reason it was bad, is that each time I want to do a cannonball move (very fast horizontal movement trick, it requires you to press up/down to execute) while I was carrying a flag, it threw it away almost always, making the whole thing pointless. The move is extremely useful, but this kills it.If you'd give a choice for player to EITHER use the flag throw button or up/down, I'd be the fastest and happiest flag runner in the world.
Added Flag throw button up/down still works.
up/down still works.
The netcode was improved in any way? I hate eaters
Anything we can expect now? Updates aka release? also Anticheat ? anything to be happening from now?
Quote from: Tekidek on March 08, 2011, 09:22:56 amThe netcode was improved in any way? I hate eaters I hope it wasn't, else they didn't do a good job with it.PS: There's a horrible polybug on snakebite map, on the flagspots, it turns into quicksands after you throw the flag away (Or more like parts of the ground are 'only *team* flag carrier doesn't collide' ones ;p), feex eet.
Fixed Raycasting for bots so that they dont try to walk through a opc and grab a flag grenade etc.
I am happy cuz of this beta but...I opened config.Chosen my videocard which is veeery old(1999 year,maybe)Chosen all setting which works on my 1.5.0...launched soldat...Firstly i haven't seen registration window.I was surprised and thought that i am lucky and needn't to pay for itSecond: i opened Myltiplayer button,requested for servers list,chosen one and pressed "Join Game"My soldat finished it's work.I was surprised again.Again launched it and tried again,ftwAgain soldat closed himselfThen i launched it again and started deathmatch.Tried to start,need to say*My soldat started choosing resolutions between 640x480 to 1280x1024 few times.Then it closed.I did it again and again,changed some settings but nothing helped me!WTF?If it cuz of my wood PC so i am agains this version _________________________________________Sorry for my bad english.
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"
Jesus, when can we expect something, 3 months are now over aren't they ahahaha