afdbg Posted June 7 Posted June 7 I have the OG version, and I was able to add QED's mods the same way that amorrow and jmedia mods were added. When I have 2 mods that are designed to overwrite the default outfit, I'm not sure which one it chooses, but it chooses one of them and the game runs fine. Open question I have is - can I adjust the mod to have it overwrite a different outfit? Velvet has 3 outfits pretty early on, was thinking about maybe using QED's light prototype as the default, jmedia jacket semi-nude for the distressed outfit, and then QED elegant outfit to replace the villager.
amorrow28 Posted June 7 Posted June 7 (edited) 5 hours ago, afdbg said: I have the OG version, and I was able to add QED's mods the same way that amorrow and jmedia mods were added. When I have 2 mods that are designed to overwrite the default outfit, I'm not sure which one it chooses, but it chooses one of them and the game runs fine. Open question I have is - can I adjust the mod to have it overwrite a different outfit? Velvet has 3 outfits pretty early on, was thinking about maybe using QED's light prototype as the default, jmedia jacket semi-nude for the distressed outfit, and then QED elegant outfit to replace the villager. It is definitely possible, but not straightforward. All the current mods overwrite the same files. You would need to decompile the mods and textures, rename them to the correct new textures and update all the pointers in the json files, then recompile them. You can reference the tutorial on how to mod this game to see how to modify these models. Edited June 7 by amorrow28
_QED Posted June 7 Posted June 7 (edited) ToB Chira-rism Collection (Ver. 1.1.0) Spoiler This mod replaces Velvet's default outfit and swimsuit, as well as Eleanor's default outfit. ◆ Changes ・Velvet: Slightly raised the belt position to reduce the elongated torso look during her idle animation. ・Eleanor: Remade her upper body to fix the overly muscular/broad look in cutscenes. I also adjusted her leg lines to fit my personal preference for beautiful legs. ・Misc: Polished other minor details. DL File : tob_chirarizm_v110.7z ◆Special Thanks @amorrow28-san: I would like to express my sincere gratitude to @amorrow28-san for providing both the excellent base mod (body and shorts) and the incredibly helpful tutorial. MOD:https://www.loverslab.com/topic/72612-tales-of-berseria/#findComment-7120356 Tutorial:https://github.com/eArmada8/berseria_model_tool/wiki/Basic-Modding-Tutorial#decompiling-the-model Edited June 18 by _QED 7
afdbg Posted June 8 Posted June 8 20 hours ago, amorrow28 said: It is definitely possible, but not straightforward. All the current mods overwrite the same files. You would need to decompile the mods and textures, rename them to the correct new textures and update all the pointers in the json files, then recompile them. You can reference the tutorial on how to mod this game to see how to modify these models. I've confirmed that the Villager outfit is CHR_VEL_HUM_001_CHEST_MI. Using QED's latest Velvet Chira model as my test: I unpacked the files - 14 total files all with the "000" naming convention I dropped all of them in the same folder and ran berseria_export_model.py Renamed all the 14 original files to "001" In material_info.json, renamed any references to the original 14 files to use 001 Same for linked_files.json - renamed references to the 14 original files to use 001 I am stuck here - when I run the import script, I get the error "No such file or directory: CHR_VEL_HUM_000_CHEST_MI.tomdlp_p". I'm not sure what else I need to update to have it look for 001 instead. Am I going about this the right way? 🫠
amorrow28 Posted June 8 Posted June 8 41 minutes ago, afdbg said: I've confirmed that the Villager outfit is CHR_VEL_HUM_001_CHEST_MI. Using QED's latest Velvet Chira model as my test: I unpacked the files - 14 total files all with the "000" naming convention I dropped all of them in the same folder and ran berseria_export_model.py Renamed all the 14 original files to "001" In material_info.json, renamed any references to the original 14 files to use 001 Same for linked_files.json - renamed references to the 14 original files to use 001 I am stuck here - when I run the import script, I get the error "No such file or directory: CHR_VEL_HUM_000_CHEST_MI.tomdlp_p". I'm not sure what else I need to update to have it look for 001 instead. Am I going about this the right way? 🫠 you are very close. Copy the original tomdlb and tomdlp files for 001 into the folder before running the script, rename the FOLDER to 001 as well, then run the script.
_QED Posted June 8 Posted June 8 (edited) Magilou Default Outfit Chira-rism (ver. 0.9.0) This mod replaces Magilou's default model. ◆Features Enhanced and reshaped the bust for a more aesthetic look. Changed the bottoms from shorts to a bikini-style piece. Reduced the size of the books to create a mini-skirt silhouette. Since I'm still figuring out her character vibe, I kept the design as a natural extension of the vanilla style. Looking at her in-game poses, she seems to have a surprisingly sexy side, lol DL File : magilou_chirarism_v090.7z ◆Special Thanks @amorrow28-san: I would like to express my sincere gratitude to @amorrow28-san for providing both the excellent base mod (body and shorts) and the incredibly helpful tutorial. MOD:https://www.loverslab.com/topic/72612-tales-of-berseria/#findComment-7120356 Tutorial:https://github.com/eArmada8/berseria_model_tool/wiki/Basic-Modding-Tutorial#decompiling-the-model Edited June 8 by _QED 7
amorrow28 Posted June 8 Posted June 8 3 hours ago, _QED said: Magilou Default Outfit Chira-rism (ver. 0.9.0) This mod replaces Magilou's default model. ◆Features Enhanced and reshaped the bust for a more aesthetic look. Changed the bottoms from shorts to a bikini-style piece. Reduced the size of the books to create a mini-skirt silhouette. Since I'm still figuring out her character vibe, I kept the design as a natural extension of the vanilla style. Looking at her in-game poses, she seems to have a surprisingly sexy side, lol DL File : magilou_chirarism_v090.7z ◆Special Thanks @amorrow28-san: I would like to express my sincere gratitude to @amorrow28-san for providing both the excellent base mod (body and shorts) and the incredibly helpful tutorial. MOD:https://www.loverslab.com/topic/72612-tales-of-berseria/#findComment-7120356 Tutorial:https://github.com/eArmada8/berseria_model_tool/wiki/Basic-Modding-Tutorial#decompiling-the-model She looks great, @_QED-san! Honestly, much better than vanilla. 😁 1
_QED Posted June 8 Posted June 8 (edited) 8 hours ago, amorrow28 said: She looks great, @_QED-san! Honestly, much better than vanilla. 😁 Thanks, @amorrow28-san!. The vanilla breasts looked too flat, but using your MOD really helped bring out that 3D volume. Glad you like it! 😄 Edited June 8 by _QED 1
S3 Studios Posted June 9 Posted June 9 Is there any way to make these mods not replace the default outfits?
jimmybob90 Posted June 9 Posted June 9 @_QED I really love all your mods you’ve made between all the games you’ve done, would you be willing to edit the japon Velvet outfit to have a thong/panties instead of the black shorts? Keep up the good work! 1
_QED Posted June 10 Posted June 10 On 6/9/2026 at 10:42 AM, jimmybob90 said: @_QED I really love all your mods you’ve made between all the games you’ve done, would you be willing to edit the japon Velvet outfit to have a thong/panties instead of the black shorts? Keep up the good work! To be honest, I am also not completely satisfied with the design of the lower body for that outfit, so I am planning to make a mod for it. My plan is to pay homage to Kasumi's design from DOA. However, I am currently focusing on creating a mod for the magician troupe outfit to match the story progression, so it will take some time before I can release it. Thank you for your patience and support! 1
_QED Posted June 11 Posted June 11 (edited) Velvet Magilou's Menagerie Costume(Magician Outfit / 奇術団衣装" in the Japanese version) Outfit Chira-rism v0.9.0 (WIP) Spoiler Description: This mod replaces Velvet's default "Magician Outfit" model. Spoiler Key Features: Improved Body: Replaced the default body with a custom body based on @amorrow28-san's mod, significantly improving the proportions over the vanilla model. Tube Top Conversion: The original top design has been converted into a more provocative tube top, retaining the classic magician aesthetic while adding a fresh look. Miniskirt Styling: The skirt length has been shortened to a miniskirt. Pantry Replacement: The spandex-style innerwear beneath the skirt has been replaced with detailed pantries for a bolder look. DL Files : velvet_magician_v090.7z ◆Special Thanks @amorrow28-san: I would like to express my sincere gratitude to @amorrow28-san for providing both the excellent base mod (body and shorts) and the incredibly helpful tutorial. MOD:https://www.loverslab.com/topic/72612-tales-of-berseria/#findComment-7120356 Tutorial:https://github.com/eArmada8/berseria_model_tool/wiki/Basic-Modding-Tutorial#decompiling-the-model Edited June 15 by _QED 7
amorrow28 Posted June 11 Posted June 11 2 hours ago, _QED said: Velvet Magician Outfit Chira-rism v0.9.0 (WIP) Description: This mod replaces Velvet's default "Magician Outfit" model. Key Features: Improved Body: Replaced the default body with a custom body based on @amorrow28-san's mod, significantly improving the proportions over the vanilla model. Tube Top Conversion: The original top design has been converted into a more provocative tube top, retaining the classic magician aesthetic while adding a fresh look. Miniskirt Styling: The skirt length has been shortened to a miniskirt. Pantry Replacement: The spandex-style innerwear beneath the skirt has been replaced with detailed pantries for a bolder look. I rushed this together, keeping the core design faithful to the vanilla outfit in anticipation that it might be used in a specific event scene... but as of now, there's no sign of that happening. 😓 Because of this, I'm releasing it as v0.9.0 for now. I may add more detail or features in the future, or consider making it event-compatible if the possibility arises. DL Files : velvet_magician_v090.7z 1.89 MB · 1 download ◆Special Thanks @amorrow28-san: I would like to express my sincere gratitude to @amorrow28-san for providing both the excellent base mod (body and shorts) and the incredibly helpful tutorial. MOD:https://www.loverslab.com/topic/72612-tales-of-berseria/#findComment-7120356 Tutorial:https://github.com/eArmada8/berseria_model_tool/wiki/Basic-Modding-Tutorial#decompiling-the-model Looks amazing, @_QED-san! I don’t remember this outfit at all, I don’t think it was included in the original game. It may be a DLC I don’t own, so I will have to save it for when I get the remaster.
SirDoge Posted June 11 Posted June 11 Hmm, I don't see this "Magician" outfit even on the Remaster's store page.
WeebCancer Posted June 11 Posted June 11 45 minutes ago, SirDoge said: Hmm, I don't see this "Magician" outfit even on the Remaster's store page. closest thing in game is her menagerie costume, this mod is that outfit recolored unless there's some secret dlc outfit this is based on
_QED Posted June 11 Posted June 11 5 hours ago, amorrow28 said: Looks amazing, @_QED-san! I don’t remember this outfit at all, I don’t think it was included in the original game. It may be a DLC I don’t own, so I will have to save it for when I get the remaster. Thank you so much for the compliments, @amorrow28-san! It means a lot coming from you, especially since I'm using your body MOD for this. I actually rushed to finish this version because I thought it might be perfect for specific event scenes, though it doesn't look like that's happening just yet 😂. 1
_QED Posted June 11 Posted June 11 5 hours ago, SirDoge said: Hmm, I don't see this "Magician" outfit even on the Remaster's store page. 4 hours ago, WeebCancer said: closest thing in game is her menagerie costume, this mod is that outfit recolored unless there's some secret dlc outfit this is based on Thanks for the comments. As mentioned above, this is indeed a recolor and model edit based on "Magilou's Menagerie Costume" (which, interestingly, is called the "Magician Outfit / 奇術団衣装" in the Japanese version, hence the slight nuance difference in names). To clear up the confusion about the store page, the remaster includes this outfit (and other DLCs) built directly into the base game, which is why it doesn't show up as a separate purchase. I rushed to put this WIP together thinking it might look good in certain event scenes. Hope you enjoy it! 1
afdbg Posted June 12 Posted June 12 (edited) On 6/7/2026 at 9:04 PM, amorrow28 said: you are very close. Copy the original tomdlb and tomdlp files for 001 into the folder before running the script, rename the FOLDER to 001 as well, then run the script. Thanks. The script ran successfully, but I still messed something up because in-game, when I select the Villager outfit, the game froze (didn't expect to hear the Metal Gear sound 😖). Here's what I did based on your comment: I dropped CHR_VEL_HUM_000_CHEST_MI.TOMDLB_D and CHR_VEL_HUM_000_CHEST_MI.TOMDLP_P in the base folder with the import script The subfolder with the component files and the JSON files is named CHR_VEL_HUM_001_CHEST_MI. I ran the import script, and it generated two new files in the base folder, based on the presence of the .bak files: CHR_VEL_HUM_001_CHEST_MI.TOMDLB_D CHR_VEL_HUM_000_CHEST_MI.TOMDLP_P I moved these 2 new files to the modfiles folder and replaced the original ones Tried a couple things here too - renamed tomdlp to 001 because it otherwise messes with the default outfit Tried using the original tomdlp file renamed to 001 Then run the tltool pack script, no issues there But the game freezes once I swap to Villager outfit I know it's not really possible for you to see my exact setup, but any other debugging tips come to mind? I did take a snap of the post-import script folder if that helps any. Quote Edited June 12 by afdbg
amorrow28 Posted June 12 Posted June 12 4 hours ago, afdbg said: Thanks. The script ran successfully, but I still messed something up because in-game, when I select the Villager outfit, the game froze (didn't expect to hear the Metal Gear sound 😖). Here's what I did based on your comment: I dropped CHR_VEL_HUM_000_CHEST_MI.TOMDLB_D and CHR_VEL_HUM_000_CHEST_MI.TOMDLP_P in the base folder with the import script The subfolder with the component files and the JSON files is named CHR_VEL_HUM_001_CHEST_MI. I ran the import script, and it generated two new files in the base folder, based on the presence of the .bak files: CHR_VEL_HUM_001_CHEST_MI.TOMDLB_D CHR_VEL_HUM_000_CHEST_MI.TOMDLP_P I moved these 2 new files to the modfiles folder and replaced the original ones Tried a couple things here too - renamed tomdlp to 001 because it otherwise messes with the default outfit Tried using the original tomdlp file renamed to 001 Then run the tltool pack script, no issues there But the game freezes once I swap to Villager outfit I know it's not really possible for you to see my exact setup, but any other debugging tips come to mind? I did take a snap of the post-import script folder if that helps any. Sorry, I don't have much more advice, other than to check to see if you are actually overwriting existing files or not. This game engine is incredibly finicky, and I find trying to add new textures (the filename did not exist before) generally results in crashes. So if you are not able to map onto and over existing textures, what you are trying to achieve is probably impossible. Even if you are overwriting textures, often it still crashes if it doesn't like something in the materials. I do not understand why, and I've spent dozens of hours on this insane game engine trying to figure it out. 1
afdbg Posted June 13 Posted June 13 19 hours ago, amorrow28 said: Sorry, I don't have much more advice, other than to check to see if you are actually overwriting existing files or not. This game engine is incredibly finicky, and I find trying to add new textures (the filename did not exist before) generally results in crashes. So if you are not able to map onto and over existing textures, what you are trying to achieve is probably impossible. Even if you are overwriting textures, often it still crashes if it doesn't like something in the materials. I do not understand why, and I've spent dozens of hours on this insane game engine trying to figure it out. Thanks for helping as much as possible, I was able to get as far as I did with your guides and advice. It's incredible how easy it feels to tinker with the mod tools, and shocking when you say that the game engine is insane 😭 I guess if I was really invested in making this work, I'd probably find the original 001 file, compare with QED's mod, and try to perfectly map the mod to match the way the 001 file is set up. And if even that fails, then maybe the only option is to use the original 001 file as the base for a new mod, which is definitely out of my league to do.
amorrow28 Posted June 13 Posted June 13 (edited) 1 hour ago, afdbg said: Thanks for helping as much as possible, I was able to get as far as I did with your guides and advice. It's incredible how easy it feels to tinker with the mod tools, and shocking when you say that the game engine is insane 😭 I guess if I was really invested in making this work, I'd probably find the original 001 file, compare with QED's mod, and try to perfectly map the mod to match the way the 001 file is set up. And if even that fails, then maybe the only option is to use the original 001 file as the base for a new mod, which is definitely out of my league to do. I actually think analyzing 001 is the best way, to be honest. The question is if it is worth it, when you can just change out the TLFILE every time you want a new look… Also, thanks for the kind words. It took me over six months to crack the file format (on and off), so I’m glad the tools are of use! Edited June 13 by amorrow28
_QED Posted June 13 Posted June 13 (edited) Eleanor Magilou's Menagerie Costume(Magician Outfit / 奇術団衣装" in the Japanese version) Outfit Chira-rism v0.9.0 (WIP) Spoiler Description:This mod replaces Eleanor's default "Magilou's Menagerie Costume" (known as the "Magician Outfit" / 奇術団衣装 in the Japanese version). Spoiler Key Features : ・Improved Proportions: The body shape has been enhanced using @amorrow28-san's mod as a base for a more refined silhouette. ・Tube Top Rework: Modified the vanilla inner top into a sleek and stylish tube top. ・Micro-Miniskirt Style: Swapped out the vanilla pumpkin pants for a custom micro-miniskirt + panties setup. ・High-Heel Leg Enhancement: Removed the bulky vanilla calf decorations and added elegant high heels to perfectly showcase and accentuate her gorgeous leg lines. DL Files : Eleanor_Magician_v090.7z ✨Special Thanks @amorrow28-san: I would like to express my sincere gratitude to @amorrow28-san for providing both the excellent base mod (body and shorts) and the incredibly helpful tutorial. MOD:https://www.loverslab.com/topic/72612-tales-of-berseria/#findComment-7120356 Tutorial:https://github.com/eArmada8/berseria_model_tool/wiki/Basic-Modding-Tutorial#decompiling-the-model Edited June 15 by _QED 4
amorrow28 Posted June 13 Posted June 13 (edited) On 6/13/2026 at 12:05 AM, _QED said: Eleanor Magilou's Menagerie Costume(Magician Outfit / 奇術団衣装" in the Japanese version) Outfit Chira-rism v0.9.0 (WIP) Description:This mod replaces Eleanor's default "Magilou's Menagerie Costume" (known as the "Magician Outfit" / 奇術団衣装 in the Japanese version). Key Features : ・Improved Proportions: The body shape has been enhanced using @amorrow28-san's mod as a base for a more refined silhouette. ・Tube Top Rework: Modified the vanilla inner top into a sleek and stylish tube top. ・Micro-Miniskirt Style: Swapped out the vanilla pumpkin pants for a custom micro-miniskirt + panties setup. ・High-Heel Leg Enhancement: Removed the bulky vanilla calf decorations and added elegant high heels to perfectly showcase and accentuate her gorgeous leg lines. DL Files : Eleanor_Magician_v090.7z ✨Special Thanks @amorrow28-san: I would like to express my sincere gratitude to @amorrow28-san for providing both the excellent base mod (body and shorts) and the incredibly helpful tutorial. MOD:https://www.loverslab.com/topic/72612-tales-of-berseria/#findComment-7120356 Tutorial:https://github.com/eArmada8/berseria_model_tool/wiki/Basic-Modding-Tutorial#decompiling-the-model very nice, @_QED-san! Edited June 14 by amorrow28
_QED Posted June 15 Posted June 15 On 6/14/2026 at 5:34 AM, amorrow28 said: very nice, @_QED-san! Thank you, @amorrow28-san! I appreciate the support. 1
_QED Posted June 15 Posted June 15 (edited) Magilou's Menagerie Costume Chira-rism Collection (Ver. 1.0.1) Description : This mod replaces the "Magilou's Menagerie Costume" model for each character. Key Features : ・Improved Proportions: Modified and enhanced body proportions based on @amorrow's original mod. ・Beautiful Legs: Beautifully reshaped and enhanced the leg lines for all characters. ・Custom Color Variations: Recolored Velvet and Eleanor's outfits to better match their signature character colors. DL files : magicians_chirarism_v101.7z ✨Special Thanks @amorrow28-san: I would like to express my sincere gratitude to @amorrow28-san for providing both the excellent base mod (body and shorts) and the incredibly helpful tutorial. MOD:https://www.loverslab.com/topic/72612-tales-of-berseria/#findComment-7120356 Tutorial:https://github.com/eArmada8/berseria_model_tool/wiki/Basic-Modding-Tutorial#decompiling-the-model Edited June 15 by _QED 4
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