Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Randomized game mode feature #519

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

SadPencil
Copy link
Member

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

Copy link

Nightly build for this pull request:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant