Not logged inOpenClonk Forum
Up Topic Tidying Scenario.txt

This board is threaded (i.e. has a tree structure). Please use the Reply button of the specific post you are referring to, not just any random button. If you want to reply to the topic in general, use the Post button near the top and bottom of the page.

Post Reply
In Response to Clonk-Karl
A nice way to make this work entirely without code would be to have Landscape.txt templates with placeholders, such as

map Bla {
  overlay {
    algo = sin;
    oy = %d; // level above ground
  };
};


And mape (or something else) would then show one ruler or button for each placeholder in the Landscape file (using the comment behind it as a label). Of course we lose some flexibility this way, but given a few good templates it might well be enough for newbies to create some interesting and fun landscapes.

Powered by mwForum 2.29.7 © 1999-2015 Markus Wichitill