NOW RELEASED - Shorts Sd3-30 / Sd3-60 and Sherpa project from Blackbox

I posted them earlier in the thread:

Thanks. You know what’s funny, I scrolled through the first 1100 posts before giving up. :rofl:

2 Likes

Is there a way to replace the GPS with one of the GTN units?

Is there any update planned? There are still a few issues left with this plane.

Visual (Sherpa C23A only?): The right “fan” switch is broken, if switched on the lever is shown in both positions (see image).
fan-switch

Input: The “Toggle Propeller Sync” input does not affect the propeller sync of the plane.
Autopilot:
1.) When setting up the auto pilot on the ground including activating HDG mode and engaging the auto pilot too low to the ground, the auto pilot is switch off again (as expected), but the HDG button stays lit.
2.) When switch from NAV to HDG any vertical selected mode (e.g. ALT) is cleared.

How to use Xbox controller to toggle switches with three operating positions ? any advice would be appreciated.

If you press and hold A when selecting the switch you can then move it with the thumb stick (can’t remember which, pretty sure it’s the left one) while still holding A.

Some of the switches do behave a bit strangely with this, it’s almost like it’ll toggle from middle position, to bottom, then to top.

1 Like

thank you, it works :saluting_face:

1 Like

i hope so. i submitted a ticket to their support email last week and have yet to hear anything back. i will assume they’re on a summer break but i’d really like to get the issue resolved

1 Like

Sorry if this has been answered already, but does this plane load flightplans from the default flight planner?

Yes it does.

There is still a couple of persistent bug with the AFCS. If you disconnect the autopilot using the Z key with any lateral mode apart from HDG engaged, NAV, APPR and BC modes will become inoperative for the rest of the flight. Additionally you can’t disconnect the autopilot using the “TOGGLE AUTOPILOT DISENGAGE” keybind. It causes the DIS yellow announciator to flash on the panel but the servos stay in. A walkaround is to disable all modes before disconnecting the autopilot

Are there plans to fix the HSI CDI not showing GPS course deviation in this? It’s been a broken item since day one and I’d love to see it working. Flags and distance change when in GPS mode but CDI needle does not

2 Likes

yes, please fix this. i have sent multiple emails to the blackbox support address regarding this issue and haven’t even received an acknowledgement

1 Like

I mentioned it back in November last year, in this thread, with a video demonstrating the issue.

2 Likes

Graham, any further updates planned for the Shorts?

2 Likes

I wish we’d get visible cargo. The Islander has visible cargo, why doesn’t the Shorts?

Also I want to use my PMS GTN750 in this. I wish we had the choice to enable it.

2 Likes

Fixing the HSI when in GPS mode would be nice.

2 Likes

Anybody know if there’s a way to remove the copilot from the right seat WITHOUT removing the weight? Like is there an option in the config files somewhere to hide it?

In one of the config files there is a line that defines the weight which triggers the co-pilot to appear. I just made that weight really large so it never triggers. I’m not at my computer to check, but it’s one of the “internal” XML files, from memory.

I’ve removed 2020 from my system now, so can’t check properly, but for this issue I suspect even that would work okay in 2024.

I just pulled out a backup of the plane, and I believe it is this line in the file “BBS_Shorts_General.xml”:

(A:PAYLOAD STATION WEIGHT:3, pounds) 0 !=

If that station is anything other than 0, make pilot 1 visible. If you change that line to "500 >=" that should make the pilot only appear if the co-pilot is 500lbs or more.

Alternatively you can comment out that entire section of code. See the tags “<!–”, and “-->”.

<!--
		<Component ID="VIS_PILOT_1_ON" Node="Pilot_1">
			<UseTemplate Name="ASOBO_GT_Visibility_Code">
				<VISIBILITY_CODE>
				(A:PAYLOAD STATION WEIGHT:3, pounds) 0 != 
				</VISIBILITY_CODE>
			</UseTemplate>
		</Component>		
-->