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

Item Variants #13

Closed
TeamSpen210 opened this issue Oct 13, 2014 · 0 comments
Closed

Item Variants #13

TeamSpen210 opened this issue Oct 13, 2014 · 0 comments
Assignees
Labels
Compiler Issue pertains to the custom BEE compilers

Comments

@TeamSpen210
Copy link
Member

A way to specify that certain instances should have a number of alternate versions randomly swapped in to allow for more randomness in levels. The original instance will never be used.
Instance names will have "_var3" appended to the filename, ignoring the vmf extension.
Syntax:
"Variant"
{
"Instance" "path/to/instance.vmf"
"Number" "5"
"Weights" "1,5,2,25,5"
}
Weights is optional, but if specified it allows some instances to be more likely compared to others.

@TeamSpen210 TeamSpen210 self-assigned this Oct 13, 2014
@TeamSpen210 TeamSpen210 added the Compiler Issue pertains to the custom BEE compilers label Oct 13, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Compiler Issue pertains to the custom BEE compilers
Projects
None yet
Development

No branches or pull requests

1 participant