
Made this little tool for more convenient way to edit weather timecycles.
Actually, there was a similar tool before,it’s called “[vxp] timecycle editor”, but it wasn’t finished, so I decided to make my own.
This is just file editor, so it doesn’t provide any game Injector/reloader etc.
By default, the program won’t have any tabs with categories. To enable them, in the config file, set the “categories” = 1. Then, they will be loaded from the hardcoded dictionary.
However, I haven’t filled it completely yet. Therefore, you can arrange the parameters into categories as you want by yourself. To do this – set the “load_categories_from_file” = 1 in the config, then open the file categories.txt.
In this file, lines starting with the “@” symbol represent tab names, which you can add, remove, or rename. Parameters to be loaded within a tab can also be removed or added. Any parameters not assigned to tabs will fall into the “some other stuff” tab and if you leave this file empty, you’ll get only this one tab, and all parameters will be loaded there.
You can find all parameter names in the “timecycle_item_names.txt” file.
My discord: @rafk3242
Note:
There might be some issues, so if some of your files won’t load, send it to me.
This tool is made just for the weather timecycles, it won’t load timecycle_mod files, if you want to edit them – use the native fivem editor
Changelog:
v1.3
– remade with c++, should work faster, i guess
̶i̶ ̶h̶o̶p̶e̶ ̶i̶t̶ ̶w̶o̶n̶’̶t̶ ̶e̶r̶a̶s̶e̶ ̶a̶l̶l̶ ̶y̶o̶u̶r̶ ̶s̶t̶o̶r̶a̶g̶e̶
//source on github
– added tooltips, you can customize them
– added an option to use the tooltips definitions as the item names
i.e you can rename parameters as you want (everything will be exported with the proper names)
– parameters are now fully mapped into categories
– categories look changed
– now you can change time values used for tables
v1.2:
some bugfixes
v1.1:
Remade xml parsing, this should fix any file loading issues
Credits:
rafk342






