- Little Rocket Lab (Steam version)
- Windows PC
- MelonLoader v0.7.2-ci.2341 Open-Beta
- Download MelonLoader v0.7.2-ci.2341 Open-Beta from https://melonwiki.xyz/
- Run the MelonLoader installer
- Point the installer to your Little Rocket Lab game directory
- Default location:
C:\Program Files (x86)\Steam\steamapps\common\Little Rocket Lab
- Default location:
- Launch the game once to generate the
Modsfolder- You should see a MelonLoader console window appear when the game starts
- Download the mod DLL files from the latest release
- Locate your game's
Modsfolder:<GamePath>\Mods\
- Place the desired mod files into the
Modsfolder- You can install individual mods or all of them together
- Important: Place DLL files directly in the
Modsfolder, not in a subfolder
- Launch the game to enjoy!
After running the game once with the mods installed, you can customize settings:
- Close the game
- Navigate to
<GamePath>\UserData\MelonPreferences.cfg - Open the file with a text editor (Notepad, VS Code, etc.)
- Find the section for the mod you want to configure:
[SaveAnyTime]- Change the save hotkey[SpeedControl]- Change speed control hotkeys[HigherStackSize]- Configure stack size behavior
- Edit the values as desired
- Save the file and launch the game
[SaveAnyTime]
# Key to press for saving the game.
SaveKey = "F5"
[SpeedControl]
# Key to increase Speed Control.
IncreaseKey = "KeypadPlus"
# Key to decrease Speed Control.
DecreaseKey = "KeypadMinus"
# Key to reset Speed Control to 1.0.
ResetKey = "KeypadMultiply"
[HigherStackSize]
# WARNING: Lowering stack size or multiplier may cause losing items with existing save files that have larger stacks!
WARNING = "Lowering stack size or multiplier may cause losing items with existing save files that have larger stacks!"
# If true, multiply the original stack size. If false, set to a fixed value.
UseMultiplier = false
# The fixed maximum stack size for stackable items when UseMultiplier is false. Default is 999.
StackSize = 999
# Multiply the original stack size by this value when UseMultiplier is true. Default is 10x.
Multiplier = 10.0- Game: Little Rocket Lab (Steam)
- Tested with: MelonLoader v0.7.2-ci.2341 Open-Beta
- Platform: Windows
-
Verify MelonLoader is installed correctly
- You should see a console window when launching the game
- The console should show "MelonLoader" and list loaded mods
-
Check DLL file location
- Files must be in
<GamePath>\Mods\, not in a subfolder - Example correct path:
C:\...\Little Rocket Lab\Mods\HigherStackSize.dll - Example wrong path:
C:\...\Little Rocket Lab\Mods\MyMods\HigherStackSize.dll
- Files must be in
-
Check the MelonLoader console for errors
- Red text indicates errors
- Look for messages about specific mods failing to load
-
Ensure you're using the correct MelonLoader version
- These mods are tested with v0.7.2-ci.2341 Open-Beta
- Other versions may not work correctly
-
Check keybindings
- Default keys might conflict with other software
- Edit
MelonPreferences.cfgto change hotkeys
-
Verify mod compatibility
- Some mods might conflict with each other
- Try loading mods one at a time to isolate issues
-
Check for game updates
- Game updates may break mod compatibility
- Check the releases page for updates
- Check existing GitHub Issues
- Create a new issue with:
- Your MelonLoader version
- Your game version
- Which mods you're using
- The error message from the MelonLoader console
To update to a newer version:
- Download the latest release
- Replace the old DLL files in your
Modsfolder with the new ones - Launch the game
Your configuration in MelonPreferences.cfg will be preserved.