Jump to content

[SOLVED] Dont show the text while loading


photo

Recommended Posts

Posted (edited)

There is text popping up while loading a project like ....loading world et al.

How can we disable that output?

Thx.

Werner

Edited by werner.poetzelberger
Posted

This has been solved!

In our case, invoking the text and message setters before enabling the loading screen helped:

		engine.loading_screen.setMessageLoadingWorld(" ");
		engine.loading_screen.setMessageShadersCompilation(" ");
		engine.loading_screen.setText(" ");
		engine.loading_screen.setEnabled(1);

Thanks

Helmut

  • Like 1
  • silent changed the title to [SOLVED] Dont show the text while loading
×
×
  • Create New...