|
CoD Multiplayer Everything about multiplayer in IL-2 CoD |
|
Thread Tools | Display Modes |
#21
|
|||
|
|||
Here are the databasetables i filled with datas.
-- Attention -- Deletes the Clodstats gameobjects and multigameobjects tables and creates new tables with the new datas. -- Attention -- Different scoring to the original datas are in the database. Hope there are no errors in. Please test and give a little reply if it works. I tested it on my local system and it seems to run well. |
#22
|
|||
|
|||
Initial glance everything looks OK.
I'll check it out more later this week. Thanks for the work Willie |
#23
|
|||
|
|||
Works with no errors so far..... Thank You D_F_C
__________________
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 |
#24
|
|||
|
|||
Thanks WW and DFC.
S! |
#25
|
|||
|
|||
got the database error for mission and plane details solved half way there...
first of all add objectiveType column into missions table in database..that fixed mission details second: in file aircraftdetails.php change plane columns into planeName anywhere script is asking for that value from database. still working on weapons
__________________
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 |
#26
|
|||
|
|||
If you check it and something is missing please report here, i hope i can add it as soon as possible to the database. But at the moment i cant can tell you if some objects are missing because there are no more missing entries in the logfile of Clodcommander, so far as i saw it.
|
#27
|
||||
|
||||
Thx for Great work, but my il2ClodCommander can't contrl server.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ( 2012-8-15 20:23:11 ) Form1.textBoxMissionCompleteTimer_TextChanged - Mission Complete Timer changed new value: (10) ( 2012-8-15 20:23:11 ) IL2ClodCommander Started ( 2012-8-15 20:23:11 ) DBConnect.getGameObjects - Loaded (241) Game Objects ( 2012-8-15 20:23:11 ) DBConnect.getGameMultiObjects - Loaded (36) Multi Game Objects ( 2012-8-15 20:23:11 ) ServerConnection.OnConsoleDataReceived - Exception: Since a thread exit or an application request, has given up the I / O operations ( 2012-8-15 20:23:11 ) *** Mission Processor Started by User *** ( 2012-8-15 20:23:11 ) MissionController.getNextMission - Next Mission to Run: (Channel.mis) ( 2012-8-15 20:23:11 ) MissionProcessor.runMissions - Mission Cycle Index Reset to 0 ( 2012-8-15 20:23:11 ) MissionProcessor.runMissions - Loading Mission (Channel.mis) ( 2012-8-15 20:23:11 ) MissionLoadController.loadMissionData - Loaded (51) Static, (0) Chiefs, & (0) Chief NPC Objects ( 2012-8-15 20:23:11 ) ***** Mission Objectives **** ( 2012-8-15 20:23:11 ) **** End Mission Objectives **** ( 2012-8-15 20:23:11 ) MissionController.startMission - Unhandled Exception: System.IO.IOException: The operation is not allowed on non-connected sockets. at System.Net.Sockets.NetworkStream.InitNetworkStream (Socket socket, FileAccess Access) at System.Net.Sockets.NetworkStream..ctor(Socket socket) at IL2CloDCommander.ServerConsoleConnection.SendConso leMessage(String msg) at IL2CloDCommander.Controller.MissionController.star tMission(MissionCycle mission) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ I check everything carefully confs.ini IL2CloDCommanderConfig.ini MIssion Script and use Online_Map for testing. My start-up order is: 1. il2cod Server 2. cmd for difficulty setting only, no mission load and start 3. il2ClodCommander can you help me? |
#28
|
|||
|
|||
Quote:
What's the problem? |
#29
|
|||
|
|||
chn6
Did you copy IL2ClodCommanderStats.dll to game folder ? Last edited by D_F_C; 11-03-2012 at 05:13 PM. |
#30
|
|||
|
|||
Quote:
VALUES ( 'Default', 'Administrator', 'clodadmin', PASSWORD( 'clodadmin' ) ); answer MySQL: #1146 - Table 'clodstats.adminusers' doesn't exist --------------------------------------------------------------------- Insert = adminUsers table = adminusers if you use Linux the names must be exact the same: Insert = adminUsers table = adminUsers maybee this is the problem. No problems with installing the Database here by my side. I installed it on Win. |
|
|