I recently got a 3D printer... it got me thinking maybe there are some 3D models of the various virtuoids available so I could print some models of my own.
I'd need the files in an STL format, or I'd need to be able to convert them to that format.
Detail quality on the 3D printer is still pretty low but I'd like to try anyway.
Any 3D models of Virtoids available?
-
- Virtual-On Positive
- Posts: 212
- Joined: 25 Feb 2013, 16:46
-
- Member
- Posts: 40
- Joined: 18 Jan 2015, 13:20
Re: Any 3D models of Virtoids available?
-
Last edited by Palmpoa on 30 Jul 2016, 09:50, edited 1 time in total.
Code: Select all
16.33 (.021)
21 VR...
-
- Virtual-On Positive
- Posts: 212
- Joined: 25 Feb 2013, 16:46
Re: Any 3D models of Virtoids available?
That's a shame... I'd love to get original models from OMG or VOOT in their original low-poly glory.
-
- Member
- Posts: 40
- Joined: 18 Jan 2015, 13:20
Re: Any 3D models of Virtoids available?
Good thing is you can! Using ripperdx or a memory scanner you can copy a model's poly data from memory. You can then save it as a 3d model and hand it off to someone else to rig and fix. VOOMG has a native pc port, voot can be played on nulldc or chanka, and MARZ can run on pcsx.
Code: Select all
16.33 (.021)
21 VR...
-
- Member
- Posts: 70
- Joined: 30 May 2013, 21:21
Re: Any 3D models of Virtoids available?
I may be way off base. I don't know if this helps or can spur more ideas. Think paper craft?
http://paper-replika.com/index.php?opti ... h-viper-ii
http://paper-replika.com/index.php?opti ... h-viper-ii
@VOTwinstick on Twitter / VOTwinstick on Twitch & Niconico / VO-MC / Temjin from Green Hills to Jupiter!
-
- Virtual-On Positive
- Posts: 600
- Joined: 19 Jul 2012, 19:07
Re: Any 3D models of Virtoids available?
Even though the 3D models can in theory be extracted from the game data, no one has figured out how to do it yet. Every game has its own unique way of storing the data, so it's not a trivial process.
-
- Member
- Posts: 40
- Joined: 18 Jan 2015, 13:20
Re: Any 3D models of Virtoids available?
that is why the only reliable way I have found is finding the graphical point matrix in memory, copying it out into a model coverter and turning it into a .obj. Its what I used to get Bal before I.
Code: Select all
16.33 (.021)
21 VR...
-
- Virtual-On Positive
- Posts: 212
- Joined: 25 Feb 2013, 16:46
Re: Any 3D models of Virtoids available?
thanks for the ideas, I'll be looking into this a bit more.