The rules have been updated, read them now: Rules!
android - Goddess of Genesis '启源女神' file (.pvr .skin .vskin)
android - Goddess of Genesis '启源女神' file (.pvr .skin .vskin)
Can someone help ripping models from this games?
I just extracted from big mp3 file from chinese version,
.pvr files seem to be texture file, and .skin is models file, but i couldnt open these file.
(for pvr MaliTexture, for .skin blender249 refer to https://zenhax.com/viewtopic.php?f=5&t= ... 220#p52220
both didn't work)
I've uploaded sample files.
https://www.mediafire.com/file/rztxj1hs ... s.zip/file
I just extracted from big mp3 file from chinese version,
.pvr files seem to be texture file, and .skin is models file, but i couldnt open these file.
(for pvr MaliTexture, for .skin blender249 refer to https://zenhax.com/viewtopic.php?f=5&t= ... 220#p52220
both didn't work)
I've uploaded sample files.
https://www.mediafire.com/file/rztxj1hs ... s.zip/file
-
- ultra-veteran
- Posts: 359
- Joined: Thu Dec 07, 2006 11:25 pm
- Has thanked: 7 times
- Been thanked: 71 times
Re: android - Goddess of Genesis '启源女神' file (.pvr .skin .vskin)
I have downloaded the Goddess of Genesis_v1.8.0_apkpure.com.xapk file (1.4 GB) to get more sample files.
It contains the main.22.com.zlongame.sea.gog.obb file (1.4 GB), but I don't know how can I unpack it.
It contains the main.22.com.zlongame.sea.gog.obb file (1.4 GB), but I don't know how can I unpack it.
- einherjar007
- veteran
- Posts: 94
- Joined: Sat Dec 23, 2017 7:56 am
- Has thanked: 106 times
- Been thanked: 16 times
- Contact:
Re: android - Goddess of Genesis '启源女神' file (.pvr .skin .vskin)
viewtopic.php?f=16&t=21385
I asked a question about it before. Bigchillghost kindly created the decompression script.
I asked a question about it before. Bigchillghost kindly created the decompression script.
-
- ultra-veteran
- Posts: 591
- Joined: Fri Jul 08, 2011 10:36 am
- Has thanked: 64 times
- Been thanked: 720 times
Re: android - Goddess of Genesis '启源女神' file (.pvr .skin .vskin)
Doesn't seem too complicated in terms of mesh data. I have extracted a few meshes using hex2obj, might need to be scaled using the bbox. I will think of doing a proper tool for this.

Edit:
Actually nevermind. Szkaradek's blender script will work with a single change
. Change line 52 to this


Edit:
Actually nevermind. Szkaradek's blender script will work with a single change

Code: Select all
r=g.B(12)

Re: android - Goddess of Genesis '启源女神' file (.pvr .skin .vskin)
I tried Szkaradek's script, but the blender2.49 console said below
Traceback
File "starter.py", line 128, in Parser
AttlibuteError: 'Sys' object has no attribute 'parseFile'
blender2.49 python version is 2.6.6, is it not supported?
Traceback
File "starter.py", line 128, in Parser
AttlibuteError: 'Sys' object has no attribute 'parseFile'
blender2.49 python version is 2.6.6, is it not supported?
Re: android - Goddess of Genesis '启源女神' file (.pvr .skin .vskin)
I did wrong way, now i could open the model. Thanks for advise.
But there is no bone data or T-pose one?
But there is no bone data or T-pose one?
-
- ultra-veteran
- Posts: 359
- Joined: Thu Dec 07, 2006 11:25 pm
- Has thanked: 7 times
- Been thanked: 71 times
Re: android - Goddess of Genesis '启源女神' file (.pvr .skin .vskin)
Thank you for your information.einherjar007 wrote: ↑Mon Nov 02, 2020 3:53 pmviewtopic.php?f=16&t=21385
I asked a question about it before. Bigchillghost kindly created the decompression script.
After read your post, I have realized my program supports the Goddess of Genesis .skin/.vskin files, because the God Summoner game uses these files also.
- einherjar007
- veteran
- Posts: 94
- Joined: Sat Dec 23, 2017 7:56 am
- Has thanked: 106 times
- Been thanked: 16 times
- Contact:
Re: android - Goddess of Genesis '启源女神' file (.pvr .skin .vskin)
*EDIT
I've checked a lot files, but skin has 2IKS and 3IKS headers, and it seems that 2IKS can be read.
I also speculate that the skeleton has changed from LEKS to a 2EKS header and that there may be some changes in the file format.
Some can be loaded by changing the header or changing the script, but they are broken.
I've checked a lot files, but skin has 2IKS and 3IKS headers, and it seems that 2IKS can be read.
I also speculate that the skeleton has changed from LEKS to a 2EKS header and that there may be some changes in the file format.
Some can be loaded by changing the header or changing the script, but they are broken.