mrguerino Posted January 23, 2021 Share Posted January 23, 2021 So I've been dabbling with the idea of creating a few of my own character portraits for SDV. I wasn't exactly sure where to start? I understand how .xmb files work and how you can swap them out (How I USED to mod portraits) and exploring information on how to get something working with the content patcher. I've never created anything like this though, I was mostly curious as to how to actually create character sheets? Are there standard sizes I need to use, layouts, high res vs normal, stuff like that. Is it best to create something from scratch or edit an older sheet? Hoping some of you dabble with this and have some input. Thanks for any help/advice! Link to comment Share on other sites More sharing options...
MissCoriel Posted January 28, 2021 Share Posted January 28, 2021 Content patcher is very easy to work with and far more compatible than Xnb replacements. Replacing a character's portrait is easy, simply make a folder called [CP]<YourModName>within it you can place an assets folder to keep it organised then place your images in the assets folder.outside that make a txt file and rename it to content.json and paste the following code: { "Format": "1.11", "Changes": [ { "Action": "Load", "Target": "Portrait/<NPC Name>", "FromFile": "assets/<filename>.png", } ] }Then save that and create another Text file named manifest.json and paste this: { "Name": "<Mod Name>", "Author": "<Your Name Here>", "Description": "<Describe>", "Version": "1.0.0", "UniqueID": "yourmod.yourname", "ContentPackFor": { "UniqueID": "Pathoschild.ContentPatcher" }, "UpdateKeys": [ "Nexus: " ] }poof you're done :3 Link to comment Share on other sites More sharing options...
Xunamonroll Posted January 28, 2021 Share Posted January 28, 2021 hi, is there a guide or something?like step by step? would like to create my own portraits too..i have content patcher but how do i use it?? i dont get it xD Link to comment Share on other sites More sharing options...
MissCoriel Posted January 29, 2021 Share Posted January 29, 2021 What I posted above basically is all you need.. just fill out the <> areas with information.. aside from that it's copy-paste and you're practically done Link to comment Share on other sites More sharing options...
Xunamonroll Posted January 29, 2021 Share Posted January 29, 2021 Ok got it, ty ^^ but how do i make the images?is there some base that i can use to edit it?i cant open the xnb files :/ Link to comment Share on other sites More sharing options...
MissCoriel Posted January 29, 2021 Share Posted January 29, 2021 XNB files are extracted using XNBCLI simply put the xnb in the packed folder, execute the unpack.bat and it will be in the unpacked folder waiting. Link to comment Share on other sites More sharing options...
Xunamonroll Posted January 31, 2021 Share Posted January 31, 2021 (edited) nvm everything worked XD thank u so much ..i`m so happy :D Edited January 31, 2021 by Xunamonroll Link to comment Share on other sites More sharing options...
Recommended Posts