Bug Reports: SEDB32D, MP4 v4.593, SEDCS v3.2.4

For bug reports and fixes, installation issues, and new ideas for technical features.

Moderator: SEOW Developers

IV/JG7_4Shades
Posts: 2203
Joined: Mon 08 Jan 2007 11:10 pm
Location: Perth, Western Australia

Bug Reports: SEDB32D, MP4 v4.593, SEDCS v3.2.4

Post by IV/JG7_4Shades »

Please post bug reports for this release here.
Last edited by IV/JG7_4Shades on Fri 24 Jan 2014 8:34 pm, edited 1 time in total.
IV/JG7_4Shades
SEOW Developer

Image
PA-Dore
Posts: 469
Joined: Thu 01 Nov 2007 8:58 am
Location: Savoie-France
Contact:

Post by PA-Dore »

Nice and great work Shades!

Some little things:

1) In MP-Maps.php and in Sector_Seasons table
10. France France SE 1940 (Ash) "ash_BoF/ash_load.ini" "ash_BoF/ash_load.ini" HistorySFX

For SEOW, I think it's better to use
ash_Battle_of_France_1940_Online ash_BoF/ash_Oload.ini
with all industrial objects and less heavy online

2) Army_Units missing for Balaton?
I sent again file to you (email)
or:
http://www.flibusteairline.com/SEOWjuin ... _Units.csv

3) In Sector_Seasons table missing ?
Pacific The Slot Oct 43 Summer Slot/load_1043.ini
Pacific The Slot Jan 44 Summer Slot/load_0144.ini

4) I was not satisfied of Slot's graphics. So I added new sectors for the 6 maps. EDIT: See 4Shades answer below.
5) A mistake from me, wrong places of House$AirdromeMaskingnet for
Sassari Airbase. Thanks to Findo ;-)
Replace all Airbase_Layouts table for Sardegna:
http://www.flibusteairline.com/SEOWjuin ... ayouts.csv
Last edited by PA-Dore on Mon 26 Oct 2009 8:35 am, edited 1 time in total.
IV/JG7_4Shades
Posts: 2203
Joined: Mon 08 Jan 2007 11:10 pm
Location: Perth, Western Australia

Post by IV/JG7_4Shades »

Hi Dore,

Thanks for the bug reports! I don't know how I got The Slot stuff mixed up, but I am fixing it now. Stay tuned!

Cheers,
4S
IV/JG7_4Shades
SEOW Developer

Image
IV/JG7_4Shades
Posts: 2203
Joined: Mon 08 Jan 2007 11:10 pm
Location: Perth, Western Australia

Post by IV/JG7_4Shades »

Hi Dore,

On The Slot mapping: I did change all the PHP and JPG files EXCEPT I forgot to add the intel.jpg files in each case. So just copy the intel JPG files for each Slot version into the corresponding folder in the MP. That should do it. Sorry about this mistake!

For those that do not have these files, a short MP patch will be issued very soon.

Cheers,
4Shades
IV/JG7_4Shades
SEOW Developer

Image
PA-Dore
Posts: 469
Joined: Thu 01 Nov 2007 8:58 am
Location: Savoie-France
Contact:

Post by PA-Dore »

I have just checked that now ;-) I wanted to write it here. Thanks Shades
IV/JG7_4Shades
Posts: 2203
Joined: Mon 08 Jan 2007 11:10 pm
Location: Perth, Western Australia

Post by IV/JG7_4Shades »

Dore has found some debug code that was still operating inside the Radar Screen tool. The impending bug patch will correct this.

Cheers,
4S
IV/JG7_4Shades
SEOW Developer

Image
22GCT_Gross
Posts: 302
Joined: Fri 13 Apr 2007 1:13 pm
Location: Italy

Post by 22GCT_Gross »

Sorry shades,
While loading the radar screen on http://85.14.216.230 on any map:

Code: Select all

Warning: Missing argument 1 for getMissionName(), called in C:\Program Files\Apache2.2\htdocs\ScorchedEarth\MP4\Scripts\MP-RadarScreen.php on line 355 and defined in C:\Program Files\Apache2.2\htdocs\ScorchedEarth\MP4\Scripts\MP-RadarScreen.php on line 192
I found in the MP-radarscreen.php line 194 a sql instruction calling the Midway map and not a $map value.

Code: Select all

	$SQL = "SELECT Filename FROM Sector_Status WHERE Campaign_Sector='Midway' AND Campaign_Status='Built' ORDER BY Campaign_Counter DESC;";
is it correct?

I substituted Midway with Marianas without any result, Anyway I'm checking the database
22GCT_Gross
PA-Dore
Posts: 469
Joined: Thu 01 Nov 2007 8:58 am
Location: Savoie-France
Contact:

Post by PA-Dore »

Ok Gross,
I had the same error message.

You have 2 things to modify:

192 function getMissionName() {
193 extract($GLOBALS);
194 $SQL = "SELECT Filename FROM Sector_Status WHERE Campaign_Sector='".FBMapName($Sector)."' AND Campaign_Status='Built' ORDER BY Campaign_Counter DESC;";
22GCT_Gross
Posts: 302
Joined: Fri 13 Apr 2007 1:13 pm
Location: Italy

Post by 22GCT_Gross »

Dore, you are tremendous!!
Great!
22GCT_Gross
IV/JG7_4Shades
Posts: 2203
Joined: Mon 08 Jan 2007 11:10 pm
Location: Perth, Western Australia

Post by IV/JG7_4Shades »

Thanks guys. There is a small set of corrections being assembled for the MP, plus a new map that Dore is working on. Once that map (KTO) is complete I will release an upgrade patch.

Has anyone encountered problems selecting the Radar Control option for the Host Seat in the DCS and building a mission with it? On my system this seems to sometimes miss placing the RadarControlChainHome airframe inside the mission file, causing a loading error.

Cheers,
4S
IV/JG7_4Shades
SEOW Developer

Image
PA-Dore
Posts: 469
Joined: Thu 01 Nov 2007 8:58 am
Location: Savoie-France
Contact:

Post by PA-Dore »

Me too Shades.

I don't know if it could help you:
I initialized 2 campaigns with active radar:
- The Slot Oct 43 campaign with a Host Aircraft Alignment --> Axis, all works well, the RadarControlChainHome airframe is inside the mission as a B29 with a nice pink skin ;-)
- Channel 1940 campaign with --> Allied and then I have no radar aircraft in the mission, but the Ki27. I had to replace it manually to host the mission.

I noted that in DCS, when template is initialized, the "Host Aircraft Model" zone returns to "select" and the aircraft type doesn't appear as in DCS 3.23....

Does the Host Aircraft Alignment create a problem?
IV/JG7_4Shades
Posts: 2203
Joined: Mon 08 Jan 2007 11:10 pm
Location: Perth, Western Australia

Post by IV/JG7_4Shades »

I think I know the source of the problem inside the VB .NET selector object. DCS patch will be issued shortly.

In the meantime, just set your Host_Aircraft field in Campaign_Settings table to RadarControlChainHome , if you want to run radar missions.

Cheers,
4Shades
IV/JG7_4Shades
SEOW Developer

Image
II/JG77Hawk_5
Posts: 162
Joined: Wed 10 Jan 2007 1:13 am
Location: Sydney, Australia

Post by II/JG77Hawk_5 »

Hi Shades,
I found that the maps El Alamein and Channel 1940 are not listed in the SOG allocation screen.

Cheers
Hawk 5
IV/JG7_4Shades
Posts: 2203
Joined: Mon 08 Jan 2007 11:10 pm
Location: Perth, Western Australia

Post by IV/JG7_4Shades »

Thanks 5, I always seem to forget that adjustment. It is really easy to do, just edit MP4/SOG/GS_SOG_Definitions.php and add definitions lines for the two sectors (with spaces removed from their names).

Cheers,
4S
IV/JG7_4Shades
SEOW Developer

Image
PA-Dore
Posts: 469
Joined: Thu 01 Nov 2007 8:58 am
Location: Savoie-France
Contact:

Post by PA-Dore »

In Flight Upgrade Skills, I guess a pilot is missing:

* BF-109G10 FABIAN
* BF-109G6 GRAF
* BF-109G6 HARTMANN
* BF-109G6 HEPPES
* BF-109G6 KOVACS
* BF-109G6 MOLNAR
* DXXI-SARJA3 SARVANTO
* I-16TYPE24 SAFONOV
* JU-87G2 RUDEL
* LA-7 KOJEDUB
* ME-262A1A NOWOTNY
* MIG-3 POKRYSHKIN
* P-39N POKRYSHKIN
* P-39Q15 RECHKALOV
* YAK-9T ALBERT
* B-25C TA-FINDO
:lol: :lol: :lol:
Last edited by PA-Dore on Fri 30 Oct 2009 5:51 am, edited 2 times in total.
Locked