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
  • Version History

Version 1.13

This version was released on January 7, 2016.

Launcher

Mods List

  • Added Show Newest File to the right click menu of mods.
  • Added the ability to compile mods that do not have an OutputPath property in their Compile section.
  • Changed the copyright year of the Mod Launcher to 2016.
  • Fixed a bug where an error message would appear after launching the game with the Mod Launcher's -launch command line argument.
  • Fixed an issue that caused a crash when attempting to load non-UTF-8, non-ANSI Lua files.
  • Improved crash dump saving.

Mod Info

  • Fixed a bug when combining authors with notes for the information box when multiple mods are selected.
  • Made headers bold.
  • Made the zoom level get saved.

Mod Settings

  • Made warnings only appear if the previous value didn't meet the warning condition.
  • Unchanged mod settings are no longer stored.

Mod Features

  • Added the Group property to [Author] sections. This allows you to group authors together.
  • Added the Page and Group properties to [Setting] sections. This allows you to organise your mod settings into pages and groups.
  • Added the UncompiledOnly property to [Setting] sections. This will remove the setting when compiling the mod.
  • Made [SettingWarning] sections work for all types of settings.
  • Re-added for MinifyArt in the [Compile] section.

Updated Hacks

Hack Support

Made the game support DPIs other than 96.

Cheat Keys

Made keys only work once for each key press.

Custom Dialogue Character Codes

Added support for [NongenericCharacters].

Custom Files

Lua Scripting

  • Added several previously inaccessible Lua provided functions.
    • assert
    • collectgarbage
    • debug.debug
    • debug.gethook
    • debug.getlocal
    • debug.getmetatable
    • debug.getregistry
    • debug.getupvalue
    • debug.getuservalue
    • debug.sethook
    • debug.setlocal
    • debug.setmetatable
    • debug.setupvalue
    • debug.setuservalue
    • debug.upvaluejoin
    • getmetatable
    • math.maxinteger
    • math.mininteger
    • math.tointeger
    • math.type
    • math.ult
    • os.setlocale
    • rawequal
    • rawget
    • rawlen
    • rawset
    • setmetatable
    • string.dump
    • string.pack
    • string.packsize
    • string.unpack
    • table.concat
    • table.move
    • table.pack
  • Fixed a bug where the IsModEnabled function returned false for mod hacks.

  • Made the GetSetting function return nil instead of throwing an error if a setting doesn't exist. Mod creators should do checks for nil on UncompiledOnly settings.

  • Updated math.random to support integers.

Frame Limiter

Made this hack default to being ticked as the game has issues of varying severity at frame rates above or below a certain range (the game runs best at 60 FPS).