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

[invader-bludgeon] add feature to bludgeon bitmap tags missing bitmap sequence entries. #220

Open
Aerocatia opened this issue May 30, 2022 · 5 comments
Labels
invader-bludgeon This issue has to do with invader-bludgeon

Comments

@Aerocatia
Copy link
Collaborator

It turns out these are more common than I thought thanks to old MEK versions producing these and manually fixing it is giving people grief. This should be simple to do, just add a one-bitmap sequence entry for every bitmap in the bitmap data array. Sprites will not be able to be bludgeoned like this, but that is OK since it was completely hosed anyway if it was a sprite.

@Aerocatia Aerocatia added the invader-bludgeon This issue has to do with invader-bludgeon label May 30, 2022
@Jenetrix
Copy link

Jenetrix commented Feb 18, 2024

Has this been added yet? I keep running into this snag myself.

...in levels\b30\bitmaps\detail brushed metal.bitmap
Failed to compile tag levels\b30\bitmaps\detail brushed metal.bitmap
Failed to compile tag scenery\teleporter_base\shaders\teleporter_base.shader_environment

@Aerocatia
Copy link
Collaborator Author

Yeah, it's been in for a while. Is it not working on your tags?

@Jenetrix
Copy link

Does not seem to be working, its tags extracted from a custom edition map, and attempting to build targeting mcc. Several of the tags on this map are also failing to extract, being skipped over by the extractor, that it then cannot find when rebuilding.

@Aerocatia
Copy link
Collaborator Author

Hmm, what map is it?
There are a few things that can cause this, like maps being edited directly with eschaton.

@Jenetrix
Copy link

So i narrowed it down a bit and it may actually end up being out of scope for this specific issue. The map is coldsnap.map (custom edition), and when attempting to unpack it, several modified “default” tags are being ignored and skipped. When attempting to repack the map for MCC, after converting the tags and bludgeoning them, it is failing due to the missing tags. several modified default tags that do extract are having the aforementioned bitmap indexing issue even after bludgeoning.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
invader-bludgeon This issue has to do with invader-bludgeon
Projects
None yet
Development

No branches or pull requests

2 participants