Skip to content
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

Update Model for Scene 3 Act 0 #50

Closed
kion-dgl opened this issue Sep 17, 2024 · 0 comments · Fixed by #54
Closed

Update Model for Scene 3 Act 0 #50

kion-dgl opened this issue Sep 17, 2024 · 0 comments · Fixed by #54
Assignees
Labels
enhancement New feature or request

Comments

@kion-dgl
Copy link
Owner

kion-dgl commented Sep 17, 2024

The scope of this issue is to update ST03.BIN to replace the MegaMan model with Miku. The file is compressed, but because our model should be about the same size it should be the same as our existing replace with decompress followed by compression.

Approach

We need to update the two files ST03T.BIN (textures) and ST03.BIN (model).

Previously I was updating by models or texture and trying to group anything, but it might make more sense to organize my code around which files need to be edited. This way i can track which files are being edited and where.

In the case that I'm editing the same file multiple times, i'm generally writing to the out folder, and then reading from the out folder and writing back again. This means that i'm mostly praying on what happens.

I should start with ST03T.BIN, as it needs to be updated in three places. The body, face, and egg palette.

@kion-dgl kion-dgl self-assigned this Sep 18, 2024
@kion-dgl kion-dgl added the enhancement New feature or request label Sep 18, 2024
@kion-dgl kion-dgl linked a pull request Sep 20, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant