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
0 registered members (), 17,886 guests, and 5 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
3ds models -> MED -> WED, comes out invisible #121217
04/03/07 14:38
04/03/07 14:38
Joined: Mar 2007
Posts: 3
N
nameles01 Offline OP
Guest
nameles01  Offline OP
Guest
N

Joined: Mar 2007
Posts: 3
Hi,

I've just recently started work on a small 3d fps/adventure game for a school project.
I'm still very new to both 3ds and Gamestudio, but i've been following tutorials in both, and a simple game is taking shape.

However i've encountered the following problem that i can't find and answer to:
When i make a textured model in 3ds max, export it as .3DS -> import it with MED, and save as .MDL7 -> import with WED, the model is nowhere to be seen when i compile and play the level.
It does show up in the WED modelling view, just not textured. Also it does show up textured in the MED.

I've tried different filetypes (bmp,tga,pcx) for the texture but to no avail.
I've found several replies mentioning alpha levels, but have not done anything with them nor am i able to find them.

can anyone please help me?
i'm using version gamestudio version 6.22.0

Last edited by nameles01; 04/03/07 14:38.
Re: 3ds models -> MED -> WED, comes out invisible [Re: nameles01] #121218
04/03/07 14:42
04/03/07 14:42
Joined: Mar 2006
Posts: 2,503
SC, United States
xXxGuitar511 Offline
Expert
xXxGuitar511  Offline
Expert

Joined: Mar 2006
Posts: 2,503
SC, United States
I've heard the best thing to do is use the exporter plugin on the downloads page, or to export to *.x format...


xXxGuitar511
- Programmer
Re: 3ds models -> MED -> WED, comes out invisible [Re: xXxGuitar511] #121219
04/03/07 14:47
04/03/07 14:47
Joined: Mar 2007
Posts: 3
N
nameles01 Offline OP
Guest
nameles01  Offline OP
Guest
N

Joined: Mar 2007
Posts: 3
thanks! i'll try it as soon as i can, the download site for it is down atm tho =/

Re: 3ds models -> MED -> WED, comes out invisible [Re: nameles01] #121220
04/04/07 19:47
04/04/07 19:47
Joined: Mar 2007
Posts: 47
Columbus Ohio
S
sweetpickles Offline
Newbie
sweetpickles  Offline
Newbie
S

Joined: Mar 2007
Posts: 47
Columbus Ohio
I had the same thing happen to me as well. I found that writing a script fixes it. Even if the script is nothing more than...

Code:
string bonetest_wmb = <bonetest.wmb>;

function main()
{
level_load ("bonetest.wmb");
wait(1);
}

I don't think the wait(1); statement is required, but it was a learning experience/troubleshooting thing to get it to work so I left it in. Just make sure to change any "bonetest" reference to whatever you are actually calling your .wmb.

Re: 3ds models -> MED -> WED, comes out invisible [Re: sweetpickles] #121221
04/04/07 20:23
04/04/07 20:23
Joined: Feb 2006
Posts: 616
Netherlands
cartoon_baboon Offline
User
cartoon_baboon  Offline
User

Joined: Feb 2006
Posts: 616
Netherlands
go to edit -> manage skins -> skin settings -> material setup and then set alpha to 100. That should work... have answered this same question multiple times now^^ but it always remains fun.

Re: 3ds models -> MED -> WED, comes out invisible [Re: cartoon_baboon] #121222
04/05/07 01:22
04/05/07 01:22
Joined: Mar 2007
Posts: 47
Columbus Ohio
S
sweetpickles Offline
Newbie
sweetpickles  Offline
Newbie
S

Joined: Mar 2007
Posts: 47
Columbus Ohio
Quote:

go to edit -> manage skins -> skin settings -> material setup and then set alpha to 100. That should work... have answered this same question multiple times now^^ but it always remains fun.


I had tried this with mine to no avail. Mine didn't work until I made a simple script (all it did was load the level).

Re: 3ds models -> MED -> WED, comes out invisible [Re: sweetpickles] #121223
04/05/07 06:56
04/05/07 06:56
Joined: Jun 2005
Posts: 4,875
broozar Offline
Expert
broozar  Offline
Expert

Joined: Jun 2005
Posts: 4,875
Quote:

Quote:

go to edit -> manage skins -> skin settings -> material setup and then set alpha to 100. That should work... have answered this same question multiple times now^^ but it always remains fun.


I had tried this with mine to no avail. Mine didn't work until I made a simple script (all it did was load the level).




no wonder... you do not have this option in 6.22 .. ahem. you got 2 options now: a. update (load a free 6.5 package from the conitec site, all you need is your un and pw you got when you purchased 3dgs) or b. purchase one legally.

Re: 3ds models -> MED -> WED, comes out invisible [Re: broozar] #121224
04/05/07 08:52
04/05/07 08:52
Joined: Mar 2007
Posts: 3
N
nameles01 Offline OP
Guest
nameles01  Offline OP
Guest
N

Joined: Mar 2007
Posts: 3
sweetpickles, u'r the man =D

i used your script, changed bonetest with my map name, and removed the wait command, and now it works like a charm.

One thing tho: the mdl files need to be in the same directory as the wmb file.

To everyone else: thank you for taking the time to reply, much appreciated =)

Re: 3ds models -> MED -> WED, comes out invisible [Re: broozar] #121225
04/05/07 13:29
04/05/07 13:29
Joined: Mar 2007
Posts: 47
Columbus Ohio
S
sweetpickles Offline
Newbie
sweetpickles  Offline
Newbie
S

Joined: Mar 2007
Posts: 47
Columbus Ohio
Quote:

no wonder... you do not have this option in 6.22 .. ahem. you got 2 options now: a. update (load a free 6.5 package from the conitec site, all you need is your un and pw you got when you purchased 3dgs) or b. purchase one legally.


I'm running this version of 3dgs and needed the script...



Quote:

sweetpickles, u'r the man =D

i used your script, changed bonetest with my map name, and removed the wait command, and now it works like a charm.

One thing tho: the mdl files need to be in the same directory as the wmb file.

To everyone else: thank you for taking the time to reply, much appreciated =)



I'm not the man yet. I just happened to have worked out the same problem recently. I think you can change the path of you models in the model properties dialog box. I haven't had the need for such structure yet. That and I'm a beginner at this as well and am trying not to over complicate things.

Also, you're welcome. Just don't forget to repay the favor by taking the time to help others in need.

Re: 3ds models -> MED -> WED, comes out invisible [Re: sweetpickles] #121226
04/05/07 13:53
04/05/07 13:53
Joined: Mar 2006
Posts: 2,503
SC, United States
xXxGuitar511 Offline
Expert
xXxGuitar511  Offline
Expert

Joined: Mar 2006
Posts: 2,503
SC, United States
Why's the name covered?


xXxGuitar511
- Programmer
Page 1 of 2 1 2

Moderated by  HeelX, rvL_eXile 

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