Tire Rotation

gavinc hit the nail right on the head.
Sure enough r_tire is the last entry in the DICT_SECTION. reorganising it thus
Code:
;DICT_SECTION
;FLOAT32   AE        4         {2A09AF32-34E5-11D3-A479-00105A24D108}  l_gear
;FLOAT32   AA        4         {BA9EBED0-34E5-11D3-A479-00105A24D108}  r_gear
;FLOAT32   B6        4         {FC649DE0-34E5-11D3-A479-00105A24D108}  c_gear
;FLOAT32   BA        4         {DC7E5F6D-33A3-4183-AC11-997A0E14575A}  r_spoiler
;FLOAT32   BE        4         {E54A2C80-935E-4C5D-8700-1E1E495E0077}  l_spoiler
;UINT32    A4        4         {FBD8EE2C-39A7-4E9C-B527-AA632FE7E50F}  engine0
;UINT32    A0        4         {D50CA991-BE29-49DC-811C-9BAD544D9AD9}  engine1
;UINT32    9C        4         {B50DD089-FD07-45D7-A84F-6BC19F2F5D83}  engine2
;UINT32    98        4         {53CAB4CC-FE7A-40B3-9EB2-C5805BC949B7}  engine3
;FLOAT32   B2        4         {9E5C1C91-D1A9-477F-B78C-68AD64D4AF56}  f_canopy
;UINT32    C2        4         {4CF550DF-134D-4989-BACD-978E3A69D82E}  c_tire
;UINT32    CA        4         {4D54624D-D897-4408-876E-1E3E38A253B0}  l_tire
;UINT32    C6        4         {747D97A8-8770-4FC7-B8F7-1D893A2544BB}  r_tire
;UINT16    A8        2         {0EECADB4-1724-41C6-B977-D87A4C9544E8}  crash_check
Fixed the wheel.
The attached file is clearly not a PDF please don't try opening it as such. It needs to be tested to see what effect moving crash_check has.

Well i am learning things as well - I never realized that the definitions could be out of numerical order.

Gavin
 
BD,
Now the tyre's working I would take this opertunity to null out the crash check entry, which conveniently is the last one now! Also if there is a g_lightstates entry, null this as well.

This will stop the possiblity of CTDs in QC or missions caused by these 'left-overs'.

Another bit of very useful info here, thanks fellas!

Cheers Shessi
 
Sometimes it can be solved by adding a dummy line to the end of the GUIDParam section. In this case I would use something like
;UINT32 E0 4 {00000000-0000-0000-0000-0000000000000} dummy0

Hope this helps.

Gavin
Well, this is the one I tried....works like a charm. :jump: Thanks Gavinc and also to everyone else that pitched in. It's nice to see something come together like this.

The A-7 has a complete set of rollers now. Can you see that in the picture?
Yeah...I didn't think so. But it's there. :ernae:
Dave
 
BD,
Now the tyre's working I would take this opertunity to null out the crash check entry, which conveniently is the last one now! Also if there is a g_lightstates entry, null this as well.

This will stop the possiblity of CTDs in QC or missions caused by these 'left-overs'.

Another bit of very useful info here, thanks fellas!

Cheers Shessi

Well, Shessi...

I'm using the mdl.zip.pdf that simonu fixed in the post above.

If you could fix it and re-post it, ...or if simonu can do the deed...?

...I'd be happy to test it.

That's about the extent of my contribution on this one.

Thanks in advance.
Blue Devil
 
Back
Top