![]() |
|
CoD Multiplayer Everything about multiplayer in IL-2 CoD |
![]() |
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
![]()
Just a few comments about This release:
There is one known issue that I have not been able to fix yet and it relates to saving info to the database. The MySQL connector for C# does not allow multiple database readers (Unlike the Java version) and you will sometimes get a MySQL Exception in the log file. IL2ClodCommander will keep running, but some stats data is lost. If anyone knows of a setting in MySQL connector to allow multiple connections that would be great, otherwise the Database section will need to be re-written so statements are done serially. There are two tables (gameOjbects, & gameMultiObjects) which hold info about objects used as targets, planes, etc. There are some entries in there already, and the program will try and automatically add objects that are not found and show up in the stats, but you should check the log file if you are getting an Object not found message. You will manually need to enter MultiGameObject, I hope to have it auto-create these for Custom-chiefs, but it is not done yet. WildWillie |
#2
|
|||
|
|||
![]()
thats the result I`am getting for the moment:
PHP Code:
__________________
![]() 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 |
#3
|
|||
|
|||
![]()
Ok got this one sorted. Was missing Data folder and MySql.dll in main catalog there....
__________________
![]() 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 |
#4
|
|||
|
|||
![]()
Oops -
Forgot the MySQL.Data.Dll in the download. thanks for pointing that out _79_Dev. All - You can re-download from below, or just copy the Mysql.data.dll file from the previous download. The file needs to be placed with the IL2ClodCommander.exe file WildWillie |
#5
|
|||
|
|||
![]()
Hi, wildwillie
I have a problem. When launch missión, apears this message. Blue completed their planes objectives....., and the mission restarts automaticaly. This mission works well on the first beta of the cod comander. I'm thinking, my problem is on Triggers air spaw wroup. Is this possible?. Thank you very much. |
#6
|
|||
|
|||
![]()
You have to set up victory conditions. Simply add your map and in missions section, then edit it before You launch server. I got options set for 50 planes and 50 pilots for each side. Works fine...
__________________
![]() 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 |
#7
|
|||
|
|||
![]()
thx _79_dev
![]() ![]() |
#8
|
|||
|
|||
![]()
Thanks a lot for this, wildewillie !
![]() Last edited by lotaria; 04-09-2012 at 05:04 PM. |
#9
|
|||
|
|||
![]() Quote:
What's the problem? |
#10
|
|||
|
|||
![]()
Nice to you to have provided the source files with the cod controller application.
And also it is nice to have choosen C# as a prefered language. You seem to choose your language based on what the game actually uses, like Java for 1946, C# for CoD, which will make life much easier for people that would like to modify your application, since it uses the same language as the mission scripts (which is very fun to learn actually). C# is a much easier read than Java IMHO. |
![]() |
Thread Tools | |
Display Modes | |
|
|