Fulqrum Publishing Home   |   Register   |   Today Posts   |   Members   |   UserCP   |   Calendar   |   Search   |   FAQ

Go Back   Official Fulqrum Publishing forum > Fulqrum Publishing > IL-2 Sturmovik: Cliffs of Dover > CoD Multiplayer

CoD Multiplayer Everything about multiplayer in IL-2 CoD

Reply
 
Thread Tools Display Modes
  #1  
Old 05-07-2011, 10:42 AM
wildwillie wildwillie is offline
Approved Member
 
Join Date: Aug 2010
Posts: 111
Default

Ataros -

The mission events are used for 2 reasons:

1st - It allows us to record player activity and keep statistics for them. This information is kept in a database then processesed/displayed on Web Stats screens. IMHO Players are stat whores and want to see their exploits compared to others. There is a small stats screen within Clod, but it does not show comparisons against others.

2nd - As you pointed out the new style works well for continuation wars. How does this work if the mission changes maps ?


It seems to complicate the Mission Builders job considerably. Perhaps when there is documentation on scripting and a collection of scripts mission makers can share it will be better.

As I understand it now, mission builders still create multiple missions that they would like to have run, but would need to build one mission around them that keeps tabs on the events to schedule the missions accordingly. Again IMHO allowing a mission builder to just add missions to a list which is run in order seemed simplier. Do not get me wrong, I thing there are some wonderful opportunities with the new system that we have not touched yet. But the simplicity of IL2 has merits too.

Are you supposed to be able to communicate with the Dedicated Server console ?
Reply With Quote
  #2  
Old 05-07-2011, 02:54 PM
Ataros Ataros is offline
Approved Member
 
Join Date: Jun 2010
Location: USSR
Posts: 2,439
Default

Quote:
Originally Posted by wildwillie View Post
How does this work if the mission changes maps ?
I think as we have only one map atm (channel one) there is now need to change it. When more territory is added to the map I think there will be a way to load it dynamically without stopping a server the same way as everything else.

Quote:
Originally Posted by wildwillie View Post
Again IMHO allowing a mission builder to just add missions to a list which is run in order seemed simplier.
With CloD engine it works very similar: mission builders can add separate missions to a list and then they are loaded into the server by a script. You can have absolutely empty original mission with a script that will load all other missions into it one by one say every hour or based on specific triggers like victory conditions, etc. All objects loaded by previous missions stay in the virtual war on the server like it happens in real life. I.e. they are not unloaded from the server when mission objectives are complete. You can use scripts to get statistics from the server to web or create a mod for your particular server or your virtual war to show all the statistics needed inside the game.

The difference from Il-2 is that it can all happen in real time: you analyse results of the mission in real time and load new missions in real time. There is no need to stop the war or change a map. Same way as in real life.

In IL-2 virtual wars ppl used particular scripts to analyze logs of separate coop missions to move frontline on web map and to create new missions with new mission objectives. Now you can rewrite the same scripts in C# and include them in the server script to have the same results but in real time.

Try the simple script I link to in my previous post. It is sufficient to create some interesting dogfight missions. Say having 20 missions running one after another with several different time-cycles and overlapping in time can produce very vivid and unpredictable airwar environment.

Quote:
Originally Posted by wildwillie View Post
Are you supposed to be able to communicate with the Dedicated Server console ?
Sorry I do not know anything on console.

ps. All the above applies mostly to virtual wars that used to be run in coop mode. If you just want to run a simple dogfight server you do not have to use any script to load missions of cause. You can do it the old way like you did in Il-2, but I personally think it is much more fun to let your missions overlap in time at your server.

Last edited by Ataros; 05-07-2011 at 03:04 PM.
Reply With Quote
  #3  
Old 05-08-2011, 01:35 PM
_1SMV_Poppy_64 _1SMV_Poppy_64 is offline
Approved Member
 
Join Date: Apr 2011
Posts: 21
Default

Dear all, it's all true that you say, but I mean that without a real eventlog isn't impossible to have a real statistics...

let me show an example:

I flyed a mission with IL2 4.10.1m:

take off with a Spit
destroyed a static object
landed on an airfield

a very simple and basic dog mission, now see the eventlog written by 4.10.1m:

Quote:
[May 8, 2011 1:10:39 PM] Mission: net/dogfight/1/test.mis is Playing
[1:10:39 PM] Mission BEGIN
[1:10:46 PM] _1SMV_Poppy_64:SpitfireMkIXcHF(0) seat occupied by _1SMV_Poppy_64 at 14030.024 26867.367
[1:10:46 PM] _1SMV_Poppy_64:SpitfireMkIXcHF loaded weapons 'default' fuel 70%
[1:11:29 PM] _1SMV_Poppy_64:SpitfireMkIXcHF in flight at 13216.927 26860.305
[1:12:46 PM] 5_Static destroyed by _1SMV_Poppy_64:SpitfireMkIXcHF at 16366.19 29203.97
[1:14:21 PM] _1SMV_Poppy_64:SpitfireMkIXcHF landed at 13400.042 26746.732
[1:14:23 PM] Mission END
and now a same mission with COD:

Quote:
------------ BEGIN log session -------------
[15:19:55] Loading mission ...
[15:19:55] Load landscape...
[15:19:56] Load bridges
[15:19:56] Load static objects...
[15:19:57] Mission loaded. time = 2,446
[15:20:06] Loading mission ...
[15:20:07] Load landscape...
[15:20:07] Load bridges
[15:20:08] Load static objects...
[15:20:09] Mission loaded. time = 2,409
[15:20:13] Server: _1SMV_Poppy_64 volerà per le forze Rosso.
[15:20:21] Battle starting...[15:20:21] Server: Inizia la battaglia!
[15:20:21] ok
[15:20:21] Loading mission ...
[15:20:21] Server: Un nuovo gruppo Rosso di 1 velivoli, identificati come Spitfire IIa, è stato avvistato nel settore <,81.
[15:20:21] Mission loaded. time = 0,060
[15:21:48] [2913] ERROR [AI] callStateByName(): state "Main.OnActorDied" not found!
[15:21:49] [2927] ERROR [AI] callStateByName(): state "Main.OnActorDied" not found!
[15:21:49] [2935] ERROR [AI] callStateByName(): state "Main.OnActorDied" not found!
[15:21:49] [2935] ERROR [AI] callStateByName(): state "Main.OnActorDied" not found!
[15:21:50] [2967] ERROR [AI] callStateByName(): state "Main.SoftCollisionDispatcher" not found!
[15:21:50] [2968] ERROR [AI] callStateByName(): state "Main.SoftCollisionDispatcher" not found!
[15:21:50] [2969] ERROR [AI] callStateByName(): state "Main.SoftCollisionDispatcher" not found!
[15:21:50] [2969] ERROR [AI] callStateByName(): state "Main.SoftCollisionDispatcher" not found!
[15:21:50] [2971] ERROR [AI] callStateByName(): state "Main.SoftCollisionDispatcher" not found!
[15:21:50] [2973] ERROR [AI] callStateByName(): state "Main.SoftCollisionDispatcher" not found!
[15:21:50] [2973] ERROR [AI] callStateByName(): state "Main.SoftCollisionDispatcher" not found!
[15:21:50] [2973] ERROR [AI] callStateByName(): state "Main.SoftCollisionDispatcher" not found!
[15:21:50] [2973] ERROR [AI] callStateByName(): state "Main.SoftCollisionDispatcher" not found!
[15:21:50] [2975] ERROR [AI] callStateByName(): state "Main.SoftCollisionDispatcher" not found!
[15:21:50] [2975] ERROR [AI] callStateByName(): state "Main.SoftCollisionDispatcher" not found!
[15:21:50] [2978] ERROR [AI] callStateByName(): state "Main.SoftCollisionDispatcher" not found!
[15:22:24] [4124] ERROR [AI] callStateByName(): state "Main.OnActorDied" not found!
[15:23:50] Server: _1SMV_Poppy_64 è salvo a terra.
[15:23:51] Server: La battaglia termina.
[08/05/2011 15:23:55] -------------- END log session -------------
NO reports of weapon loaded, NO reports of object destroied, NO coordinates for any event. What about the errors? Log in Italian? Of course I'm Italian but for an internationals tournaments we need an international logs files...

This is not an event log and in this way is not possible to upload on any web statistics software...

In this way no community can be created!

Thank you
__________________
www.1smv.it

Last edited by _1SMV_Poppy_64; 05-08-2011 at 01:52 PM.
Reply With Quote
  #4  
Old 05-08-2011, 04:42 PM
ZaltysZ's Avatar
ZaltysZ ZaltysZ is offline
Approved Member
 
Join Date: Sep 2008
Location: Lithuania
Posts: 426
Default

Quote:
Originally Posted by _1SMV_Poppy_64 View Post
Dear all, it's all true that you say, but I mean that without a real eventlog isn't impossible to have a real statistics...
As I said, do it yourself. You can catch events in scripts and do anything you want with that information (write to database, write to your own log file and etc.).
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 03:51 AM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright © 2007 Fulqrum Publishing. All rights reserved.