Guest marco93 Posted December 25, 2007 Report Share Posted December 25, 2007 hi all i'm new here. i've a problem: i have maked a mission but i don't understand how i can play with it. when i finished to work at it i saved the map but in the game i don't find it. anybody can help me? Quote Link to comment Share on other sites More sharing options...
Stan Posted December 26, 2007 Report Share Posted December 26, 2007 Hi and to the forums.There is a lot more that is needed to make a map:- you have to make a working script for it- you have to make a bunch of xml fiels for it to show ingame Quote Link to comment Share on other sites More sharing options...
Guest marco93 Posted December 26, 2007 Report Share Posted December 26, 2007 Hi and to the forums.There is a lot more that is needed to make a map:- you have to make a working script for it- you have to make a bunch of xml fiels for it to show ingamehow can i make them? Quote Link to comment Share on other sites More sharing options...
Guest emer Posted December 29, 2007 Report Share Posted December 29, 2007 how can i make them?a script you can make with wordpad,but a missionscript is very hard to makeabout the xml files:you can open the xml files with wordpad and change them,you need to change some xml files for the missions works like:campaing.xml,.....but make always a copy of before you change a xml file,otherwise you change one and make a error,the xml file dont work anymore.and welcome to the forums Quote Link to comment Share on other sites More sharing options...
Guest marco93 Posted December 30, 2007 Report Share Posted December 30, 2007 a script you can make with wordpad,but a missionscript is very hard to makeabout the xml files:you can open the xml files with wordpad and change them,you need to change some xml files for the missions works like:campaing.xml,.....but make always a copy of before you change a xml file,otherwise you change one and make a error,the xml file dont work anymore.and welcome to the forums is possible make a script using the editor? Quote Link to comment Share on other sites More sharing options...
Guest emer Posted December 30, 2007 Report Share Posted December 30, 2007 is possible make a script using the editor?no,i dont think so,a script you must make with wordpad Quote Link to comment Share on other sites More sharing options...
Guest marco93 Posted December 30, 2007 Report Share Posted December 30, 2007 no,i dont think so,a script you must make with wordpad what do i must write into the mission script? Quote Link to comment Share on other sites More sharing options...
Guest emer Posted December 30, 2007 Report Share Posted December 30, 2007 what do i must write into the mission script?it's a little bit to hard to explain because a missionscript is very hard to make,i dont realy now so much about scripting . Quote Link to comment Share on other sites More sharing options...
Guest marco93 Posted December 30, 2007 Report Share Posted December 30, 2007 it's a little bit to hard to explain because a missionscript is very hard to make,i dont realy now so much about scripting .thank u Quote Link to comment Share on other sites More sharing options...
Guest emer Posted December 30, 2007 Report Share Posted December 30, 2007 thank u maybe you can take a look to a script,there are some things in a script you understand likeenum { MAXDEADPERSONS = 0,if you set 1 in the place of a 0,then is the mission not game over after that 1 person died.its easyer i think to use a original script and change it a bit and save ass a new script than make a new script Quote Link to comment Share on other sites More sharing options...
Guest marco93 Posted January 2, 2008 Report Share Posted January 2, 2008 it isn't easy can anybody help me to make a mission script? Quote Link to comment Share on other sites More sharing options...
Guest __Uknow__ Posted January 2, 2008 Report Share Posted January 2, 2008 just put the script here Quote Link to comment Share on other sites More sharing options...
Guest marco93 Posted January 2, 2008 Report Share Posted January 2, 2008 just put the script herewhich script? Quote Link to comment Share on other sites More sharing options...
Guest __Uknow__ Posted January 2, 2008 Report Share Posted January 2, 2008 the script you already made. If you post it here people can help you on it Quote Link to comment Share on other sites More sharing options...
Guest marco93 Posted January 2, 2008 Report Share Posted January 2, 2008 i haven't make any script! i don't know how made it! Quote Link to comment Share on other sites More sharing options...
Guest __Uknow__ Posted January 2, 2008 Report Share Posted January 2, 2008 what kind of mission do you want?What are the parameters you want to use?(nr of max deaths/victims) Quote Link to comment Share on other sites More sharing options...
Guest marco93 Posted January 2, 2008 Report Share Posted January 2, 2008 what kind of mission do you want?What are the parameters you want to use?(nr of max deaths/victims)is a mission with terrorists there are 5 victims and 5 is the max number of deaths. Then i would that if a particolar person die the mission fails. Quote Link to comment Share on other sites More sharing options...
Guest __Uknow__ Posted January 2, 2008 Report Share Posted January 2, 2008 const int MAX_DEATHS = 5;const int MAX_INJURIES = 5;Max 5 deaths and 5 injured Quote Link to comment Share on other sites More sharing options...
Guest marco93 Posted January 2, 2008 Report Share Posted January 2, 2008 const int MAX_DEATHS = 5;const int MAX_INJURIES = 5;Max 5 deaths and 5 injuredwhat do i must do with this strings? Quote Link to comment Share on other sites More sharing options...
Guest __Uknow__ Posted January 2, 2008 Report Share Posted January 2, 2008 those are a startjust put them on top of your scriptto make your script open notepad, put the 2 lines in it, save it as "*all files" and put .script after the name. If you want to find out more check hoppah's la mod mission 4 Quote Link to comment Share on other sites More sharing options...
Guest marco93 Posted January 3, 2008 Report Share Posted January 3, 2008 those are a startjust put them on top of your scriptto make your script open notepad, put the 2 lines in it, save it as "*all files" and put .script after the name. If you want to find out more check hoppah's la mod mission 4i have checked a los angeles mod's script and there are a lot of strange strings with some object's names. are they necessary? Quote Link to comment Share on other sites More sharing options...