E1337Kat / cyberpunk2077_ext_redux

A rework of the cyberpunk vortex extension
GNU General Public License v3.0
34 stars 17 forks source link

Delay decision on running `-modded` until we know if REDmodding is available #334

Open effs opened 1 year ago

effs commented 1 year ago

Milestone: 0.9.6

https://github.com/E1337Kat/cyberpunk2077_ext_redux/blob/dde38ffe020030438358fd3ae261d2a363b85f50/src/index.ts#L230

E1337Kat commented 1 year ago

https://nexus-mods.github.io/vortex-api/api/modules/types.html#toolparametercb Need to look into how this is used since the documentation is a bit lacking in this area, but It might be possible to have a callback on tool params.

E1337Kat commented 1 year ago

ah, used in this: https://nexus-mods.github.io/vortex-api/api/interfaces/types.IExtensionContext.html#registertoolvariables to register the callback.