ROM Hack Question Installing Mods For Bloodstained

magusdavyd

Member
OP
Newcomer
Joined
Apr 12, 2020
Messages
7
Trophies
0
Age
33
XP
53
Country
United States
I managed to get one mod to kinda work by throwing it into a "~mods" folder just as you would for the PC version (except under romfs then BloodstainedRotN and so on). The character's skin texture is modified but the actual model isn't. Any and all other mods don't seem to work at all. I don't think there's a config file that needs to be modified to allow mods. Also, unpacking the .pak files is doable, but I haven't had luck repacking them. Has anyone managed to get any mods (apart from the 60fps) to work on this game?
 

masagrator

The patches guy
Developer
Joined
Oct 14, 2018
Messages
6,260
Trophies
3
XP
12,014
Country
Poland
I managed to get one mod to kinda work by throwing it into a "~mods" folder just as you would for the PC version (except under romfs then BloodstainedRotN and so on). The character's skin texture is modified but the actual model isn't. Any and all other mods don't seem to work at all. I don't think there's a config file that needs to be modified to allow mods. Also, unpacking the .pak files is doable, but I haven't had luck repacking them. Has anyone managed to get any mods (apart from the 60fps) to work on this game?
Clarification:
- there is no special folder for mods. Anything you will put to Paks folder that will be correctly named and according to UE4 sorting will be loaded after main pak will be loaded. ~mods folder just simplifies it for some games. Only exception from this are signed paks, but they are not existing in Switch games

- How to make UE4 patches:
https://gbatemp.net/threads/how-to-unpack-and-repack-unreal-engine-4-files.531784/
 

magusdavyd

Member
OP
Newcomer
Joined
Apr 12, 2020
Messages
7
Trophies
0
Age
33
XP
53
Country
United States
I was hoping you'd see this; you're very knowledgeable in Unreal Engine. You wouldn't happen to know what version of UE4 they used? I'm running 4.24 (definitely not what they used) but I was able to unpak and repak YOUR mod. However, it crashes on boot; so I must not be signing it correctly.

Also, as an amateur developer, I wanted to make some homebrew for the Switch but with UE4. I know Game Maker games can be ported pretty easily by just copying the files over into an existing Switch game made with Game Maker (Undertale being the main one used for this). Any hopes that could work doing a similar method but with games made in UE4?

Edit: Your tool has a version checker, but I could not for the life of me get it to work at all.
 
Last edited by magusdavyd,

masagrator

The patches guy
Developer
Joined
Oct 14, 2018
Messages
6,260
Trophies
3
XP
12,014
Country
Poland
I was hoping you'd see this; you're very knowledgeable in Unreal Engine. You wouldn't happen to know what version of UE4 they used? I'm running 4.24 (definitely not what they used) but I was able to unpak and repak YOUR mod. However, it crashes on boot; so I must not be signing it correctly.
It's v4, so Unreal Engine 4.19

Also, as an amateur developer, I wanted to make some homebrew for the Switch but with UE4. I know Game Maker games can be ported pretty easily by just copying the files over into an existing Switch game made with Game Maker (Undertale being the main one used for this). Any hopes that could work doing a similar method but with games made in UE4?


Nope. GameMaker games have this advantage that exefs is not made specifically for one game assets, so it can load any assets.
UE4 is making exefs game specific, so it cannot be used in the same way as GameMaker. The same is with Unity.
Edit: Your tool has a version checker, but I could not for the life of me get it to work at all.

Share screenshot.
 

magusdavyd

Member
OP
Newcomer
Joined
Apr 12, 2020
Messages
7
Trophies
0
Age
33
XP
53
Country
United States
So I downloaded a quick mod for the game and when I try to open it up in the 1check.cmd, it gives me this.

Edit:I'm also installing 4.19 right now. But the UE version needs to match the .pak version before I can unpak it right?
 

Attachments

  • Untitled.png
    Untitled.png
    19.7 KB · Views: 194
Last edited by magusdavyd,

magusdavyd

Member
OP
Newcomer
Joined
Apr 12, 2020
Messages
7
Trophies
0
Age
33
XP
53
Country
United States
Ok, so I unpacked the .pak file, and tried to repack it as a patch. Since all the files are modifiers to the game, I didn't delete anything from the lista.txt (apart from the instructions 4.1 - 4.3 in your tutorial). Is this an error due to the UnrealPak,exe being a version mismatch?
 

Attachments

  • Untitled2.png
    Untitled2.png
    42.4 KB · Views: 238

masagrator

The patches guy
Developer
Joined
Oct 14, 2018
Messages
6,260
Trophies
3
XP
12,014
Country
Poland
So I downloaded a quick mod for the game and when I try to open it up in the 1check.cmd, it gives me this.

Well, i didn't check it with mods made for PC versions. So there is a chance that it may not work with some files.
Share link so I can check.

Ok, so I unpacked the .pak file, and tried to repack it as a patch. Since all the files are modifiers to the game, I didn't delete anything from the lista.txt (apart from the instructions 4.1 - 4.3 in your tutorial). Is this an error due to the UnrealPak,exe being a version mismatch?
Share lista.txt, because it looks like content may be wrongly formatted
 

magusdavyd

Member
OP
Newcomer
Joined
Apr 12, 2020
Messages
7
Trophies
0
Age
33
XP
53
Country
United States
You may need an account to download it, I'm new here so I cant post links. But its the Halloween skin pack one Nexus mods site.

Also, I did have the format wrong, I didn't add the ".../.../.../" at the beginning of each line. Game runs, BUT the textures are all wrong. I am on an older version of the game so updating my fix it, but I doubt it.
 

masagrator

The patches guy
Developer
Joined
Oct 14, 2018
Messages
6,260
Trophies
3
XP
12,014
Country
Poland
You may need an account to download it, I'm new here so I cant post links. But its the Halloween skin pack one Nexus mods site.

Also, I did have the format wrong, I didn't add the ".../.../.../" at the beginning of each line. Game runs, BUT the textures are all wrong. I am on an older version of the game so updating my fix it, but I doubt it.
I don't think it will fix it. Switch UE4 games are using swizzle, so textures from PC will not match Switch textures.

I was working on modification to noesis to convert all of them, but I have abandoned it some time ago, so it works only with DXT5 and RGBA8. Still there are some resolution shenanigans. So it's the best to work on Switch textures and modify them to look as on PC mod and convert them back.
https://gbatemp.net/threads/noesis-mod-tiling-texture-for-ue4.535571/
 
Last edited by masagrator,

magusdavyd

Member
OP
Newcomer
Joined
Apr 12, 2020
Messages
7
Trophies
0
Age
33
XP
53
Country
United States
Interesting, so my best bet would likely be to extract the game, find the textures i want to replace, modify new textures to match the original, and then pak those into a new pak?

If you make a project in UE4 and drag the .uasset into the project via windows explorer, it should give you the source file. I'd have to make sure I have the texture and not the material. Oh boy. Thanks for all your help.
 

IZUNYA

Well-Known Member
Member
Joined
Dec 24, 2019
Messages
376
Trophies
0
XP
783
Country
France
Anyone knows how i can put some texture mods to bloodstained ? Like the mod who modify the outfit of myriam, just this one :D
 

cucholix

00000780 00000438
Member
Joined
Jan 17, 2017
Messages
3,246
Trophies
1
Age
44
XP
6,270
Country
Chile
CBBD4184-7136-4FE8-88CF-B8274B82F62B.jpeg


I tried to replace a model and texture but it’s garbled, I think Switch version use a different texture compression than PC version.
 

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • Psionic Roshambo @ Psionic Roshambo:
    I had a girlfriend who had a twin sister and they would mess with me constantly.... Until one chipped a tooth then finally I could tell them apart.... Lol
  • Psionic Roshambo @ Psionic Roshambo:
    They would have the same hair style the same clothes everything... Really messed with my head lol
  • Psionic Roshambo @ Psionic Roshambo:
    @The Real Jdbye, I could see AMD trying to pull off the CPU GPU tandem thing, would be a way to maybe close the gap a bit with Nvidia. Plus it would kinda put Nvidia at a future disadvantage since Nvidia can't make X86/64 CPUs? Intel and AMD licensing issues... I wonder how much that has held back innovation.
  • The Real Jdbye @ The Real Jdbye:
    i don't think nvidia wants to get in the x64 cpu market anyways
  • The Real Jdbye @ The Real Jdbye:
    you've seen how much intel is struggling getting into the gpu market
  • The Real Jdbye @ The Real Jdbye:
    and nvidia is already doing ARM
  • The Real Jdbye @ The Real Jdbye:
    i don't think they want to take more focus away from their gpus
  • Psionic Roshambo @ Psionic Roshambo:
    Yeah I think Nvidia s future lays in AI GPU acceleration stuff if they can get that going it's going to be super interesting in the long term
  • Psionic Roshambo @ Psionic Roshambo:
    AI assisted game creation might become a thing
  • Psionic Roshambo @ Psionic Roshambo:
    At least that's something I think would be pretty cool.
  • Psionic Roshambo @ Psionic Roshambo:
    Don some VR glasses and gloves and talk to the computer and paint entire worlds
  • Psionic Roshambo @ Psionic Roshambo:
    "OK Cortana I want that mountain a little taller and more snow on top, and I would like some random ancient pine forest around the bottom"
  • Psionic Roshambo @ Psionic Roshambo:
    "Now we need a spring fed river flowing down the north side and add some wild life appropriate for the biome"
  • Psionic Roshambo @ Psionic Roshambo:
    Many TBs of assets and the programming of something like that is going to be tough but I think it's something we might see in 20 years maybe sooner
  • The Real Jdbye @ The Real Jdbye:
    @Psionic Roshambo AI assisted game creation is kinda already here, there was recently that AI that can turn any 2D image into a fully modeled 3D object, it's not perfect, but it's a starting point, beats starting from zero
    +1
  • The Real Jdbye @ The Real Jdbye:
    before that there was one to generate a fully modeled scene from a 2D image
    +1
  • The Real Jdbye @ The Real Jdbye:
    but most recently, there was one that actually generates a working unity scene with terrain and textures already set up that you can import right into unity, that's a huge time saver right there
    +1
  • The Real Jdbye @ The Real Jdbye:
    and using LLMs to generate NPC dialogue and even dynamically generated quests is something i'm sure is already happening
    +1
  • The Real Jdbye @ The Real Jdbye:
    will just take some time for games made using those things to be completed and released
    +1
  • K3Nv2 @ K3Nv2:
    @The Real Jdbye, it's bed bath and beyond you nitwit
  • The Real Jdbye @ The Real Jdbye:
    @K3Nv2 you said instructions with pictures, same difference
  • Psionic Roshambo @ Psionic Roshambo:
    Lol now with 32GBs of VRAM Ken?
    Psionic Roshambo @ Psionic Roshambo: Lol now with 32GBs of VRAM Ken?