Violet-CLM / MLLE

Multi-Layer Level Editor tool for Jazz Jackrabbit 2 and related games
13 stars 7 forks source link

Specify in j2as how a level should be saved+run #64

Closed Violet-CLM closed 4 years ago

Violet-CLM commented 4 years ago

For example, a CTF level probably benefits more from being run as a (TCP) CTF server than as a single player game. But specifying those things in the .ini for the entire game doesn't help so much if you're working on multiple levels at a time. Specifying command line arguments in the j2as instead, similar to the ///@Event comments, would solve this issue.