alandtse / CommonLibVR

This is an experimental reverse engineered library for Skyrim VR (ported from CommonLibSSE). There are two main branches (VR) which is based on po3's using ifdefs, and NG which is an updated NG build.
MIT License
23 stars 21 forks source link

feat: add opt in to require minimal VR address lib version for NG #50

Closed FlayaN closed 3 months ago

FlayaN commented 3 months ago

Added support for #48 in NG as well

Tested with upcoming NG port of NPCs Names Distributor

image

alandtse commented 3 months ago

Since I will occasionally pull from VR to sync, can you make this a cherry-pick off that commit?

FlayaN commented 3 months ago

Since I will occasionally pull from VR to sync, can you make this a cherry-pick off that commit?

I ran cherry-pick on it now and force pushed, lmk if it ok now. Or do I need to do something extra? Not sure on this flow

Did some changes on this PR to use stl::report_and_fail etc, can that not be done for this flow?

alandtse commented 3 months ago

Should be fine. Report and fail is how all of the messaging works.