-
Notifications
You must be signed in to change notification settings - Fork 75
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
add the possibility to import course from the decomp of mk64 #316
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the PR, didn't know mk64 had an interest in fast64 :)
I know nothing about mk64 so I can provide some insights on integrating with fast64 but not on the game stuff itself
I help to the decomp by document the game here is just minimal feature so only the model but later add actor spawn and waypoint can be great but I don't know to much blender to know how I can add this and later export this |
Co-authored-by: Dragorn421 <[email protected]>
Co-authored-by: Dragorn421 <[email protected]>
also other games like OoT have readmes with some documentation, like Ideally you'd create one as |
Just a quick thought. SM64 likely has some features that aren't relevant to mk64. Is there a possibibility of an mk64 mode that disables stuff like geo layouts? |
when you create another categories/game it disable other thing of SM64 and OOT so it's fine |
@Dragorn421 also on blender MK64 onglets never disappear you know why ? |
Co-authored-by: Dragorn421 <[email protected]>
I'll look into it, I assumed from the code that'd work bump on #316 (comment) (version prop) btw |
I test on windows and it work and I fix two little mistake so normally all it's good, if |
yes but ideally we'd follow the blender standard/recommendation, so pep8 with a few naming conventions, at the end of the day this is mostly fine but moving foward its best to go with something more conventional, that's what seems to be the agreed upon idea anyways although it's not very inforced. |
I know python base of naming convention but use snake case now feel weird because everything else are in camel case so I think a specialise PR to fix naming convention issue will be better then update some code with it but not all |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry if I come across as overly nitpicky, just trying to not miss anything before aproving
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I also tested to make sure the pr still worked and it does :) (well if you fix the draw layer aha)
Co-authored-by: Lila <[email protected]>
Co-authored-by: Lila <[email protected]>
Co-authored-by: Lila <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'd rename f3d_course_parser.py to mk64_model_classes.py to match oot
Commiting my suggestion was a bad idea |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm sorry for my incompetence with this review, I wanted to approve today to not make you wait more and in hurry made a mistake, sorry for making this take so long.
If you want to you can get the suggestion commited, I verified the code is up to date this time and edited it, it's a minor thing so I will leave this approved |
but now it's fixe |
No description provided.