Renewed Weathersync is made so you do not need to worry about syncing time and weather inside your server!
- Custom weather sequences
- pre-render the entire weather queue
- admin can change the weather sequence while in game
- customizeable time scale, you can choose if u want short/long days!
- customizeable time scale depending on time, preconfigured to make night time longer than day time
- HUGE performance boost compared to other weather sync resources, such as qb-weathersync
- drag and drop compatability with qb-weathersync
- a lot of other features, feel free to test it out!
- Clone the repository:
git clone https://github.com/Renewed-Scripts/Renewed-Weathersync.git
- Copy the
Renewed-Weathersync
folder into your server directory. - Add
start Renewed-Weathersync
to yourserver.cfg
file.
Currently we have compatability files for qb and cd easy time, qb is automatically detected but if you have never used cd_easytime before simply remove dependencies by doing the following:
- Headover to your server.cfg
- Copy and paste
setr weather_disablecd true
into your server.cfg - and that's it you now disabled cd_easytime compatability!
You can configure the resource by modifying the weather.lua
& time.lua
files.
Once the resource is installed and configured, it will automatically sync the weather and time, the entire weather synchronization is handled upon resource start.
Contributions are welcome! If you find any issues or have suggestions for improvements, please open an issue or submit a pull request.
- I took a lot of inspiration from https://github.com/JnKTechstuff/ParadoxWorldSync so a big thanks to them for their work on that resource.