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
  #41  
Old 02-29-2012, 05:00 AM
salmo salmo is offline
Approved Member
 
Join Date: Mar 2011
Posts: 632
Default

Thanks 79_Dev, I am already operating win7 & am familiar with running FBDj stats webpages & have edited the conf.ini to include the correct DB connect info. SQL Admin reports cloduser & clodadmin are connected to the DB & in sleep mode.
__________________
When one engine fails on a two engine bomber, you will always have enough power left to get to the scene of the crash.

Get the latest COD Team Fusion patch info HERE
Reply With Quote
  #42  
Old 03-01-2012, 02:08 PM
D_F_C D_F_C is offline
Approved Member
 
Join Date: Jun 2011
Posts: 26
Default

In all missions.cs files are setup the correct IP and port ?
You need for each mission in cycle the base mission script with your machine settings in region Stats Initialization

Last edited by D_F_C; 03-01-2012 at 02:12 PM.
Reply With Quote
  #43  
Old 03-14-2012, 06:33 AM
lotaria lotaria is offline
Registered Member
 
Join Date: Oct 2011
Posts: 6
Default

Hi Wild Willi thx for sharing
how can i make that the server shows from whitch country the players are ?
now the server scrives (player) from unknown and that is wrong

Last edited by lotaria; 04-09-2012 at 06:05 PM.
Reply With Quote
  #44  
Old 03-14-2012, 04:39 PM
melasuda melasuda is offline
Approved Member
 
Join Date: Feb 2012
Posts: 44
Default

Hi wildwillie

first sorry for english, i use google traslator.

There is my cuestión.
When i use il2 commander the planes create by a time tiggers or army air no start on the server.

How can i solve it.

THX
Reply With Quote
  #45  
Old 03-14-2012, 07:11 PM
melasuda melasuda is offline
Approved Member
 
Join Date: Feb 2012
Posts: 44
Default

after read a lot off post, i add this to bose scrip, and now work fine

Quote:
public override void OnTrigger(int missionNumber, string shortName, bool active)
{
base.OnTrigger(missionNumber, shortName, active);

AiAction Action = GamePlay.gpGetAction(shortName);

if (Action != null)
Action.Do();

GamePlay.gpGetTrigger(shortName).Enable = false;
}
Reply With Quote
  #46  
Old 03-14-2012, 11:13 PM
melasuda melasuda is offline
Approved Member
 
Join Date: Feb 2012
Posts: 44
Default

Sorry, no work bery fine.
The works only the first time.
But the trigger TPassThrogh it only works once,but I need is that every time you activate work.
¿how can i solve it?

NOw work. only need change false for true.
Quote:
public override void OnTrigger(int missionNumber, string shortName, bool active)
{
base.OnTrigger(missionNumber, shortName, active);

AiAction Action = GamePlay.gpGetAction(shortName);

if (Action != null)
Action.Do();

GamePlay.gpGetTrigger(shortName).Enable = true;
}
Thx all

Last edited by melasuda; 03-15-2012 at 03:05 PM.
Reply With Quote
  #47  
Old 05-19-2012, 12:00 AM
_79_dev _79_dev is offline
Approved Member
 
Join Date: Sep 2010
Location: Dublin
Posts: 242
Default

Quote:
Originally Posted by salmo View Post
Willie,
I can get a green DB connectuion, green Server connection, & green Start missions. First mission in cycle runs OK. After time expires, I get 4 consecutive error dialogs saying "No Stats Socket Connection" with just the OK button, which seem to coincide with the 'Chat: Server: Next mission start in 30 seconds' console call. Clicking through these steps to the next mission in the cycle which starts OK, then same error dialogs at the end of the second mission in cycle.

I don't see any in-game pilots in the commander pilot list or in the stats webpage, but mission coundown, mission name etc appear OK in commander & on webpage. Any ideas?
Just had similar problem today, it turned to be lack of { in .cs file... did You sort it out?
__________________

Asus P6T V2 Deluxe, I7 930, 3x2 GB RAM XMS3 Corsair1333 Mhz, Nvidia Leadtek GTX 470, Acer 1260p screen projector, Track IR 4 OS ver5, Saitek Pro Flight Rudder, Saitek X52, Win 7 x64 ultimate
Reply With Quote
  #48  
Old 06-25-2012, 12:14 PM
salmo salmo is offline
Approved Member
 
Join Date: Mar 2011
Posts: 632
Default

I've got Willie's commander working (sort of!). The web stats-page shows mission details correctly. Three questions though:

1. [edit: SOLVED] Player country flags come up as a white square with a question mark. Yes, I have geocitylite.dat in the clod commander root directory.
2. Active players show up OK, but a player is not removed from the list when they leave the server. ie. The mysql clodstats.activeplayers table is not updated for some reason.
3. I'm using commander ver 1.0 beta, is there a more up-to-date version?
__________________
When one engine fails on a two engine bomber, you will always have enough power left to get to the scene of the crash.

Get the latest COD Team Fusion patch info HERE

Last edited by salmo; 06-25-2012 at 12:38 PM.
Reply With Quote
  #49  
Old 06-29-2012, 09:07 AM
salmo salmo is offline
Approved Member
 
Join Date: Mar 2011
Posts: 632
Default

Quote:
Originally Posted by salmo View Post
I've got Willie's commander working (sort of!). The web stats-page shows mission details correctly. Three questions though:

1. [edit: SOLVED] Player country flags come up as a white square with a question mark. Yes, I have geocitylite.dat in the clod commander root directory.
2. Active players show up OK, but a player is not removed from the list when they leave the server. ie. The mysql clodstats.activeplayers table is not updated for some reason.
3. I'm using commander ver 1.0 beta, is there a more up-to-date version?
Bump ...
__________________
When one engine fails on a two engine bomber, you will always have enough power left to get to the scene of the crash.

Get the latest COD Team Fusion patch info HERE
Reply With Quote
  #50  
Old 06-29-2012, 12:35 PM
5./JG27.Farber 5./JG27.Farber is offline
Approved Member
 
Join Date: Aug 2011
Posts: 1,958
Default

I would PM WW or DFC if I was you Salmo, WW works out of town allot and I havent seen DFC for some time.
Reply With Quote
Reply


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 04:38 PM.


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