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,284
Trophies
3
XP
12,053
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,284
Trophies
3
XP
12,053
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: 195
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: 241

masagrator

The patches guy
Developer
Joined
Oct 14, 2018
Messages
6,284
Trophies
3
XP
12,053
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,284
Trophies
3
XP
12,053
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,286
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
  • TwoSpikedHands @ TwoSpikedHands:
    @Sicklyboy I am wanting to fully change the game and bend it to my will lol. I would like to eventually have the ability to add more characters, enemies, even have a completely different story if i wanted. I already have the ability to change the tilemaps in the US version, so I can basically make my own map and warp to it in game - so I'm pretty far into it!
  • TwoSpikedHands @ TwoSpikedHands:
    I really would like to make a hack that I would enjoy playing, and maybe other people would too. swapping to the EU version would also mean my US friends could not legally play it
  • TwoSpikedHands @ TwoSpikedHands:
    I am definitely considering porting over some of the EU features without using the actual ROM itself, tbh that would probably be the best way to go about it... but i'm sad that the voice acting is so.... not good on the US version. May not be a way around that though
  • TwoSpikedHands @ TwoSpikedHands:
    I appreciate the insight!
  • The Real Jdbye @ The Real Jdbye:
    @TwoSpikedHands just switch, all the knowledge you learned still applies and most of the code and assets should be the same anyway
  • The Real Jdbye @ The Real Jdbye:
    and realistically they wouldn't

    be able to play it legally anyway since they need a ROM and they probably don't have the means to dump it themselves
  • The Real Jdbye @ The Real Jdbye:
    why the shit does the shitbox randomly insert newlines in my messages
  • Veho @ Veho:
    It does that when I edit a post.
  • Veho @ Veho:
    It inserts a newline in a random spot.
  • The Real Jdbye @ The Real Jdbye:
    never had that i don't think
  • Karma177 @ Karma177:
    do y'all think having an sd card that has a write speed of 700kb/s is a bad idea?
    trying to restore emunand rn but it's taking ages... (also when I finished the first time hekate decided to delete all my fucking files :wacko:)
  • The Real Jdbye @ The Real Jdbye:
    @Karma177 that sd card is 100% faulty so yes, its a bad idea
  • The Real Jdbye @ The Real Jdbye:
    even the slowest non-sdhc sd cards are a few MB/s
  • Karma177 @ Karma177:
    @The Real Jdbye it hasn't given me any error trying to write things on it so I don't really think it's faulty (pasted 40/50gb+ folders and no write errors)
  • DinohScene @ DinohScene:
    run h2testw on it
    +1
  • DinohScene @ DinohScene:
    when SD cards/microSD write speeds drop below a meg a sec, they're usually on the verge of dying
    +1
  • Psionic Roshambo @ Psionic Roshambo:
    Samsung SD format can sometimes fix them too
  • Purple_Heart @ Purple_Heart:
    yes looks like an faulty sd
  • Purple_Heart @ Purple_Heart:
    @Psionic Roshambo i may try that with my dead sd cards
    +1
  • Psionic Roshambo @ Psionic Roshambo:
    It's always worth a shot
  • TwoSpikedHands @ TwoSpikedHands:
    @The Real Jdbye, I considered that, but i'll have to wait until i can get the eu version in the mail lol
  • I @ I-need-help-with-wup-wiiu:
    i need help with nusspli failed downloads, can someone respond to my thread? pretty please:wub:
  • Sheeba- @ Sheeba-:
    I can't wait to hack my 11.00 PS4 pro
    Sheeba- @ Sheeba-: I can't wait to hack my 11.00 PS4 pro