SMGCommunity / Whitehole-Neo

A Modern editor for Super Mario Galaxy 1 & 2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Whitehole Neo

Editing Flip-Swap Galaxy Whitehole Neo is a rewrite of Whitehole, a level editor for Super Mario Galaxy and Super Mario Galaxy 2 that is over 10 years old. This goal with this version is to make the program more stable and to be properly maintained. It removes a lot of unused code and broken features that were introduced between versions 1.4 through 1.7, and improves on Despaghettification. Several outdated or questionable parts of the code have been upgraded, but there's still a lot more waiting to be improved. Major new additions include support for the new object database, simple galaxy names that are displayed on the main window, a completely new Light Mode and Dark Mode UI, The ability to Undo actions, and Copy & Paste for objects. It is also fully compatible with all of SMG1's stages. Tons of bugs introduced in older versions of Whitehole have been fixed as well.

This is intended for Java 11, though the program runs fine on newer Java versions as well, but requires the tool to be started using this command: java --add-exports=java.desktop/sun.awt=ALL-UNNAMED -jar Whitehole.jar.
Alternatively, run the included .bat file

Controls

  • Left Click: Select/Deselect object (hold Shift/Ctrl to select multiple)
  • Left Click Drag: Pan camera, Move object
  • Right Click Drag: Rotate camera
  • Scroll Wheel: Move camera forward/backward, Move object forward/backward
  • Ctrl+C: Copy selected objects
  • Ctrl+V: Paste selected objects (positioned at the mouse)
  • Ctrl+Z: Undo previous action
  • Shift+A: Add object quick access menu
  • Spacebar: Jump camera to selected object
  • H: Hide/Unhide selected objects
  • Alt+H: Unhide All hidden objects
  • Delete: Delete selected objects
  • Arrow Keys + PageUp/PageDown: (Can switch to WASD + EQ in the settings)
    • Hold P to move selected objects
    • Hold R to rotate selected objects
    • Hold S to scale selected objects

Libraries

About

A Modern editor for Super Mario Galaxy 1 & 2


Languages

Language:Java 100.0%Language:Batchfile 0.0%