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 Mission Skip Fail Counts

Available since Version 1.5.

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

This hack allows mods to customise the amount of failures required for the Skip option to display on the mission failed screen.

Requiring This Hack

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

RequiredHack=CustomMissionSkipFailCounts

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

Configuring This Hack

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

; [Miscellaneous] Section
	; FailCount: Global Fail Count for every mission. 
		; Defaults to 7.
	; FailCountLX: Level Specific Fail Count. 
		; Defaults to FailCount.
	; FailCountLXMX: Mission Specific Fail Count. 
		; Defaults to FailCountLX.

; Notes
	; Use -1 for any of these values to prevent skipping.
	; FailCount and FailCountLX do not affect L7M5, L7M6, and L7M7. These missions default to -1 and you must explicitly set each one using FailCountLXMX to change this.

[Miscellaneous]
FailCountL1=4
FailCountL1M5=1