The Forgettable Dungeon - R805
This update mainly includes a graphical overhaul, and various bug fixes.
-- added new lighting system
-- added reflections
-- added shadows
-- dungeon and debris system are now batched, improving performance greatly
-- revamped options menu, more options available
-- fixed being unable to pick up other players
-- you now have to manually catch boomerang
-- charge attack now does more damage
-- camera is now framerate independent
-- stat text is now framerate independent
-- added option for camera to stay more locked to player
-- skeletons no longer appear on floor 1
-- no longer stand up when going through transition on a bed
For the curious modders the light ranges and brightness can be changed by messing with these variables
// normal lights
$lin = 0.3;
$con = 0.0;
$quad = 0.0;
// player light
$playerLightLin = 0.5;
$playerLightQuad = 0.0;
-- added new lighting system
-- added reflections
-- added shadows
-- dungeon and debris system are now batched, improving performance greatly
-- revamped options menu, more options available
-- fixed being unable to pick up other players
-- you now have to manually catch boomerang
-- charge attack now does more damage
-- camera is now framerate independent
-- stat text is now framerate independent
-- added option for camera to stay more locked to player
-- skeletons no longer appear on floor 1
-- no longer stand up when going through transition on a bed
For the curious modders the light ranges and brightness can be changed by messing with these variables
// normal lights
$lin = 0.3;
$con = 0.0;
$quad = 0.0;
// player light
$playerLightLin = 0.5;
$playerLightQuad = 0.0;