Rework map_selection.sample.lua#1489
Conversation
maritaria
commented
Mar 13, 2025
- Include a list of available maps
- Rewrite instructions
- Include a list of available maps - Rewrite instructions
maritaria
left a comment
There was a problem hiding this comment.
Note: I've not yet gone through all available options and verify that each works. I basically made a list of all generators in paths map_gen/maps/*.lua and map_gen/maps/*/preset/*.lua. Some areas are not covered like the april-fools one.
I made this PR because I think this format is a bit more noob-friendly.
Perhaps having the list of options in a giant comment for them to copy/paste would be easier for them to use than to uncomment lines, but I'll leave that up to you.
|
/rej |
|
(closed, will reopen with similar idea). Turns out there is something wrong with having code after top-level return. EDIT: Lua complains about statements after top-level return. So this approach would only work if user only ever uncomments exactly one |