lazarusliew Posted February 11, 2014 Share Posted February 11, 2014 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. Quote Link to comment Share on other sites More sharing options...
shadmar Posted February 11, 2014 Share Posted February 11, 2014 if your maps isn't named start.map, you have to update App.lua so the correct map is loaded 1 Quote HP Omen - 16GB - i7 - Nvidia GTX 1060 6GB Link to comment Share on other sites More sharing options...
YouGroove Posted February 11, 2014 Share Posted February 11, 2014 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. 1 Quote Stop toying and make games Link to comment Share on other sites More sharing options...
lazarusliew Posted February 12, 2014 Author Share Posted February 12, 2014 ok, thanks! Quote Link to comment Share on other sites More sharing options...
Recommended Posts
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.