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
1 registered members (TipmyPip), 18,038 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
Gamestudio A 7 + Fässer/Barrels #178881
01/20/08 16:27
01/20/08 16:27
Joined: Jan 2008
Posts: 7
Deutschland,Hessen,Fulda
D
Dash90 Offline OP
Newbie
Dash90  Offline OP
Newbie
D

Joined: Jan 2008
Posts: 7
Deutschland,Hessen,Fulda
Hi,
i have a question:

How can i intrigrate the Physics in my Game with my new 3D Gamestudio A7 Version?

thx

Re: Gamestudio A 7 + Fässer/Barrels [Re: Dash90] #178882
01/21/08 14:16
01/21/08 14:16
Joined: Nov 2005
Posts: 149
Vienna, Austria
E
Edgecrusher Offline
Member
Edgecrusher  Offline
Member
E

Joined: Nov 2005
Posts: 149
Vienna, Austria
well, for barrels, I use following code:

action barrel
{
my.shadow=off;
phent_settype(my,ph_rigid,ph_box);
phent_setmass(my,20,ph_cylinder);
phent_setfriction(my,20);
phent_setdamping(my,50,50);
phent_setelasticity(my,30,30);
}

you may have to adjust that, I turned the shadow off because I had hundreds of barrels, and each barrel casting a shadow would not be so good for the framerate.

I guess that I dont have to mention that you have to assign the action to an entity, and include the script if you put those lines of code into a new script

So, enjoy


A6 Commercial A7 Commercial

Moderated by  HeelX, Spirit 

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