MaximumADHD / Rbx2Source

A utility tool that automatically assembles Roblox assets into geometry data, which is then compiled into the Source Engine.
73 stars 34 forks source link

Dynamic heads are unsupported #91

Open femou1 opened 1 year ago

femou1 commented 1 year ago

The dynamic heads from Roblox are currently unsupported on Rbx2Source, and lead to the error "Index was outside the bounds of the array". The only known workaround for now is to remove this type of head from your Roblox avatar before compiling.

Golden193 commented 1 year ago

ye that sucks builder man has the dynamic head so you cant have him now

femou1 commented 1 year ago

You could reproduce the avatar yourself without dynamic heads at worst case scenario. Maybe someday a fix will be added to default dynamic heads to other specific heads that aren't dynamic to at least not make it error out, if I can manage some way to do that.