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.12

This version was released on October 30, 2015.

Launcher

General

  • Fixed a bug where settings were not saved in certain circumstances (such as when unticking mods) when your settings are stored in Settings.ini.
  • Made the Mod Launcher check for updates on startup.
  • Moved the Game EXE Path setting off the main window into the advanced tab of Launcher Settings.

Main Window

  • Made the Resolution combo box on the main window use × instead of x.
  • Moved the Disable All and Reload buttons to the upper right corner of the main window.
  • Removed the Launcher Settings... and Open Folder... buttons and replaced them with an Open... button.
  • Removed the Large Icons tickbox from the main window.
    • This option can now only be found in the right click menu of the Mods List.

Mods List

  • Added the Decompilable Only option to the right click menu.
  • Fixed a bug where the Copy Require Line right click menu item on frameworks used RequiredMod instead of RequiredFramework.
  • Fixed a bug where the Compilable Only right click menu item was available in categories that did not support compilable mods when the category was remembered from the previous time the Mod Launcher was open.
  • Made the Mods List refreshable with F5 and Control+R.
  • Renamed the None sub-category of the Required Hack category to None/Hack Support.

Launcher Settings

  • Added a label to the Non-mod Hacks page that says Hover over a hack for more information.
  • Fixed a bug on the Additional Mods Folders page where adding a new mods folder with the last one in the list selected, the Down button would still be disabled until you selected another folder.
  • Made the Non-mod Hacks page include more hacks.
    • Also made certain advanced hacks such as Hack Support not visible in this list by default, requiring you to right click and enable them first.
  • Updated the description of Hack Support on the Non-mod Hacks page.

Mod Features

  • Added the Decompilable property to the [Compile] section that allows users to decompile the mod when it's compiled by right clicking it in the Mods List.
  • Added the MinifyPNGs property to the [Compile] section that defaults to on (the previous behaviour) only when the mod is not decompilable.

Mods

No Traffic

Added the Cheat Mods category.

Repair Car On Reset

Added the Cheat Mods category.

New Hacks

Custom Car Shop Support

Added this new hack. This allows mods to specify custom car shop NPC names and conversation names.

Custom Dialogue Character Codes

Added this new hack. This allows you to define custom dialogue character codes.

Flippable Cars

Added this hack. This can be used to allow cars to flip over.

No Automatic Saved Game Load

Added this hack. This can be used to prevent the game from loading your most recent save file at startup.

No Time Limits

Added this hack. This can be used to disable time limits in missions.

Lua Support

Added this new advanced hack. This hack only contains the code for Lua 5.3.1, allowing for multiple other hacks to utilise it without requiring an entire copy of the library.

Replayable Bonus Missions

Added this hack. It can be ticked in the mods list however mods must add explicit support for it to their level load/init scripts for the functionality to work properly.

Updated Hacks

Hack Support

Fixed a bug where a message saying The game was terminated while Hack Support was initialising. would appear if the game's CD check failed.

Custom Files

General

Added various Console output messages.

Lua Scripting

  • Now uses the Lua Support hack.
    • This means this version effectively upgrades from Lua 5.2.3 to 5.3.1.
      • This change also removes the following functions:
        • math.atan2
        • math.cosh
        • math.frexp
        • math.ldexp
        • math.log10
        • math.pow
        • math.sinh
        • math.tanh
        • table.maxn
      • This also makes the utf8 library available.
  • Made the coroutine library available.
  • Removed support for compiled Lua files.

Cheat Keys

  • Added the Cheat Mods category.
  • Fixed a bug that prevented the 6 key from working in the Bonus Game.

Modern Resolution Support

  • Made it respect any resolution specified in simpsons.ini when the game is running in a Window.
  • Made 1024x768, 1152x864, 1280x1024, and 1600x1200 not listed unless they're supported by your graphics card.

Multiple Instance Support

Made this hack hidden by default.

No Fast Car Reset

Made this hack hidden by default.