Jump to content

i am confuse with leadwerks


lazarusliew
 Share

Recommended Posts

i had finish install it, and try to put some thing on the map, inside had those character and FPS view. after that i had able to walk around on the Debug Mode or Run Mode. but how i update the map to my project? even i save the map file, the project also dont have update and when i click the exe, it still open as default map. how i make the map is load the latest map i create? thanks.

post-10245-0-12002500-1392138382_thumb.png

post-10245-0-72830800-1392138395_thumb.png

Link to comment
Share on other sites

Juts look in App.lua.

When you work in editor, you will launch the map you have opened in editor.

When you publish your game, that's App.lua script that tells what map to load at launch.

 

Find some line like :

Map:Load("Maps/start.map")

 

 

An replace the map name.

  • Upvote 1

Stop toying and make games

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