English
Search
Main Menu
Profile
Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - aik

#91
Still no interaction with HB besides me: "allowsnooper" hb: "\pYou can already host games from a snooper."

Any ideas? I'd really like to host with hb via snooper...
#92
Pfff... I brought nearly all the worms games. All together I played them for less than 1% of the time I played W:A =)
I'm not sure if I really should buy a nearly 100% clone of W:A.

Now I'm afraid, W:A 4.0 won't have the (few) additional WWP features, or worse W:A 4.0 won't be allowed by team17 because it would compete with WWP.
Does any1 know if (maybe even when) there will be W:A 4.0 [with wormpod etc. features]?
#93
TUS Discussion / Re: 10 cheating
September 02, 2015, 12:15 PM
We need wkStateWKs ;)
Something that anounces "<USER> ist using wkXYZ."
Maybe it could even detect AHK running - though for putting things like "!map", "!ammo baz inf", "!crate ban 0" etc. I have akh running ;)

But what I realised is - most cheats/scripts/makros don't get you very far. Most are unreliable regarding timing (like sending double Space for Liero like rope). AND i imagine it isn't that rewardingin real games AND cheaters don't get better... see them failing constantly.

Sometimes, when I try to learn a new trick, I try first with ahk-scripting – but it mostly only works in the traingmap environment, and I'd never use that on WormNet.
#94
Quote from: Marko on August 31, 2015, 11:25 AM
Hope someone else sorts this out as I'm out of ideas :/
Good luck!

Hope that, too. TY so far!
#95
Quote from: Marko on August 31, 2015, 10:50 AM
Open conversation with HB and type "allowsnooper" without / you were using. That should do the trick.
Later, in #AG use !host commands.
Does HB reply to you in any way, if not, can't help you, but other than that, solution above ^

Thank you for your comment.

He replies "HostingBuddy: \pYou can already host games from a snooper." - seem I already messaged him without '/'...

Thats progress - at least he doesn't ingnore me in every way. But I still can't host. And other messages are still ignored.
#96
[edit] Working now with Great Snooper - you can check "Use
snooper rank". [/edit]
Ahoi!

When I try to host games with HostingBuddy via snooper, nothing happens.
He also ignores, when I message him (instead of answering "I'm a bot...").
I did send him /allowsnooper and until ~a week ago it worked very well.
Tried with GreatSnooper 1.4.9 and WheatSnooper 2.9.2.

If any1 has a possible solution, I would be very glad - using a snooper brings so much comfort, compared to the w:a-frontend...

sunny regards
aik
#97
Hi!

My keyboard doesn't react to spacebar, when I press 2 arrow keys the same time.
(http://worms2d.info/Troubleshooting_FAQ#The_game_doesn.27t_react_to_some_of_the_keys_I_press)

Since I don't like using other keys mapped to space - can any1 recommend a keyboard with german layout for playing worms?
It doesn't need to be a gaming keyboard - I don't play other games than worms... so affordable would be the important thing after solving the rollover problem.
#98
Ahoi!

I like the Snooper, but I'd have few ideas for features.
Are you interested in feature requests?

Also - can any1 tell me were the buddys list is stored? Is there a way getting my buddy list from 2.8 to 2.9x?
#99
Wormkit Modules / Re: wkRemapKeys question
August 21, 2015, 03:08 PM
Quote from: StepS on August 21, 2015, 12:38 PM
Because the purpose of wkRemapKeys is integration with the game.
Yeah, true. And it's great (thx). Sadly no 3.6.31 and therefore PX-support... with Steam version I use wk...
Quote from: StepS on August 21, 2015, 12:38 PM
If mouse remapping is needed, the module could be extended to support that feature.
You are cool! Suggested ahk because of the mouse support - underestimated your caring (and my esitmation was high from what I hear).

Use the WK! =)
#100
Wormkit Modules / Re: wkRemapKeys question
August 21, 2015, 11:50 AM
Quote from: ANO on August 21, 2015, 11:35 AM
"Delay"??? I think that's a cheat.
...it acts just as my normal SpaceKey would. It's just that AHK sends the keys for a too short time without delay.
i.e.
send, {Space};
would sometimes result in shoot, sometimes not.

Think if that's really considered cheating you'd have to bann certain Keyboards and other hardware related things.
imo it's simmilar to not considering /arrows cheating (because then a larger monitor with better resolution would also be cheating).


I think cheating would start, where somebody uses double pressed Space for one key to get a Liero like rope or something.
I tried that [offline] out of curiosity - doesn't make you better. I sometimes see people using things like that failing a lot of times =)

#101
Wormkit Modules / Re: wkRemapKeys question
August 21, 2015, 11:26 AM
Why not use autohotkey? It even maps Mouse - if you whant.

I use it for mapping Space to the left WinKey, because Space doesn't always work.
It also helps me with typing !ammo baz inf, !crate ban 0 etc.

my worms.ahk

LWin::
   SetKeyDelay, 50
   Send, {Space down}
   Send, {Space up}
return

^h::
    Send {!}ammo baz inf
   Send,{Enter}
    Send {!}crate ban 0
    Send,{Enter}
   Send {!}ammo drill inf
    Send,{Enter}
   Send {!}fuse {?}
    Send,{Enter}
   Send {!}aquasheep on
    Send,{Enter}
return


...it is important to use up and down with keydelay in game - just "send, {Space};" i.e. doesn't work