Page 1 of 1

[TUTOR] How to remove the HUD entirely - Do it in 16 steps!

Posted: 02 Oct 2013, 00:17
by weee50
Step 1: Open game.lua.
Step 2: Press CTRL+F, search "-UI" or "marioscore."
Step 3: Remove the lines starting with the "---UI" line and ending with "end end end".
Step 4: Save game.lua.
Step 5: Open levelscreen.lua.
Step 6: Scroll down to the very bottom of levelscreen.lua.
Step 7: Remove all the bottom lines starting with the one that has "properprint("mario")".
Step 8: Save levelscreen.lua.
Step 9: Open menu.lua.
Step 10: Repeat Step 2.
Step 11: Remove the lines starting with the ---UI" line and ending with the one that has "properprint("time")".
Step 12: Save menu.lua.
Step 13: Compress ALL of the .lua files and folders in the "mari0_1.6" folder to one .zip folder.
Step 14: Rename the .zip to a .love.
Step 15: Open the .love.
Step 16: Enjoy!