About this mod
Framework to change the bus ticket machine into an easily extendable menu, allowing modders to add their own maps as a destination for the bus!
- Requirements
- Permissions and credits
-
Translations
- Russian
- French
- Donations
Also known bug: It's possible but very unlikely that when you interact with the ticket machine, it gives you the normal bus dialogue instead of my bus dialogue. If this happens just back out of the dialogue and click the machine again. If it's giving you the wrong dialogue consistently let me know and I'll try to figure it out!
How to use (Player):
- Download the latest version of BusLocations
- Take the "BusLocations" and "[BL] Desert" folders out of the zip and put them in your /Mods/ folder.
- Done! My mod will do all the heavy lifting from here on out.
How to use (Modder):
- Take a look at the provided "[BL] Desert" example (which is also crucial to be able to go to the Desert!) for formatting examples.
- Create a folder titled "[BL] (name)", inside of it create "manifest.json" and "content.json" formatted the same way as the example.
- mapname in the content file is the code name of the map - for example "Desert", "Town", "Mountain", etc.
- displayname is what will actually show up at the bus machine - don't add the price to the display name!
- destinationX and destinationY are the map coordinates where the player arrives at.
- arrivalFacing is what direction the player will be facing after they arrive. Valid inputs are either 1-4 or 0-3, all I know is that 2 is "face down".
- ticketPrice is how much it costs to go to your location.
- Distribute your Content Pack like you would any normal mod!
I'd recommend using Advanced Location Loader to be able to easily create maps, and then you should be able to use this mod to create a way into your map!