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 - WTF-8

#271
as for monitors and resolutions, wkD3D9Wnd paired with wkLobbyCmd ( https://worms2d.info/WormKit ) gives a nice tool to set in-game resolution to pretty much anything you would ever need
I use 1920x1080 for Tower RR and it works fine on my 1366x768 monitor

and talking of WormKit, why doesn't BnG have RubberWorm's auto-reaim yet?
#272
hey spleen, look at replay file name and tell us how to kick in-game in HostingBuddy-made games
#273
Quote from: Impossible on January 24, 2017, 06:50 AMOr maybe it's just a pathetic attempt to popularize the game in order to increase the sales of the game series?
^
#274
Files Comments / Re: File #1108, Neptune
January 22, 2017, 05:40 PM
in case he gonna ask where to upload pics: http://google.com/#q=image+hosting+service
#275
Quote from: Free on January 22, 2017, 12:45 PMElite: I would like to add 5 seconds of hot-seat time.
^ this
Pretty much every scheme has to have some hotseat time, to show wind direction and power before forcing anyone to begin their turn, and to give a chance to unminimize without losing turn time. It's disappointing noone else has realized this yet.
#276
Gaming Central / Re: RUST!?
January 20, 2017, 09:00 AM
how about you tell us a little more information next time?
like, game's genre
maybe even a wikipedia article about it or smth
#277
Quote from: Triad on January 19, 2017, 11:34 AMFor Roper you can exclude crate luck maps(ones too complex that it's impossible to rope any spot on a single turn)
and how you gonna calculate that... ?

I don't see how is all that stuff going to help, it'd just reduce the number of maps available, which is no good
#278
One thing though, why not just make a bunch of maps, soundbanks, missions, weapons etc separately? Is it that important to combine them into a pack and give it a loud name, even if they don't have anything to do with each other?
#279
Tech Support / Re: There is a Legal No CD patch?
January 16, 2017, 12:02 AM
QuoteHelp> Sorry, we can't help you if you didn't buy the game. Pirated (stolen) versions are known to have all kinds of bugs and glitches. You can order the game online from Amazon or MasterTronic, or purchase a digital copy on Steam.
Help> If you have a CD but don't want to put it in your drive every time you want to play W:A, you can create a CD image instead. See http://worms2d.info/NoCD for more information.

GoG's release is half-assed and at the moment isn't recommended
#280
2017-01-15 21.46.32 [Online] @WTF-8, UC`Hurz`dS, MegamanFan, Dr-Abegod`sW.WAgame
with wkTrackMeBetter it crashes at the end of turn one of that replay
idk why
#281
Quote from: StepS on January 15, 2017, 05:54 PMa CtrlHome-like mode that also works with the cursor and non-worm objects, and doesn't block mouse movement
just what I needed
works fine so far
thnx
#282
I'd enjoy a bit more attention

bump
#283
Tech Support / Re: Phantom can't to play WA again.
January 13, 2017, 04:26 PM
wkD3D9Wnd > wkWndMode
except for PX where only the latter one works
#285
no idea if what am I quoting is any relevant, but I'll give it a try

Quote(http://worms2d.info/WkIndiMask)

All info is stored in the PNG palette for the map. In order to set up a map for wkIndiMask, you must first ensure the palette has a particular entry. The module will search for this entry when a game starts and activate or deactivate based on its presence. Because WA throws away unused map palette entries, it will have to exist somewhere on the map. 1 pixel under the water is fine.

This colour is R:240, G:024, B:204. (  #F018CC)

After that, you can pick which colours are destructible or not using the least significant bit in the Red component of the colour. So essentially:

If the Red component is even, you can destroy it; if it is odd, you can't.

Further to that, the Green component is similarly used to decide if the colour is Tough.

A colour that has odd for both Red and Green will be set as Tough.

Tough terrain is only destroyed by a weapon where it would usually destroy the background layer.