, "mods" aren't typical external game files like those found in other games; instead, they are created through Thyme scripting and the use of the Algodoo Toolbox. Because the software is a self-contained physics sandbox, modifying how it works involves using the internal scripting engine to change object properties or UI elements. How Algodoo Mods and Customizations Work
2. The Realistic Fluid Mod (Scene-Based)
What it does: Turns Algodoo’s default "circle water" into a viscous, pressure-driven fluid that mimics Surface Tension.
How it works: This is not a separate download but a scene file containing thousands of tiny particles, each with Thyme scripts that calculate attraction and repulsion based on proximity (scene.entityByGeomID).
Result: You can pour "mercury" that beads up or "honey" that flows slowly. This mod is definitive proof that complex mods work beautifully.
Method A (For script mods):
1. The Logic (The Brain)
You write a Thyme script. For a gravity controller, you might use:
Custom Action Triggers: You can assign specific functions to objects using the Script Menu , such as onCollide or onUpdate events. For instance, a modded "teleporter" object uses an onCollide script to instantly change the pos (position) coordinates of any object that touches it.
What works well
- Creativity unleashed: Mods add bizarre and brilliant devices (hovercrafts, Rube Goldberg machines, animated characters) that wouldn’t be practical to build from scratch, sparking fresh experimentation.
- Learning through tinkering: Many mods model real physics principles (fluid dynamics, gears, pulleys) in approachable, interactive ways — great for students and hobbyists.
- Community-driven variety: Active creators keep the catalog diverse: realistic simulators, game-like challenges, artistic contraptions, and UI/utility mods (better tools, presets).
- Low barrier to entry: Installing and testing mods is straightforward; users can drop in creations, tweak parameters, and see immediate results.
- Inspiration for building: Browsing mods gives clear starting points for your own designs, accelerating learning and boosting confidence.