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 Update (http://forum.fulqrumpublishing.com/showthread.php?t=30853)

D_F_C 04-16-2012 06:20 PM

1 Attachment(s)
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.

wildwillie 04-16-2012 08:07 PM

Initial glance everything looks OK.

I'll check it out more later this week.

Thanks for the work

Willie

_79_dev 04-16-2012 08:28 PM

Works with no errors so far..... Thank You D_F_C

5./JG27.Farber 04-16-2012 09:02 PM

Thanks WW and DFC.

S!

_79_dev 04-17-2012 12:23 PM

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 :)

D_F_C 04-19-2012 03:16 PM

Quote:

Originally Posted by wildwillie (Post 409938)
Initial glance everything looks OK.

I'll check it out more later this week.

Thanks for the work

Willie

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.

chn6 08-15-2012 12:58 PM

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?

159BAG_Civis 11-02-2012 12:38 PM

Quote:

INSERT INTO `adminUsers` ( `lastName` , `firstName` , `username` , `password` )
VALUES (

'Default', 'Administrator', 'clodadmin', PASSWORD( 'clodadmin' )
);

answer MySQL:

#1146 - Table 'clodstats.adminusers' doesn't exist
I try to adjust connection to MySQL and to me gives out a mistake in attempt to make sql-request of the table clodstats Database Insert.sql
What's the problem?

D_F_C 11-03-2012 04:09 PM

chn6

Did you copy IL2ClodCommanderStats.dll to game folder ?

D_F_C 11-03-2012 04:24 PM

Quote:

Originally Posted by 159BAG_Civis (Post 476551)
I try to adjust connection to MySQL and to me gives out a mistake in attempt to make sql-request of the table clodstats Database Insert.sql
What's the problem?

INSERT INTO `adminUsers` ( `lastName` , `firstName` , `username` , `password` )
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.


All times are GMT. The time now is 08:17 AM.

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