E1337Kat / cyberpunk2077_ext_redux

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

MultiType Fails To Recognize Mod, Falls Back To CET === Incorrect Install (Vehicle Combat) #118

Closed effs closed 2 years ago

effs commented 2 years ago

Nexus report: #118 - MultiType/CET Failure - r6 FOLDERS MISSING

Vehicle Combat installation is handled incorrectly and silently - it should be recognized as MultiType and fail if it doesn't satisfy the MultiType requirements but at the moment MultiType passes on it and CET picks up on it - but in turn doesn't touch the r6 folder (which is bad, we shouldn't just leave things out).

Nexus bug tracker updated with status:

effs commented 2 years ago

Acknowledged on Nexus

effs commented 2 years ago

We should maybe introduce a separate interface type for the cases where we deliberately want to leave something out, and fail on any other case in the wrapper if the instruction count doesn't match the source files.

effs commented 2 years ago

137 will partially fix this in that MultiType picks it up correctly. It'll still prompt because the redscripts are two subdirs deep. Need to look at that separately.

effs commented 2 years ago

Hm, I think I'll consider this solved by #137. Redscript is a separate thing.