psiberx / cp2077-codeware

Cyberpunk 2077 library and framework for creating script mods.
MIT License
73 stars 11 forks source link

Feature Request: Scriptable weather interface #9

Closed nullfrctl closed 1 year ago

nullfrctl commented 1 year ago

This is the one thing no framework has undertaken: weather.

It would be very useful to be able to trigger weather at any time, it could lead to custom weather cycles that can be configured in real time i.e.

It would especially be useful for any quest mods to trigger a weather in a scriptable manner.

psiberx commented 1 year ago

What parameters you'd expect for function to set current weather?

psiberx commented 1 year ago

Added in 1.3.1.

nullfrctl commented 1 year ago

Can Codeware (or any other framework) get the current weather? I'm currently brainstorming setting INI settings per-weather to have in-depth lighting customization; but I can't see a way to get the current weather.

Would this be better here or in a new issue?

psiberx commented 1 year ago

Do you mean weather name or definition?

nullfrctl commented 1 year ago

Weather name'd be enough; although I am interested in what this "definition" means specifically…