Configuration
Creating Custom Ships
- Copy one of the existing ship configs (doesn't really matter which one)
- Rename it to whatever you would like the new ship to be called
- Change around settings to differentiate it (explanations below)
Ship Configuration
| Configuration Setting | | Description | | Input |
| mainType | | The block id of the main type of the ship | | Integer |
| moveSpeed | | How fast the ship moves | | Integer |
| maxBlocks | | Maximum amount of blocks that a ship can have | | Integer |
| cannonMaterial | | Block id that cannons should be made out of | | Integer |
| maxCannonLength | | Maximum length cannons can be | | Integer | |
| maxNumberOfCannons | | Maximum number of cannons that can be on a ship | | Integer |
| firesTnt | | Whether or not a ship can fire TNT | | Boolean |
| dropsBomb | | Whether or not a ship drops bombs | | Boolean |
| dropsNapalm | | Whether or not a ship drops napalm | | Boolean |
| firesTorpedo | | Whether or not a ship fires torpedoes | | Boolean |
| ignoreAttachments | | Whether or not the ship ignores attachments | | Boolean |
| allowedBlocks | | List of blocks that can be on a ship | | List<Integer> |
Posts Quoted:
Reply
Clear All Quotes
-
View User Profile
-
Send Message
Posted Dec 28, 2013What if you want to edit one of the default ones? When I go to do it it changes back to its original state.
-
View User Profile
-
Send Message
Posted Mar 21, 2014I copy the file and when i change the ship configuration it get back to the original state, only the name change. what can i do?