magcius / noclip.website

A digital museum of video game levels
https://noclip.website/
Other
3.27k stars 259 forks source link

Stripe vertex count limit prevents some FSA effects from playing #618

Open nbouteme opened 1 year ago

nbouteme commented 1 year ago

https://github.com/magcius/noclip.website/blob/530991bd91caeaeb5a470596a1a88590572bb571/src/Common/JSYSTEM/JPA.ts#L996

FSA: Four Swords Adventure Problematic effect IDs are 99 and 261 (possibly more) from the PAL version's particle.jpc, probably identical in other versions. They play for a few frames before the assertion fails. These effects make the renderer break and require reloading the page.

magcius commented 11 months ago

Feel free to submit a PR with the stripe count bumped up.