If you appreciate the work done within the wiki, please consider supporting The Cutting Room Floor on Patreon. Thanks for all your support!

User:Cuber456

From The Cutting Room Floor
Jump to navigation Jump to search

Pages I've Made Worthwhile Contributions To

Pages that I have put at least some time into.

The Legend of Zelda Series

Other

Wiki contributions
Total pages worked on: {{#cscore:Cuber456|pages}}
Total revisions saved: {{#cscore:Cuber456|changes}}

Cuber's to do list

Stuff I should get around to doing one of these days:

Virtue's Last Reward

I coded up a model viewer for the model files in VLR which will be useful to explore models. VLR has a lot of prerendered images and videos used in the game but some of the items shown in the prerendered media actually have model files but are never rendered in real time to my knowledge which means they go unused. I expect to get a few of these models up on the main page soon.

Random Fun Fact: VLR appears to have a lot of scripting files in the Lua scripting language. Lua is Portuguese for moon. I'm curious if this was done on purpose or if this is purely coincidental.

9 Hours 9 Persons 9 Doors

Startup Menu Novel Select Menu
999 US Hidden Startup Menu.png 999 US Hidden Novel Select Menu.png

A sound test possibly still exists as there are reference strings in the game. A debug menu existed at one point but the game just crashes when loading it from the menu above. The code for selecting the debug menu seems to have most of it's data ripped out or is missing. The only thing left in it's portion of the code that appears to do anything is a loop that is called infinitely which is why the game crashes when it is selected. While the string tables for the debug menu appear to still exist, I have no idea if it can be forced to load in some way or if there is even code to run it. No idea when I'll figure this out.

Metroid Zero Mission Proto

No page exists for the MZM protos. Create one. Similar to the MF proto, there is some documentation on JUL for this game.

Syntax I Always Forget

Internal VS External Links

Hey, idiot, notice the difference between internal and external links.

Internal Link

This Code ---> [[999: Nine Hours, Nine Persons, Nine Doors#Debug Menu]]

Will appear like this ---> 999: Nine Hours, Nine Persons, Nine Doors#Debug Menu

External Link

This Code ---> [http://jul.rustedlogic.net/index.php Jul]

Will appear like this ---> Jul