Difference between revisions of "WkTerrain"

From Worms Knowledge Base

Jump to: navigation, search
(Added terrains by Ducky and information about the custom terrains)
(updated download to the later static version, added source link)
 
(27 intermediate revisions by 6 users not shown)
Line 6: Line 6:
 
| version = 22 August 2020
 
| version = 22 August 2020
 
| games = [[Worms Armageddon|W:A]]
 
| games = [[Worms Armageddon|W:A]]
| waver = 3.8
+
| waver = 3.8.x
 
| language = C++
 
| language = C++
| license = Open Source
+
| license = [https://www.tus-wa.com/forums/worms-armageddon/wkterrain-29504/?action=dlattach;attach=192483 Open Source]
 
| website = [https://www.tus-wa.com/forums/worms-armageddon/wkterrain-29504/ TUS thread]
 
| website = [https://www.tus-wa.com/forums/worms-armageddon/wkterrain-29504/ TUS thread]
| download = [https://www.tus-wa.com/forums/worms-armageddon/wkterrain-29504/?action=dlattach;attach=192478 wkTerrain38_v2.dll]
+
| download = [https://www.tus-wa.com/forums/worms-armageddon/wkterrain-29504/?action=dlattach;attach=192482 wkTerrain38_v2-static.dll]
 
}}
 
}}
  
Line 18: Line 18:
  
 
It makes it easy for terrains such as Dinos and Domestic (which are present on the [[WWP]] CD) to be installed and played with W:A.
 
It makes it easy for terrains such as Dinos and Domestic (which are present on the [[WWP]] CD) to be installed and played with W:A.
 +
 +
'''wkTerrain has been made obsolete since the release of [[wkTerrainSync]] which has added functionality.'''
 +
 +
For information on how to put together your own custom terrain, see the [[Terrain Creation Guide]].
  
 
== Usage ==
 
== Usage ==
Line 26: Line 30:
 
*TEXT.IMG, this represents the texture thumbnail as shown in the map editor.
 
*TEXT.IMG, this represents the texture thumbnail as shown in the map editor.
  
== Custom terrains ==
 
Here are some terrains available to use.
 
Download, extract and place the folder into Worms Armageddon/DATA/Level
 
  
Keep in mind that if you want to play them online, all the players must also have the wkTerrain and the custom terrain installed, otherwise they'll drop on start.
+
== Notes ==
 +
Those using the CD version of W:A will require [http://worms.thecybershadow.net/wormkit/wkFileOverride.zip FileOverride] to use this module.
  
You can also host, generate the map and convert it to PNG by clicking this icon: [[Image:TerrainButton.png|inline|30px|Domestic Terrain]]
 
  
This way, anyone else can play on the map. However, the debris, soil and background features of the terrain will be lost.
+
In order to play them '''''online''''', all the players '''must''' have exactly the same list of terrains (as well as wkTerrain installed) or the game will desynchronize on start.
  
{| class="wikitable sortable" width="75%" border="1" cellpadding="2" cellspacing="0" style="margin-top: 0.5em;" summary="Custom terrains"
+
Host can also generate the map, switch to preview and convert it to PNG by right-clicking this icon: [[Image:TerrainButton.png|inline|30px|Domestic Terrain]]
|-
+
! Name
+
! Author
+
! Download
+
! Notes
+
  
|-
+
This way, anyone else can play on the map. However, the debris, soil and background features of the terrain will be lost.
| Candy || Unknown || [https://cdn.discordapp.com/attachments/416225356706480130/746685146794819664/Candy.zip] || created using [[MapGEN]] Candy theme
+
|-
+
| Dinos || Team17 || [https://www.tus-wa.com/files/file-1276/ TUS file] || taken from WWP CD
+
|-
+
| Domestic || Team17 || [https://www.tus-wa.com/files/file-1276/ TUS file] || taken from WWP CD
+
|-
+
| Tetris || [[People/SiD|SiD]] || [https://www.tus-wa.com/forums/worms-armageddon/wkterrain-29504/?action=dlattach;attach=176822] ||
+
|-
+
| Windows 95 || Ducky || [http://nanacide.com/other-users/ducky/wa-terrain-theme-win95.zip] ||
+
|-
+
| Worms DC 'DIY' || Ducky || [http://nanacide.com/other-users/ducky/wa-terrain-theme-worms-dc-diy.zip] ||
+
|-
+
 
+
|}
+
 
+
<!-- Was it a good idea to strip the background away for transparency? -->
+
<!-- Debris and background are also a good part of themes... -->
+
<gallery mode="nolines" >
+
File:Candy.png|Candy from MapGEN
+
File:Dino.png|Dinos from WWP
+
File:Domestic.png|Domestic from WWP
+
File:Tetris.png|Tetris by SiD
+
File:Win95.png|Windows 95 by Ducky
+
File:DIY.png|'DIY' from Worms DC by Ducky
+
</gallery>
+
 
+
== Notes ==
+
Those using the CD version of W:A will require [http://worms.thecybershadow.net/wormkit/wkFileOverride.zip FileOverride] to use this module.
+

Latest revision as of 20:10, 26 February 2021

(Up to WormKit)
wkTerrain
Developer: xKoweKx, terion
Latest version: 22 August 2020
Supported games: W:A
Supported W:A version: 3.8.x
Language: C++
License: Open Source
Website: TUS thread
Download: wkTerrain38_v2-static.dll
Domestic Terrain

wkTerrain is a module for WormKit that allows additional W:A terrains to be installed and selected in the Map editor

It makes it easy for terrains such as Dinos and Domestic (which are present on the WWP CD) to be installed and played with W:A.

wkTerrain has been made obsolete since the release of wkTerrainSync which has added functionality.

For information on how to put together your own custom terrain, see the Terrain Creation Guide.

Usage

wkTerrain works by checking for additional directories located in DATA/Level and makes the texture available for selection in the Map editor.

A valid terrain directory contains two files:

  • Level.dir, the main graphics directory which contains all the texture assets. This file can be read and edited using the WA Directory Editor.
  • TEXT.IMG, this represents the texture thumbnail as shown in the map editor.


Notes

Those using the CD version of W:A will require FileOverride to use this module.


In order to play them online, all the players must have exactly the same list of terrains (as well as wkTerrain installed) or the game will desynchronize on start.

Host can also generate the map, switch to preview and convert it to PNG by right-clicking this icon: Domestic Terrain

This way, anyone else can play on the map. However, the debris, soil and background features of the terrain will be lost.

Personal tools