xna-cncnet-client icon indicating copy to clipboard operation
xna-cncnet-client copied to clipboard

Randomized game mode feature

Open SadPencil opened this issue 1 year ago • 1 comments

This PR introduces randomness to game modes. Apart from original map code, it can now randomly select and insert some map codes. The following example defines a random game mode, where when game starts, 2 files from RNG1.ini, RNG2.ini, RNG3.ini files will be randomly loaded

[A Random Game Mode]
UIName=A Random Game Mode
MapCodeININame=A Random Game Mode-Base.ini
RandomizedMapCodeININames=RNG1.ini,RNG2.ini,RNG3.ini
RandomizedMapCodesCount=2

SadPencil avatar Mar 10 '24 11:03 SadPencil

Nightly build for this pull request:

github-actions[bot] avatar Mar 10 '24 11:03 github-actions[bot]