Jump to content

Recommended Posts

Posted

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?

Posted

I changed three instances of "start" (one starting with upper-case S) to begin.  The game still runs fine in Leadwerks but publishes out to a black screen still. :/

StartToBegin.GIF

Posted
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.

Posted

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.

Posted
3 minutes ago, randomdude said:

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

Yeah...  Mine looks just like that now.  Here's the scene you requested:

 

Scene.GIF

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.

×
×
  • Create New...