Aurora Rain Posted May 6, 2019 Posted May 6, 2019 56 minutes ago, vagonumero13 said: That's what the .vgmap are for. If you have a .vgmap with same name as the ib/vb, g1m_import will autoamtically use that. Additionally, the g1m_export_with_vgmap.bat will export the .vgmap files that you can use along with ausgeek blender script. I got this error trying to import the vgmap to the raw buffers. Traceback (most recent call last): File "C:\Users\REDACTED\AppData\Roaming\Blender Foundation\Blender\2.79\scripts\addons\blender_3dmigoto.py", line 1374, in execute apply_vgmap(self, context, **keywords) File "C:\Users\REDACTED\AppData\Roaming\Blender Foundation\Blender\2.79\scripts\addons\blender_3dmigoto.py", line 1323, in apply_vgmap vgmap = {int(k):int(v) for k,v in vgmap.items()} File "C:\Users\REDACTED\AppData\Roaming\Blender Foundation\Blender\2.79\scripts\addons\blender_3dmigoto.py", line 1323, in <dictcomp> vgmap = {int(k):int(v) for k,v in vgmap.items()} ValueError: invalid literal for int() with base 10: 'RF_L_Knee_00' location: <unknown location>:-1
vagonumero13 Posted May 6, 2019 Author Posted May 6, 2019 1 hour ago, Aurora Rain said: I got this error trying to import the vgmap to the raw buffers. Traceback (most recent call last): File "C:\Users\REDACTED\AppData\Roaming\Blender Foundation\Blender\2.79\scripts\addons\blender_3dmigoto.py", line 1374, in execute apply_vgmap(self, context, **keywords) File "C:\Users\REDACTED\AppData\Roaming\Blender Foundation\Blender\2.79\scripts\addons\blender_3dmigoto.py", line 1323, in apply_vgmap vgmap = {int(k):int(v) for k,v in vgmap.items()} File "C:\Users\REDACTED\AppData\Roaming\Blender Foundation\Blender\2.79\scripts\addons\blender_3dmigoto.py", line 1323, in <dictcomp> vgmap = {int(k):int(v) for k,v in vgmap.items()} ValueError: invalid literal for int() with base 10: 'RF_L_Knee_00' location: <unknown location>:-1 You are not using latest version of the script.
Aurora Rain Posted May 6, 2019 Posted May 6, 2019 24 minutes ago, vagonumero13 said: You are not using latest version of the script. I'm using this one from 4/13/19 I can't find a more recent version than that. EDIT: never mind, I found the 4/16/19 update >_<https://raw.githubusercontent.com/DarkStarSword/3d-fixes/master/blender_3dmigoto.py Sorry for wasting your time T_T
BreadSilent Posted May 7, 2019 Posted May 7, 2019 blender_3dmigoto it's not support blender 2.8X waiting for update it
Aurora Rain Posted May 7, 2019 Posted May 7, 2019 Ok, something seems a little off: Spoiler This is my attempt at trying to stitch together a nude body and replace it as KAS_COS_007 What I did was create a nude body, replace all the vertex groups it had, with the ones from the original KAS_COS_007 body. They all match up, names and order of the vertex groups all match up, and they even work in blender when the mesh uses the armature modifier. Regardless, the result is always mesh explosion. Here's the file:KAS_COS_007.g1m
fgh1t6 Posted May 7, 2019 Posted May 7, 2019 Hi @Aurora Rain, I loaded your g1m file to check. There are area with no weight. I think that is the reason of mesh explosion. 1
Aurora Rain Posted May 7, 2019 Posted May 7, 2019 1 hour ago, fgh1t6 said: Have you tried using the ' apply vg map' in the import menu to reload the KAS's original vgmap to the modified mesh ? it may work. Thanks, this has repaired KAS_COS_007 thanks for your help
BreadSilent Posted May 8, 2019 Posted May 8, 2019 blender_3dmigoto not support blender 2.8x?? i cant enable
fgh1t6 Posted May 9, 2019 Posted May 9, 2019 15 hours ago, BreadSilent said: blender_3dmigoto not support blender 2.8x?? i cant enable I don't have Blender 2.8, but according to the 2.8 document, the "orientation_helper_factory" has been replaced by "orientation_helper", has a look on : https://wiki.blender.org/wiki/Reference/Release_Notes/2.80/Python_API/Modules You can replace all the calls to orientation_helper_factory and try.
fgh1t6 Posted May 9, 2019 Posted May 9, 2019 @vagonumero13 Is it possible to use the bone tool to replace all bones at one go? I think that would allow us to just scale the European female body to Asia female body. I tested Helena to LEI, it is about x 0.94, y 0.97, z 0.94.
BreadSilent Posted May 9, 2019 Posted May 9, 2019 5 hours ago, fgh1t6 said: I don't have Blender 2.8, but according to the 2.8 document, the "orientation_helper_factory" has been replaced by "orientation_helper", has a look on : https://wiki.blender.org/wiki/Reference/Release_Notes/2.80/Python_API/Modules You can replace all the calls to orientation_helper_factory and try. thank you for that tip! i tried to replaced all orientation_helper_factory, and delete all calls IOOBJOrientationHelper. but! i still cant import vb/ib files, i dont know how to fix this
vagonumero13 Posted May 9, 2019 Author Posted May 9, 2019 7 hours ago, fgh1t6 said: @vagonumero13 Is it possible to use the bone tool to replace all bones at one go? I think that would allow us to just scale the European female body to Asia female body. I tested Helena to LEI, it is about x 0.94, y 0.97, z 0.94. Currently the tool can only copy a single bone. Anyway, even if you copy all bones one by one, the result may not be the expected one. This is because g1m_bonetool only copies the bone, but it doesn't recalculate the matrices in the bones groups. This is like that becasue g1m_bonetool was mainly built to copy a bone that didn't exist bone, what would cause g1m_import to calculate the matrix by itself upon seeing that one doesn't exist previously. But if the bone existed previously, and had an associated matrix in some group, g1m_import won't do anything. Anyway in the future I plan on adding more features to the g1m tools so that more tests can be done easier, including tests with bones, but also I will provide something to reassign materials. But command line is becoming an annoyance, I'm going to integrate all the tools in a gui tool, where I can add new features in a more friendly way. rdbtool is the first one that will get a gui conversion, but after that it will be g1m_tools. 1
fgh1t6 Posted May 9, 2019 Posted May 9, 2019 Yes, If rdbtool could show a file list, it would be great help. Thought I have had to unpack all files already. Many many thanks for the great tools!
Aurora Rain Posted May 9, 2019 Posted May 9, 2019 7 hours ago, vagonumero13 said: I'm going to integrate all the tools in a gui tool, where I can add new features in a more friendly way. rdbtool is the first one that will get a gui conversion, but after that it will be g1m_tools. All of this is amazing news, this will really help the modding scene churn out more mods. The only piece of the puzzle that remains after that, would be for someone to find a way to edit softengine lattice to suit any breast/butt shape. That's what will bust open the floodgates for all kinds of mods
fgh1t6 Posted May 9, 2019 Posted May 9, 2019 1 hour ago, HyperBob said: Why should we scale bodies, swapping is just already perfect Well done! You just open the gate for Evangelion style modding ! 1
snake230 Posted May 10, 2019 Posted May 10, 2019 4 hours ago, HyperBob said: Why should we scale bodies, swapping is just already perfect Spoiler Spoiler This would look good for some nightmares. Quote Well done! You just open the gate for Evangelion style modding ! Nico as Raidou looks like a EVA, but more stuff for nightmares ^^
Aurora Rain Posted May 10, 2019 Posted May 10, 2019 For the love of GOD can we please use spoiler tags for this stuff?
vagonumero13 Posted May 10, 2019 Author Posted May 10, 2019 For those of you that have been looking for .g1a files in RRPreview: the next versions of rdbtool and REDELBE will have more file names of RRPreview available. In the meanwhile, you can check the result of the crack session I launched today to find some of the files that had no names: https://pastebin.com/zyez9YHM The only g1a file that the program wasn't able to crack was 0x986a54fd.g1a. 1
FlailingBoar Posted May 10, 2019 Posted May 10, 2019 24 minutes ago, vagonumero13 said: For those of you that have been looking for .g1a files in RRPreview: the next versions of rdbtool and REDELBE will have more file names of RRPreview available. In the meanwhile, you can check the result of the crack session I launched today to find some of the files that had no names: https://pastebin.com/zyez9YHM The only g1a file that the program wasn't able to crack was 0x986a54fd.g1a. Oh wow, thanks for this, makes it a lot easier. Great work!
Aurora Rain Posted May 10, 2019 Posted May 10, 2019 3 hours ago, vagonumero13 said: For those of you that have been looking for .g1a files in RRPreview: the next versions of rdbtool and REDELBE will have more file names of RRPreview available. In the meanwhile, you can check the result of the crack session I launched today to find some of the files that had no names: https://pastebin.com/zyez9YHM The only g1a file that the program wasn't able to crack was 0x986a54fd.g1a. Oh boy, if we could get a way to convert those to FBX or COLLADA and injected back, then I could fix all the strange facial animations (I'm an animator irl)
vagonumero13 Posted May 10, 2019 Author Posted May 10, 2019 12 hours ago, vagonumero13 said: For those of you that have been looking for .g1a files in RRPreview: the next versions of rdbtool and REDELBE will have more file names of RRPreview available. In the meanwhile, you can check the result of the crack session I launched today to find some of the files that had no names: https://pastebin.com/zyez9YHM The only g1a file that the program wasn't able to crack was 0x986a54fd.g1a. Small correction on the list: 0x9cb30303 is not RYU30698_FATAL.g1a , but LIS07120_WIN.g1a This was a case of false positive, as the crack program tested more than 100 millions of possibilities, there was a good chance of hash collision. Anyway, these are usually easy to spot for me by reviewing the results lists, the rest are all ok. 3
gatto tom Posted May 12, 2019 Posted May 12, 2019 On 5/10/2019 at 12:02 PM, vagonumero13 said: For those of you that have been looking for .g1a files in RRPreview: the next versions of rdbtool and REDELBE will have more file names of RRPreview available. In the meanwhile, you can check the result of the crack session I launched today to find some of the files that had no names: https://pastebin.com/zyez9YHM The only g1a file that the program wasn't able to crack was 0x986a54fd.g1a. THANK YOU SO MUCH! I have been waiting for this! ?? Because i saw that kokoro has other hidden win and entry poses, and i was curious to know if they added other ones and it seems so! I'll test them immediatly ??
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