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
  #21  
Old 02-01-2012, 02:13 PM
D_F_C D_F_C is offline
Approved Member
 
Join Date: Jun 2011
Posts: 26
Default

confs.ini
[NET]
localPort=27016

[Console]
IP=20016
IPS=127.0.0.1, localhost, xx.xx.xx.xx (dediserverIP)
LOG=1
LOGTIME=0
LOGFILE=logs.txt

Clodcommander:
database
localhost
3306

Server
IP127.0.0.1
Port27016
Consoleport20016

Basescript:
private static Int32 serverPort = 27016

Thats my running settings. Database, clodcommander, dediserver on same machine.

Last edited by D_F_C; 02-01-2012 at 02:17 PM.
Reply With Quote
  #22  
Old 02-01-2012, 07:58 PM
_79_dev _79_dev is offline
Approved Member
 
Join Date: Sep 2010
Location: Dublin
Posts: 242
Default

thanks, would You be able to drop me a mission script and .mis file example pleas I am just getting confused here....
__________________

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
  #23  
Old 02-02-2012, 12:34 AM
_79_dev _79_dev is offline
Approved Member
 
Join Date: Sep 2010
Location: Dublin
Posts: 242
Default

After working around .cs and .mis files I can't get it to work for some reason. Mission is still not loading. Everything seems to be working fine database connected with server, ports are set proper way. Getting same error all over again. Would anybody wise me how to edit mission base script? Maybe I do something wrong in there. Example of .cs file would be perfect...

P.S
After couple of days playing with that tool I realised how muchh possibility it has. Thanks for all Your hard coding guys...
__________________

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
  #24  
Old 02-02-2012, 09:26 AM
Ataros Ataros is offline
Approved Member
 
Join Date: Jun 2010
Location: USSR
Posts: 2,439
Default

Quote:
Originally Posted by _79_dev View Post
Would anybody wise me how to edit mission base script? Maybe I do something wrong in there. Example of .cs file would be perfect...
Script examples http://forum.1cpublishing.eu/showthread.php?t=26523
Tutorials http://forum.1cpublishing.eu/forumdisplay.php?f=203

Make sure you script and mission work without the Commander first. If your script has errors they will show in the game console. You can also open FMB >> Open your mission with a script >> Script menu >> Script tab >> RMB click >> Compile. This will give you list of errors if any. See Tutorials for details.

Simple missions work without scripts at all, .cs file is not necessary for them.
Reply With Quote
  #25  
Old 02-02-2012, 03:07 PM
D_F_C D_F_C is offline
Approved Member
 
Join Date: Jun 2011
Posts: 26
Default

Hello 79_dev

did you copy the Clod Server dll into the right folder ?

c:\Steam\SteamApps\common\il-2 sturmovik cliffs of dover\IL2ClodCommanderStats.dll
Reply With Quote
  #26  
Old 02-02-2012, 04:19 PM
_79_dev _79_dev is offline
Approved Member
 
Join Date: Sep 2010
Location: Dublin
Posts: 242
Default

Quote:
Originally Posted by D_F_C View Post
Hello 79_dev

did you copy the Clod Server dll into the right folder ?

c:\Steam\SteamApps\common\il-2 sturmovik cliffs of dover\IL2ClodCommanderStats.dll

I did that

Quote:
Originally Posted by Ataros View Post

Make sure you script and mission work without the Commander first. If your script has errors they will show in the game console. You can also open FMB >> Open your mission with a script >> Script menu >> Script tab >> RMB click >> Compile. This will give you list of errors if any. See Tutorials for details.
My scripts are running no problem without commander, buy I never did it through FMB... I will have a look at this...


Also would You guys pleas send me example of script .cs added inside "mission script base" from commander. maybe I am deleting to many brackets or something...
__________________

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

Last edited by _79_dev; 02-02-2012 at 04:24 PM.
Reply With Quote
  #27  
Old 02-02-2012, 05:50 PM
D_F_C D_F_C is offline
Approved Member
 
Join Date: Jun 2011
Posts: 26
Default

Here is a simple mission, you have to edit the .cs, confs.ini, commanderConfig to your machine.
It runs on mine fine.
Attached Files
File Type: zip Online_Map.zip (55.8 KB, 33 views)
Reply With Quote
  #28  
Old 02-02-2012, 05:55 PM
_79_dev _79_dev is offline
Approved Member
 
Join Date: Sep 2010
Location: Dublin
Posts: 242
Default

Cheers D_F_C I`ll check it when I get home later on. Thank You
__________________

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
  #29  
Old 02-03-2012, 12:36 AM
wildwillie wildwillie is offline
Approved Member
 
Join Date: Aug 2010
Posts: 111
Default

Hi All -

Just a quick update.

I've just added support for Target Objectives. It is currently being tested on the WoP server.

You can create Target Area or Target Group Triggers in FMB and IL2ClodCommander will read them in and create mission Objectives for each.

Hope to post the updated files this weekend.

WildWillie
Reply With Quote
  #30  
Old 02-06-2012, 12:26 AM
_79_dev _79_dev is offline
Approved Member
 
Join Date: Sep 2010
Location: Dublin
Posts: 242
Default

Finally got it working ... Waiting for update... Thanks for that lovely soft Willie.
__________________

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

Last edited by _79_dev; 02-06-2012 at 12:30 AM.
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 01:53 PM.


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