Posted March 03, 2025 by brammie15
Hello world!
Welcome back to our weekly devlogs on our game!
Art:
For this week, the artists focused on nailing down the fairytale style. We did this through analyzing various old fairy tale illustrations and breaking them down in our art bible.
For this week we worked further on the rope physics.
Bram decided that the unity's default distanceJoint couldn't handle what we envisioned for our game. So he set out to make a custom Joint based on a DistanceJoint but with a "fake" spring attached at the end. This was tricky to nail down since it needed to feel good and be predictable enough so the players don't rage quit.
Elias worked on fixing his implementation of the rope physics, first he started with making sure the rope no longer gets stuck on the enviroment. Then he focussed on getting the player movement fully implemented in our prototype. finally he implemented the second players controls (only movement works currently)
Mathies looked into a brace and catapult implementation. Allowing either player to brace themselves, not allowing them to move anymore but making the maxDistance of the rope longer. Then the other player can walk further away. When the bracing player stops bracing the other player will be catapulted back according to how far they walked away. This way player could be able to hit something or cross larger gaps.
Summary:
This week the artists made alot of progress. The devs also had progress on finishing the main mecanic work.
We hope to be back next week with more updates on our game!