Jump to content

Published game is just a black screen


Carm3D
 Share

Recommended Posts

Hello,

I did a successful bit of animation in Leadwerks.  I tried publishing it as a standalone but it does not resemble what I see when when running the "game" from Leadwerks.  It just shows a black screen.  I tried exporting to Steam Workshop and it gave the same result.  Black screen.  Any suggestions?

Link to comment
Share on other sites

2 minutes ago, randomdude said:

No man, only this one instance ":Load(Maps/begin.map.)" leave the rest as it was.

Hmm...  I put the two other begins back to start.  Still no good.  All black.  Not that there's anything wrong with black.. Black is beautiful.

Link to comment
Share on other sites

The mapname needs to be correct with lower and upper cases.

if self.newbutton:GetText()=="NEW GAME" then
					if Map:Load("Maps/begin.map") then
						prevmapname = "start"
						
						--Send analytics event
						Analytics:SendProgressEvent("Start",prevmapname)
						
						self.newbutton:SetText("RESUME GAME")
					end
				end

This works for me. make a screenshot of your scene in LW.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...