Public ... - Malevolent Planet Unity2d -day1 To Day3
With the ship currently beyond repair, the focus shifts to establishing a foothold.
Unlike traditional Ren'Py visual novels, Malevolent Planet 2D uses an environment similar to classic top-down RPGs. Players control Emma, an astronaut trainee, navigating a world filled with narrative choices, exploration, and frequent mature content. Malevolent Planet Unity2D -Day1 to Day3 Public ...
Succumbing to cosmic, biological, and peer temptations scattered across the map. Breakdown of the Day 1 to Day 3 Public Build With the ship currently beyond repair, the focus
| System | Implementation Choice | Why | |--------|----------------------|-----| | Movement | Rigidbody2D + AddForce (ForceMode2D.Force) | More physical feel than direct transform.Translate | | Jump | Physics-based impulse, ground check via Raycast | Avoids slope bugs and ledge magnetism | | Hazards | Object pooling (simple List<GameObject> ) | Prevents garbage collection spikes | | Input | Unity Input System (keyboard + gamepad ready) | Easy remapping and public builds | | Build Target | WebGL (for easy sharing) + Windows 64-bit | Maximum accessibility for testers | This included implementing a time system (with periods
Before reaching the public build, SugarMint laid the essential groundwork. Early versions (like v0.0.46) focused on creating a dynamic system reminiscent of Mass Effect . This included implementing a time system (with periods like Dawn, Morning, Midday, Afternoon, Evening, Sunset, and Night) to facilitate day/time-based events at your camp. These foundational changes allowed characters to have their own lust, health, and energy levels, setting the stage for deeper interactions.
During this phase, the plan for (after the International Space Academy) was solidified, ensuring that all characters used updated animator controllers and that lighting bugs were ironed out. The developer aimed for a public release by Friday to increase exposure, though performance issues with the existing light sources pushed the timeline slightly.