r-ex / rsx

38 stars 2 forks source link

Titanfall 2 models that crashes #12

Open biast12 opened 5 months ago

biast12 commented 5 months ago

There's a few titanfall 2 models that seems to crash when trying to export them (while all the titanfall 2 .rpaks are loaded):

dropship_common.mdl
grunts_corpse_poses.mdl
human_male_anims_workspace.mdl
marvin_anims.mdl
pete_agents.mdl
pete_core.mdl
pete_menu.mdl
pete_poses.mdl
pete_reactions.mdl
pete_scripted.mdl
pete_scripted_beacon.mdl
pete_scripted_boss_intros.mdl
pete_scripted_intro.mdl
pete_scripted_r1.mdl
pete_scripted_sewers.mdl
pete_scripted_ship2ship.mdl
pete_scripted_skyway.mdl
pete_scripted_timeshift.mdl
pete_scripted_wilds.mdl
pete_skits.mdl
petepov_workspace.mdl
pilot_heavy_core.mdl
pilot_light_core.mdl
pilot_shared.mdl
pov_pete_core.mdl
robot_stalker_core.mdl
robot_stalker_reactions.mdl
robot_stalker_scripted.mdl
spectre_anims_workspace.mdl
spectre_core.mdl
spectre_reactions.mdl
straton_anims.mdl
straton_anims_1000x.mdl
super_spectre_core.mdl
super_spectre_reactions.mdl
super_spectre_scripted.mdl
super_spectre_traverse.mdl
titan_buddy_anims_workspace.mdl
titan_buddy_embark.mdl
titan_buddy_melee.mdl
titan_buddy_mp_core.mdl
titan_buddy_reactions.mdl
titan_buddy_scripted.mdl
titan_buddy_scripted_beacon.mdl
titan_buddy_scripted_s2s.mdl
titan_buddy_scripted_skyway.mdl
titan_buddy_scripted_timeshift.mdl
titan_buddy_scripted_wilds.mdl
titan_buddy_sp_core.mdl
titan_heavy_anims_workspace.mdl
titan_heavy_mp_core.mdl
titan_heavy_mp_embark.mdl
titan_heavy_mp_melee.mdl
titan_heavy_mp_reactions.mdl
titan_heavy_mp_scripted.mdl
titan_heavy_mp_synced.mdl
titan_heavy_sp_core.mdl
titan_light_anims_workspace.mdl
titan_light_mp_core.mdl
titan_light_mp_embark.mdl
titan_light_mp_melee.mdl
titan_light_mp_reactions.mdl
titan_light_mp_scripted.mdl
titan_light_mp_synced.mdl
titan_light_sp_core.mdl
titan_medium_anims_workspace.mdl
titan_medium_mp_core.mdl
titan_medium_mp_embark.mdl
titan_medium_mp_hotdrop_ajax.mdl
titan_medium_mp_hotdrop_wraith.mdl
titan_medium_mp_melee.mdl
titan_medium_mp_reactions.mdl
titan_medium_mp_scripted.mdl
titan_medium_mp_synced.mdl
titan_medium_sp_core.mdl
r-ex commented 5 months ago

hi, are you using 1.0.1-beta1 when trying this? if not, would it be possible for you retry these with this version and see if the problems still occur?

this pre-release version includes some fixes in the cast exporter that caused model export to crash sometimes

biast12 commented 5 months ago

yep i'm using 1.0.1-beta1 btw here is the crash report incase it helps rsx_crash.txt

r-ex commented 5 months ago

looks like these crashes are as a result of the models having no vertex data, since they are not "real" models. (probably) all of these models are used to store shared animations that can then be included into other models using the "includemodels" system

as such, they have no meshes and only contain animations, so they are (more or less) equivalent to anim rigs from Apex

this will be handled in a future update, but in the meantime, you aren't missing out on anything by not having them export properly

biast12 commented 5 months ago

yep that's all good, it was mostly so you guys knew which files crashed so you have concrete examples of files to fix etc