Official Fulqrum Publishing forum

Official Fulqrum Publishing forum (http://forum.fulqrumpublishing.com/index.php)
-   CoD Multiplayer (http://forum.fulqrumpublishing.com/forumdisplay.php?f=192)
-   -   IL2ClodCommander Server Manager (http://forum.fulqrumpublishing.com/showthread.php?t=29043)

salmo 02-29-2012 04:00 AM

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.

D_F_C 03-01-2012 01:08 PM

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

lotaria 03-14-2012 05:33 AM

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

melasuda 03-14-2012 03:39 PM

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

melasuda 03-14-2012 06:11 PM

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;
}

melasuda 03-14-2012 10:13 PM

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

_79_dev 05-18-2012 11:00 PM

Quote:

Originally Posted by salmo (Post 395050)
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?

salmo 06-25-2012 11:14 AM

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?

salmo 06-29-2012 08:07 AM

Quote:

Originally Posted by salmo (Post 437763)
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 ...

5./JG27.Farber 06-29-2012 11:35 AM

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.


All times are GMT. The time now is 01:44 AM.

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