Thesola10 / YC_English

English translation patcher for YuruCamp: Have a nice day
GNU General Public License v3.0
14 stars 1 forks source link

Patched MonoBehaviours aren't recognized by the game #3

Closed Thesola10 closed 2 years ago

Thesola10 commented 2 years ago

The monobehaviours_of_borg.py script uses UnityPy to patch individual MonoBehaviours in the game's original files, on the go. Whenever a MonoBehaviour is altered through UnityPy, the game stops recognizing it.

For instance, when patching the main menu, the MonoBehaviours representing the options' text stop being recognized when patched, and as a result the relevant text doesn't show up.

Could be due to a specificity in the Unity 2020 asset format.

Thesola10 commented 2 years ago

Worth mentioning that UABEA can produce usable patches in the game.

Thesola10 commented 2 years ago

Confirmed not to be misuse on my part, upstreamed bug at K0lb3/UnityPy#76

Thesola10 commented 2 years ago

was issue on my part goddammit

Thesola10 commented 2 years ago

Turned out to actually be stedolan/jq#1741