VDP-noclip / noclip

NOCLIP is an experimental game in which you “noclip” the environment to solve puzzles.
3 stars 1 forks source link

Systematize additive scenes #67

Closed TizioMaurizio closed 1 year ago

TizioMaurizio commented 1 year ago

Fixed all known bugs, all features should be there, starting from 0_Main you can cycle through Area_00, Area_01 and Area_00 again by completing all the puzzles in each area.

TizioMaurizio commented 1 year ago

IMPORTANT the gravity fix was because as of now at each scene change gravity is remultiplied by the player

TizioMaurizio commented 1 year ago

I fixed gravity again because even if we happen to have a conflict it is the only healthy solution to this problem. Anyway now the sequence Area_00, Area_01, Area_00 is properly executed. In order to properly execute from the menu Menu_0 should avoid killing 0_Main @bottolo