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 License Screen Time

Available since Version 1.5.

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

This hack allows mods to adjust the amount of time spent on the license screen and whether or not the user is able to prematurely skip it.

Requiring This Hack

To require this hack, add this line to the [Miscellaneous] section of your mod's Meta.ini:

RequiredHack=CustomLicenseScreenTime

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

Configuring This Hack

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

[Miscellaneous]
; Time
;	Specify the time, in milliseconds, that the game should remain on the license screen.
;	Use -1 to make the game remain on the license screen until the user skips it.
;	Defaults to 1000.
Time=1000

; Skippable
;	Sets whether the license screen can be skipped with the Enter key.
Skippable=0

Notes

Setting Time to -1 and Skippable to 0 makes it impossible to bypass the license screen.