acemod / ACE3

Open-source realism mod for Arma 3
https://ace3.acemod.org
Other
994 stars 735 forks source link

Earbuds p3d needs porting #15

Closed nicolasbadano closed 9 years ago

nicolasbadano commented 9 years ago

The earplugs 3d model expects the texture to be on agm_hearing\ui\earplug_co.paa

PabstMirror commented 9 years ago

a78f5085514bda5ea5bc96c4fb420402c945c960

nicolasbadano commented 9 years ago

I already ported hearing. That's not the issue though. It's the model

PabstMirror commented 9 years ago

All I did was rename the texture path.

 0:01:54 Key frame animation, no 'keyframe' property
 0:01:54 Warnings in z\ace\addons\hearing\ace_earplugs.p3d:1
 0:01:54 Key frame animation, no 'keyframe' property
 0:01:54 Warnings in z\ace\addons\hearing\ace_earplugs.p3d:3
 0:01:54 Key frame animation, no 'keyframe' property
 0:01:54 Warnings in z\ace\addons\hearing\ace_earplugs.p3d:5

I was trying to figure this out this RPT error, turns out it's just because the game uses the unBined p3d (because of file patching). Doh. Will probably happen on other p3ds.

Using just the bin'ed p3d and it seems to be working fine.