Dominexis / Atlas-Logger

The Atlas Logger is used to create the atlas files in your resource packs after the 1.19.3 update broke them.
Apache License 2.0
31 stars 9 forks source link

I'm confused about what I should do with the program and the script #2

Open dahddi opened 1 year ago

dahddi commented 1 year ago

There's no issue with the code I think, however, for me it is a bit confusing on how to set up the code, so I'm wondering if you could be more specific or make it more clear of what should I enter, where should the name of the resource pack go and the "Singles or Folders option" because I don't have any idea what that is. Thank you for your patience.

Dominexis commented 1 year ago

When you get to the point where it says "Fix resource pack by name. Enter "0" to go back." that is where you enter the name of the resource pack. Generally it is easier to get the resource pack by list.

Singles vs Folders mode changes how the atlas file actually generates. They can list either individual files or entire directories. Directories are more convenient to use for modifying the resource pack, but they can inflate the size of the atlas file if it includes a bunch of other textures (for instance including the 'entity' folder). Singles makes it list off the individual files, which minimizes the size of the atlas, but makes it more difficult to change the resource pack (you'd either have to atlas log the pack again or add the textures to it manually).

I hope that answered some of your questions.