ferris-wheelTheme Park DLC

Purchase

Purchase this resourcearrow-up-right

Installation

circle-info

Framework compatibility

This resource is standalone and works on any FiveM server.

Compatible with ESX, QBCore, QBox, vRP, and other frameworks.

If you are using a framework other than ESX, QBCore, or QBox, follow the Standalone installation instructions.

Standalone

circle-exclamation
1

Add resource folders

Put the rtx_themepark_dlc and rtx_themepark_dlc_objects folder into your resources.

2

Configure

Open config.lua and configure it to your preferences.

3

(Optional) Theme park management

Upload sql/sql.sql file to your MySQL database if you want to use theme park management.

4

Edit fxmanifest

Open fxmanifest.lua and edit it as shown in this screenshot: https://i.imgur.com/LWaYxz7.png — remove -- from line 11, or replace line 11 with:

'@oxmysql/lib/MySQL.lua',

5

Enable resource

Put the rtx_themepark_dlc and rtx_themepark_dlc_objects to your server.cfg.


QBCore

circle-exclamation
1

Add resource folders

Put the rtx_themepark_dlc and rtx_themepark_dlc_objects folder into your resources.

2

Configure framework

Open config.lua and replace:

Config.Framework = "standalone"

with:

Config.Framework = "qbcore"

3

Configure

Configure your config.lua to your preferences.

4

(Optional) Theme park management

Upload sql/sql.sql file to your MySQL database if you want to use theme park management.

5

Edit fxmanifest

Open fxmanifest.lua and edit it as shown in this screenshot: https://i.imgur.com/LWaYxz7.png — remove -- from line 11, or replace line 11 with:

'@oxmysql/lib/MySQL.lua',

6

Enable resource

Put the rtx_themepark_dlc and rtx_themepark_dlc_objects to your server.cfg.


ESX

circle-exclamation
1

Add resource folders

Put the rtx_themepark_dlc and rtx_themepark_dlc_objects folder into your resources.

2

Configure framework

Open config.lua and replace:

Config.Framework = "standalone"

with:

Config.Framework = "esx"

3

Configure

Configure your config.lua to your preferences.

4

(Optional) Theme park management

Upload sql/sql.sql file to your MySQL database if you want to use theme park management.

5

Edit fxmanifest

Open fxmanifest.lua and edit it as shown in this screenshot: https://i.imgur.com/yoULcX4.png — remove -- from line 10, or replace line 10 with:

'@mysql-async/lib/MySQL.lua',

6

Enable resource

Put the rtx_themepark_dlc and rtx_themepark_dlc_objects to your server.cfg.

Common issues

chevron-right2 Ferris wheels in Theme Parkhashtag

If you see 2 Ferris Wheels, it is because you have some IPL loader on the server that loads the old wheel. You need to disable this IPL. Example: in bob74_ipl/gtav/base.lua at the bottom remove:

RequestIpl("ferris_finale_anim")

From: https://i.imgur.com/G8EGoYd.png

To: https://i.imgur.com/yM7uJbW.png

chevron-rightNeed a key to start bumper carshashtag

You need to add to your script with vehicle keys the whitelist for our vehicle. The vehicle name is: rtxbumper.

chevron-rightObject names for whitelist to anticheathashtag

Use the following object names:

  • prop_cs_hotdog_02

  • prop_cs_burger_01

  • sempre_delperropier_popcorn_box

  • sempre_delperropier_candycotton_prop

  • sempre_delperropier_balloon_b

  • sempre_delperropier_balloon_g

  • sempre_delperropier_balloon_p

  • sempre_delperropier_balloon_r

  • sempre_delperropier_bus_blue_screen

  • sempre_delperropier_bus_red_screen

  • sempre_delperropier_bus_target

You can stream just one scenarios resource on the server — if you have any other scenarios resource, take pier.ymt from our scenarios resource and replace it in the scenarios resource that you currently have.

chevron-rightEdit the logo on top of the Detonatorhashtag

If you want to edit the logo on top of the Detonator, replace the big logo in sempre_delperropier.ytd.

chevron-rightOpen signs floating in the airhashtag

This problem is caused by NVE and cannot be fixed by this resource. Open signs may be deleted in the resource but NVE may re-add them on its own.

Notes

This page contains simple installation instructions only.

More detailed instructions, exports, events and developer-related information can be found directly inside the product folder after downloading the resource from the CFX Asset Portal.

Support

If you need help with installation, configuration or have any questions regarding this resource, feel free to contact us on our Discord server:

Join our Discordarrow-up-right

Last updated