Question on Piglet's Kingfisher

Kilroy

Members +
I'm really enjoying this aircraft and all the repaints. Quick question: has anyone else had difficulty opening the rear canopy position. Have tried every key combination in the book and still cannot open

Thanks,

-Kilroy
 
I am afraid CFS2 doesnt support rear canopy. But you can reassign the variable to concorde visor.
Either by using MDLC to extract a source that you can edit and then recompiling it. Or by using a hex editor to directly change the mdl.

In the source code change this [FONT=&quot]{9E5C1C92-D1A9-477F-B78C-68AD64D4AF56} [/FONT][FONT=&quot]r_canopy[/FONT]
[FONT=&quot]for this [/FONT][FONT=&quot]{89E2CA9B-1E3C-4647-B1C2-50117EC99508}[/FONT] [FONT=&quot]visor

[/FONT]
In a hex editor Find these bytes
Code:
92 1C 5C 9E A9 D1 7F 47 B7 8C 68 AD 64 D4 AF 56
and replace with these
Code:
9B CA E2 89 3C 1E 47 46 B1 C2 50 11 7E C9 95 08
Model converters take note, how the byte order of those numbers appear changed when compiled in a model.
Hex editing is much quicker than MDLC.
 
Ok I've changed the hex entry. In key assignments I see the Concord visor command but it is tied to the flaps as well. I have keys mapped for extending and retracting flaps but still do not have any action on the rear canopy. Am I looking at the wrong commmand line?

-Kilroy
 
Yes flaps and concord nose work on the same keypress but visor is different. CFS2 doesn't have a key combo by default you have to set it. It is not a cycle either you have to set up two key presses. The key words in settings controller assignments are "Increase Concorde nose/visor angle" and "Decrease Concorde nose/visor angle". These do not work the flaps as well.
 
I couldn't say, it is extremely easy to corrupt them with a hex editor though. But if you find that exact byte sequence and replace it. It will work...... I have just checked by doing this to a model.
open the model in a hex editor, do a search for the r_cannopy bytes copied directly from my post above. Replace with the Visor bytes copied from the post above. save the file to write the changes. Load the model into CFS2 and open the cargo door with visor keypress.
 
You can also reassign the r_canopy to f_canopy (front or main canopy/exit) and have both front and rear operate simultaneously on the same command.
 
Yes BearCat in many models, using f_canopy makes much more sense.

I use visor to trigger unknown parts in order to identifiy them.
Once you get the hang of changing the assignments with a Hex editor it becomes easy.

Just pay attention to getting the byte order correct.

BTW the attached zip contains a doc with all the varibles and their GUIDs
 
Thanks for the info guys. Strange new twist Simonu, I used your hex setting on the OS2U-1 (wheeled version) mdl file and voila rear canopy opened with my new visor command. Unable to duplicate on the float version using the same steps.

-Kilroy
 
It would help a lot of us not so bright users(me), if someone would just change the file
and upload it as a zip file for everyone. ckissling
 
Back
Top