Compare commits
No commits in common. "9f52dcc6d112c6c98a8c17480ed93ffbbea844f6" and "7df3ea8e88a1ed65e6168e69b470f6c9bff14c53" have entirely different histories.
9f52dcc6d1
...
7df3ea8e88
2 changed files with 0 additions and 37 deletions
Binary file not shown.
Before Width: | Height: | Size: 673 KiB |
|
@ -1,37 +0,0 @@
|
|||
---
|
||||
title: Frequently Asked Questions
|
||||
description: FAQ for ThemePark series
|
||||
published: true
|
||||
date: 2024-12-20T18:00:49.493Z
|
||||
tags:
|
||||
editor: markdown
|
||||
dateCreated: 2024-12-20T18:00:49.493Z
|
||||
---
|
||||
|
||||
# FAQ
|
||||
|
||||
## ThemePark
|
||||
|
||||
### How can I create an attraction?
|
||||
|
||||
That's very simple. You have to use the attraction.yml file for this:
|
||||
Go to the ThemePark folder in the plugins folder, there yiy want to go into the attractions folder. In here choose the <region id>.yml for the region you want to add the attraction to.
|
||||
Under attractions: you have to create a new attraction. Copy it from a attraction you've already made or from here. Pay attention that you get something like this (with other names):
|
||||
|
||||
```yaml
|
||||
attractions:
|
||||
test:
|
||||
name: "&aTest"
|
||||
type: RIDE
|
||||
status: CLOSED
|
||||
location: "world:418:65:30"
|
||||
test2:
|
||||
name: "&aTest 2"
|
||||
type: RIDE
|
||||
status: CLOSED
|
||||
location: "world:418:65:30"
|
||||
```
|
||||
|
||||
In this case, test is the ID of the attraction. name contians the name of the ride, type is RIDE. If you want to create a show, you have to put SHOW there. The status is CLOSED but you can use any status for this, you can also change it in-game. The location can also be changed in-game.
|
||||
|
||||
|
Reference in a new issue