Removing the HUD entirely?

Mods, guides how to use and install mods go right in here.
Post Reply
User avatar
D-Pad
Posts: 113
Joined: 01 Jul 2012, 06:17

Post » 01 Jul 2012, 22:46

Does anybody know how to remove the text at the top of the screen like the coins counter and the score?

User avatar
popcan12
Posts: 592
Joined: 10 Feb 2012, 02:30

Post » 02 Jul 2012, 01:10

I think you would have to open up the main.lua, and make it not require the gui, and then remove any piece of code relating to the gui, like the editor.

Maurice
Stabyourself.net
Posts: 2145
Joined: 01 Feb 2012, 20:19

Post » 02 Jul 2012, 08:19

game.lua, lines 1018 to 1057.

User avatar
D-Pad
Posts: 113
Joined: 01 Jul 2012, 06:17

Post » 02 Jul 2012, 20:43

Maurice wrote:game.lua, lines 1018 to 1057.
I removed the entire --UI content, does it end with end end end? Because, I hope I don't screw up the game.

Maurice
Stabyourself.net
Posts: 2145
Joined: 01 Feb 2012, 20:19

Post » 02 Jul 2012, 21:13

Try it out.

User avatar
D-Pad
Posts: 113
Joined: 01 Jul 2012, 06:17

Post » 08 Jul 2012, 01:56

Maurice wrote:Try it out.
I did, but it doesn't remove it on the title screen, or the lives count before the level starts.

User avatar
Lawnboy
Posts: 836
Joined: 03 Feb 2012, 02:24

Post » 08 Jul 2012, 04:27

D-Pad wrote:
Maurice wrote:Try it out.
I did, but it doesn't remove it on the title screen, or the lives count before the level starts.
For the title screen, menu.lua 227-240.

Post Reply