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
2 registered members (AndrewAMD, TipmyPip), 12,420 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
Using the "Car Script" in Gamestudio A7 #229249
09/25/08 19:51
09/25/08 19:51
Joined: Sep 2008
Posts: 3
S
stephen1980 Offline OP
Guest
stephen1980  Offline OP
Guest
S

Joined: Sep 2008
Posts: 3
I am new to this program and I love it already.

Yes, I have already followed the tutorials on the site and looked at the Lite-c workshops.

I was curious as to how to make a car game by using the car script. It obviously isn't as simple as the shooter script, as every time I try to use it with a vehicle, I am stuck in the ground and I cant move at all. Is this something I am missing? Do I need to put in a camera position, or should I go back and reread the tutorials because I missed something?

Thanks in advance for any help, and I apologize if this question has been asked a million times before. (I did search grin )

Stephen1980

Re: Using the "Car Script" in Gamestudio A7 [Re: stephen1980] #229271
09/26/08 00:42
09/26/08 00:42
Joined: Nov 2005
Posts: 66
Spokane, WA, USA
Vonman Offline
Junior Member
Vonman  Offline
Junior Member

Joined: Nov 2005
Posts: 66
Spokane, WA, USA
I'm not completely sure about the A7 templates, but I have A6 and I had the same problem... I got the car to move by adding wheels into WED and assigning wheel actions to them, saving changes, then running the script.

I myself am trying to get make a car using the physics engine, but not the templates. It's tougher than I thought at first.

Re: Using the "Car Script" in Gamestudio A7 [Re: Vonman] #232784
10/23/08 20:51
10/23/08 20:51
Joined: Sep 2004
Posts: 130
Italy
Alessandro Offline
Member
Alessandro  Offline
Member

Joined: Sep 2004
Posts: 130
Italy
When using a terrain it seems physics engine cannot manage correctly collision.
I used a trick (and it works ;-)

Put a solid block (rectangle) below the terrain:

Side-view:

Terrain _/\_/--\____
Solid [============]

Or put three cubes around the terrain, in order to "pack" the terrain in a
"virtual box":

Top-view:

[cube].....................[cube]
.......|================|
.......|================|
.......|================|
.......|================|
.......|================|
.......|================|
.......|================|
[cube]

Put the cube to wrap the lowest terrain and the highest mountain.
The cubes must be done using WED native primitives.

It works!


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