Guest Posted August 26, 2019 Posted August 26, 2019 I just ported mariokart64n's 3ds Max script to Blender! With this addon, you can import Rumble Roses XX model (meshes and bones) and export it back (vertex position/UV/normal/weight/color). Download: RRXX Tools Addon v1.0.1 (for Blender 2.79b) rrxx_tools_addon.py Example: Sea Shell Suit Model Usage: See the picture below. It's so easy, right? Please don't earn money with this addon. Respect game author. Thanks! FAQ: - How can I hide some vertices? Well, there are two ways to hide them. (1) In object mode, hide unnecessary objects by hitting H key. Then export model. (2) In edit mode, select unnecessary vertices and scale very small like 0.1. Move them into middle of body, then remove their weight from all groups. Give them weight 1.0 for a center bone (eg. koshi, mune). Then export model. - When I edit mesh, it starts to look blocky. Why? Good question. Because every vertex has custom normals, you need to fix normals after editing shape. You can use Data Transfer modifier, to copy correct custom normals from another mesh. Caution: When cloning mesh for normal reference, remove Custom Property (prop_id) from the new cloned object. It's used by export function. - Does it import textures? No. You should manually assign textures if you need. Credit: Original 3ds Max script - thanks mariokart64n! https://www.youtube.com/playlist?list=PLgeoiwC2u6R6SaRFDAZCI9J_QUoptVmcK Changelog: - v1.0.1: Fixed error when exporting - v1.0.0: Initial release
hundery Posted March 24, 2020 Posted March 24, 2020 I just found this.... Does anyone have a save game that works on xenia? I found save games but the format is some sort of binary/compressed file and in xenia it's a folder with a binary text file. Anyone have one they want to share that works? Secondly, the links as already said are dead or the DLC based bodies. Can anyone rehost them please?
Svarogor Posted March 28, 2020 Posted March 28, 2020 On 3/24/2020 at 3:44 AM, hundery said: I just found this.... Does anyone have a save game that works on xenia? I found save games but the format is some sort of binary/compressed file and in xenia it's a folder with a binary text file. Anyone have one they want to share that works? Secondly, the links as already said are dead or the DLC based bodies. Can anyone rehost them please? I have a game that works with an emulator, but I can't share it because I can't upload the file to the Internet because of the slow speed. I downloaded it on one of the Russian torrent trackers. Here are the mods that work for me. noclothes_dlc_mod.7z Perky Lingerie - 3 Recolors One Default.7z Dr. Cutter Swimsuit Recolors.7z Basic Bikini Recolor.7z rrxx_dlc_e410_nude_female_03B.7z 6
Guest Posted April 5, 2020 Posted April 5, 2020 I updated Blender import/export addon to v1.0.1. Download it on the previous post. Changes: Fixed possible error when exporting.
Bok3Ron Posted May 3, 2020 Posted May 3, 2020 el nude mod tiene muchos pechos ¿lo podeis subir con poco pechos o normales?
Smollett13 Posted May 3, 2020 Posted May 3, 2020 This is one of those times I facepalm because I threw out all my console games in the various moves I've done. So I can't make the iso from the disk! To make matters worse, it's still in the MS store for the xbox one so unlike the first RR which you can find easily, it's technically more illegal to look for the iso. DOH! Be careful of what you throw out.... S
devilhunter142 Posted May 21, 2020 Posted May 21, 2020 On 7/23/2019 at 11:30 PM, forum_moderator said: I found a way to remove noise issues on Xenia! Now it looks very clean. ### Disable ROV to remove visual noises xenia.exe --d3d12_edram_rov=false ### or, Disable ROV and Enable High Resolution (1440p) xenia.exe --d3d12_edram_rov=false --d3d12_resolution_scale=2 Do you have the mod file just like the picture? It's look perfect 10
devilhunter142 Posted May 21, 2020 Posted May 21, 2020 On 3/28/2020 at 5:43 PM, Svarogor said: I have a game that works with an emulator, but I can't share it because I can't upload the file to the Internet because of the slow speed. I downloaded it on one of the Russian torrent trackers. Here are the mods that work for me. noclothes_dlc_mod.7z 552.73 kB · 44 downloads Perky Lingerie - 3 Recolors One Default.7z 3.42 MB · 46 downloads Dr. Cutter Swimsuit Recolors.7z 1021.54 kB · 35 downloads Basic Bikini Recolor.7z 2.3 MB · 37 downloads rrxx_dlc_e410_nude_female_03B.7z 2.4 MB · 49 downloads Do you have the DOAX2 nude body mod?
devilhunter142 Posted May 21, 2020 Posted May 21, 2020 On 4/13/2019 at 6:25 PM, fixgattoscemo said: Reveal hidden contents Well it worked, let's say i choose a different way to compile it, a wrong one; by the way, when you said to return the const for japanase language I didn't expect to skip the whole function and just return the value ?. Again, thank you for your help. I have decided to upload the .exe for everyone who wants the japanase voices. Xenia is open source so I'm assuming it's ok to share, you still need to get the game somehow though XeniaJap.rar 1.51 MB · 84 downloads I tried your .exe and it din't come out at japanese. Only the text was japanese thou
devilhunter142 Posted May 21, 2020 Posted May 21, 2020 On 4/13/2019 at 12:00 AM, forum_moderator said: Good news; I have confirmed that the game works with Japanese voice and text in the modified Xenia (using JP disk data, not US disk). Here are whole steps to build it: ## Install the latest Python 3.x and Git. ## Install Visual Studio Community 2017 (enable "Desktop Develepment with C++" option in the installer). > git clone https://github.com/xenia-project/xenia.git > cd xenia > xb setup > xb pull > git checkout d3d12 ## because RRXX works only with d3d12 branch > git pull ## update code to the latest > xb devenv ## Visual Studio should be launched ## Right click the solution and execute Retarget Solution (screenshot attached), to match project's SDK version to your local one. ## Now it's the time to edit xam_info.cc. ## Build the solution and have fun. Do you have the .exe file for the Japanese voice by any chance?
legendof Posted May 22, 2020 Posted May 22, 2020 On 5/21/2020 at 11:30 PM, devilhunter142 said: I tried your .exe and it din't come out at japanese. Only the text was japanese thou maybe your file is not japanese file. US file don't have japanese voice In my case,when i try my file by that .exe, the opening music is japanese song and character say japanese
legendof Posted May 22, 2020 Posted May 22, 2020 On 5/22/2020 at 12:05 AM, devilhunter142 said: Do you have the .exe file for the Japanese voice by any chance? I tried it and success to make jpn.ver exe file but game become very slow????. so i use only xeniajap.rar file
devilhunter142 Posted May 23, 2020 Posted May 23, 2020 14 hours ago, legendof said: maybe your file is not japanese file. US file don't have japanese voice In my case,when i try my file by that .exe, the opening music is japanese song and character say japanese Well. I searched everything I could to find the Japanese ver but no hope. Really need someone who kind enough to share it
devilhunter142 Posted May 23, 2020 Posted May 23, 2020 On 10/30/2015 at 12:17 PM, mrmojorisin said: Yep, there is a legit nude mod for RRXX. I have it, but I have a mod that uses bodies from DOAX2. Could you share it?
LordsDecree Posted May 24, 2020 Posted May 24, 2020 Checking in, recently got the game and have a few questions... 1. Do any of the nude mods include non pixeled titties? 2. Can choose to have certain characters clothed? Thanks guys
HUNTER2K4 Posted May 28, 2020 Posted May 28, 2020 On 5/23/2020 at 2:35 PM, devilhunter142 said: Well. I searched everything I could to find the Japanese ver but no hope. Really need someone who kind enough to share it I also need this japanese ver and full save. Try all day finding with no luck so far
MoltenSaltReactor Posted June 5, 2020 Posted June 5, 2020 On 3/25/2019 at 8:04 AM, Guest said: The easiest method is to use modded DLC. 1. Run the game in Xenia and save in game. 2. You'll get "C:/Users/username/Documents/Xenia/content/4B4E07D1/00000001/" folder, which holds save data. 3. Create a new folder 00000002 in 4B4E07D1, which holds DLCs. 4. Extract DLC content into "00000002/your dlc name/" using the tool wxPirs. For example, you should have files in "C:/Users/username/Documents/Xenia/content/4B4E07D1/00000002/my_DLC_01/". 5. Close the game and run it again in Xenia, then load game. Now you'll see the new costume in Locker room. - wxPirs: https://digiex.net/threads/wxpirs-extract-content-from-xbox-360-demos-video-dlc-and-arcade-game-containers.9464/ - No Clothes DLC: https://www.undertow.club/threads/xbox360-rumble-roses-double-x-no-clothes-dlc.3065/ - If you want to create your own mods, see the nice tutorials from mariokart64n: https://www.youtube.com/playlist?list=PLgeoiwC2u6R6SaRFDAZCI9J_QUoptVmcK Quick question. When I try to run the game in Xenia after creating the 00000002 folder, the game won't let me save/load or use the DLC unless I login to an Xbox account, which Xenia doesn't support. What Xenia build/workaround are you using to get around the login requirement? Thanks, 2
GoGoBananas93 Posted December 29, 2020 Posted December 29, 2020 On 6/4/2020 at 9:06 PM, MoltenSaltReactor said: Quick question. When I try to run the game in Xenia after creating the 00000002 folder, the game won't let me save/load or use the DLC unless I login to an Xbox account, which Xenia doesn't support. What Xenia build/workaround are you using to get around the login requirement? Thanks, You shouldn't have to do that at all. Try the latest Xenia build. It works fine if you follow the steps from a previous post. 1
GoGoBananas93 Posted December 29, 2020 Posted December 29, 2020 On 10/30/2015 at 12:45 AM, Worry said: Ok, i guess this site is mainly focused on pc games mods, but i stumbled upon this site claiming to have a RRXX nude patch... the only pic it shows it's pretty convincing, but i wonder if anyone has tried this mod out??? Do you think it is legit?? I would test it myself but i don't have a JTAGed XBOX soooo... just wondering here's the link with the downloadable patched game http://www.gamerlz.com/rumble-roses-xx-nude-patched-xbox360-usa-god.html Where did you get your version of the "no_clothes" mod from? It looks different from the one that's already been posted.
guestm71013721 Posted December 29, 2020 Posted December 29, 2020 I found complete nude modding tutorial from Chinese bulletin board. REQUIRED TOOLS (1) X-Packer (A paid tool by tekken57) for unpack/repack files. https://sf4mods.blogspot.com/p/x-packer.html (2) Blender or 3dsMax script for modifying 3D models. https://www.loverslab.com/topic/54420-rumble-roses-xx-nude-mod-xbox360/?do=findComment&comment=2731007 or https://www.youtube.com/watch?v=P9Y-OaOqpxg MODDING BODY (COSTUME) MODELS (1) Extract Data Files Open X-Packer and press Ctrl+R to open ed00.pac or ed01.pac file, then hit Extract button on the table to export data files. It outputs M***.pac (model data) or T***.pac (texture data) files. Table columns: - FileName: data file name (M*** or T***) - inDirectory: costume ID (2) Extract 3D Model File from M***.pac File Open X-Packer and press Ctrl+3 to open M***.pac file, then hit Uncompress button on the table to export 3D model file. It outputs a pair of 0000.pac (3D model) and 0000.bpe (trash data) file. Rename 0000.pac to 0000.YOBJ, then import this YOBJ file into Blender or 3dsMax. Note: file name varies by costume. (3) Inject Edited 3D Model into M***.pac File After edited YOBJ file on Blender or 3dsMax, open X-Packer and press Ctrl+3 to open M***.pac file, then hit Inject File button on the table to inject edited YOBJ file. (4) Inject Edited M***.pac into ed00.pac or ed01.pac File Open X-Packer and press Ctrl+R to open ed00.pac or ed01.pac file, then hit Inject File button on the table to inject edited M***.pac File. (5) Confirm It in The Game Enjoy mods in the game. It should work unless you broke something. (6) How to Edit Textures Open X-Packer and press Ctrl+3 to open T***.pac file, then hit Uncompress button on the table to export texture archive file. It outputs a pair of 0000.pac (texture archive) and 0000.bpe (trash data) file. Open X-Packer and press Ctrl+T to open the 0000.pac file, then hit Extract All button on the table to export DDS textures. As you might suspect, you can hit Inject button on the same table to inject edited DDS textures. After injected edited DDS textures, inject edited T***.pac File into ed00.pac or ed01.pac file, by the same method as (4). MODDING SKIN TEXTURE You can extract and replace each character's skin texture in ex00.pac or ex01.pac. Thanks for original poster! 16
mortanios Posted December 30, 2020 Posted December 30, 2020 On 8/5/2019 at 7:56 PM, theroboxer said: I know this ain't relevant to the discussion but I've run out of places to look for this. Does anyone here have a save file with all characters unlocked? I'm playing on Xenia, and everytime I win the title match, the credits video crashes the emulator. You can use the mods in Xenia too? 1
mortanios Posted December 30, 2020 Posted December 30, 2020 On 12/28/2020 at 9:33 PM, bindnation said: Where did you get your version of the "no_clothes" mod from? It looks different from the one that's already been posted. Anyone can upload again please?
Miroslav.Ivan Posted December 31, 2020 Posted December 31, 2020 On 12/30/2020 at 1:24 AM, guestm71013721 said: I found complete nude modding tutorial from Chinese bulletin board. Thank you, it works also on Xenia as well as Xbox360!! https://imgur.com/a/7dyK0Ls 12
dfgh0909 Posted January 1, 2021 Posted January 1, 2021 On 12/30/2020 at 1:24 AM, guestm71013721 said: I found complete nude modding tutorial from Chinese bulletin board. REQUIRED TOOLS (1) X-Packer (A paid tool by tekken57) for unpack/repack files. https://sf4mods.blogspot.com/p/x-packer.html (2) Blender or 3dsMax script for modifying 3D models. https://www.loverslab.com/topic/54420-rumble-roses-xx-nude-mod-xbox360/?do=findComment&comment=2731007 or https://www.youtube.com/watch?v=P9Y-OaOqpxg MODDING BODY (COSTUME) MODELS (1) Extract Data Files Open X-Packer and press Ctrl+R to open ed00.pac or ed01.pac file, then hit Extract button on the table to export data files. It outputs M***.pac (model data) or T***.pac (texture data) files. Table columns: - FileName: data file name (M*** or T***) - inDirectory: costume ID (2) Extract 3D Model File from M***.pac File Open X-Packer and press Ctrl+3 to open M***.pac file, then hit Uncompress button on the table to export 3D model file. It outputs a pair of 0000.pac (3D model) and 0000.bpe (trash data) file. Rename 0000.pac to 0000.YOBJ, then import this YOBJ file into Blender or 3dsMax. Note: file name varies by costume. (3) Inject Edited 3D Model into M***.pac File After edited YOBJ file on Blender or 3dsMax, open X-Packer and press Ctrl+3 to open M***.pac file, then hit Inject File button on the table to inject edited YOBJ file. (4) Inject Edited M***.pac into ed00.pac or ed01.pac File Open X-Packer and press Ctrl+R to open ed00.pac or ed01.pac file, then hit Inject File button on the table to inject edited M***.pac File. (5) Confirm It in The Game Enjoy mods in the game. It should work unless you broke something. (6) How to Edit Textures Open X-Packer and press Ctrl+3 to open T***.pac file, then hit Uncompress button on the table to export texture archive file. It outputs a pair of 0000.pac (texture archive) and 0000.bpe (trash data) file. Open X-Packer and press Ctrl+T to open the 0000.pac file, then hit Extract All button on the table to export DDS textures. As you might suspect, you can hit Inject button on the same table to inject edited DDS textures. After injected edited DDS textures, inject edited T***.pac File into ed00.pac or ed01.pac file, by the same method as (4). MODDING SKIN TEXTURE You can extract and replace each character's skin texture in ex00.pac or ex01.pac. Thanks for original poster! Do you still have the link for Chinese Bulletin board? Cuz step (2) doesn't work on my pc... 3
mortanios Posted January 1, 2021 Posted January 1, 2021 Maybe it's asking too much, but can someone upload the game with the nude patch done by please? 1
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now