Posts: 1,664
Threads: 50
Joined: Nov 2011
(05-27-2012, 10:36 AM)LeleleleMAXIMUM Wrote: hope nobody will fap into it Too late, Vipershark's here.
The texture and the .obj file.
http://dl.dropbox.com/u/69942143/Vipershark.obj
and the .mtl because objs are broke without 'em
http://dl.dropbox.com/u/69942143/Vipershark.mtl
Thanked by: Gors, Shade, Mutsukki, Rosencrantz, Zadaben, Crappy Blue Luigi, puggsoy, Previous, recme, Garamonde, Vipershark, Lexou Duck, megaMasquerain
Thanked by: StarSock64, Crappy Blue Luigi, Shade, Tellis, Gwen, Sengir, redblueyellow, Mutsukki, Iceman404, Rosencrantz, Kitsu, Previous, Zadaben, Garamonde, Vipershark, Lexou Duck
Posts: 2,603
Threads: 46
Joined: Sep 2008
(05-28-2012, 08:02 PM)Virt the Fox Wrote: (05-27-2012, 10:36 AM)LeleleleMAXIMUM Wrote: hope nobody will fap into it Too late, Vipershark's here.
The texture and the .obj file.
http://dl.dropbox.com/u/69942143/Vipershark.obj
and the .mtl because objs are broke without 'em
http://dl.dropbox.com/u/69942143/Vipershark.mtl WROOOONG vipershark was explicitly against fapping into clothing
nice model btw i'm not sure about the use of the texture space.
seriously, this makes me want a N64-styled tsr game....
also murderbeardbro, i get ideas mainly from viper's skypechat; all the strips were based on things that really happened in it (being banned for eating capybaras, me explaining TFR stuff and having trouble with it, me not wanting to sleep etc).
As for eating capybaras, I ate capybara sausages once. It was long ago, but I remember it being good. Although, it had a really strong smell when preparing it. I just exaggerated things a bit in the chat and yonkoma
Posts: 1,664
Threads: 50
Joined: Nov 2011
(05-29-2012, 01:44 AM)LeleleleMAXIMUM Wrote: i'm not sure about the use of the texture space. I'm not good with texturing, and I didn't actually unwrap the model. I used an alternative method.
Posts: 2,106
Threads: 25
Joined: May 2008
My Game Maker games (Dropbox download links):
Thanked by: Previous, Virt, Iceman404, Crappy Blue Luigi, LeleleleMAXIMUM, Baegal, Kitsu, Sengir, Zadaben, Gwen, Garamonde, Rosencrantz, Lexou Duck, megaMasquerain
Posts: 2,603
Threads: 46
Joined: Sep 2008
(05-29-2012, 08:04 AM)Virt the Fox Wrote: (05-29-2012, 01:44 AM)LeleleleMAXIMUM Wrote: i'm not sure about the use of the texture space. I'm not good with texturing, and I didn't actually unwrap the model. I used an alternative method.
oh snap! wait, don't tell me... are his glasses more than one face per umm lens?
05-30-2012, 09:24 AM
(This post was last modified: 05-30-2012, 09:25 AM by puggsoy.)
Anybody know how to port this model for GMod? I really want to see if I can get this working, but I'm hopeless at modelling or editing models.
You may have a fresh start any moment you choose, for this thing that we call "failure" is not the falling down, but the staying down. -Mary Pickford
Posts: 6,683
Threads: 49
Joined: Apr 2009
I've had a look, doesn't look as simple as I thought. Still, I'll see if I can do it with Blender.
You may have a fresh start any moment you choose, for this thing that we call "failure" is not the falling down, but the staying down. -Mary Pickford
Posts: 1,664
Threads: 50
Joined: Nov 2011
(06-01-2012, 05:15 AM)puggsoy Wrote: I've had a look, doesn't look as simple as I thought. Still, I'll see if I can do it with Blender. I have a program (fragmotion) that can export models as a Half-Life 2 .smd file. Would that help anything?
Posts: 2,328
Threads: 33
Joined: May 2008
06-01-2012, 06:08 PM
(This post was last modified: 06-01-2012, 06:09 PM by Rosencrantz.)
Actually, while Source SDK is really good to have as a checker, you don't need it at all to port models into GMod~
You'll need at least Notepad++, MDLdecompiler, and a 3D program that can export .smd files (Blender is very good with the imports AND exports [plugins are available on the wiki] and I personally use it). GCFScape is a plus, since it can rip out the hidden .qc files from various Source games for you to edit.
For a tl;dr of what you need to do, you'll need to:
1) export your .smd file
2) write/edit an appropriate .qc file
3) have MDLdecompiler run the .qc and churn out a usable GMod model
4) package the files into the appropriate GMod directory with their appropriate texture .vtfs and .vmts in their required folders (defined in the .qc)
5) run GMod
It's not a terribly complex process, but I might have forgotten to mention a step in there (if someone would so kindly correct me C . The hardest work involves making sure you export the correct models (they need to include the skeleton rigging) and writing out a good .qc file.
HAVE I BEEN MISLEAD?? THE DREAM ISN'T DEAD???
Woppet, Previous (the previous sig [hurr]), Strasteo (current avatar), TomGuycott, Gors 1, 2, 3, 4; Crappy Blue Luigi, SmithyGCN, Demonlemon 1 and 2, Chris2Balls, Phantom K, Kosheh, Sengir 1, 2
There are still other people I need to acknowledge for their love but I'm not done digging their love up, STAY TUNED FOR MORE
Posts: 8,812
Threads: 131
Joined: May 2008
(05-28-2012, 08:02 PM)Virt the Fox Wrote: (05-27-2012, 10:36 AM)LeleleleMAXIMUM Wrote: hope nobody will fap into it Too late, Vipershark's here.
The texture and the .obj file.
http://dl.dropbox.com/u/69942143/Vipershark.obj
and the .mtl because objs are broke without 'em
http://dl.dropbox.com/u/69942143/Vipershark.mtl i just saw this
aaaaaaaaa thank you
(06-01-2012, 06:08 PM)Rosencrantz Wrote: Actually, while Source SDK is really good to have as a checker, you don't need it at all to port models into GMod~
You'll need at least Notepad++, MDLdecompiler, and a 3D program that can export .smd files (Blender is very good with the imports AND exports [plugins are available on the wiki] and I personally use it). GCFScape is a plus, since it can rip out the hidden .qc files from various Source games for you to edit.
For a tl;dr of what you need to do, you'll need to:
1) export your .smd file
2) write/edit an appropriate .qc file
3) have MDLdecompiler run the .qc and churn out a usable GMod model
4) package the files into the appropriate GMod directory with their appropriate texture .vtfs and .vmts in their required folders (defined in the .qc)
5) run GMod
It's not a terribly complex process, but I might have forgotten to mention a step in there (if someone would so kindly correct me C. The hardest work involves making sure you export the correct models (they need to include the skeleton rigging) and writing out a good .qc file.
Thanks, I'll see what I can do. The .qc file editing might be hard, but if I can't figure it out myself I can probably find some tutorials online. I'm not sure about the skeleton rigging though.
I'd use Blender for .smd exporting, but I don't want to download the entire program for this single purpose. I'll see if I can find another program, but if not I'll use Blender.
You may have a fresh start any moment you choose, for this thing that we call "failure" is not the falling down, but the staying down. -Mary Pickford
|