0 Members and 4 Guests are viewing this topic.
////////////////////////////////////////////////////////////////////////////////// Mission configuration for the Arrow Freighter MK2 (2020) by DanSteph// To create a new mission, copy this file, modify the filename "Mission_****.cfg" where "***" is a unique name (without space and special char)// Once the file modified, you can distribute it or play with it.//// Parameters://------------// // "MissionName=" the name of the mission that will be shown on the mission's display (button and title, Max 40 chars)// "Summary=" a short description (max 80 chars)// "Difficulty=" self explanatory (max 40 chars)// "<Description>" A longer description or guide, max 10 lines of max 110 chars ended by a line with "</description>".//// "StartPlanet=" Optional ! The name of a body were the mission should start (In orbit or landed).// "EndPlanet=" Optional ! The name of a body were the mission should end (In orbit or landed).//// "Planet=" the name of a body followed by one "ScienceDataAmount=" and a number of "Objective=" (Max 14 planets sections with 5 objectives)// "ScienceDataAmount=" In Gygabit from 1.0 to 150.0, determine how much data the instruments as Sat 44 send. 1.0 take only some minutes, 150.0 take about 4 days sim time.// Defaut is a random number around 20.0 wich take some minutes. Note: the antenna take much longer to transmit the data to "earth".//////////////////////////////////////////////////////////////////////////////////MissionName=Small Tour - Venus and Mars // max 40 chars;StartPlanet=EarthDifficulty=Easy // max 40 charsSummary=Visit Venus and Mars and release three satellites. //(max 80 chars)<Description> //(max 10 lines of 110 chars)Take-Off from Earth's Moon, head on to Venus, launch two satellites then go to Mars and release another one.Have Fun Commander !</Description>////////////////////////////// One planet:Planet=Venus // name of a valid Orbiter's body followed by one "ScienceDataAmount=" and up to 5 "Objective="ScienceDataAmount=50.0 // number of science data collected by instruments on this planet.Objective=Sat44Launch,APA=7700km, PEA=295km,Inc=85.5° // a satellite must be deployed with this dataObjective=Sat44Launch,APA=700km, PEA=700km,Inc=25.0° // a satellite must be deployed with this data////////////////////////////// One planet:Planet=Mars // name of a valid Orbiter's body followed by one "ScienceDataAmount=" and up to 5 "Objective="ScienceDataAmount=1.0 // number of science data in megabyte that will be collected on this planet.Objective=Sat44Launch,APA=1500km, PEA=45km,Inc=85.5° // a satellite must be deployed with this data////////////////////////////////////////////////////////////////////// Start Scenario// 1-Copy here the start situation after "<start scenario>". // 2-Replace all vessel's name with <VesselName> (eg: change all 'AR01' to '<VesselName>')// 3-Don't put anything after this scenario as the whole end of the file is used!////////////////////////////////////////////////////////////////////<start scenario>BEGIN_DESCThis is the start scenario for the Arrow Freighter mission 'Giant Exploration'END_DESCCUT !!!!!!!
Ohh, la la!
Testing is important. There are always a few bull pointers os something like that that slip through...
NoteTextError("ERROR !!!! Scenario in '<start scenario>' section does not look like a valid Orbiter 2016 scenario in \n'%s'\nMission configuration not loaded.", cLine, cFilename);
Hello Dan, i made an account just to say thank you for the work you are doing for us, a true saint
...I don't have any donation system...
Do you still have problems with levitation ?
////////////////////////////// One Body:Body=Mars // name of a valid Orbiter's body followed by one "ScienceDataAmount=" and up to 8 "Objective:"ScienceDataAmount=150.0 // number of science data in Gygabit that will be collected by each instrument on this Body.Objective:RendezVousWith=COMET01, Distance=1000m //User must go near one Vessel at less than "Distance=" in meters (Max 50000 meters, min 10 meters)Objective:GetUCGOCargo=CargoSampleRock.cfg, Number=5,TipsText=use an Ummu to find them on the comet //User must get "Number=" of cargo by the way indicated by "TipsText=" (max 63 chars) Objective:Sat44Launch,APA=1500km, PEA=45km,Inc=85.5° // a satellite must be deployed with this dataObjective:DockWith=GL-01 //User must dock with a vessel that have this name Objective:Refuel=80%, TipsText=use the fuel cargo of the SH01 landed on Mars // Will show "Refuel the Arrow at NN% ***" and you must complete the *** with "TipsText=" (max 63 chars, example: "using the SH01 fuel cargo") Objective:RefillO2=80%, TipsText=use the O2 cargo of the SH02 landed on Phobos // Will show "Refill O2 reserve at NN% ***" and you must complete the *** with "TipsText=" (max 63 chars, example: "using the SH01 O2 cargo") Objective:LandArrow,Lon=-33.411341,Lat=41.129850,Range=1500m // You must land the Arrow at this location.Objective:DeployUCGOCargo=CargoLandingBeacon.cfg,Number=1, TipsText=near the landing site //User must deploy "Number=" Cargo with Ummu at "TipsText=" location (max 63 chars)