Outer-Wilds-New-Horizons / new-horizons

A tool for modifying or creating new planets, dialogue, ship logs, and more for Outer Wilds.
https://nh.outerwildsmods.com/
MIT License
42 stars 17 forks source link

Incompatibility with `PacificEngine.OW_CommonResources` #790

Closed elenakrittik closed 7 months ago

elenakrittik commented 7 months ago

What Happened?

PacificEngine's CheatsMod depends on the above-mentioned mod, which means that it is impossible to use in worlds made using New Horizons (this happened to me with The Vision mod, specifically).

What was supposed to happen?

I didn't expect an incompatibility here.

Platform

None

Mods

The problem occurs when you try to install and enable the following mods:

Logs

Not applicable.

image

This incompatibility first appeared in #105, then expanded in #498. There isn't any reviews/conversations/notes on why they are incompatible.

Bwc9876 commented 7 months ago

Common Resources re-implements a lot of orbital physics and other mechanics from the base game, making it extremely difficult / outright impossible to work with in NH. Even though cheats mod itself doesn't redefine these, CR does as other PacificEngine mods like randomizer need it to. We'd recommend using Cheat and Debug Menu as an alternative to CR as that doesn't mess with core parts of the game's code.

elenakrittik commented 7 months ago

Alright, thank you!