• There seems to be an uptick in Political comments in recent months. Those of us who are long time members of the site know that Political and Religious content has been banned for years. Nothing has changed. Please leave all political and religious comments out of the forums.

    If you recently joined the forums you were not presented with this restriction in the terms of service. This was due to a conversion error when we went from vBulletin to Xenforo. We have updated our terms of service to reflect these corrections.

    Please note any post refering to a politician will be considered political even if it is intended to be humor. Our experience is these topics have a way of dividing the forums and causing deep resentment among members. It is a poison to the community. We appreciate compliance with the rules.

    The Staff of SOH

  • Server side Maintenance is done. We still have an update to the forum software to run but that one will have to wait for a better time.

Piglet OS2U

dasuto247

Members +
Anyone know how to get the rear canopy to open? Also some different skins, later war in particular? Found them but were not for the CFS 2 conversion or will they still work?
 
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 {9E5C1C92-D1A9-477F-B78C-68AD64D4AF56} r_canopy
for this {89E2CA9B-1E3C-4647-B1C2-50117EC99508} visor


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.


http://www.chmaas.handshake.de/delphi/freeware/xvi32/xvi32.htm
 
Thank u Gary

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 {9E5C1C92-D1A9-477F-B78C-68AD64D4AF56} r_canopy
for this {89E2CA9B-1E3C-4647-B1C2-50117EC99508} visor


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.


http://www.chmaas.handshake.de/delphi/freeware/xvi32/xvi32.htm
Such explanation is very apreciated by me. And it is an act of generosity by u. Thanks for share ur knowledge.
Mario
 
Back
Top