Gamestudio Links
Zorro Links
Newest Posts
Zorro 2.70
by jcl. 09/29/25 09:24
optimize global parameters SOLVED
by dBc. 09/27/25 17:07
ZorroGPT
by TipmyPip. 09/27/25 10:05
assetHistory one candle shift
by jcl. 09/21/25 11:36
Plugins update
by Grant. 09/17/25 16:28
AUM Magazine
Latest Screens
Rocker`s Revenge
Stug 3 Stormartillery
Iljuschin 2
Galactic Strike X
Who's Online Now
3 registered members (AndrewAMD, Ayumi, NewbieZorro), 13,972 guests, and 6 spiders.
Key: Admin, Global Mod, Mod
Newest Members
krishna, DrissB, James168, Ed_Love, xtns
19168 Registered Users
Previous Thread
Next Thread
Print Thread
Rate Thread
Page 1 of 2 1 2
Standard newbie questions. #245814
01/12/09 04:57
01/12/09 04:57
Joined: Jan 2009
Posts: 20
T
Tuah Offline OP
Newbie
Tuah  Offline OP
Newbie
T

Joined: Jan 2009
Posts: 20
I am, as you would expect, new to Gamestudio, and am in need of some assistance. With my questions, I have searched for answers and gotten only confusing, ambiguous, or simply unhelpful results. I shall keep my questions simple.

First is the tried and true "3DS in Gamestudio". How can I get my models and bone based animations from 3DS Max into Gamestudio?
If I have to import into MED, I want to keep my bones.


Second, is there a good method of moving a character in relation to the camera in third-person? (IE: If I press left, the character will move to the camera's left.)

Third, I want my character to be able to run on walls and ceilings. How can I get my character to 'attach' himself to them?
I was looking at the ol' Kingdom Hearts movement script (and modifications of it) which use distance_from_ground or something. I was thinking of the same thing, but instead of just the ground, to make it in any direction, and upon any object.
But this would also mean changing the character's orientation depending on the angle of the ground/walls...



Last edited by Tuah; 01/12/09 05:07.
Re: Standard newbie questions. [Re: Tuah] #245815
01/12/09 06:35
01/12/09 06:35
Joined: Jul 2008
Posts: 553
Singapore
delinkx Offline
User
delinkx  Offline
User

Joined: Jul 2008
Posts: 553
Singapore
have a look at the site's workshops and tutorials first.


A7 commercial Team / VC++ 2008 Pro
homepage | twitter | facebook
Re: Standard newbie questions. [Re: delinkx] #245901
01/12/09 16:26
01/12/09 16:26
Joined: Jan 2009
Posts: 20
T
Tuah Offline OP
Newbie
Tuah  Offline OP
Newbie
T

Joined: Jan 2009
Posts: 20
I'll I've found in those has been non-conclusive. I've seen links to pages that don't exist, tools that don't work, and then no answers at all. The best tutorial out there leads me to think that it's impossible to use bone animation in Gamestudio. I really don't want to animate in MED if I don't have to.

My biggest problem is the first one. If I can't get that one, I can't experiment with the other two to figure them out.

Last edited by Tuah; 01/12/09 16:43.
Re: Standard newbie questions. [Re: Tuah] #245904
01/12/09 16:37
01/12/09 16:37
Joined: Oct 2007
Posts: 5,211
İstanbul, Turkey
Quad Offline
Senior Expert
Quad  Offline
Senior Expert

Joined: Oct 2007
Posts: 5,211
İstanbul, Turkey
for the first problem use FBX import/export


3333333333
Re: Standard newbie questions. [Re: Quad] #245911
01/12/09 16:50
01/12/09 16:50
Joined: Jan 2009
Posts: 20
T
Tuah Offline OP
Newbie
Tuah  Offline OP
Newbie
T

Joined: Jan 2009
Posts: 20
Ah, the FBX seems to work nicely, except that the mesh is no longer moving with the bones. I had this problem in 3DS Max as well, but it seemed to work whenever I had selected things in "attach" mode. After deselection though, they wouldn't stay attached...
I can probably figure this part out myself though.
Thanks for your help!

Re: Standard newbie questions. [Re: Tuah] #245916
01/12/09 17:04
01/12/09 17:04
Joined: Oct 2007
Posts: 5,211
İstanbul, Turkey
Quad Offline
Senior Expert
Quad  Offline
Senior Expert

Joined: Oct 2007
Posts: 5,211
İstanbul, Turkey
while importing be sure to UNcheck "convert to points animastion" and CHECK "bones" in import options.


3333333333
Re: Standard newbie questions. [Re: Quad] #245919
01/12/09 17:13
01/12/09 17:13
Joined: Jan 2009
Posts: 20
T
Tuah Offline OP
Newbie
Tuah  Offline OP
Newbie
T

Joined: Jan 2009
Posts: 20
Yeah, I did that. I think it's a 3DS Max problem. I'll try making the whole thing from scratch, and if it still doesn't attach right, I'll re-rig it in MED and hope the bones still animate right.

Re: Standard newbie questions. [Re: Tuah] #245929
01/12/09 18:01
01/12/09 18:01
Joined: Nov 2003
Posts: 523
Whitehorse, Yukon, Canada
Paul_L_Ming Offline
User
Paul_L_Ming  Offline
User

Joined: Nov 2003
Posts: 523
Whitehorse, Yukon, Canada
Hiya.

Quadraxas: If you have an exact, step by step, of how to animated in MAX, export/import FBX and have all bones, animation and skins attached...I'm sure that Tuah wouldn't be the only one eternally grateful.

I don't use max much, but I have found tutorials/help files on a LOT of stuff for 3DGS to be, shall we say, "swiss-cheese like". What I mean is, we get a nice overall shape and feel for the process in question, but there are a lot of holes in it to fall into.


^_^

"We've got a blind date with destiny...and it looks like she's ordered the lobster."

-- The Shoveler

A7 Commercial (on Windows 7, 64-bit)
Re: Standard newbie questions. [Re: Paul_L_Ming] #245930
01/12/09 18:05
01/12/09 18:05
Joined: Jan 2009
Posts: 20
T
Tuah Offline OP
Newbie
Tuah  Offline OP
Newbie
T

Joined: Jan 2009
Posts: 20
Originally Posted By: Paul_L_Ming
Hiya.

Quadraxas: If you have an exact, step by step, of how to animated in MAX, export/import FBX and have all bones, animation and skins attached...I'm sure that Tuah wouldn't be the only one eternally grateful.

I don't use max much, but I have found tutorials/help files on a LOT of stuff for 3DGS to be, shall we say, "swiss-cheese like". What I mean is, we get a nice overall shape and feel for the process in question, but there are a lot of holes in it to fall into.


The biggest hole I have is that my mesh and bones don't want to stay attached. xD

But yeah, a lot of tutorials automatically assume you know the basics, yet there are no tutorials on the basics.

Re: Standard newbie questions. [Re: Tuah] #245960
01/12/09 20:03
01/12/09 20:03
Joined: Oct 2007
Posts: 5,211
İstanbul, Turkey
Quad Offline
Senior Expert
Quad  Offline
Senior Expert

Joined: Oct 2007
Posts: 5,211
İstanbul, Turkey
ok ill make a step by step video of export/import a rigged and animated model using fbx format, from max to med.


3333333333
Page 1 of 2 1 2

Gamestudio download | Zorro platform | shop | Data Protection Policy

oP group Germany GmbH | Birkenstr. 25-27 | 63549 Ronneburg / Germany | info (at) opgroup.de

Powered by UBB.threads™ PHP Forum Software 7.7.1