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 Skin Preview Animations

Available since Version 1.2.

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

This hack allows mods to control what animation plays when viewing skins in a skin shop.

Requiring This Hack

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

RequiredHack=CustomSkinPreviewAnimations

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

Configuring This Hack

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

; [Miscellaneous] Section
	; 0 to 6: Animation used for each level.
		; 0 = Level 1
		; 1 = Level 2
		; And so on.

; Notes
	; These are the default animations for the regular game.
	; You should only use animations present in the level character's animations file.
	; This should work with any of a character's animations, though it might look odd if the animation doesn't seamlessly loop.

[Miscellaneous]
0=hom_loco_idle_rest
1=brt_loco_idle_rest
2=lsa_loco_idle_rest
3=mrg_loco_idle_rest
4=apu_loco_idle_rest
5=brt_loco_idle_rest
6=hom_loco_idle_rest