emoose / OutRun2006Tweaks

Turning and spinning and spinning and turning, woah!
MIT License
305 stars 0 forks source link

Clarissa's model is censored in the arcade ending cutscene. #61

Open Tenome opened 1 month ago

Tenome commented 1 month ago

So I'm not clogging up the Texture Pack thread.

RestoreJPClarissa turned on. Old censored model being loaded for the Heart Attack cutscene?

OR2006C2C_vRNlDNrhKp

lance8765 commented 1 month ago

I wonder if it is censored while she is on the passenger's seat during gameplay...

Tenome commented 1 month ago

I wonder if it is censored while she is on the passenger's seat during gameplay...

It didn't look like she was. The ending cutscene model might just load a different chara ID like emoose suggested.

emoose commented 1 month ago

Might have found the code that switches her model, inside get_chrset func is a check that changes the model to 0xF if it was 0xE, seems 0xF (15) is the censored one while 0xE / (14) is uncensored.

If I remove that check her model just becomes invisible during the ending though... which is strange because if I force 0xE to load in as the passenger, that model does draw fine (though with pretty messed up anims, I'll spare you from seeing that)

Haven't found much that would make the ending chara render different to the passenger yet, maybe it's something weird like censored anims being different and not working properly with the uncensored model, will try looking into it some more soon.