Okay, I keep getting an error every time I put the hades2.exe path, and then when it comes to the bottom one, none of the png portraits show up. like even though they're in the file when I select brows the file is enpty. How does this thing work, cause I followed the directions and i only get errors every time
Greetings, and thank you for the mod! I have a few questions since I am fairly new to modding. When I create the folder with the new edited images, where am I supposed to place said folder? And am I supposed to delete/remove the old images? I ask since I am getting a few errors involving character limit, and the game is refusing to boot with the new images, asking me to verify integrity with Steam. I would like to add that this is after the Olympus update, id it is any help. Also, the presence of this error "cannot write more than 33554432 bytes at once error".
you make it sound simple. I see you uploaded source code but I have too little knowledge to get from code to exe. anyone know how to get this working ?
I don't understand something. I download the Example-42-v1-1718542770 file, I take the file and extract it into the ship folder, then I don't understand the steps how to proceed, how to do it. If you could help me, I would be grateful.
you should download the example and the exporter, and run the exporter specifying Hades2.exe locaton and the example folder, and the exporter will patch your game
Traceback (most recent call last): File "RunMe.py", line 5, in <module> File "<frozen importlib._bootstrap>", line 1354, in _find_and_load File "<frozen importlib._bootstrap>", line 1325, in _find_and_load_unlocked File "<frozen importlib._bootstrap>", line 929, in _load_unlocked File "PyInstaller\loader\pyimod02_importers.py", line 419, in exec_module File "FileLogic.py", line 246, in <module> File "FileLogic.py", line 217, in patch_pack PermissionError: [WinError 21] The device is not ready: 'E:\\SteamLibrary\\steamapps\\common\\Hades II\\Ship' [23044] Failed to execute script 'RunMe' due to unhandled exception! Exception ignored in atexit callback: <function rmtree at 0x000001A012C1CCC0> Traceback (most recent call last): File "shutil.py", line 781, in rmtree File "shutil.py", line 622, in _rmtree_unsafe AttributeError: module 'os' has no attribute '_walk_symlinks_as_files'
But I cant find "FileLogic.py" in the -iternal folder to change the hard drive maynuelly". It is D for me
but where? If I open the exe cmd opens for a second and closes again. nothing else happens. So I started the exe in cmd and tried to fix the problem until i got that. I dont get any GUI after i start the ece. I downloaded the newest python too.
Having the same issue, it's automatically closing before I can select anything. It may be because my Steam files are stored on a separate drive and it's trying to automatically find them in another drive?
I tested this new mod on Linux and it works there too. Same procedure should work also on the Steam Deck.
Steps are the following:
Get Protontricks. In the Steam Deck it should be available in the Discovery Store / FlatHub repository. In any other Linux distro, it is available in your package manager repository.
Run Protontricks and select Hades II from the list
In the available options, select: "Select default wineprefix" --> "Run explorer"
With Explorer open, navigate and run the RunMe.exe executable. GUI would start like in Windows.
Here below a picture of the Patcher running on my main computer.
Hmmm... i tried to replace portraits with a new images. Worked fine for codex page, but they always end up in a wrong position on the 'dialogue' screen. I keep the exact same size and align them with the originals, but still no luck. Am i missing something?
Sorry, may be a dumb question. It works great on my computer, but if I wanted to play on my Steam Deck with the modded images, which files would I move over? Just the .exe file or something else?
steam deck does not have a standalone version, you can either - use the python script version (requires python knowledge) - patch on computer and copy the folder SteamLibrary\steamapps\common\Hades II\Content\Packages to your steam deck (I use pscp from putty, this requires enabling ssh and setting up a password on the deck too, there are tutorials on this online) then run on computer (adjust the first quoted path in accordingly)
pscp -r "D:\SteamLibrary\steamapps\common\Hades II\Content\Packages\720p" "deck@steamdeck:/home/deck/.local/share/Steam/steamapps/common/Hades II/Content/Packages" or (this is slower, 1080p folder in unnessary on Steam deck)
Thanks a ton for this! I've been wanting to mess around with the assets but had no idea how to extract them. Looking through the assets give some spoilers on unimplemented content too...
36 comments
If I execute the exe I get:
Traceback (most recent call last):
File "RunMe.py", line 5, in <module>
File "<frozen importlib._bootstrap>", line 1354, in _find_and_load
File "<frozen importlib._bootstrap>", line 1325, in _find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 929, in _load_unlocked
File "PyInstaller\loader\pyimod02_importers.py", line 419, in exec_module
File "FileLogic.py", line 246, in <module>
File "FileLogic.py", line 217, in patch_pack
PermissionError: [WinError 21] The device is not ready: 'E:\\SteamLibrary\\steamapps\\common\\Hades II\\Ship'
[23044] Failed to execute script 'RunMe' due to unhandled exception!
Exception ignored in atexit callback: <function rmtree at 0x000001A012C1CCC0>
Traceback (most recent call last):
File "shutil.py", line 781, in rmtree
File "shutil.py", line 622, in _rmtree_unsafe
AttributeError: module 'os' has no attribute '_walk_symlinks_as_files'
But I cant find "FileLogic.py" in the -iternal folder to change the hard drive maynuelly". It is D for me
I dont know what I did wrong.
Steps are the following:
- Get Protontricks. In the Steam Deck it should be available in the Discovery Store / FlatHub repository. In any other Linux distro, it is available in your package manager repository.
- Run Protontricks and select Hades II from the list
- In the available options, select: "Select default wineprefix" --> "Run explorer"
- With Explorer open, navigate and run the RunMe.exe executable. GUI would start like in Windows.
Here below a picture of the Patcher running on my main computer.Happy modding!
Thank you!
- use the python script version (requires python knowledge)
- patch on computer and copy the folder SteamLibrary\steamapps\common\Hades II\Content\Packages to your steam deck (I use pscp from putty, this requires enabling ssh and setting up a password on the deck too, there are tutorials on this online)
then run on computer (adjust the first quoted path in accordingly)
pscp -r "D:\SteamLibrary\steamapps\common\Hades II\Content\Packages\720p"
"deck@steamdeck:/home/deck/.local/share/Steam/steamapps/common/Hades
II/Content/Packages"
or (this is slower, 1080p folder in unnessary on Steam deck)
pscp -r "D:\SteamLibrary\steamapps\common\Hades II\Content\Packages" "deck@steamdeck:/home/deck/.local/share/Steam/steamapps/common/Hades II/Content"
both are unfortuneately not straightforward. so if you can't do any of these let me know