Configuration structure
General settings for the Battle Royale script
1. Box Configuration
Use the path stylegroup_battleroyale\shared\config\loots If you want to modify loot box locations on specific maps.

2. Vehicle Settings
Use the path stylegroup_battleroyale\shared\config\vehicles If you want to add other types of vehicles and vehicle span coordinates to specific maps.

3. Patents and Rewards
In this configuration step, you can set up the complete Patent/Rank and reward system. You will specify the reward items for each patent, as well as the points required to achieve each patent, and their names if you wish to modify them.
It is possible to award different types of rewards to the winning team, such as:
Server-specific items.
Permission groups such as VIPs and others.
Vehicles.
Gem system.
Money.

4. Points in the match
Use the data in this field to indicate the number of points a player will score for a kill and the score the top 10 players will receive at the end of the event.
Do not tamper with the code [win]; it is only a validation in case you make a mistake or delete something in the first 10 positions.
5. Match Duration [Safe Sync]
Modifying this field requires full attention to avoid problems. The data added to the "maxtimer" field works in sync with the data added to "maxZones" within the maps.lua file.
That is, by default we are sending the script set to a duration of 600 seconds to be distributed across a total of 5 safe zones.
This means that the match will last 10 minutes and will be divided equally among each safe zone.

If you want to increase or decrease the match duration, remember to also modify the number of safe zones.
6. Podium FFA
Only the highest-ranked players in Battle Royale will be visible in the HALL.


7. Monetization System
A major advantage of Battle Royale is its automatic management capability, eliminating the need for server administration.
We have the following information available;
If you set "PermissionEvents" to true, all created events will be checked to see if the player is in a specific group. This group can then be sold in your city store as registrations/vacancies.
Add the names of your server's groups within "Permissions"
8. Audio settings
The Battle Royale has 4 types of sounds available during events. These are:
1 - [countdown] - 10-second countdown in FFA to start the Battle Royale event.
2 - [gazmexendo] - Information that the gas is starting to move.
3 - [heartbeat] - Heartbeat indicating that you are outside the safe zone and losing health.
4 - [newgas] - This audio will play every time a new safe zone is created on the map.
If you wish to change the audio to other models, just remember to use the same name as the original file.
To modify the audio files, go to the directory:
stylegroup_stream_battleroyale\web-side\audios

9. Images and logo
If you want to change any image in the Battle Royale script or to insert your server logo, simply go to the directory:
stylegroup_battleroyale\interface\assets

10. Image Hosting
The script also has images that need to be hosted somewhere to be available for viewing in the script, such as all the images of:
Weapons.
Icons.
You must add the images to the directory of your local machine [VPS]:
xampp\htdocs
Or to any other location where you want to host the images. After performing this action, go to the script's configuration files in gamemode.lua and maps.lua and change the YOUR-IP field to the IP address of your hosting location.

11. Reset Database
The Battle Royale mode features a system of Ranks, redeemed Rewards, and all player history data within a match. However, we have a way to reset this data if your server wants to at some point. Within the directory;
stylegroup_battleroyale\shared\config/gamemode.lua
We have made the variable available with the command;
By using this command, you will be completely clearing the database.

All data already retrieved by the player will be locked again until they reach the required rank again.

The ranking section will be completely reset with no information displayed.

12. Maps and vehicles
The Battle Royale mode includes the exclusive FFA Map, exclusive to our product.



It also comes with 2 types of exclusive aircraft.
Model 1 Plane

Model 2 Plane

Model car

Last updated