-
Notifications
You must be signed in to change notification settings - Fork 54
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New polygon form found ! #23
Comments
EDIT Got it !!! 👯 👯 👯 👯 👯 👯 👯 Here's the code used as I'm being in a rush:
But it's pretty strange 2 be honest, there are 4 next colors, but there is an offset between previous ones: We'll get to it 👍 👍 👍 Spent the damn whole night but at least it paid off 🎯 Cheers ! |
Awesome! |
Thanks ! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I guess I've found something 💃
HEAD.PRM (Wipeout 1)
For those polygons:
Basically the
SubType
in the polygon header is misleading, when there are more than 255 vertices, the SubType actually becomes an index as you can see below, and the length of polygons change:(SHLD is a small object with less than 0xFF vertices, HEAD exceeds 0xFF)
They are bigger than usual:
The
if
are the code I've added to my working base and you can see the result below,It seems to be the trophy championship or something but I can't remember where it's in the game ...
By the way I did somehow try to understand the logic in IDA, there were nearly 20+ cases in
switch
blocks which makes me believe there are way more forms of polygons that one can think of ... but there must be some logic after all !Any clue/hints are welcome !
Thanks :D
The text was updated successfully, but these errors were encountered: