Users browsing this thread: 1 Guest(s)
SA2B model dump
#1
3D Modelling 
I have recently more-or-less completed my model exporter for Sonic Adventure 2 Battle, and I would like to share the rips with people who are interested in either using them or uploading them to the site.

Source: https://github.com/TGEnigma/SAModelTools

Notes:
  • Character models come with their original skeletons and weights intact, but they are sadly not natively t-posed.
  • Stage models come with vertex colors, but most of the meshes do not have normals.
  • Stage model mesh names also include the flags that were applied to them prefixed with @, glossary here (will be updated if need be):
    C - Collision

Downloads:
Characters
Stages

3ds Max note:
If you're using 3ds Max, you can use this MaxScript to fix up the models automatically (fix specularity and rotation).

Code:
for o in objects where o.material != undefined do o.material.specularLevel = 0;
select $node_0;
toolMode.coordsys #local;
rotate $ (angleaxis 90 [0,0,1]);
clearSelection();
actionMan.executeAction 0 "310";
Reply
#2
I'm going to assume "SA2B" refers to "Sonic Adventure 2 Battle", right?
Reply
Thanked by:
#3
(08-15-2018, 02:33 AM)ninetalescommander Wrote: I'm going to assume "SA2B" refers to "Sonic Adventure 2 Battle", right?

Indeed it does.
Reply
Thanked by:
#4
Updated first post with a link to a rip of all stages.
Reply
Thanked by:
#5
This is great, awesome in fact! How did you do all this though?
I am very curious...
Reply
Thanked by:
#6
These are great! The Maxscript doesn't do anything, just changes the rotation of the viewport. Tried in 2011 and 2016
Reply
Thanked by:
#7
(08-23-2018, 10:06 AM)josh98 Wrote: These are great! The Maxscript doesn't do anything, just changes the rotation of the viewport. Tried in 2011 and 2016

Odd, it's supposed to rotate the model. Might be a coordinate space problem. Also, it should at least remove the specularity, which I'm assuming it does.

(08-20-2018, 06:18 PM)Yarcaz Wrote: This is great, awesome in fact! How did you do all this though?
I am very curious...

From scratch I wrote my own library in C# to parse the files and export them. I am also working on creating a model importer, among other things.
Reply
Thanked by:
#8
I was using OPENCollada. I imported it with the default .DAE importer and ran the script, and it worked fine. Exported that with OPENCollada, and now it's all good.
Reply
Thanked by:
#9
Another option to deal with DAE importer issues is to use the Autodesk FBX converter (https://www.autodesk.com/developer-netwo...r-archives) to convert them to FBX first.
They work just fine using 3ds Max's default collada importer though (I'm using 2018).
Reply
Thanked by:
#10
is it possible for the dreamcast assets to be ripped? (and also are the kart models in here? just curious)
Reply
Thanked by:
#11
Is it possible to rip the Boss models from the game?
Reply
Thanked by:
#12
is there a way to fix the weird broken characters automatically in blender? if so. mind telling me
Reply
Thanked by:


Forum Jump: