mirror of
https://github.com/Dadido3/noita-mapcap.git
synced 2024-11-22 21:17:33 +00:00
David Vogel
c87a4d05d0
- Change virtual resolution to 1280x720 - Change virtual to screen pixel ratio to 1:1 - Increase grid size to 420 - Make the mod capture only the window (and only the client area) - Increase STREAMING_CHUNK_TARGET, so that chunks don't unload after some frames - Add ingame warnings for wrong settings, and information how to fix these - Update README.md
13 lines
358 B
XML
13 lines
358 B
XML
<MagicNumbers VIRTUAL_RESOLUTION_X="1280"
|
|
VIRTUAL_RESOLUTION_Y="720"
|
|
STREAMING_CHUNK_TARGET="24"
|
|
DRAW_PARALLAX_BACKGROUND="0"
|
|
DEBUG_FREE_CAMERA_SPEED="10"
|
|
DEBUG_NO_LOGO_SPLASHES="1"
|
|
DEBUG_PAUSE_GRID_UPDATE="1"
|
|
DEBUG_PAUSE_BOX2D="1"
|
|
DEBUG_DISABLE_POSTFX_DITHERING="1"
|
|
DEBUG_NO_PAUSE_ON_WINDOW_FOCUS_LOST="1"
|
|
DEBUG_LUA="1">
|
|
</MagicNumbers>
|