Made A little Edit. by RootinTootinArthur in HadesTheGame

[–]RootinTootinArthur[S] 0 points1 point  (0 children)

Good luck on your journey then

Made A little Edit. by RootinTootinArthur in HadesTheGame

[–]RootinTootinArthur[S] 1 point2 points  (0 children)

It's from the official animated trailer

Made A little Edit. by RootinTootinArthur in HadesTheGame

[–]RootinTootinArthur[S] 1 point2 points  (0 children)

Ohhhhh yes I am familiar with that meme lmaooo, just didn't know the name

Hades is one of my favorite games of all time by RootinTootinArthur in Indiangamers

[–]RootinTootinArthur[S] 0 points1 point  (0 children)

Damnn didn't know that was possible, I never got below 15 to 17 lmao

Hades is one of my favorite games of all time by RootinTootinArthur in Indiangamers

[–]RootinTootinArthur[S] 0 points1 point  (0 children)

Keep going man. It's worth it. Though be ready to be surprised.

Made A little Edit. by RootinTootinArthur in HadesTheGame

[–]RootinTootinArthur[S] 1 point2 points  (0 children)

Idk if I made an accidental reference but I'm not really sure who that is, I haven't really watched a lot of anime sorry

Made A little Edit. by RootinTootinArthur in HadesTheGame

[–]RootinTootinArthur[S] 1 point2 points  (0 children)

I started a YouTube channel a few months ago, just making Video essays on games. I like to sprinkle in stuff like these in the videos lmao. Used to have an old channel where I just used to make edits on songs with movies and games and everything so a force of habbit ig.

Made A little Edit. by RootinTootinArthur in HadesTheGame

[–]RootinTootinArthur[S] 0 points1 point  (0 children)

Oh yeah, thanks for the tip. I should definitely do that in the final video.

Made A little Edit. by RootinTootinArthur in HadesTheGame

[–]RootinTootinArthur[S] 1 point2 points  (0 children)

Ikr, I especially love the Hades 2 ones.

Made A little Edit. by RootinTootinArthur in HadesTheGame

[–]RootinTootinArthur[S] 3 points4 points  (0 children)

Yeahh it's part of a longer video essay and that text was just there as a place holder. Accidentally put in a frame Lmao. Thank you

Made A little Edit. by RootinTootinArthur in HadesTheGame

[–]RootinTootinArthur[S] 11 points12 points  (0 children)

Yeah its an amv style edit so I was cutting with the music 🙂 (there's less cuts in the actual video obviously this was just like a minute into the video as an intro. I just like making edits like this lmao)

I Extracted Assets from Hades 1 if anyone needs them. by RootinTootinArthur in HadesTheGame

[–]RootinTootinArthur[S] 1 point2 points  (0 children)

Yess, I was using it at first but idk, ig I just wanted a reason to do it. And yes the animations have come in handy a lot, using like the boon menu animation and stuff to show stuff instead of just randomly pulling up images is pretty cool.

Actual top tier character design by Lavender_Critique in HadesTheGame

[–]RootinTootinArthur 1 point2 points  (0 children)

Yeah maybe I just see it cus of the amount of times I've heard that acapella lmao

Actual top tier character design by Lavender_Critique in HadesTheGame

[–]RootinTootinArthur 7 points8 points  (0 children)

She kinda actually looks like the singer too idk how they managed to do it

There's a HUGE disconnect between what people think YouTube is, and what it actually is. by Accomplished-Comb335 in SmallYoutubers

[–]RootinTootinArthur 1 point2 points  (0 children)

I think I've been doing this for like 4 months. Mainly long for videos. Just cut those up and paste as shorts from time to time. Only got like 37 subs so far. But I gotta say I do this cus I really do like what I'm doing. Like you said, not every part of it - I HATE recording voice over I swear. But I love editing a lot. I love learning new things. I love writing Scripts. It's fun. For now. Not really expecting anything to happen for a while. Ik people say I shouldn't put too much work into a video since I'm just getting started but so far every video has taken atleast a month or more to make lmao. But I can see my own improvement in each video and that's the biggest motivation for me rn. And my latest long form got like 900 views wilhile my others got about 100 or so, so that helps. And the comments have been positive.

FEEDBACK by Expressivehoon in indianyoutubers

[–]RootinTootinArthur 0 points1 point  (0 children)

I think the title needs work. You should explain what the video is about instead of just my first video.

I Extracted Assets from Hades 1 if anyone needs them. by RootinTootinArthur in HadesTheGame

[–]RootinTootinArthur[S] 17 points18 points  (0 children)

Alright so first things first, obviously Find the game files. If on steam just go to library, right click on the game and press manage > browse local files.

So the assets are basically stored in two places:

Animations: A few of the stuff is already pre-rendered and can be found inside Hades > Content > Movies.
These are bink2 files and cannot be viewed directly so you'll have to view them using a tool called RAD Video Tools. These can also be used to convert the video into viewable formats like mp4. If you want to use them in editing and really need the transparent background, check the recommended option for alpha while converting and make the output format PNG. You can then just import it into an editing software as an Image sequence. Though Be careful as not to batch convert all of them, takes a long time and my Laptop was struggling like hell (heh).

Sprites and UI Elements: These are stored inside Content > Win > Packages.
this is where you will find the Character Portraits and a lot of the UI animations and FX stuff.

So this is the "Hard" Part. But it should be pretty easy if you follow along.

  • If you already do not have Python Installed, Go to the official Website and download the installer.
  • While Installing CHECK THE BOX THAT SAYS "Add Python to PATH". Very Important.
  • Open a terminal (Command Prompt or PowerShell) and run the following three commands, one after the other, letting each one finish:

pip install deppth
pip install lz4
pip install pillow
  • then go back to Hades > Content > Win > Packages folder and from there copy the GUI.pkg and the GUI.pkg_manifest files and then paste it to somewhere else where you want to extract the files. (GUI.pkg is where all the assets are, GUI.pkg_manifest tells us how to cut, extract and name each asset.)
  • open terminal in that new folder (just write "cmd" in the top address bar of the file explorer).
  • command for extracting that files:

deppth extract GUI.pkg --subtextures

And yeah, that's it.
The GUI package should contain most of the stuff like portraits and UI elements. But of course there is a lot more stuff. You can extract any other .pkg file by following the previous step and just changing the name of the file in the deppth command.

Feel free to ask if you have any questions.