How to remove a VC

Forum dedicated to Microsoft FS2004 - "A Century of Flight".

How to remove a VC

Postby ashaman » Thu Sep 21, 2006 7:18 am

Sorry to bother you people, but after a thorough search in the faq and with the search engine I am still unable to find a thread that I remember having read here about how to remove a VC from a plane.

Fact is, I've found this plane, but its panel is... bleargh ...and its VC is even worse. Seen that for that kind of plane I can find easily a panel to use, I'm stumped because the VC gets in the way something ugly.

Do some of you have the link to the above mentioned thread, or even to rewrite here what was written there, so I can erase the VC from that plane?

Thank you for your time. :)


PS
Before you ask, no, I can't find another plane like that with no VC. Unless you can give me the link for a IL62M (preferably in LOT livery, but not really necessary) that is not an AI and has a understandable panel, that is. ;)
There's but one real cure for human stupidity. It's called DEATH.

At the moment mourning the assassination of sarcasm and irony for the good of the "higher".

Proud FSIX user. Active user of FS98, X-plane and novic
User avatar
ashaman
Major
Major
 
Posts: 1741
Joined: Thu Nov 27, 2003 9:08 am
Location: LIRN

Re: How to remove a VC

Postby ozzy72 » Thu Sep 21, 2006 7:33 am

You can't remove a VC as it is part of the model itself. You can change 2D cockpits however.
Image
There are two types of aeroplane, Spitfires and everything else that wishes it was a Spitfire!
User avatar
ozzy72
Administrator
Administrator
 
Posts: 33284
Joined: Fri May 24, 2002 4:45 am
Location: Madsville

V/CRe: How to remove a VC

Postby Brett_Henderson » Thu Sep 21, 2006 7:47 am

I seem to remember an air-file fix that didn't get rid of the V/C...I know it's actually part of the .mdl file... but can't you make it so it's not displayed ?

Something along the lines of,  "Virtual_cockpit = 0"  ?
Brett_Henderson
Major
Major
 
Posts: 3403
Joined: Fri Oct 08, 2004 7:09 am

Re: How to remove a VC

Postby Brett_Henderson » Thu Sep 21, 2006 7:56 am

WAIT !

Now I remember...

You have to open the .mdl file with a hex-editor.. search for a certain string, and change it
Last edited by Brett_Henderson on Thu Sep 21, 2006 7:56 am, edited 1 time in total.
Brett_Henderson
Major
Major
 
Posts: 3403
Joined: Fri Oct 08, 2004 7:09 am

Re: How to remove a VC

Postby Hagar » Thu Sep 21, 2006 8:10 am

Copied from another forum. You will obviously need a hex editor.

First make a backup of the model file!

Open the mdl file you want to edit with the Hex Editor and use the Search function to find the following hex value: 00 22 00 39 00 (or you may have to look for it as 0022003900, without the spaces. I haven't done this for a while...) Find the SECOND occurrence of that string - that is the one that you edit. DO NOT EDIT THE FIRST OCCURRENCE of the string or you will find some other part of your aircraft missing.

Now, in the second occurrence of that string, simply change the 39 in 00 22 00 39 00 to 00. It should now look like this: 00 22 00 00 00. Save the changes, and you should find the VC gone.
Image

Founder & Sole Member - Grumpy's Over the Hill Club for Veteran Virtual Aviators
Member of the Fox Four Group
My Google Photos albums
My Flickr albums
User avatar
Hagar
Colonel
Colonel
 
Posts: 30868
Joined: Wed Jun 19, 2002 7:15 am
Location: Costa Geriatrica

Re: How to remove a VC

Postby alrot » Thu Sep 21, 2006 8:18 am

If you find the way out to remove the VC, you tell tell me how to  ???
Image

Venezuela
User avatar
alrot
Lieutenant Colonel
Lieutenant Colonel
 
Posts: 8961
Joined: Wed Oct 08, 2003 10:47 am

Re: How to remove a VC

Postby Hagar » Thu Sep 21, 2006 8:19 am

[quote]If you find the way out to remove the VC, you tell tell me how to
Image

Founder & Sole Member - Grumpy's Over the Hill Club for Veteran Virtual Aviators
Member of the Fox Four Group
My Google Photos albums
My Flickr albums
User avatar
Hagar
Colonel
Colonel
 
Posts: 30868
Joined: Wed Jun 19, 2002 7:15 am
Location: Costa Geriatrica

Re: How to remove a VC

Postby ashaman » Thu Sep 21, 2006 8:46 am

Copied from another forum. You will obviously need a hex editor.


Thank you. I remembered there was a way. The hex ed is not a problem at all with someone like me that began its first experiments on the Commodore 64, way back in the dinosaurs age. :)
There's but one real cure for human stupidity. It's called DEATH.

At the moment mourning the assassination of sarcasm and irony for the good of the "higher".

Proud FSIX user. Active user of FS98, X-plane and novic
User avatar
ashaman
Major
Major
 
Posts: 1741
Joined: Thu Nov 27, 2003 9:08 am
Location: LIRN

Re: How to remove a VC

Postby Brett_Henderson » Thu Sep 21, 2006 8:51 am

I'm no genius, but I'm no dummy either.

I can't find that value ANYWHERE in a .mdl file.   ::)
Brett_Henderson
Major
Major
 
Posts: 3403
Joined: Fri Oct 08, 2004 7:09 am

Re: How to remove a VC

Postby Hagar » Thu Sep 21, 2006 8:55 am

[quote]I'm no genius, but I'm no dummy either.

I can't find that value ANYWHERE in a .mdl file.
Image

Founder & Sole Member - Grumpy's Over the Hill Club for Veteran Virtual Aviators
Member of the Fox Four Group
My Google Photos albums
My Flickr albums
User avatar
Hagar
Colonel
Colonel
 
Posts: 30868
Joined: Wed Jun 19, 2002 7:15 am
Location: Costa Geriatrica

Re: How to remove a VC

Postby Brett_Henderson » Thu Sep 21, 2006 9:02 am

I'm sure I'm overlooking something that the original poster took for granted.. but "0022003900",  a 10-place string, is either 5 hex characters, or something I'm completely unfamiliar with.

I tried searching it as a hex value, character string and as a 32 and 64 bit, long, short, signed and unsigned..

Nothing  ???
Brett_Henderson
Major
Major
 
Posts: 3403
Joined: Fri Oct 08, 2004 7:09 am

Re: How to remove a VC

Postby Hagar » Thu Sep 21, 2006 9:15 am

Try this hex editor. http://www.chmaas.handshake.de/delphi/freeware/xvi32/xvi32.htm

Paste the string < 00 22 00 39 00 > into the Hex String search box.

PS.
Image
Last edited by Hagar on Thu Sep 21, 2006 9:38 am, edited 1 time in total.
Image

Founder & Sole Member - Grumpy's Over the Hill Club for Veteran Virtual Aviators
Member of the Fox Four Group
My Google Photos albums
My Flickr albums
User avatar
Hagar
Colonel
Colonel
 
Posts: 30868
Joined: Wed Jun 19, 2002 7:15 am
Location: Costa Geriatrica

Re: How to remove a VC

Postby RollerBall » Thu Sep 21, 2006 10:05 am

Came in late on this one (I'm house painting..). Yup, Doug's got it dead on - works like a charm and I've done it several times.

A thought I've had for some time now - one of the most useful things that could be built into FS IMO would be for aircraft to be able to use 3rd party VCs. Can't see why it shouldn't be possible. It's a separate visual model anyway.

Then guys like Ito could concentrate on making lovely models sans-VC and VC experts could do what they do best - and then we lucky simmers could combine our choice of VC+ 2D panel with our aircraft.

Can't see why it shouldn't work - just needs VCs to be combined with the rrest of the model in a different way to now.

Now I'm sure all the model makers will tell me it can't be done as things are now - I know that - but it must surely be possible for MS to redefine how the elements of the model come together to make it possible.
RollerBall
 

Re: How to remove a VC

Postby alrot » Thu Sep 21, 2006 10:28 am

^ Look up. ^

I just did. ::) :P


Doug your a Genius  :o,this could be a open door to add VC ,I mean do it in viseversa,to some beatiful models wothout VC ,Im the one who can only fly in VC ,This is great  :D...
Image

Venezuela
User avatar
alrot
Lieutenant Colonel
Lieutenant Colonel
 
Posts: 8961
Joined: Wed Oct 08, 2003 10:47 am

Re: How to remove a VC

Postby Brett_Henderson » Thu Sep 21, 2006 10:35 am

Thanks, Doug.. That did the trick !

(now.. what to do with this dangerous, new power)

LOL
Brett_Henderson
Major
Major
 
Posts: 3403
Joined: Fri Oct 08, 2004 7:09 am

Next

Return to FS 2004 - A Century of Flight

Who is online

Users browsing this forum: No registered users and 330 guests