1. Can anyone help? I don't know how to change the map from procedural to a different one.
     
  2. Wulf

    Wulf Community Admin

    There aren't really many options, Procedural Map is the randomly created one, the rest are static. HapisIsland and CraggyIsland are the other choices, but both are smaller and generally used for development and testing. You can switch the map by changing your +server.map setting on startup. You can change the seed and size for Procedural Map (default map) using +server.seed and +server.worldsize.

    PS. In the future, I'd recommend searching, as this has been asked many many times before. ;)
     
  3. BUT,How to change Procedural Map to HapisIsland or CaraggyIsland on server ?thx
     
  4. Wulf

    Wulf Community Admin

    In your startup script, add +server.level "CraggyIsland" or +server.level "HapisIsland" there.
     
  5. THX,I'll try