The Binding of Isaac: Rebirth

The Binding of Isaac: Rebirth

133 vurderinger
Set Max Scale
3
2
   
Utmerkelse
Favoritt
Favoritter
Fjern som favoritt
Tags: Lua, Tweaks
Filstørrelse
Lagt ut
Oppdatert
16.404 KB
8. jan. 2022 kl. 22.38
18. okt. kl. 22.00
17 endringslogger ( vis )
Du trenger nedlastbart innhold for å bruke denne gjenstanden.

Abonner for å laste ned
Set Max Scale

I 1 samling av Stlkngne
Some of my favorite Repentance mods
278 gjenstander
Beskrivelse
This mod lets you set the MaxScale option from your options.ini file from within the game. MaxScale controls how zoomed in you are.

The default of 99 works fine for normal rooms, but if you're in a larger room then you may want to set this to 1-4 to zoom out a bit. For some reason, 5-99 appear to have the same behavior.

This mod can auto-update MaxScale depending on if you're in a normal vs large room. There's also separate options for Mother, The Beast, and the menu.

Unfortunately, setting MaxScale via the API doesn't do anything on its own. We need to trigger an update. For now, that happens by toggling fullscreen (on then back off, or off then back on). That might be too annoying for some, but it appears to be a limitation of the API. (Update: If you have REPENTOGON then fullscreen doesn't need to be toggled anymore. There's still a small delay when the game updates, but it looks better than it did before.)

Mod Config Menu is required to change settings.

You can press < or > (shift + , or shift + .) on your keyboard to cycle through the available options.

Note: When the game starts up, it will try to load the scale setting for the menu from save slot #1.
74 kommentarer
Distop 24. okt. kl. 11.23 
This mod disabled my graphics card ong 🙌
Alzgamer 21. okt. kl. 1.37 
I've reproduced issue with debug console. Scale don't work properly. I see only the lower part of the screen with different scale, the rest part is cut off by the top of the screen. Plus the camera view is too close.
I have:
Windows 11 23H2
Resolution: 3840 х 1080
GPU: AMD Radeon RX 5700
CPU: AMD Ryzen 3800X
Stlkngne  [skaper] 20. okt. kl. 14.35 
I don't think it's something I can fix on my end. It seems to be an issue with the TriggerWindowResize function in certain scenarios. If someone is able to consistently repro this then I'd suggest opening an issue against repentogon with some details about your setup (os/hardware/resolution/etc): https://github.com/TeamREPENTOGON/REPENTOGON/issues

Simple repro steps via debug console:
lua Options.MaxScale = 1
lua Isaac.TriggerWindowResize()

You can set different max scale values and then trigger via the function or by pressing F (and compare any differences).
Alzgamer 20. okt. kl. 10.39 
I have an ultra wide (32:9) monitor. Option "do not prefer fullscreen toggle" breaks the camera view. The camera moved to close, I can't see anything. Helps only manual toggle fullscreen with F. Can you pls fix this? I use repentogon 1.0.12b.
BlueBone 5. aug. kl. 5.23 
Man i love that shit, too bad it shifts co-op+'s hud too :(
SirSwerving 10. mars kl. 21.13 
Ah thanks, that worked.
Stlkngne  [skaper] 10. mars kl. 21.11 
Try enabling the prefer fullscreen toggle option. That seems to work for some people. I haven't been able to repro the issue on my hardware.
SirSwerving 10. mars kl. 21.02 
This mod doesn't seem to work correctly. (At least with REPENTOGON) 1 is technically 2 and all settings 2-99 are identical to 5-99. There is no wat to set the scale to 1, 3, 4.
Skeleporter 27. feb. kl. 5.00 
my bad i commented without looking at the other comments first. great mod btw its one of my must haves
Skeleporter 27. feb. kl. 4.58 
the repentogon window refresh seems to be broken in 1440p, setting it to 1080p with black bars. im assuming this is a problem with repentogon itself, maybe a limitation?