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

[ENHANCEMENT] Support for Continuity (Connected/Overlay Texture Mod) #57

Open
1 task done
ardissaps opened this issue Jun 12, 2022 · 7 comments
Open
1 task done
Labels
enhancement New feature or request low-priority This issue is low-priority

Comments

@ardissaps
Copy link

ardissaps commented Jun 12, 2022

What feature would improve this mod?

Aesthetic purpose.
cont

Why would this feature be useful?

Consistency when using connected/overlay texture resourcepack.

Is there any other relevant info about this feature request?

Related Mod
https://modrinth.com/mod/continuity

Mod Compatibility

  • This feature cannot be added through the config
@ardissaps ardissaps added the enhancement New feature or request label Jun 12, 2022
@ardissaps
Copy link
Author

Sorry duplicate post, my internet was slow.

@lukebemish lukebemish added the low-priority This issue is low-priority label Jun 16, 2022
@lukebemish
Copy link
Member

Continuity does not appear to have any documentation. This is something that could probably be rolled into the same fixes when I get animations working, but only if it works how I think it does.

@ardissaps
Copy link
Author

ardissaps commented Jul 11, 2022

I managed to add overlay with with resource pack using optifine format that are supported by Continutity, but it would be very time consuming if need to type every item id on the list one by one, if the resource can be generated using Dynamic Asset Generator that would be save a lot of time.
It is actually as simple as adding text "excavated_variant:xxx_xxx_ore" on the "xxxx.properties" files. As the asset already there in most resource pack it only need to register what block should be overlayed.

image
The screenshot was my custom texture (personal project) overlay I made for unearthed Schist using photoshop by mimic-ing Stay True template.

CTM documentation.

@lukebemish
Copy link
Member

I may get around to this at some point; it's pretty low priority, though. It's also a lot more complicated than you've made it out to be, as I need to actually generate all the different textures used for CTM depending on the resource pack in question, which entails reading and parsing the property files from other resource packs to determine the properties of my source files. It can get very complicated, very quickly. If you want a fix for this and have an idea how to get this working in a consistent fashion, one that works for your resource pack and also won't break others, feel free to PR a fix.

@Fnige
Copy link

Fnige commented Oct 16, 2022

Continuity does not appear to have any documentation. This is something that could probably be rolled into the same fixes when I get animations working, but only if it works how I think it does.

Continuity iirc ports Optifines connected texture format, maybe that'll help you out with finding out how to

@lukebemish
Copy link
Member

Unfortunately, I know far less about Optifine's format than Continuity's, but thank you for the lead.

@Fnige
Copy link

Fnige commented Oct 16, 2022

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request low-priority This issue is low-priority
Projects
None yet
Development

No branches or pull requests

3 participants