A beginner-friendly tool for creating mods in the game Teardown. No coding experience required!
This is a simple visual editor that helps you create Lua scripts for Teardown mods without needing to learn programming. Just click buttons to add code!
- 🎯 Beginner-Friendly: Click buttons to add code instead of typing it
- 📚 Complete Templates: Start with working mod examples
- 🔧 Smart Code: Automatically handles technical details
- 🎨 Multiple Themes: Choose colors that are easy on your eyes
- ✅ Validation: Checks your code for common mistakes
- 💾 Save & Load: Works with your existing Teardown mod files
- Start with a template - Click "Templates" tab and pick a project type
- Add functions - Use the "Functions" tab to add complete features
- Add details - Use "Code Snippets" tab to customize behavior
- Save your mod - Click "Save Code" and put it in your Teardown mod folder
- Destruction Tools: Explosives, lasers, and wrecking tools
- Visual Effects: Particles, lighting, and fire effects
- Sound Mods: Custom audio and music triggers
- Vehicle Mods: New controls and physics
- Interactive Objects: Buttons, triggers, and mechanisms
- Python 3.7 or newer
- PyQt6 (
pip install PyQt6) - Teardown game (to test your mods)
- Download this tool
- Run
python main.py - Pick a template from the Templates tab
- Click buttons to add features
- Save as
.luafile in your Teardown mod folder
- Beginners who want to try modding without learning code
- Teachers introducing students to game development
- Players who have mod ideas but don't know programming
- Experienced modders who want faster prototyping
Created to make Teardown modding accessible to everyone!

