Search the archive:
YaBB - Yet another Bulletin Board
 
   
 
Page Index Toggle Pages: 1
Send Topic Print
No VC?  Please Help! (Read 273 times)
Aug 25th, 2005 at 3:02am

exnihilo   Offline
Colonel
Tempe, AZ

Posts: 189
*****
 
OK, here's my problem.  I'm pretty new to doing panels, and want to just start with a 2D panel.  The problem is, I'm starting off by altering a plane which has a VC.  I just want to make the VC go away, but the (empty) texture files apparently get referenced somewhere outside of the panel.cfg file, and can't be made to go away.  How do I get to a completely non-VC plane, with just a 360 deg view instead of any VC?
 

300,000 KM/S - Its not just a good idea, its the law.
IP Logged
 
Reply #1 - Aug 25th, 2005 at 5:02am

Hagar   Offline
Colonel
My Spitfire Girl
Costa Geriatrica

Posts: 33159
*****
 
This involves hex-editing the MDL file. PM RollerBall. He knows the details.
 

...

Founder & Sole Member - Grumpy's Over the Hill Club for Veteran Virtual Aviators
Member of the Fox Four Group

Need help? Try Grumpy's Lair

My photo gallery
IP Logged
 
Reply #2 - Aug 25th, 2005 at 9:01am

Webb   Ex Member
I Like Flight Simulation!

*
 
I've posted this before but it might be hard to find.  I didn't create this technique but I've used it a few times and it works.  It doesn't read very well because it's pasted together from different sources.  As always, backup before editing files.

"As far as removing the VC from the A/C model is concerned, it is perfectly possible and actually quite simple to do, involving only a hex editor and one change to the aircraft.mdl file.

Open the mdl file you want to edit and search for the following hex value: 0022003900

In the SECOND occurence of that string, simply change the 39 in 0022003900 to 00. It should now look like this: 0022000000. Save the changes, OK the creation of the backup file then exit the editor to test it out in MSFS.

Open the .mdl file, hit Ctrl+F and enter 0022003900 in the "Find" box. To eliminate the vc, you must change the 39 in this string to 00. NOTE: Since this same string appears several times in the file, you must be careful to alter the correct string. For example, in the DC-3.mdl, altering the FIRST string only loses the plane's shadow, so leave this string intact and hit "Find next". Changing the 39 to 00 in the SECOND string loses the vc.

Do not change all the strings 0022003900. Because then you would make not only the VC invisible, but also the landing lights and even the plane itself. The best way to remove the VC -and ONLY the VC- is looking for the said string, changing the 39 into 00 for the first appearance of the string and then going into FS to see the result. If it didn't work then go back into the hex editor, undo the change and go to the next appearance of the string and change the 39 into 00. Have a look in FS and continue the operation untill the VC has gone. The string 0022003900 appears more than once in a .mdl file and is something like a command telling to show some part of the aircraft model (the VC, landing lights, the model itself, etc..), so make only the change to the string that handles the VC.

In the two months since this topic was posted it has been determined that only the second occurrence of the 0022003900 string concerns the virtual cockpit, the first occurrence switches off the A/C shadows."
 
IP Logged
 
Reply #3 - Aug 25th, 2005 at 12:35pm

exnihilo   Offline
Colonel
Tempe, AZ

Posts: 189
*****
 
Thanks a bunch Webb!  Its working fine and I'm turning off my VC at will now.
 

300,000 KM/S - Its not just a good idea, its the law.
IP Logged
 
Page Index Toggle Pages: 1
Send Topic Print