Jump to content

DEAD OR ALIVE Xtreme 3 Scarlet mods?


Recommended Posts

Posted

All I want is nude/topless mod for this version of the game. Or bigger boobs and nipple piercings would be cool too. 
I can dream... Because I don't think it is happening going by from what I see here.

Posted
10 hours ago, DOAX3GLITCHER said:

yes

doax3 venus (psvita) done

doax3 fortune (ps4) done  (in vr is the best)

doax3 scarlet (switch) done

doax3 scarlet (ps4 is temporary missing because need new jailbreak)

 

When you say doax3 scarlet (switch) done, do you mean topless/nude mod is done for this game version?

Posted
On 4/1/2019 at 3:41 PM, DOAX3GLITCHER said:

yes

doax3 venus (psvita) done

doax3 fortune (ps4) done  (in vr is the best)

doax3 scarlet (switch) done

doax3 scarlet (ps4 is temporary missing because need new jailbreak)

 

I have supported on patreon.But I cannot findout the mods for ps4 or switch.Where can I get these mods?Thanks for the job.

Posted
1 hour ago, DOAX3GLITCHER said:

ps4 nor switch mods are released (only private)

How do you know this? Can you buy them or..? (PM ME if you can't msg me here)

Posted
4 hours ago, DOAX3GLITCHER said:

I'm not talking about console hack...

 

I'm just saying that doax3(fortune for ps4) and doax3(scarlet for switch) mods are not public (i have them only for me right now).

 

Anyway I'm almost sure that i will be able to mod scarlet for ps4 when new jailbreak method will be released since the files structure is the same.

I wasn't talking about console hack either. I was meaning to say if those private doax3 mods are buyable.
Oh you mean personally modded Scarlett for switch? Nice!
Any plans on releasing it at some point or remain private?

Posted
12 minutes ago, DOAX3GLITCHER said:

no plans for a release

You are being super mysterious dude...

 

May I please ask why? I think switch is the perfect platform for this.

Posted

I would really like to know how to extract the data from the switch version of the game (also ps4). I don't know how you can access and modify the data on console. I thought these are closed systems.

Posted
58 minutes ago, knight77 said:

I would really like to know how to extract the data from the switch version of the game (also ps4). I don't know how you can access and modify the data on console. I thought these are closed systems.

You have to hack the consoles through exploits. I don't know the details of those consoles because I stopped following consoles homberew scenes at PS3, but the process may require you to be at a specific firmware version or a specific hardware revision. Anyway, you should be able to find all of that easily in internet.

Posted
5 hours ago, mikey1995 said:

If you dump the game legitimately then you would need to hack the switch. https://guide.sdsetup.com/ shows one way to. Then you'd need to dump the game with something like https://github.com/CaitSith2/SwitchSDTool.
If not legitimately, you don't even need a switch, you just need the game.

After that you use a tool like https://github.com/Thealexbarney/LibHac to extract the game contents.

Eventually you end up with a package_data.bin and a data*.lnk files (depending if base game, update or DLC) and you use quickBMS to extract those.

The problem I face is
1. You need to be able to repack the data*.lnk back and modify the package_data.bin (which contains pointers to the files on data*.lnk), or no way to load it up on the switch via LayeredFS (module that allows to overwrite files in memory). I don't know of any tool so far to repack, maybe with QuickBMS possible, but I only found the unpack script.
2. The tmc and tmcl files you get after unpacking, are similar to files of Vita version (Fortune) but none of the existing tools unpack those (they apparently contain the 3d models and UV textures), or at least not without modifying their plugins and whatnot.

So first step would be to be able to unpack the TMC and TMCL files, and mod them.

After that, second step would be able to repack and modify the package_data.bin file.

 

So as you can see, not a trivial task. The DOAXGLITCHER3 guy I think already figured this out but he's not interested in the community he just wants Patreon money so we're still far away from figuring it out I guess.

PS: If you want I could give you some TMC and TMCL files for your inspection if you even do those, because I know you all Venus Vacation modders don't work with repacking files just with interception via DirectX APIs or whatever Migoto et. al. is.

 

Thanks for the description. So if you could repack it, you might be able to pack it as its own game and install it on the switch afterwards?

I am just curios, I am not going to mod that game since I dont own a switch or the game and I have my hands full with DOAXVV modding. (right now trying to fix a tiny little edge of the back of the nude body, which I have no idea how it gets there. The original girls body dont have it. It only appears when I merge the mesh together. so probably some weird normal problem with the holes in the original body, which leaves some faces disconnect to some around them)

Posted
On 4/10/2019 at 4:25 PM, knight77 said:

I would really like to know how to extract the data from the switch version of the game (also ps4). I don't know how you can access and modify the data on console. I thought these are closed systems.

To access the data, you either need to dump the switch game using Homebrew or get it online and then extract the data. There is a tool, but you will need your switch's keys (but you can find it online *cough* eurasia.nu *cough*) and use this tool. https://gbatemp.net/threads/extract-nsp-nca-xci-update-all-in-one-tool-for-layeredfs.511156/ modding the switch isn't that hard, as long as you have a hackable unit, of course. Here is a guide to modding your switch, if you haven't already done so. https://nh-server.github.io/switch-guide/user_guide/getting_started/

 

Well... Someone has already helped you.

Posted
23 hours ago, APsychedelic said:

If you dump the game legitimately then you would need to hack the switch. https://guide.sdsetup.com/ shows one way to. Then you'd need to dump the game with something like https://github.com/CaitSith2/SwitchSDTool.
If not legitimately, you don't even need a switch, you just need the game.

After that you use a tool like https://github.com/Thealexbarney/LibHac to extract the game contents.

Eventually you end up with a package_data.bin and a data*.lnk files (depending if base game, update or DLC) and you use quickBMS to extract those.

The problem I face is
1. You need to be able to repack the data*.lnk back and modify the package_data.bin (which contains pointers to the files on data*.lnk), or no way to load it up on the switch via LayeredFS (module that allows to overwrite files in memory). I don't know of any tool so far to repack, maybe with QuickBMS possible, but I only found the unpack script.
2. The tmc and tmcl files you get after unpacking, are similar to files of Vita version (Fortune) but none of the existing tools unpack those (they apparently contain the 3d models and UV textures), or at least not without modifying their plugins and whatnot.

So first step would be to be able to unpack the TMC and TMCL files, and mod them.

After that, second step would be able to repack and modify the package_data.bin file.

 

So as you can see, not a trivial task. The DOAXGLITCHER3 guy I think already figured this out but he's not interested in the community he just wants Patreon money so we're still far away from figuring it out I guess.

PS: If you want I could give you some TMC and TMCL files for your inspection if you even do those, because I know you all Venus Vacation modders don't work with repacking files just with interception via DirectX APIs or whatever Migoto et. al. is.

I've repacked the data_00.ink.

  • 1 month later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   1 member

×
×
  • Create New...