Jump to content


Photo

3d Animator, Release 1.6 with import Quake md2


  • Please log in to reply
27 replies to this topic

#21 Tizorna

Tizorna

    GMC Member

  • GMC Member
  • 34 posts
  • Version:GM:Studio

Posted 03 January 2013 - 09:32 AM

Hey i have a request if you take Requests. Could you add import support for Anim8or .vtx format its a simple format from what some told me and it supports animated models.
  • 0

#22 peverbeek

peverbeek

    GMC Member

  • GMC Member
  • 59 posts

Posted 03 January 2013 - 06:56 PM

Hey Tizorna, I'm open for any request, well 3dAnimator ones Posted Image

I can investigate the vtx file structure and try to come up with an import feature. It's as you said not that difficult. It looks similar to a Wavefront .obj.
For the mean time you can export your Anim8or models to .obj which 3dAnimator can import.
Can you tell me if the .obj import is good enough for what you need? It saves me the time making an import feature.
Anyway, I'll see what I can do for you and let me know if you need anything else.
  • 0

#23 mrsmes

mrsmes

    GMC Member

  • GMC Member
  • 972 posts
  • Version:Unknown

Posted 04 January 2013 - 07:27 AM

Impressive for something made with game maker so game maker can make tools and software and games and xbox arcade quality these are the kind of graphics I want to see on my gaming console... Yes in a few years time I will be working on a fully functioning console...
  • 0

#24 peverbeek

peverbeek

    GMC Member

  • GMC Member
  • 59 posts

Posted 04 January 2013 - 12:12 PM

@Robert It's possible (see Doomguy 3dAnimator example), but 3dAnimator doesn't do the conversion, Blender should save each single frame into one md2 file or multiple .obj files.

If Blender exports each frame of an animation to one md2 file, 3dAnimator can import this file. And by using the 'model sequence' mode of 3dAnimator you can bring this animation to your GameMaker game. So, after code generation, indeed an animation in your 3d game (The purpose I made 3dAnimator).

A Wavefront .obj file contains only one static model, so Blender should export each frame to a .obj file. You can import these files as shapes (through the shape menu) and again use the model sequence mode to play the animation.


@mrsmes Tools can be made with GameMaker. I made a few like SceneMaker (for making cutscenes and intro videos).
Are you really going to build a game console? Impressive.Posted Image
  • 0

#25 Tizorna

Tizorna

    GMC Member

  • GMC Member
  • 34 posts
  • Version:GM:Studio

Posted 04 January 2013 - 11:14 PM

my blender doesn't have md2 export where you get the plugin?
  • 0

#26 peverbeek

peverbeek

    GMC Member

  • GMC Member
  • 59 posts

Posted 05 January 2013 - 06:40 PM

I didn't know that Blender had a md2 export. I hope it saves all frames of an animation, so it can be imported in 3dAnimator and thus to a GM 3d game.
  • 0

#27 Tizorna

Tizorna

    GMC Member

  • GMC Member
  • 34 posts
  • Version:GM:Studio

Posted 10 January 2013 - 08:54 AM

hey i have a question When loading from a folder inside the "included files" my model doesn't show up heres what i used "models\Player_mods\"
any way to fix this?

Edited by Tizorna, 10 January 2013 - 08:55 AM.

  • 0

#28 peverbeek

peverbeek

    GMC Member

  • GMC Member
  • 59 posts

Posted 12 January 2013 - 03:02 PM

hey i have a question When loading from a folder inside the "included files" my model doesn't show up heres what i used "models\Player_mods\"
any way to fix this?


Sorry for the late reply.
I think the path "models\Player_mods\'" is the problem, so instead of d3d_model_load(id,"models\Player_mods\playerwalk01.mod") you should, if the model is included, do d3d_model_load(id,"playerwalk01.mod").
Btw, GM 7, 8, 8.1 don't give an error if they can't find and load the model file. GM: Studio does give a message in the debugger.
  • 0




0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users