Important information: this site is currently scheduled to go offline indefinitely by end of the year.

Folklore (PS3) Noesis Script

Post questions about game models here, or help out others!
Post Reply
chrrox
Moderator
Posts: 2602
Joined: Sun May 18, 2008 3:01 pm
Has thanked: 57 times
Been thanked: 1422 times

Folklore (PS3) Noesis Script

Post by chrrox »

Here is a folklore import script for noesis.
Imports 3d models with
Materials
bones
weights.
Image
You do not have the required permissions to view the files attached to this post.
User avatar
lumekano
advanced
Posts: 59
Joined: Sat Feb 25, 2012 2:20 pm
Has thanked: 40 times
Been thanked: 11 times

Re: Folklore (PS3) Noesis Script

Post by lumekano »

thax for Script. and i'm srry about noob. how to you extract arc file FolkLore PS3?
UnKnown
chrrox
Moderator
Posts: 2602
Joined: Sun May 18, 2008 3:01 pm
Has thanked: 57 times
Been thanked: 1422 times

Re: Folklore (PS3) Noesis Script

Post by chrrox »

lumekano wrote:thax for Script. and i'm srry about noob. how to you extract arc file FolkLore PS3?
quickbms script

Code: Select all

endian big
open FDDE fht_ 0
open FDDE bin_ 1
get files asize
math files / 0x28
for i = 0 < files
getdstring name 0x20
get size long
get offset long
log name offset size 1
next i
The Chief
veteran
Posts: 101
Joined: Fri Oct 09, 2009 3:44 am
Has thanked: 90 times
Been thanked: 10 times

Re: Folklore (PS3) Noesis Script

Post by The Chief »

Hey Chrrox i really apreciate that Noesis Script also i see in the picture the Chrismas custom from the DLC so iam curius how do you
managet to get the Bi5_ file from the edat file?

Also some files dont load properly the texture (just a few) and the LMapxxx.bi5_ and mbxxx.bi5_ dont load.

Any way thanks for that script for the game i can finally fully rip every character. :)
chrrox
Moderator
Posts: 2602
Joined: Sun May 18, 2008 3:01 pm
Has thanked: 57 times
Been thanked: 1422 times

Re: Folklore (PS3) Noesis Script

Post by chrrox »

using TrueAncestor EDAT Rebuilder 1.42
you can decrypt them with the key

Code: Select all

47656D75726970614D4353747564696F
The Chief
veteran
Posts: 101
Joined: Fri Oct 09, 2009 3:44 am
Has thanked: 90 times
Been thanked: 10 times

Re: Folklore (PS3) Noesis Script

Post by The Chief »

Thanks for the reply chrrox i managet to get all the meshes now. :wink:

Image
kilik
mega-veteran
mega-veteran
Posts: 195
Joined: Sat Dec 08, 2012 11:14 am
Has thanked: 31 times
Been thanked: 4 times

Re: Folklore (PS3) Noesis Script

Post by kilik »

any idea for .sgb_ for sound
Blank9
n00b
Posts: 10
Joined: Tue Jul 10, 2012 4:09 pm
Has thanked: 7 times

Re: Folklore (PS3) Noesis Script

Post by Blank9 »

How do I run the script in Noesis to open the files?
The Chief
veteran
Posts: 101
Joined: Fri Oct 09, 2009 3:44 am
Has thanked: 90 times
Been thanked: 10 times

Re: Folklore (PS3) Noesis Script

Post by The Chief »

Blank9 wrote:How do I run the script in Noesis to open the files?
Copy the file fmt_folklore_bi5.py to the folder python that folder (python) is inside of the folder plugins.
Blank9
n00b
Posts: 10
Joined: Tue Jul 10, 2012 4:09 pm
Has thanked: 7 times

Re: Folklore (PS3) Noesis Script

Post by Blank9 »

Im viewing the models now. Thank you so much, you guys are amazing. There is a unique Folk in the files that I have never seen unlocked in the game O_O

How do I get the dlc edat files off of the PS3 onto a usb?
OperateSystemP
n00b
Posts: 19
Joined: Thu Jun 04, 2015 2:26 am
Has thanked: 1 time

Re: Folklore (PS3) Noesis Script

Post by OperateSystemP »

I can not thank you enough for this but i have noticed a few little problems.
1: Auto-rigging its good but sometimes bones rig wrong so they need to be manually fixed. Just a minor thing that can be fixed manually.
2: It can't load any LMap and mb files. But it does load models well.
Aside from those problems, this is something i've wanted for quite a while and as i said, i can not thank you enough with words.
Post Reply