|
| 1 | +# Custom Crates |
| 2 | + |
| 3 | +Currently, we have pumpkin crates and present/gift crates available. They are contained within each `expandspawn09.mix` file in their respective folders. Simply copy any one of these files to the `package` folder in the root of this repo and commit it. |
| 4 | + |
| 5 | +To turn OFF custom crates, simply use the `expandspawn09.mix` file from the `None` folder. It is simply empty. |
| 6 | + |
| 7 | +## Creating Custom Crates |
| 8 | + |
| 9 | + |
| 10 | +Custom crates are stored in `expandspawn09.mix`. To customize the crates you'll need the following tools: |
| 11 | +- [Open Source SHP Bulder](https://gamebanana.com/tools/3706) |
| 12 | +- [XCC Mixer](https://xhp.xwis.net/utilities/XCC_Utilities.exe) |
| 13 | + |
| 14 | +`Open Source SHP Bulder` is an image editing/creation tool that can create `.shp` (shape) files that can be used for crates. |
| 15 | +NOTE: crates images have specific color palettes for each type of terrain (desert, snow, etc...). The SHP builder tool has settings for these different terrains. This tool can be cumbersome in that it requires the user to apply a given terrain color palette to their image. |
| 16 | + |
| 17 | +Each crate has 6 different terrain palettes and thus requires 6 different `shp` files, but with terrain "extensions". |
| 18 | +For example, "desert" is a terrain palette. When saving an image as a `shp` file for desert, it must contain the `.des` file extension. |
| 19 | +There are 6 different terrain palettes in total: |
| 20 | +- Desert (.des extension) |
| 21 | +- Lunar (.lun extension) |
| 22 | +- Snow (.sno extension) |
| 23 | +- Temperate (.tem extension) |
| 24 | +- Urban (.urb extension) |
| 25 | +- New Urban (.ubn extension) |
| 26 | + |
| 27 | +Six `shp` files must be created with the base filename of `crate`, one for each of the extensions above and each having the proper color palette per their terrain type. IE, you should have the following files created: |
| 28 | +- `crate.des` |
| 29 | +- `crate.lun` |
| 30 | +- `crate.sno` |
| 31 | +- `crate.tem` |
| 32 | +- `crate.urb` |
| 33 | +- `crate.ubn` |
| 34 | + |
| 35 | +Once you've created these `shp` files with the appropriate extensions, you need to create a `expandspawn09.mix` file using `XCC Mixer` and add them to it. |
0 commit comments