HelioPlate1 Posted February 28, 2018 Posted February 28, 2018 you can change the model or only texture i think import nero bride dlc ps4 for pc mod https://youtu.be/KYR38Ps48KE?t=1 if possible i need the model and texture the dlc nero bride for ps4 or nintendo switch
LeoAndrei Posted May 7, 2018 Posted May 7, 2018 Hi everyone, can i ask for a simple mod just a long hair tamamo?
Shinryu Dragneel Posted May 11, 2018 Posted May 11, 2018 i see a lot of links,but no mod link, i tried to search for other places,BUT 0NLY THE GODDAMNED PICTURES SHOW UP AND IT'S GETTING TO ME!
Shinryu Dragneel Posted May 11, 2018 Posted May 11, 2018 i'm beyond pissed because of the DAMN FUCKING FACT THAT EVERY LINK I FIND ONLY SHOWS THE DAMN PICS TO MOCK ME!
Illyas_Onii Posted May 12, 2018 Posted May 12, 2018 On 5/11/2018 at 4:19 AM, Shinryu Dragneel said: i'm beyond pissed because of the DAMN FUCKING FACT THAT EVERY LINK I FIND ONLY SHOWS THE DAMN PICS TO MOCK ME! chill bro, its probably been put on hold/given up due to lack of attention, or whatever reason. no need to be butthurt, were all waiting for this to be done
MasterKoume Posted June 9, 2018 Posted June 9, 2018 Are mods still being made or are they just stopped completely?
Reasaro Posted August 22, 2018 Posted August 22, 2018 Just wondering, is this modding scene truly dead? It's such a shame ? So many pretty characters here.
Illyas_Onii Posted November 29, 2018 Posted November 29, 2018 LEWD MODS NEVER DIE!~ I'm thinking of picking up this mod, I have the game, and I'm slowly learning all the steps to modify the outfits. I am new to modding, but I'm hopeful for the future. ETA: Who knows? I'm learning as I go, so I cannot guarantee any quick progress. I'll try to grab a few lewd textures from a few other mods I know of, and try to photoshop in some new textures. I'll post updates if i have any, otherwise assume I'm just learning how to do things. 1
Illyas_Onii Posted November 29, 2018 Posted November 29, 2018 On 8/9/2017 at 3:51 PM, The Butler said: Did you use the script for fate before extracting ? In case you didn't that's probably why. Script Reveal hidden contents # Soul Sacrifice Delta (Vita) # script for QuickBMS http://quickbms.aluigi.org #made by chrrox get name basename endian big Open FDDE PK 0 Open FDDE pfs 1 Open FDDE pkh 2 goto 8 1 get FOLDERS long 1 get TFILES long 1 for i = 0 < FOLDERS get FOLDERID long 1 get FOLDERPARENT long 1 get UNK long 1 get SUBFLDR long 1 get FILESTART long 1 get FOLDERFILES long 1 #print "%FOLDERID% %FOLDERPARENT% %UNK% %SUBFLDR% %FILESTART% %FOLDERFILES%" PutArray 3 i FOLDERPARENT PutArray 4 i FILESTART PutArray 5 i FOLDERFILES next i for i = 0 < FOLDERS get FOLDERNAMEOFF long 1 PutArray 0 i FOLDERNAMEOFF next i for i = 0 < TFILES get FILENAMEOFF long 1 PutArray 1 i FILENAMEOFF next i savepos NAMEBASE 1 for i = 0 < FOLDERS GetArray FOLDERNAMEOFF 0 i math FOLDERNAMEOFF += NAMEBASE goto FOLDERNAMEOFF 1 get FOLDERNAME string 1 #print "%FOLDERNAME%" string FOLDERNAME l FOLDERNAME PutArray 2 i FOLDERNAME next i for i = 0 < TFILES GetArray FILENAMEOFF 1 i math FILENAMEOFF += NAMEBASE goto FILENAMEOFF 1 get FILENAME string 1 #print "%FILENAME%" string FILENAME l FILENAME PutArray 7 i FILENAME next i set MEMORY_FILE binary "" for i = 0 < FOLDERS GetArray FOLDERNAME 2 i GetArray FOLDERPARENT 3 i GetArray FILESTART 4 i GetArray FOLDERFILES 5 i math FOLDERFILES += FILESTART set FOLDERBASE "" #print "%FOLDERPARENT% %FILESTART% %FOLDERFILES%" if FOLDERPARENT > 0 GetArray FOLDERBASE 6 FOLDERPARENT string FOLDERBASE += / #print "%FOLDERNAME%" endif string FOLDERBASE += FOLDERNAME PutArray 6 i FOLDERBASE #print "%FOLDERBASE%" if FOLDERFILES > 0 for a = FILESTART < FOLDERFILES set NAME FOLDERBASE GetArray FILE 7 a string NAME += / string NAME += FILE #print "%NAME%" PutArray 8 a NAME #Put NAME LINE MEMORY_FILE # calculate checksum encryption crc 0x04c11db7 "32 -1 -1 1 0 0" string NAME E= NAME encryption "" "" #print "CRC %QUICKBMS_CRC|x%" string TEST p= "0x%08x " QUICKBMS_CRC string TEST += NAME #print "%TEST%" Put TEST LINE MEMORY_FILE next a endif next i goto 0 MEMORY_FILE get FILES long 2 for i = 0 < FILES #GetArray NAME 8 i get NAME_CRC long 2 get OFFSET long 2 get SIZE long 2 get ZSIZE long 2 NameCRC NAME NAME_CRC MEMORY_FILE 32 if ZSIZE == 0 log NAME OFFSET SIZE else clog NAME OFFSET ZSIZE SIZE endif next i Copy paste in a .txt file (Notepad++ recomended) And load this script when prompted. ___ After extracted you will get a Resource folder with the unpacked files. Copy paste in your main game folder After doing so , it will look like this . "...\Fate.EXTELLA\resource\common" "...\Fate.EXTELLA\resource\target\win" To make the game use unpacked files instead of the packed ones you can: Move achive.pk archive.pkh archive.pfs to a different folder . You can create backup folder in folder the files was originally in Delete achive.pk archive.pkh archive.pfs To editing part. All files in mdltex and mdltex12 have .mds extension so you will need to change the texture you want to edit to .dds extension. There is many way in doing so: Here are the fastest Right clicking and going to rename and changing the extension to .dds and pressing enter (or clicking OK) Pressing F2 (Windows only) and changing the extension (same as above but faster) The steps above only let you change the extension of one file at a time. So this one below is a little trick I learned a long time ago. Shift+RMB on a empty space of the folder and click "Call command prompt here". After CMD appears type: More useful if you want to edit many files. Can be used to change to other extensions as well. ren *.mds *.dds |" All files in this folder will have it's extension changed to .dds" ren *.dds *.mds |" All files in this folder will have it's extension changed to .mds" Oof, well I tried this, to get the game to start using the extracted files, but it seems I've messed something up While this does look pretty interesting, I think all the textures have been broken... This is going to take a while to fix.
The Butler Posted November 29, 2018 Posted November 29, 2018 2 hours ago, jay11800 said: Oof, well I tried this, to get the game to start using the extracted files, but it seems I've messed something up While this does look pretty interesting, I think all the textures have been broken... This is going to take a while to fix. Well... there is quite some time since I last played/modded Fate... From the looks of it it seems that your game is not recognizing your texture files... I did have this problem before when I forgot to convert the texture back to .mds Also note that you need Intel compression otherwise it won't work. (BC)
Illyas_Onii Posted November 30, 2018 Posted November 30, 2018 16 hours ago, The Butler said: Well... there is quite some time since I last played/modded Fate... From the looks of it it seems that your game is not recognizing your texture files... I did have this problem before when I forgot to convert the texture back to .mds Also note that you need Intel compression otherwise it won't work. (BC) Well thats odd, I have them all as .mdl files, but I have no clue what you mean by intel compression. I'm looking to get a legitimate copy of extella, so I don't have to wait on steam's family sharing locking me out. Maybe that will help some. EDIT: OH, I seem to have misread, and accidently made them .mdl, not .mds ?
The Butler Posted November 30, 2018 Posted November 30, 2018 1 hour ago, jay11800 said: Well thats odd, I have them all as .mdl files, but I have no clue what you mean by intel compression. I'm looking to get a legitimate copy of extella, so I don't have to wait on steam's family sharing locking me out. Maybe that will help some. EDIT: OH, I seem to have misread, and accidently made them .mdl, not .mds ? Oh so I'm guessing you fixed it now ? Btw - By compression I assumed you edited the .dds files... and regarding compression types.... Nvidia = DXT1,DXT3,DXT5 Intel = BC1,BC3,BC7
Illyas_Onii Posted November 30, 2018 Posted November 30, 2018 2 hours ago, The Butler said: Oh so I'm guessing you fixed it now ? Btw - By compression I assumed you edited the .dds files... and regarding compression types.... Nvidia = DXT1,DXT3,DXT5 Intel = BC1,BC3,BC7 uhh, yea I edited the DDS files, but I used a program to convert them to pngs. I never actually edited the base dds files. I wonder if there is any way to get extella to read a non .mdl file, or a way to convert to the .mdl models that I can just edit meshes, and throw them back in to the game. There are some methods to do this, but I think that those are for source film maker, and not anything else. Also, I see that your end quote thing says you don't want to mod extella, so I'll stop replying to you specifically if you don't want it.
Illyas_Onii Posted December 16, 2018 Posted December 16, 2018 Well I'm hitting quite a few walls. I cannot find a way to be able to convert fbx files or obj into mtl in a way that will make the game load the file. I'll try making an edit, and try to just load it without converting it, who knows it might work.
The Butler Posted December 16, 2018 Posted December 16, 2018 You can export .mdl files with Noesis , but I'm not sure of how much it will be able to export. As for making them back in .mdl I believ eonly Autodeskmayed will be able to do so , or 3dsmax.
Illyas_Onii Posted December 16, 2018 Posted December 16, 2018 5 minutes ago, The Butler said: You can export .mdl files with Noesis , but I'm not sure of how much it will be able to export. As for making them back in .mdl I believe only Autodesk maya will be able to do so , or 3dsmax. Well darn, I've been working in blender so far, but I'll check out maya. I have a student copy, so if that is the case, then I'll be able to continue forth. I'm also working on other fate stuff for vrchat, so I cannot promise any ETA.
Illyas_Onii Posted December 16, 2018 Posted December 16, 2018 So it seems the best I can do is export as a DAE, and use a tool to convert that into a mdl, but the software for doing so seems to be old and doesn't support something that I am doing. I'll keep looking for other solutions, if anyone else knows something I do not, please let me know.
gigna1 Posted January 2, 2019 Posted January 2, 2019 Anyway I can ask for the models and textures for blender? pls. I don't mean to be a leech, extracting stuff goes over my head.
dhell26 Posted March 18, 2019 Posted March 18, 2019 i used the script but it still not put it into separate folders so not sure what I am doing wrong can someone help me please?
sexysharingan Posted March 18, 2019 Posted March 18, 2019 7 hours ago, dhell26 said: i used the script but it still not put it into separate folders so not sure what I am doing wrong can someone help me please? I just downloaded this https://www.nexusmods.com/fateextella/mods/1?tab=files It worked fine for me. Going to need more details if that doesn't do the trick for you. I assume it must have been an issue with the script you used.
dhell26 Posted March 18, 2019 Posted March 18, 2019 19 hours ago, sexysharingan said: I just downloaded this https://www.nexusmods.com/fateextella/mods/1?tab=files It worked fine for me. Going to need more details if that doesn't do the trick for you. I assume it must have been an issue with the script you used. Thank you it worked but now the nipples and slit for the vagina is not showing on the character. I used the same one that the bulter linked.
sexysharingan Posted March 19, 2019 Posted March 19, 2019 Yeah, you are right. There is no nips on the boob. I have no idea what I am doing. I was just wanted to see if I could get the game to use PlayStation button prompts. If I figure this out I will let you know. Or if you find a way could you let me know. I do like naked anime females(and astolfo too).
dhell26 Posted March 19, 2019 Posted March 19, 2019 lol You and me both on the naked anime females. I thought it would have worked once I put those files I download from the butler attachment of the nude version of them in the right places but it does not show up like that way that they showed in their screenshots. I will notify you if I can get to show up the same way as their picture. I wonder if it we need to use that noesis program they were talking about.
The Butler Posted March 19, 2019 Posted March 19, 2019 17 hours ago, sexysharingan said: Yeah, you are right. There is no nips on the boob. I have no idea what I am doing. I was just wanted to see if I could get the game to use PlayStation button prompts. If I figure this out I will let you know. Or if you find a way could you let me know. I do like naked anime females(and astolfo too). 43 minutes ago, dhell26 said: lol You and me both on the naked anime females. I thought it would have worked once I put those files I download from the butler attachment of the nude version of them in the right places but it does not show up like that way that they showed in their screenshots. I will notify you if I can get to show up the same way as their picture. I wonder if it we need to use that noesis program they were talking about. Try This: Download script Fate Extella.bms Follow the steps on THIS post. Download the mod and extract in your game folder This should be it.
dhell26 Posted March 19, 2019 Posted March 19, 2019 If you using Window Powershell from Window 10 to change all the .mds to .dds you have use this Dir *mds | rename-item -newname {[io.path]::ChangeExtension($_.name,".dds")}
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