Deadlineem / Extras-Addon-for-YimMenu

This addon features extra tools for YimMenu that aren't already a part of the stand alone base version.
http://extrasaddon.us.to/
51 stars 10 forks source link

Request : No Fog #76

Closed n8tr0 closed 1 month ago

n8tr0 commented 1 month ago

Is it possible to add a button to disable fog, like: GRAPHICS.SET_TIMECYCLE_MODIFIER(”INT_NO_fogALPHA“) Thx

Deadlineem commented 1 month 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 Screenshot_95

Edit: Yes, this is an option already Screenshot_96

n8tr0 commented 1 month ago

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

Deadlineem commented 1 month ago

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?

n8tr0 commented 1 month ago

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..

Deadlineem commented 1 month ago

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.

Deadlineem commented 1 month ago

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 :)