Donut Team is a labor of love, built and maintained by a small group of passionate developers. We invest our own time and resources to offer our tools, mods, and web services completely free of charge.

We don't run ads, and we will never sell your data - period.

If you've enjoyed anything we've created, please consider supporting our work with a one-time or monthly donation via our Ko-fi page . Every contribution helps us continue building great experiences for the community.

Dismiss
  • Modding Tools
  • Lucas' Simpsons Hit & Run Mod Launcher
  • Hacks
  • Mod Requirable Hacks

Custom Video Resolution Support

Available since Version 1.18.

This hack must be required by a mod to be enabled.

This hack increases the video segment size from 256x256 to a configurable amount.

This allows mods to increase the maximum video resolution from about 768x768.

These limits do not apply to videos used as textures with Video Texture Support as those are instead subject to texture-related limitations.

Requiring This Hack

To require this hack, add this line to your mod's Meta.ini:

RequiredHack=CustomVideoResolutionSupport

Your mod must provide a configuration file when requiring this hack.

Configuring This Hack

To configure this hack, create a file named CustomVideoResolutionSupport.ini and add the parameters necessary for your mod inside it.

[Miscellaneous]
SegmentWidth=2018
SegmentHeight=1024

Notes

This is the same hack internally as Increased Video Resolution Support.