newcivs Posted December 23, 2013 Report Share Posted December 23, 2013 how i can create my first random map???i understand how create my scenarios and skrmishes! "With Scanario Editor", but i don't know how create my first random map Quote Link to comment Share on other sites More sharing options...
niektb Posted December 23, 2013 Report Share Posted December 23, 2013 In order to create a random map you should create a random map script. These you can find in /binaries/data/mods/public/maps/random Quote Link to comment Share on other sites More sharing options...
sanderd17 Posted December 23, 2013 Report Share Posted December 23, 2013 Random maps are coded in JavaScript. So you first have to learn the JavaScript programming language. 1 Quote Link to comment Share on other sites More sharing options...
newcivs Posted December 23, 2013 Author Report Share Posted December 23, 2013 Random maps are coded in JavaScript. So you first have to learn the JavaScript programming language.i don't have a huge knowledge about Javascript, but i know a few of itthe funcion operatorsthe DOM basic functions"docement.getElementById"if / else operatora very few of random "only Math.randomand a "strong" knowledge of Canvas APIbut a hardcore knowledge not, but with this "basic" knowledge i can do things as:https://dl.dropboxusercontent.com/u/101275290/BBB.htmlfull compatible on Firefox, semi-compatible on webkit, bad on presto and iebut i don't know about JSON notation. Quote Link to comment Share on other sites More sharing options...
niektb Posted December 23, 2013 Report Share Posted December 23, 2013 Json is actually very easy. It's comparable with XML. It's used to store data. 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.