Closed n8tr0 closed 5 months ago
This would most likely just end up being a weather selection dropdown. This is also a base feature in yim under the World tab.
see these natives from nativedb for reference
Edit: Yes, this is an option already
It's not the same in YIM the TIMECYCLE “INT_NO_fogALPHA” looks like this: (I've added it to sch to show you) https://github.com/Deadlineem/Extras-Addon-for-YimMenu/assets/150055725/92de1659-b5ad-4b07-9a23-74ca4cc2b171
It's not the same in YIM the TIMECYCLE “INT_NO_fogALPHA” looks like this: (I've added it to sch to show you) https://github.com/Deadlineem/Extras-Addon-for-YimMenu/assets/150055725/92de1659-b5ad-4b07-9a23-74ca4cc2b171
Ahh ok i see what you mean now. So setting said option does that, any others to add to it or just a solo option?
It's not the same in YIM the TIMECYCLE “INT_NO_fogALPHA” looks like this: (I've added it to sch to show you) https://github.com/Deadlineem/Extras-Addon-for-YimMenu/assets/150055725/92de1659-b5ad-4b07-9a23-74ca4cc2b171
Ahh ok i see what you mean now. So setting said option does that, any others to add to it or just a solo option?
I personally only use “no fog” (INT_NO_fogALPHA)” But there is a multitude of ‘TIMECYCLE’ that can be added, like sch with "Heavy fog" (casino_main_floor_heist) and more..
When im home from work i can add these options to extras, i will probably make an array with a list of valid, working usable time cycle modifiers and put them in a combo or listbox with a toggle for on/off.
If you know how to do it you can also feel free to contribute to extras, always welcome new help because more people = more features and more bug fixes.
It's not the same in YIM the TIMECYCLE “INT_NO_fogALPHA” looks like this: (I've added it to sch to show you) https://github.com/Deadlineem/Extras-Addon-for-YimMenu/assets/150055725/92de1659-b5ad-4b07-9a23-74ca4cc2b171
Ahh ok i see what you mean now. So setting said option does that, any others to add to it or just a solo option?
I personally only use “no fog” (INT_NO_fogALPHA)” But there is a multitude of ‘TIMECYCLE’ that can be added, like sch with "Heavy fog" (casino_main_floor_heist) and more..
It's not the same in YIM the TIMECYCLE “INT_NO_fogALPHA” looks like this: (I've added it to sch to show you) https://github.com/Deadlineem/Extras-Addon-for-YimMenu/assets/150055725/92de1659-b5ad-4b07-9a23-74ca4cc2b171
Ahh ok i see what you mean now. So setting said option does that, any others to add to it or just a solo option?
I personally only use “no fog” (INT_NO_fogALPHA)” But there is a multitude of ‘TIMECYCLE’ that can be added, like sch with "Heavy fog" (casino_main_floor_heist) and more..
It's not the same in YIM the TIMECYCLE “INT_NO_fogALPHA” looks like this: (I've added it to sch to show you) https://github.com/Deadlineem/Extras-Addon-for-YimMenu/assets/150055725/92de1659-b5ad-4b07-9a23-74ca4cc2b171
Ahh ok i see what you mean now. So setting said option does that, any others to add to it or just a solo option?
I personally only use “no fog” (INT_NO_fogALPHA)” But there is a multitude of ‘TIMECYCLE’ that can be added, like sch with "Heavy fog" (casino_main_floor_heist) and more..
Added a listbox, search function and the entire list of timecycles, enjoy :)
Is it possible to add a button to disable fog, like:
GRAPHICS.SET_TIMECYCLE_MODIFIER(”INT_NO_fogALPHA“)
Thx