| 1 | |
| 2 | = Settler |
| 3 | |
| 4 | Settler is a plugin for Mulan based on the famous board game ''Catan'', previously known as ''Settlers of Catan''. |
| 5 | |
| 6 | == Where to get Settler |
| 7 | Settler is currently not part of the official Mulan Release. |
| 8 | A version of Renew that includes Mulan and Settler can be downloaded here: |
| 9 | TODO: Create a .jar file for settler. |
| 10 | |
| 11 | == User Guide |
| 12 | === Getting Started |
| 13 | After downloading, Renew can be started from within the folder with the following command. |
| 14 | {{{ |
| 15 | java -jar loader.jar gui |
| 16 | }}} |
| 17 | |
| 18 | This opens Renew's GUI. |
| 19 | Settler can be found under ''Plugins'' > ''Capa based Applications'' > ''Start Settler''. |
| 20 | This will open a new window to name the platform. |
| 21 | (This can be left empty.) |
| 22 | Confirm the platform name by clicking ''OK''. |
| 23 | A new window ''Settler: Start Game'' will open where you can choose the island and the player type. |
| 24 | It is advised to choose ''Local Player (JavaGUI)'' to add a local player controlled by the user or ''Local Java Planner'' to add a player controlled by the computer. |
| 25 | Afterwards you can start the game with the ''Start Game'' button. |
| 26 | |