Zed_Master Posted December 24, 2014 Share Posted December 24, 2014 hi ! i made a game with Leadwerks 3.3 but i don't know how can i publish it ? Thanks Quote Link to comment Share on other sites More sharing options...
YouGroove Posted December 24, 2014 Share Posted December 24, 2014 Menu : File -> Project manager -> publish Quote Stop toying and make games Link to comment Share on other sites More sharing options...
Zed_Master Posted December 24, 2014 Author Share Posted December 24, 2014 I already try this but when i start it's not my game and i can't do anything Quote Link to comment Share on other sites More sharing options...
Zed_Master Posted December 24, 2014 Author Share Posted December 24, 2014 i made a sreenshot when i start it http://hpics.li/29aa6e0 Quote Link to comment Share on other sites More sharing options...
AggrorJorn Posted December 24, 2014 Share Posted December 24, 2014 What level are you loading in your app.lua scripts? Quote Link to comment Share on other sites More sharing options...
Zed_Master Posted December 24, 2014 Author Share Posted December 24, 2014 i load "start.map" Quote Link to comment Share on other sites More sharing options...
DerRidda Posted December 24, 2014 Share Posted December 24, 2014 Change that to the name of the map you actually use as your game's start map. Quote Link to comment Share on other sites More sharing options...
Zed_Master Posted December 24, 2014 Author Share Posted December 24, 2014 ok i don't know that ^^ thanks it work ! Quote Link to comment Share on other sites More sharing options...
YouGroove Posted December 24, 2014 Share Posted December 24, 2014 Check the Lua script App.lua and change the name of the map that is loaded. For example in my code : --Load a map local mapfile = System:GetProperty("map","Maps/test.map") if Map:Load(mapfile)==false then return false end Just change the name of the map "test.map" by your map name you are working on. 2 Quote Stop toying and make games Link to comment Share on other sites More sharing options...
AggrorJorn Posted December 24, 2014 Share Posted December 24, 2014 When you press the run button in the editor, it will launch the scene that is opened in the editor. When the game is published it will load the map you tell it to load via script. Quote Link to comment Share on other sites More sharing options...
Zed_Master Posted December 25, 2014 Author Share Posted December 25, 2014 thank you very much it works ! 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.