Olganix / Sw_Racer

Tools relative to Starwars Racer.
Other
16 stars 2 forks source link

There are collision objects which don't use the default material in Collada export #39

Closed JayFoxRox closed 6 years ago

JayFoxRox commented 6 years ago

I have seen this in the collision for Model 131. I believe these might be referenced "Malt" ?

Or is this intentional?

Olganix commented 6 years ago

there is some Section5 without Section52 (I just turn off the warning when I pass from emd to collada). so it's might have this strange things to have texture on collision.

JayFoxRox commented 6 years ago

The game allows for a different top speed depending on the surface, so our collision export is incomplete as it doesn't describe surface types (which should probably happen in the material and must be stored somewhere in the model).

The ice lake and icy tunnels on Ando Prime might also be handled in the collision object. But they could also be properties of the area (See #46 )

JayFoxRox commented 6 years ago

I've documented more in https://github.com/OpenSWE1R/swe1r-re/issues/34 (also follow links)

We should look out for these flags. To im- and export this, we should probably just give the materials special names ("ZOff_Slow_Swst" etc.) so we can reconstruct the information on re-import.

JayFoxRox commented 6 years ago

I blieve this was closed in 457dff8404da5a841dfed5676c268db37bd37055 If there's still issues with the implementation a new issue should be created.