praydog / REFramework

Scripting platform, modding framework and VR support for all RE Engine games
https://cursey.github.io/reframework-book/
MIT License
2.68k stars 338 forks source link

(Most Recent Nightly Build) REFramework Menu HUGE In-Game #1078

Open NateHevens opened 3 weeks ago

NateHevens commented 3 weeks ago

I'm using the most recent nightly build in Dragon's Dogma 2. The menu you get when pressing Insert looks normal-sized until I actually get into the game, and then suddenly it's massive (as you can see in the pic). I tried to edit text size and it caused the game to crash, Dragon's Dogma 2 6_8_2024 12_07_05 AM

praydog commented 3 weeks ago

One of your scripts is doing this and not resetting the font back to normal. Dig through your mods and disable the offending one.

NateHevens commented 3 weeks ago

@praydog Is there any way to determine which one exactly? Or just do I have to go one-by-one?

praydog commented 3 weeks ago

No, just disable all of them and turn them on one by one until it breaks. It might not get set back to normal without completely closing the game, just be aware.

NateHevens commented 3 weeks ago

Got it. Thanks.