Difference between revisions of "WkRandomMap"
From Worms Knowledge Base
(the official link is infected. See http://www.virustotal.com/file-scan/report.html?id=0b1c111bb36ebe459cae0e3c6825ab1ce1a633e4b7c2845a5733a4850c14412b-1312531442) |
m (rebuilt with Delphi 7) |
||
Line 8: | Line 8: | ||
| language = Delphi | | language = Delphi | ||
| license = Open-source | | license = Open-source | ||
− | | download = [http://stepsfiles.tk/wa/wk/wkRandomMap.rar archive ( | + | | download = [http://stepsfiles.tk/wa/wk/wkRandomMap.rar archive (139 KB)] |
}} | }} | ||
Revision as of 10:19, 5 August 2011
(Up to WormKit)
wkRandomMap | |
---|---|
Developer: | ShadowTheAge |
Latest version: | 14 July 2009 |
Supported games: | W:A |
Language: | Delphi |
License: | Open-source |
Download: | archive (139 KB) |
wkRandomMap - is a module for WormKit, that allows you to download a random map from WMDB right from map selection screen. The map being downloaded is random but with certain parameters, like type of the map.
Features
- Downloading map right before playing
- Map name, type, author is displayed while downloading
- All downloaded maps are saved in history folder, separated by map type
- Customisable parameters of maps to choose
Bugs
- While downloading is in process, the game freezes and the download progress cannot be stopped (You see progress while downlading)
- If WMDB changes site design, the module may become malfunction
Creating custom search parameters
- First of all, go to WMDB.org and make a search of maps you want to. For example you may search for a map of certain type (e.g. Shoppa) and certain features (e.g. "good graphics")
- Create a file with any name and ".PnG" extencion (Case sensitive, this is important!)
- Open this file with notepad and write:
- LOAD xxx
- where xxx is copied part of URL started with "/Maps/..." (First slash is required)
- Put this file into WA/User/SavedLevels/ folder to make it accessible from ingame
Example
File, named
Random Shoppa with good graphics.PnG
Containing string
LOAD /maps/?map[type]=shopper&map[feature_graphics]=1
While opening in W:A will turn into random shoppa map with good graphics