Open
Conversation
it's outdated and no longer updates.
- update png optimization script too.
Contributor
Author
|
if anyone has any ideas what else to trim lemme know. |
Contributor
|
(zander also wants specifically the contentDB zip file to be under 30mb, i believe) |
TheEt1234
approved these changes
Feb 12, 2026
| path = mods/hotbar_switching | ||
| url = https://github.com/TheEt1234/hotbar_switching | ||
| [submodule "luanti_lsp_definitions"] | ||
| path = luanti_lsp_definitions |
Contributor
There was a problem hiding this comment.
(ok, i'll do the same for stubes too)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
spawned out of #241
the
optimize_audio.pyperforms lossy optimization usingffmpegon "high quality" audio files (read the source to see what i mean by that). it seems that all of the audio is optimized to some degree, at least according to the configs i've set. because it is lossy, it will destroy data so don't run it on the same files more than once. you can avoid that by simply running it on new audio files introduced by a commit.python devtools\optimize_audio.py 1234abcd # optimizes all audio files involved in commit 1234abcdthe script itself skips over non-"high quality" audio files so that helps