Search found 2235 matches

by IV/JG7_4Shades
Fri 28 Mar 2025 9:27 am
Forum: Technical Discussion
Topic: SEOW installation
Replies: 37
Views: 1919

Re: SEOW installation

OK, this is amusing. A simple error in the Airforce_Units table. By default there are two New Zealand air regiments defined for the Ardennes sector, as follows: NewZealand 24FSquadron 24 (F) Squadron RNZAF PFI Allied rz Ardennes 0 NewZealand 25DBSquadron 25 (DB) Squadron RNZAF PDB Allied rz Ardennes...
by IV/JG7_4Shades
Thu 27 Mar 2025 8:29 pm
Forum: Technical Discussion
Topic: SEOW installation
Replies: 37
Views: 1919

Re: SEOW installation

The easiest way to find that problem is for you to send me your DB again.
by IV/JG7_4Shades
Tue 25 Mar 2025 6:52 am
Forum: Technical Discussion
Topic: SEOW installation
Replies: 37
Views: 1919

Re: SEOW installation

No that's not it. I have found the bug, and it is my fault. Apologies! After code patching, the DCS front page should look like this for you BEFORE you initialise this type of campaign: https://seowhq.net/meta/karl/karldcs.png Note the "Initialization Mode" and "Meta-Campaign Mode&quo...
by IV/JG7_4Shades
Sun 23 Mar 2025 9:59 pm
Forum: Technical Discussion
Topic: SEOW installation
Replies: 37
Views: 1919

Re: SEOW installation

That has got me stumped. Can you let me download your database, mission file and event log please?
by IV/JG7_4Shades
Sat 22 Mar 2025 2:36 am
Forum: Technical Discussion
Topic: SEOW installation
Replies: 37
Views: 1919

Re: SEOW installation

Ok, I see your log file above (maybe you had posted it before, sorry!). It all seems normal.

When you did the DCS Analyse did DCS report any errors? You can also have a look at the ActionData table in the database. That should now contain all the destruction events from the event log.
by IV/JG7_4Shades
Fri 21 Mar 2025 9:06 pm
Forum: Technical Discussion
Topic: SEOW installation
Replies: 37
Views: 1919

Re: SEOW installation

Yes that is normal.

Please post the contents of your log file here.
by IV/JG7_4Shades
Fri 21 Mar 2025 10:58 am
Forum: Technical Discussion
Topic: SEOW installation
Replies: 37
Views: 1919

Re: SEOW installation

OK, the first thing you need to do is set up your IL2/HSFX game to save a logfile. I do this by using the following lines in the conf.ini file (under the [game] section) in the IL2/HSFX game folder: eventlog=eventlog.lst eventlogkeep=0 This ensures that IL2/HSFX writes mission events to file "e...
by IV/JG7_4Shades
Fri 21 Mar 2025 8:12 am
Forum: Technical Discussion
Topic: SEOW installation
Replies: 37
Views: 1919

Re: SEOW installation

Yes. Maybe not a minute delay each stage, but a delay nonetheless. This is an IL2-HSFX issue, nothing to do with SEOW.

Fast PC with solid state drive helps.
by IV/JG7_4Shades
Thu 20 Mar 2025 11:13 am
Forum: Technical Discussion
Topic: SEOW installation
Replies: 37
Views: 1919

Re: SEOW installation

:D :D :D :D :D
by IV/JG7_4Shades
Thu 20 Mar 2025 2:28 am
Forum: Technical Discussion
Topic: SEOW installation
Replies: 37
Views: 1919

Re: SEOW installation

Hmm, that's curious. So assuming that all the software is installed and operating correctly (note that Visual Studio only needed if you are going to develop SEDCS code), then the usual workflow is as follows: On your MySQL server (or via phpmyadmin), create a database to hold your campaign, call it ...
by IV/JG7_4Shades
Wed 19 Mar 2025 5:05 am
Forum: Technical Discussion
Topic: SEOW installation
Replies: 37
Views: 1919

Re: SEOW installation

OK, here is exactly what I have on my development PC today. Apologies if I got version numbers wrong before. I use this rig to develop SEOW, host campaigns and take part in others' campaigns. Of course SEOW HQ has its own database and MP hosting service too. Desktop environment Windows 11 Home, v10....
by IV/JG7_4Shades
Mon 17 Mar 2025 8:17 am
Forum: Technical Discussion
Topic: SEOW installation
Replies: 37
Views: 1919

Re: SEOW installation

Scripts/MP-Configuration.php file

Set the $IconLocation variable to suit your web server:
//This MUST be a web server virtual absolute pathname - it CANNOT be a Windows pathname
$IconLocation="/MP4SVN/uniticons/";
by IV/JG7_4Shades
Sat 15 Mar 2025 9:59 pm
Forum: Technical Discussion
Topic: SEOW installation
Replies: 37
Views: 1919

Re: SEOW installation

DCS password is in the DCS_Authorization table in the database. Default value is "penguin". Change it by editing the table. MP commander login usernames/passwords are in the PilotData table in the database. You can edit the passwords in the table. There is also an account management tool i...
by IV/JG7_4Shades
Sat 15 Mar 2025 9:27 am
Forum: Technical Discussion
Topic: SEOW installation
Replies: 37
Views: 1919

Re: SEOW installation

Yes, times have changed over the last 20+ years!!!

But setting up SEOW should be relatively straightforward now. Make sure your web server is running happily with PHP before trying to get the MP operating. Sing out if you get stuck.
by IV/JG7_4Shades
Sat 15 Mar 2025 3:37 am
Forum: Technical Discussion
Topic: SEOW installation
Replies: 37
Views: 1919

Re: SEOW installation

I just tried the SVN checkout myself a couple of hours ago, following the instruction thread. It worked perfectly first time. Maybe you caught a moment when the Sourceforge SVN server was down?

And, try using php_mysqli.dll instead of php_mysql.dll in your PHP environment.