What you described is what I was doing, and I still get the only a GUI.pkg of 129kb. Case sensitivity doesn't appear to affect anything- I tried upper, lower, both, no change.
One thing I had to do, that you didn't mention, is create a folder called "manifest" inside of the GUI\ folder, or else it returned an error. Maybe that's part of the problem?
After I created the "manifest" folder, this is what I type and the message I get:
C:\Users\Sadastor\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.12_qbz5n2kfra8p0\LocalCache\local-packages\Python312\Scripts>deppth pk -s gui -t gUi.pkg
Packing C:\Users\Sadastor\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.12_qbz5n2kfra8p0\LocalCache\local-packages\Python312\Scripts\gui to target package gUi.pkg
Scanning Manifest
And that's all it says. I've tried moving around the pngs between all the files, but it doesn't pick anything up. This is the first time I've ever used Python so maybe there's something obvious an experienced python user would know. Pillow and lz4 are both installed.
Before I added the "manifest" folder, this is the message I got:
*Packing C:\Users\Sadastor\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.12_qbz5n2kfra8p0\LocalCache\local-packages\Python312\Scripts\gui to target package gUi.pkg
Scanning Manifest
Traceback (most recent call last):
File "<frozen runpy>", line 198, in _run_module_as_main
File "<frozen runpy>", line 88, in run_code
File "C:\Users\Sadastor\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.12_qbz5n2kfra8p0\LocalCache\local-packages\Python312\Scripts\deppth.exe_main.py", line 7, in <module>
File "C:\Users\Sadastor\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.12_qbz5n2kfra8p0\LocalCache\local-packages\Python312\site-packages\deppth\cli.py", line 39, in main
args.func(args)
File "C:\Users\Sadastor\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.12_qbz5n2kfra8p0\LocalCache\local-packages\Python312\site-packages\deppth\cli.py", line 61, in cli_pack
pack(source, target, entries, logger=lambda s: print(s))
File "C:\Users\Sadastor\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.12_qbz5n2kfra8p0\LocalCache\local-packages\Python312\site-packages\deppth\deppth.py", line 93, in pack
for filename in os.listdir(manifest_dir):
^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [WinError 3] The system cannot find the path specified: 'C:\Users\Sadastor\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.12_qbz5n2kfra8p0\LocalCache\local-packages\Python312\Scripts\gui\manifest'
hmm... when you extract GUI.pkg file it should create a manifest folder and all the json that is in the package file.
I'd suggest you back up your changes, and extract GUI.pkg file again, and see what happens. And make sure it's the original GUI.pkg and not the overwritten one that is 129kb. once extracted check the manifest folder, it should have 121 files with the same names as the png in .json
I'm certain that's your problem somehow those files didn't get extracted or was deleted? Extract the og gui file and replace the art with your backed up changes and you should be good to go.
Very nice work! I took a break from working on the 1080p version of the mod to play games on my spare time but I'll eventually finish it and uploaded to share. I'm redoing the art so it's less anime and more western, all AI gen of course with big boobies.
What you described is what I was doing, and I still get the only a GUI.pkg of 129kb. Case sensitivity doesn't appear to affect anything- I tried upper, lower, both, no change.
One thing I had to do, that you didn't mention, is create a folder called "manifest" inside of the GUI\ folder, or else it returned an error. Maybe that's part of the problem?
After I created the "manifest" folder, this is what I type and the message I get: C:\Users\Sadastor\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.12_qbz5n2kfra8p0\LocalCache\local-packages\Python312\Scripts>deppth pk -s gui -t gUi.pkg Packing C:\Users\Sadastor\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.12_qbz5n2kfra8p0\LocalCache\local-packages\Python312\Scripts\gui to target package gUi.pkg Scanning Manifest
And that's all it says. I've tried moving around the pngs between all the files, but it doesn't pick anything up. This is the first time I've ever used Python so maybe there's something obvious an experienced python user would know. Pillow and lz4 are both installed.
Before I added the "manifest" folder, this is the message I got:
*Packing C:\Users\Sadastor\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.12_qbz5n2kfra8p0\LocalCache\local-packages\Python312\Scripts\gui to target package gUi.pkg Scanning Manifest Traceback (most recent call last): File "<frozen runpy>", line 198, in _run_module_as_main File "<frozen runpy>", line 88, in run_code File "C:\Users\Sadastor\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.12_qbz5n2kfra8p0\LocalCache\local-packages\Python312\Scripts\deppth.exe_main.py", line 7, in <module> File "C:\Users\Sadastor\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.12_qbz5n2kfra8p0\LocalCache\local-packages\Python312\site-packages\deppth\cli.py", line 39, in main args.func(args) File "C:\Users\Sadastor\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.12_qbz5n2kfra8p0\LocalCache\local-packages\Python312\site-packages\deppth\cli.py", line 61, in cli_pack pack(source, target, entries, logger=lambda s: print(s)) File "C:\Users\Sadastor\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.12_qbz5n2kfra8p0\LocalCache\local-packages\Python312\site-packages\deppth\deppth.py", line 93, in pack for filename in os.listdir(manifest_dir): ^^^^^^^^^^^^^^^^^^^^^^^^ FileNotFoundError: [WinError 3] The system cannot find the path specified: 'C:\Users\Sadastor\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.12_qbz5n2kfra8p0\LocalCache\local-packages\Python312\Scripts\gui\manifest'
hmm... when you extract GUI.pkg file it should create a manifest folder and all the json that is in the package file.
I'd suggest you back up your changes, and extract GUI.pkg file again, and see what happens. And make sure it's the original GUI.pkg and not the overwritten one that is 129kb. once extracted check the manifest folder, it should have 121 files with the same names as the png in .json
I'm certain that's your problem somehow those files didn't get extracted or was deleted? Extract the og gui file and replace the art with your backed up changes and you should be good to go.
Thanks for your help. Here is my mod.
https://modhq.org/Hades
Very nice work! I took a break from working on the 1080p version of the mod to play games on my spare time but I'll eventually finish it and uploaded to share. I'm redoing the art so it's less anime and more western, all AI gen of course with big boobies.
Here's a side by side example of Patroclus
Why does the modded version holding the spear have black arms? Em... he's wearing armor, yeah that's right, not because I'm lazy.