Search found 640 matches
- Fri May 25, 2018 8:52 am
- Forum: 3D/2D models
- Topic: [Request]Hob game MDL converter
- Replies: 59
- Views: 11182
Re: [Request]Hob game MDL converter
akderebur I still need more details about your changes. You already have all the details actually :D Here is the code. private void Convert() { int vertCount = 1245; FileStream newFs = new FileStream("conv_mesh.mesh", FileMode.Create); BinaryWriter writer = new BinaryWriter(newFs); FileSt...
- Thu May 24, 2018 4:56 pm
- Forum: 3D/2D models
- Topic: Netease Games Tool + Research (Onmyoji, RoS, RMA etc.)
- Replies: 113
- Views: 58295
Re: Rebellious Million Arthur Tool + Research
However, is there any chance for Rules Of Survival from NetEase? I've tried to unpack npk and got all files but just a few meshes of characters are able to be extracted. That is my bad. I am mostly interested in character models, so forgot to do the changes required to load the non-skinned meshes :...
- Wed May 23, 2018 1:10 pm
- Forum: 3D/2D models
- Topic: Netease Games Tool + Research (Onmyoji, RoS, RMA etc.)
- Replies: 113
- Views: 58295
Re: Rebellious Million Arthur Tool + Research
The problem is the NPK archive with those games. They are encrypted. If you can somehow unpack the NPKs, I think the tool will work as it is, or maybe with a slight modification. I was also interested in Forever 7th Capital and asked for help here : https://zenhax.com/viewtopic.php?t=7740 . Not much...
- Mon May 21, 2018 2:15 pm
- Forum: 3D/2D models
- Topic: Netease Games Tool + Research (Onmyoji, RoS, RMA etc.)
- Replies: 113
- Views: 58295
Re: Rebellious Million Arthur Tool + Research
I think it's with the unpacking of .dat files, some of the files get extracted but doesn't show the model in your viewer or I can't export it to obj. why is that? It is possible that those dat files aren't model files. They might be textures, or something else. After all there are other stuff than ...
- Sat May 19, 2018 7:07 am
- Forum: 3D/2D models
- Topic: [Request]Hob game MDL converter
- Replies: 59
- Views: 11182
Re: [Request]Hob game MDL converter
I used : 24 + 28 + 8 + 28Kva3imoda wrote:akderebur сan you tell us in more detail how you converted 88 bytes blocks into 32 bytes?
I will be outside whole day and get back home late. I will post the code tomorrow.
- Fri May 18, 2018 10:12 pm
- Forum: 3D/2D models
- Topic: [Request]Hob game MDL converter
- Replies: 59
- Views: 11182
Re: [Request]Hob game MDL converter
It is a pity that among us there is no OGRE specialists. What if these 88 byte blocks are another OGRE standard? This means that we are on the wrong track. Now we just do not know why the the OGRE tools not understand these files. The problem is trying to get them to work with the existing tools re...
- Fri May 18, 2018 2:03 pm
- Forum: 3D/2D models
- Topic: [Request]Hob game MDL converter
- Replies: 59
- Views: 11182
Re: [Request]Hob game MDL converter
These 56 bytes are empty? The necessary information will be preserved? It might work. They are not empty, so you might lose some data, but it is also possible that the data in those bytes are not necessary for ogre tools or torchlight. I can't say anything for sure since I don't know what those byt...
- Fri May 18, 2018 1:31 pm
- Forum: 3D/2D models
- Topic: [Request]Hob game MDL converter
- Replies: 59
- Views: 11182
Re: [Request]Hob game MDL converter
It is possible to write a script/program that takes the first 32 bytes of each block and deletes the rest, if that is what you mean by converting.Kva3imoda wrote: Ok, I have a question. Can we convert these 88 bytes blocks into 32 bytes blocks? In theory?
- Fri May 18, 2018 1:28 pm
- Forum: 3D/2D models
- Topic: [Request]Hob game MDL converter
- Replies: 59
- Views: 11182
Re: [Request]Hob game MDL converter
I will take a wild guess here. I think only "1.9_o" works because it has the same length as "1.100", 5 bytes each. So when you change "1.9" to "1.100" you are swifting all the positions by 2 bytes. Like I said I don't know how this format works, but it seemed ...
- Fri May 18, 2018 10:26 am
- Forum: 3D/2D models
- Topic: Netease Games Tool + Research (Onmyoji, RoS, RMA etc.)
- Replies: 113
- Views: 58295
Re: Rebellious Million Arthur Tool + Research
how do you use this for onmyoji? Download the game apk. Find the npk file that has the models. Unpack it into a folder with this quickbms script : http://aluigi.altervista.org/bms/nxpk.bms Then using my tool click File->Open Folder. Select the folder where the files are exported. The tool should fi...
- Fri May 18, 2018 9:49 am
- Forum: 3D/2D models
- Topic: [Request]Hob game MDL converter
- Replies: 59
- Views: 11182
Re: [Request]Hob game MDL converter
The problem might be the difference in vertex block lengths. The non-convertible models have 88 bytes vertex blocks. Here is batrabbit for example. https://i.imgur.com/InrPxWH.png While the convertible ones have 32 bytes vertex blocks. https://i.imgur.com/kiPxBcm.png So this might be the reason why ...
- Thu May 17, 2018 9:17 am
- Forum: 3D/2D models
- Topic: [PC] Tales of Beseria - .dps, .dc5, and .dat files
- Replies: 12
- Views: 4835
Re: [PC] Tales of Beseria - .dps, .dc5, and .dat files
That sounds like a lot of work. If I make a tool, I am planning to add skeleton support too.kurokairaku wrote:even rigged up the main cast customly with the help of a third party
I have some free time next week. So I will take a look, and might possibly start working on a tool.
- Tue May 15, 2018 2:29 pm
- Forum: 3D/2D models
- Topic: [PC] Tales of Beseria - .dps, .dc5, and .dat files
- Replies: 12
- Views: 4835
Re: [PC] Tales of Beseria - .dps, .dc5, and .dat files
I was able to find the model data easily for some of the dat files, but no luck with ".dc5" files. Here is "00000000000000a3.dat" for example. https://i.imgur.com/CGMFlVE.png For "00000000000000c6.dc5" these should be the correct values, but it doesn't work. https://i.i...
- Sat May 12, 2018 9:23 pm
- Forum: 3D/2D models
- Topic: The Last of Us Model/Animation Tools (PS4)
- Replies: 219
- Views: 76614
Re: The Last of Us Model Viewer/Extractor (PS4)
I will take a look when I have the time.meganmi wrote: Yes, but it comes out even more broken than it was.
Edit :
I improved the "Remake UVs" function, it should be able to find the correct UVs now. You can download the updated version from the first post.
- Sat May 12, 2018 7:45 am
- Forum: 3D/2D models
- Topic: The Last of Us Model/Animation Tools (PS4)
- Replies: 219
- Views: 76614
Re: The Last of Us Model Viewer/Extractor (PS4)
Have you tried using "Remake UV"?meganmi wrote:'tess-hair-cloth-tstrm' has broken UVs, mainly the hair mesh.
