Easytime
Step-by-step installation guide, common issues & solutions, code snippets, error codes, config previews, locales previews and changelogs; all in 1 easily accessible place.
Translate
INSTALLATION GUIDE
Step 1 - Download
Step 2 - Fxmanifest
Step 3 - Configure Resource
Step 4 - How Do I Use It?
Step 5 - Real Time & Weather
Easytime does not require a paid plan on Open Weather Map!
It is designed with the free plan in mind.
COMMON ISSUES
Please check out our Troubleshooting Guide before contacting our support.
🔔 Folder Name Make sure the name of the folder is cd_easytime.
🔔 Encrypted Files Do not edit the encrypted files in any way.
Screen Flickering?
eg., if your screen is flickering while using cd_easytime.
✔️ This issue is caused by having multiple time or weather synchronization scripts running simultaneously, which conflict with each other (e.g., vSync or vMenu). To resolve this, please disable the other time or weather synchronization script that is causing the conflict.
Permission Checks Error?
eg., if you are having errors related to the permission checks for the /easytime command.
✔️ If you are experiencing errors related to permission checks for the /easytime command, ensure that the appropriate permission groups are correctly configured in the Config.Command.Perms in the config.lua file. Or check the PermissionsCheck function in the server.lua.
Footprints?
eg., if players are seeing footprints when the weather is not snowing (e.g., during summer or clear weather).
✔️ This is due to a conflict with a script you are using called fanox-hunting. To resolve this issue, remove the following two lines from the client-side of the script: if Config.EnableFootprints then SetForcePedFootstepsTracks(true) end
CHANGELOG
Files Changed
Not every update requires replacing the entire folder, as we understand it’s a hassle to redo configs for each update.
All Files: Delete the old
cd_easytimefolder, download the latest version, reconfigure the configs folder, and restart your server.All Files Except config.lua: Follow the steps above, but first back up your existing
config.luafile. After downloading, replace the newconfig.luawith your backup.Specific Files: Simply copy and paste the specific updated files over the old ones, then restart your server.
Skipping Updates
If you’ve skipped previous updates, it’s best to update all files to ensure compatibility. For example, if you're on v4.0.1, skipped v4.0.2, and now want to update to v4.0.3, use the "All Files" method for safety.
20/03/2021 - 22/03/2021
v1.1.4 - v1.1.7
Files Changed:
Changelog:
Add
Added a version check to ensure you stay updated with the progress.
Fix
Fixed a typo in causing the time cycle to speed up.
Fixed a small issue which would cause the weather to change to clear Instantly when entering a shell due to the pervious updates.
File clean-up, removed the old client file which was renamed.
Fixed a typo in the client.lua causing a error.
15/05/2021 - 29/06/2021
v1.2.0 - v1.2.1
Files Changed:
Changelog:
Add
Added the ability to toggle the instant time and weather change on the in game UI instead of it being a config option, meaning you can choose whether you want to instantly change the time or make the time change slowly so its barely noticeable to players in game.
Added a new config option to allow you to walk around while the UI is open.
Added a fail safe check to make sure the time and weather is synced when a player joins the server.
Added drag and drop compatibility for qbus and ace permissions (read Step 1 for more information).
The settings now automatically save when the script is restarted.
Fix
Fixed time not syncing for new players when the FreezeTime option is enabled.
18/12/2021
Files Changed:
Changelog:
Add
Tsunami warning (pre-restart warning): This feature adds visual and sound effects to warn players that a server restart is about to happen while keeping it in-character. It changes the weather to Halloween, then shortly after it enables a city wide blackout and plays a tsunami warning alert sound just before the server restart.
Added pre-set permissions for each framework config option.
Fix
Fixed issues with the weather not being synced on ESX/QBCore servers.
Other minor bug fixes.
28/04/2022
Files Changed:
Changelog:
Add
Added drag-and-drop compatibility for cd_easytime to be used on QBCore servers and in replacement for vSync, meaning; dependencies don't need to be removed and events don't need changing when switching from QBCore or vSync to cd_easytime.
Fix
Fixed the time and weather not changing when clicking the "Save Settings button".
Fixed the client-side errors related to users not being on a high enough game build to support the new blackout natives.
13/06/2022
Files Changed:
fxmanifest.lua
server/server.lua
client/client.luaChangelog:
Add
Added server and client exports to get the weather data. See docs.
Last updated
Was this helpful?

