Jump to content

Mega Airport Berlin Brandenburg (P3Dv5) - SODE_ON.BAT error


Capt. PERO

Recommended Posts

  • Developer

Hi folks,

 

looks like the SODE-ON.bat as an error. The "else" part is wrong:

 

echo off
Echo Stop P3D if running and please WAIT until the P3D Program is fully unloaded!!!
pause
if EXIST ..\Scenery\EDDB_LIB-Jetways.BGL (
	if EXIST ..\Scenery\EDDB_LIB-Jetways.off del ..\Scenery\EDDB_LIB-Jetways.off
	rename ..\SCENERY\EDDB_LIB-Jetways.BGL EDDB_LIB-Jetways.off
)
if EXIST ..\Scenery\EDDB_LIB-Jetways-SODE.OFF (
	copy ..\Scenery\EDDB_LIB-Jetways-SODE.off ..\Scenery\EDDB_LIB-Jetways-SODE.bgl /Y
) 
else 
(
	copy .\Files\EDDB_LIB-Jetways-SODE.bgl ..\Scenery\EDDB_LIB-Jetways-SODE.bgl /Y
)
copy .\Files\AJS_EDDB_SODE.XML %ALLUSERSPROFILE%\12bPilot\SODE\xml /Y
xcopy .\Simobjects\*.* %ALLUSERSPROFILE%\12bPilot\SODE\Simobjects\*.* /S /q /Y
ECHO SODE Jetways activated!
pause
echo on

 

corrected:

 

echo off
Echo Stop P3D if running and please WAIT until the P3D Program is fully unloaded!!!
pause
if EXIST ..\Scenery\EDDB_LIB-Jetways.BGL (
	if EXIST ..\Scenery\EDDB_LIB-Jetways.off del ..\Scenery\EDDB_LIB-Jetways.off
	rename ..\SCENERY\EDDB_LIB-Jetways.BGL EDDB_LIB-Jetways.off
)
if EXIST ..\Scenery\EDDB_LIB-Jetways-SODE.OFF (
	copy ..\Scenery\EDDB_LIB-Jetways-SODE.off ..\Scenery\EDDB_LIB-Jetways-SODE.bgl /Y
) else (
	copy .\Files\EDDB_LIB-Jetways-SODE.bgl ..\Scenery\EDDB_LIB-Jetways-SODE.bgl /Y
)
copy .\Files\AJS_EDDB_SODE.XML %ALLUSERSPROFILE%\12bPilot\SODE\xml /Y
xcopy .\Simobjects\*.* %ALLUSERSPROFILE%\12bPilot\SODE\Simobjects\*.* /S /q /Y
ECHO SODE Jetways activated!
pause
echo on

 

I took the file from https://sode.aerosoft.com.

Link to comment
Share on other sites

yeah same here and my jetways wont work correct with gsx panel ! they told me that i have to contact Fsdreamteam cause its mostliky there problem :DDDD but gsx work for me with every other add on also from aerosoft so i think its a problem with THERE sode implementation!

 

 

C:\P3D5 Addons\Berlin Brandenburg Professional V5\SODE>echo off
Stop P3D if running and please WAIT until the P3D Program is fully unloaded!!!
Drücken Sie eine beliebige Taste . . .
Der Befehl "else" ist entweder falsch geschrieben oder
konnte nicht gefunden werden.

        1 Datei(en) kopiert.
        1 Datei(en) kopiert.
23 Datei(en) kopiert
SODE Jetways activated!
Drücken Sie eine beliebige Taste . . .
 

Link to comment
Share on other sites

  • Developer

Thanks Peter,

will replace the file tomorrow, attached the corrected Bat.

 

But, the issue is more cosmetic, because it results in the same and correct situation. Only difference is, that the SODE Lib will always copied from the SODE Files folder, not local only from the *.OFF file.

So, it is not any source of issues, when GSX has an issue.

When the jetways works with SODE menu itself, there is no issue with any files of the scenery regarding the Sode jetways. The SODE Jetways files have nothing included, that can have effects to GSX.

 

Fixed in the actual SODE Jetway file, available at sode.aerosoft.com

 

Link to comment
Share on other sites

the stands with only one possible parking spot are not affected and also on the double jetways the jetway dont dock in the right way...look at picture nr 1

 

 

the first picture i was only able to connect thge jetways via sode menu ...on the other it was possible to do it with gsx ...so i think its not FSDT fault

Please login to display this image.

Please login to display this image.

Please login to display this image.

Link to comment
Share on other sites

  • Developer

Yes, it's an issue with the Multigates B7 and B15, based on the naming in the Afcad used here. Need's to be changed, but that is not a 5 min change, as afcad and Sode files needs different usage of the gates lines.

Will be fix next days.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. Privacy Policy & Terms of Use