Vinifera icon indicating copy to clipboard operation
Vinifera copied to clipboard

[New Feature] Allow random maps to be generated via the command line.

Open CCHyper opened this issue 3 years ago • 0 comments

Description:

Allow Random maps to be generated via the command line. This would allow external front-ends or custom scripts to generate random maps without the end-user launching the game.

Possible Implementation:

Running the game with the -RANDOMMAP argument would load RANDOMMAP.INI, this file would contain all the options and generation seeds to be able to produce the random map. The game would launch in the background and then save out the random map to the game directory as RANDOMMAP.MAP and RANDOMMAP.PCX. When finished, RANDOMMAP.INI should also be deleted.

CCHyper avatar May 09 '21 14:05 CCHyper