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 - SiD

#61
Other worms games / Re: Worms 2 Demo Map in png?
March 30, 2018, 05:01 PM
I did a quickish recreation, It's not perfect but hopefully it'll suffice.
98 colours, you might want to reduce that if you want destroyed soil appearing.

edit: oops, i forgot an object.
edit2: fixed.
recrefinal2.png
#62
Some info about the D3DERR_DEVICELOST:

I set Windows scaling to 125% (I have a 14" 2560x1440 display)
If I set it back to 100%, then W:A works with no error.
#63
Quote from: oScarDiAnno on January 23, 2018, 12:00 AM
Hello! Thanks a lot for such a great tool, it's what I always wished for multitasking haha. Wish I knew it before!

I'm only struggling with something, I have two monitors and I want to run the game on the secondary one.
Config is set to borderless, but I can't move the "window" by pulsing Ctrl + G and "dragging it" as you say.

I have Windows 10 (updates disabled, i'm at 1607) + SuperFrontendHD, Rubberworm and this one.

Everything else works properly.

Configs:
D3D9Wnd:
[Misc]
EnableModule=1
StaticWindowClass=0
NoTopmost=1
SoundInBackground=1
FancyStartup=0

[FrontendSettings]
Fullscreen=0
FullscreenAlternative=0
Stretch=0
Centered=0
RunInBackground=1

[InGameSettings]
Fullscreen=0
WindowBorder=1
Stretch=0
QuickInfo=1
TopLeftPosition=0

[MultiMonitor]
Enable=0
Monitors=Max
AutoSetResolution=1


Thanks again! :D

MultiMonitor isn't enabled in your d3d9wnd config.
my bad
#64
Well, after a small windows update, I'm getting the same error as Sensei.
Replays run fine. Starting a game causes black screen requiring a CtrlAltDel to quit.
Tried all the compatibility modes, none work for me.

For now, I have to use wkD3D9Wnd.
Edit:
And actually it works pretty well!
In the past wkD3D9Wnd caused me to have slight input lag, but now with "disable fullscreen optimizations" checked, all is good.

wkD3D9Wnd.ini:
      [InGameSettings]
      Fullscreen=1

#65
You've revealed my dirty secret...

..I play supersheeper.
#66
Quote from: Sensei on December 16, 2017, 06:34 PMIs it also fixing vsync problem?

yep, game runs as before when this box is checked.
#67
Quote from: Sensei on December 14, 2017, 07:14 PM
I can't minimize the game. If I do, there will be some weird empty geometric bodies on my screen while playing. Or even worse - whole white screen that will require ctrl+alt+del to get rid off.
Also, even tho I always played with vsyncs off, since 1709 - game slowed down and feels like all vsyncs are turned on. 

yep.. both these problems happen to me too after updating to 1709..
https://i.imgur.com/Q0cMpXj.jpg

"Disable fullscreen optimizations" fixes it.
#68
If the fuse for random mines is only shown after it's been triggered, I don't see much of an advantage to be had (I might be missing something).

I agreed with HHC when he said wkWater should be made an official feature.
I would say the same for this too.
#69
anyone else disabled cough*.wav?
The most irritating sound in worms is a map full of sick worms.
#70
Ah these are the front end sfx and in game background music from WWPR.
Cool thanks.

For anyone wanting the WWPR in game sfx: https://www.tus-wa.com/files/file-911/
#71
TEXT.img is the thumbnail in the editor to show the texture for BIT/LEV maps.
SOIL.img is the thumbnail to show destroyed soil texture of PNG maps and reside in Data/Custom/[texture] folders.

So i'm not sure why there is a SOIL.img in *some* of the Data/Level/[texture] folders, I don't think there needs to be (I might be wrong).

If you want to use these terrains with 3.6.31.0, I think your only option is to put the level.dir in an existing texture folder... and use the FileOverride module (http://worms2d.info/WormKit)

#72
Wormkit Modules / Re: wkTerrain
October 24, 2017, 09:27 AM
check out King-Gizzard's guide:
https://worms2d.info/Terrain_Creation_Guide


Making custom terrains

Download:
http://worms2d.info/WA_directory_editor

The program has a lot of bugs so good luck.

The game's Level.dir files are located in DATA/Level

Open an existing Level.dir file and click "Extract, convert, log" and select a folder.
All the img files and spr files will be converted to img.bmp and spr.bmp.

Inf files: There is one for each map object, and they specify properties of the object:

Code (Example Inf file (default values)) Select

10       //Unkown
0        //Specifies whether object is in front or behind the terrain. 0 = behind, 1 = in front
0        //Specifies whether destroyed soil (soil.img) appears when the object is destroyed.
1        //Enables or disables collision for object
1        //Specifies whether other objects can be placed onto this one. 1 = no in this case.
3        //Location type of object (0/1 = sides of map, 2 = hanging from ceiling, 3 = standing on floor)



Spd files: There is one for each spr file (animated sprites), open with text editor. They're self explanatory.
index.txt: A list of all the objects.
Level.dir.txt: is the log file that sprite editor uses when you click the "Reconstruct from log" button.

All bmp files should use a 113 colour palette (including black).
When creating/editing bmp files, you should save them as 8 bit OS/2, and make sure black is indexed 1.
After you've created your bmps and written your spds and infs.. make sure the img, spr and inf files are listed in level.dir.txt, then use sprite editor to reconstruct from log, and save the DIR file.

The process is a bit of a headache but doable. Any problems feel free to message me.
If you want to try something else to generate your own terrains: http://worms2d.info/MapGEN
#73
Wormkit Modules / Re: wkTerrain
October 19, 2017, 03:03 PM
ah gotcha. Yeh you're right they all have unsmooth ceilings, except tetris.
Time to make your own boom race maps sensei.

thx.
#74
Wormkit Modules / Re: wkTerrain
October 19, 2017, 10:57 AM
Quote from: Sensei on October 19, 2017, 12:10 AM
Also expecting your tetris terrain in here. Guess that's a bit harder to achieve?
It is in here: https://www.tus-wa.com/forums/worms-armageddon/wkterrain-29504/msg247265/#msg247265
You can install it the same way.

Quote from: Sensei on October 19, 2017, 12:10 AM
Am I wrong or those custom textures would also be able to avoid pixelated roofs? All these originals can't, unfortunately.
Not sure what you mean by pixelated roofs.
#75
Wormkit Modules / Re: wkTerrain
October 18, 2017, 09:53 PM
yes, unless you convert it to PNG, which I think you do anyway. So you might like these.