Reasons for remaking the game.

1: Practicing 3d animation

2: It's bionicle

3: The game could look a lot better

4: The controls make it hard to play


I downloaded the game files from BioMediaProject.com.

Using QuickBMS, and Noesis (richwhitehouse.com) with a script by maver1k_XVII from rockraidersunited.com, I exported the models as .obj files.

The first step was building a universal player controller that could be used for any character.

White is walk, blue is swim and green is fly.

Swimming works by storing your the velocity on contact with the water and adding it to the movement direction, decreasing the stored velocity over time.

Going from water to land is the opposite, without decreasing the velocity.


The second step was attacking and energy recharge.