• 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.

Nachtpiloten B-24 cockpit

You could also open the Do 335 m3d with a hex editor and get them from there, but your way is even better, Ted!
 
I was thinking about airfield aircraft. It would be cool to have them with the canopies left open, but the default position is closed.
 
How does this relate to the original question ?

the original answer to the question was "no there is not a version of the model that can have the waist gun doors open and the VC windows closed". from there people have put forward ways in which he/you/anybody can alter the B24 VC file by hex editing the model code to achieve that state. its just the Hurricane has become the model that was experimented on in the thread.

Then in addition to the thoughts on how to edit the windows for the B24, other items have then been brought up as items that could be altered using the same techniques and the fact that certain items exist in gmax that are not well understood or utilized.

all relevant stuff, that gives people the knowledge to make their game better.

regards Rob.
 
ejection

Well it seems that there are several ejectionpart#_# that can be used, I see up to three. I think that they are hard coded into the game and allow you to tag several parts to be ejection activated. As Luca said the DO 335 has the pilot and associated cockpit pieces as well as the aft prop and tail section. So fun is to be had.

Also anyone know the difference between gauge_manifold_pressure and gauge_manifold_pressure_boost_indicator? Also,directional_gyro_needle, I suspect that these along with the lever_turbosupercharger, parking break and a few others were intended but never activated.

Oh the wasted potential......why did we never get CFS4:banghead:
 
May never get a CFS4 but WOTR will be as close to that as possible ,i hope. Can't wait for its release. Don't mean to get too far off topic but your post made it hard to pass it up. Regards,Scott
 
Not that I am aware of but you could easily disable the cockpit window animation with a hex editor.

Thanks, but now I have a couple more questions:
Is there a simple hex editor program that you recommend?
How can I tell what entry to edit in the file?

If the answer is "you obviously don't know enough to attempt this" I would appreciate the honesty and would not consider it rude.
Thanks.
 
Thanks, but now I have a couple more questions:
Is there a simple hex editor program that you recommend?
How can I tell what entry to edit in the file?

If the answer is "you obviously don't know enough to attempt this" I would appreciate the honesty and would not consider it rude.
Thanks.

Only one way to learn, prior knowledge is helpful but not required - just might take longer! I didn't have a clue about any of it till I tried, and it took a few tries before I did anything successfully.
 
Also, to the original question posed in this thread, being able to swap the starting state of the canopy parts (in your case, the gun positions) would be a solution, if it were found to be possible.
 
Is there a simple hex editor program that you recommend?
How can I tell what entry to edit in the file?

This pretty easy actually. I use the hex editor http://frhed.sourceforge.net/en/ but I don't do a lot of hex editing so I am not sure how it stacks up. You need to open up the B24 cockpit .m3d with your hex editor then use a search function to find "vc_canopy". Once you are at that entry , just visually scan higher up in the file for the entry "64 00 00 00 00 00 00 00 00 00 01 00 01 00 13" and then overwrite the 13 with 00. Then search for the next "vc_canopy" entry and repeat til they are all edited. There are a couple of screenshots in this tread of the relevant hex entry's. At the end save the updated file. Make a backup before you start.
 
I never would have ever figured out to look for the entry "64 00 00 00 00 00 00 00 00 00 01 00 01 00 13" and to overwrite the 13 with 00.
I tried it and it worked. Just what I was looking for.

THANKS FOR THE INFO, everybody.
 
Was just thinking, how are landing gear indicator lights usually set up in the VC? Could this method be used to change when the red lights come on? Nearly every model has the red lights come on when the gear are moving, but it seems the majority of WWII aircraft had the red lights on when the gear were up.
 
Those lights are usually small meshes keyframe animated to be visible or hidden following a set amount of frames. What you are after should be something like keyframe 0=red light on top and green light hidden, keyframe 1-99=all lights hidden, keyframe 100=green light on top and red one hidden. Unless there's a newly found way of manipulating animation keyframes with a hex editor, you need the source files for that.
 
Would that be ejection_part0, Luca?

For my P-47 project I went through the gmax CFS3 exporter with a hex editor this summer and made a list of all tags I encountered. The ejection tags are listed below. I didn't know what they were for but now that they start to make sense, I can perhaps put them to use...

ejection_part0
ejection_part1
ejection_part2
ejection_part3

ejection0_part0
ejection0_part1
ejection0_part2
ejection0_part3

ejection1_part0
ejection1_part1
ejection1_part2
ejection1_part3
 
Back
Top