Zed_Master Posted December 24, 2014 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
YouGroove Posted December 24, 2014 Posted December 24, 2014 Menu : File -> Project manager -> publish Quote Stop toying and make games
Zed_Master Posted December 24, 2014 Author Posted December 24, 2014 I already try this but when i start it's not my game and i can't do anything Quote
Zed_Master Posted December 24, 2014 Author Posted December 24, 2014 i made a sreenshot when i start it http://hpics.li/29aa6e0 Quote
AggrorJorn Posted December 24, 2014 Posted December 24, 2014 What level are you loading in your app.lua scripts? Quote
DerRidda Posted December 24, 2014 Posted December 24, 2014 Change that to the name of the map you actually use as your game's start map. Quote
Zed_Master Posted December 24, 2014 Author Posted December 24, 2014 ok i don't know that ^^ thanks it work ! Quote
YouGroove Posted December 24, 2014 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
AggrorJorn Posted December 24, 2014 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
Zed_Master Posted December 25, 2014 Author Posted December 25, 2014 thank you very much it works ! Quote
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.