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 (), 16,302 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
newbee need help for some concept. #289623
09/14/09 14:25
09/14/09 14:25
Joined: Nov 2008
Posts: 26
France
H
Hirogens Offline OP
Newbie
Hirogens  Offline OP
Newbie
H

Joined: Nov 2008
Posts: 26
France
Hi,

We have buy 3dgs commercial since some days.

I have a probleme.

-- I create a WMP with, for example, one plate and one sphere.

now I want load this wmp in my lite-c (pure) and interact
with this 2 objects(sphere,plate) move, change position,
change texture,shader etc

how to do this?

How to get the instance of object ?

regards
Christophe
France





Last edited by Hirogens; 09/14/09 14:26.

A7 Commercial License.
http://www.wormhole-the-game.com

AMD64 6000+, GTX 280 2GB, 4 GB Ram, Seven
Re: newbee need help for some concept. [Re: Hirogens] #289629
09/14/09 14:45
09/14/09 14:45
Joined: Aug 2008
Posts: 133
Sweden, Stockholm
E
Enduriel Offline
Member
Enduriel  Offline
Member
E

Joined: Aug 2008
Posts: 133
Sweden, Stockholm
This is perfectly described in the workshops, read them >_^

http://tutorial.3dgamestudio.net/

workshop 9 and 10 goes through what you want.

Re: newbee need help for some concept. [Re: Enduriel] #289631
09/14/09 14:50
09/14/09 14:50
Joined: Feb 2009
Posts: 3,207
Germany, Magdeburg
Rei_Ayanami Offline
Expert
Rei_Ayanami  Offline
Expert

Joined: Feb 2009
Posts: 3,207
Germany, Magdeburg
You can´t load a wmp in sed, only a WMB so you have to render it wink!

Re: newbee need help for some concept. [Re: Enduriel] #289632
09/14/09 14:51
09/14/09 14:51
Joined: Nov 2008
Posts: 26
France
H
Hirogens Offline OP
Newbie
Hirogens  Offline OP
Newbie
H

Joined: Nov 2008
Posts: 26
France


Workshop 9 is empty file^^

workshop 10
Quote:
///////////////////////////////////////////////////////////////////////////////////
#include <acknex.h>
#include <default.c>

///////////////////////////////////////////////////////////////////////////////////

action rotate_plane()
{
while (1)
{
my.pan = my.pan + 0.1;
wait (1);
}
}

function main()
{
video_mode = 7;
level_load ("work10.wmb");
vec_set(camera.x,vector(-500, 0, 100)); // place the camera at x = -500, y = 0, z = 100
}


where is the solution^^

regards


A7 Commercial License.
http://www.wormhole-the-game.com

AMD64 6000+, GTX 280 2GB, 4 GB Ram, Seven
Re: newbee need help for some concept. [Re: Rei_Ayanami] #289633
09/14/09 14:52
09/14/09 14:52
Joined: Nov 2008
Posts: 26
France
H
Hirogens Offline OP
Newbie
Hirogens  Offline OP
Newbie
H

Joined: Nov 2008
Posts: 26
France
Quote:
You can´t load a wmp in sed, only a WMB so you have to render it wink!
_________________________
Do we all learn defeat
From the whores with bad feet
Beat the meat, treat the feet
To the sweet milky seat
- System of a Down - Vicinity of Obscenity




scuse for the error


Last edited by Hirogens; 09/14/09 14:54.

A7 Commercial License.
http://www.wormhole-the-game.com

AMD64 6000+, GTX 280 2GB, 4 GB Ram, Seven
Re: newbee need help for some concept. [Re: Hirogens] #289635
09/14/09 14:59
09/14/09 14:59
Joined: Feb 2009
Posts: 3,207
Germany, Magdeburg
Rei_Ayanami Offline
Expert
Rei_Ayanami  Offline
Expert

Joined: Feb 2009
Posts: 3,207
Germany, Magdeburg
Originally Posted By: Hirogens
Quote:
You can´t load a wmp in sed, only a WMB so you have to render it wink!
_________________________
Do we all learn defeat
From the whores with bad feet
Beat the meat, treat the feet
To the sweet milky seat
- System of a Down - Vicinity of Obscenity




scuse for the error


What, please?

I for the other stuff - pm me
!

Re: newbee need help for some concept. [Re: Rei_Ayanami] #289644
09/14/09 15:47
09/14/09 15:47
Joined: Nov 2008
Posts: 26
France
H
Hirogens Offline OP
Newbie
Hirogens  Offline OP
Newbie
H

Joined: Nov 2008
Posts: 26
France
my example is here

My Example


regards.


A7 Commercial License.
http://www.wormhole-the-game.com

AMD64 6000+, GTX 280 2GB, 4 GB Ram, Seven
Re: newbee need help for some concept. [Re: Hirogens] #289650
09/14/09 16:20
09/14/09 16:20
Joined: Feb 2009
Posts: 3,207
Germany, Magdeburg
Rei_Ayanami Offline
Expert
Rei_Ayanami  Offline
Expert

Joined: Feb 2009
Posts: 3,207
Germany, Magdeburg
Found the problem - pm me back, and i´ll answer all you questions - the first is free^^!


Moderated by  HeelX, Lukas, rayp, Rei_Ayanami, Superku, Tobias, TWO, VeT 

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