![]() |
And it reintroduces the stutters online which I kinda missed .....NOT!....lol. Rolled client back to 14305 will try on Matoni's OGN later. :)
|
Quote:
Code:
// v.1.6.17 trig NEW |
Sample shows moving frontline and changing spawnpoints from red to blue and vice versa based on trigger (flyby above an airfield).
Can someone program a small 3 airfields battle based on it? Say a middle airfield becomes red or blue based on which tanks remain alive after taking the airfield. Then spawn new groups of tanks in say 20 minutes for a new round. Code:
using System; |
... my head hurts trying to understand this..:grin:
Does anyone fancy writing a fuckwits guide to all this, err sorry i mean a dummies guide? It would be very much appreciated, i'd buy the 1st round or virtual beers! I'm keen to create MP missions but trying to gain the level of understanding needed from these forums and google translations is rather daunting. And i suspect waiting for an official manual would be foolish, considering the flight manual produced. But thanks for all the help provided here, it is appreciated.. just a bit confusing for a new mission builder. |
Quote:
This is a sample script to create a small 'campaign' containing a main mission and 3 sub-missions. Copy this script to Notepad and save it as sample.cs into the same folder your mission will be located, e.g. C:\Users\%user%\Documents\1C SoftClub\il-2 sturmovik cliffs of dover\missions\Multi\Dogfight\My_mis1\ Scripts have to be saved with .cs extension and have the same name as the main mission. Create and edit your main mission in FMB. In this example the main mission name should be sample.mis because the script name is sample.cs. Make sure you have both sample.mis and sample.cs in the following directory (on the drive you have your Documents folder): C:\Users\%user%\Documents\1C SoftClub\il-2 sturmovik cliffs of dover\missions\Multi\Dogfight\My_mis1\ Create and edit 3 missions you want to be loaded into the main mission with FMB. Put these 3 missions in the same directory, name them as mission1.mis, mission2.mis and mission3.mis. That's it. In case you saved your mission files into other directory than Multi/Dogfight/Dogfight/My_mis1/ , then edit 3 filepaths in this file. e.g. the line GamePlay.gpPostMissionLoad("missions/Multi/Dogfight/My_mis1/mission1.mis" contains the path to the 1st sub-mission. * Change message text after GamePlay.gpHUDLogCenter commands to whatever you like (usually mission objectives and their location on the map). The text in this example is visible to both sides for simplicity. You may wish to download and use Microsoft Visual Studio 2010 Express to open and edit .cs files. It is free and makes .cs files easy to read and understand. Download link http://www.microsoft.com/express/Dow...2010-Visual-CS All text after // marks are comments describing what the script does. You may play your mission in MP or as a SP mission if you create a passworded server. I hope to put up some missions using this script to Repka server soon. Code:
/**** |
Ataros - http://www.barmans.co.uk/productimg/19450.jpg
Thanks for all the info here.. i'll try and get my head around this over the weekend, your help is very much appreciated. |
The above script runs on Repka DS #1 server ATM loading 5 smaller missions into main mission with various time-cycles. Check it out.
|
Ataros,
Thanks for all the info. We'll see if the latest kill actor script works with beta 1. We found the latest beta to be far to unstable for the server and have reverted back. |
What is the best script to remove empty & crash landed planes.. there seem to be many versions knocking about.
I've heard there are issues with these scripts & the latest patch.. some enlightenment would be much appreciated. Looking at bob & bof 1.6 neither seem to have these scripts added..:confused: |
Quote:
Runs on Repka server. I think it works (not 100% sure though of cause :grin: ) . |
All times are GMT. The time now is 05:48 PM. |
Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright © 2007 Fulqrum Publishing. All rights reserved.