Gamestudio Links
Zorro Links
Newest Posts
AlpacaZorroPlugin v1.3.0 Released
by kzhao. 05/22/24 13:41
Free Live Data for Zorro with Paper Trading?
by AbrahamR. 05/18/24 13:28
Change chart colours
by 7th_zorro. 05/11/24 09:25
Data from CSV not parsed correctly
by dr_panther. 05/06/24 18:50
AUM Magazine
Latest Screens
The Bible Game
A psychological thriller game
SHADOW (2014)
DEAD TASTE
Who's Online Now
3 registered members (AndrewAMD, VoroneTZ, dpn), 1,346 guests, and 10 spiders.
Key: Admin, Global Mod, Mod
Newest Members
LucasJoshua, Baklazhan, Hanky27, firatv, wandaluciaia
19053 Registered Users
Previous Thread
Next Thread
Print Thread
Rate Thread
Entity without collision #147139
08/10/07 19:38
08/10/07 19:38
Joined: Jul 2002
Posts: 857
Québec
Marky Mark Offline OP
User
Marky Mark  Offline OP
User

Joined: Jul 2002
Posts: 857
Québec
Hi,

I have a moving entity that I don't want to collide with anything. I want that everything, for this entity, is passable.

In my action, I have my.push = 10;

It goes through any models, but not with level blocks. How to make it go through level blocks?

thanks


Yeah! IE sucks, use Mozilla...
Marc Rémillard.
Re: Entity without collision [Re: Marky Mark] #147140
08/10/07 20:07
08/10/07 20:07
Joined: Apr 2005
Posts: 3,076
Germany, NRW
rvL_eXile Offline

3D Artist
rvL_eXile  Offline

3D Artist

Joined: Apr 2005
Posts: 3,076
Germany, NRW
Write in the C_Move Function behind "GLIDE" "Ignore_MAP" look into the Manual for more Informations

cYa Sebastian


Tutorials:
[Blender]Terrain creation ENG/GER
[Blender]Low Poly Tree Modeling
[GIMP]Create a Texture for Terrains
CLICK HERE


Re: Entity without collision [Re: rvL_eXile] #147141
08/10/07 20:32
08/10/07 20:32
Joined: Jul 2002
Posts: 857
Québec
Marky Mark Offline OP
User
Marky Mark  Offline OP
User

Joined: Jul 2002
Posts: 857
Québec
Thanks it works.


Yeah! IE sucks, use Mozilla...
Marc Rémillard.
Re: Entity without collision [Re: Marky Mark] #147142
08/19/07 05:25
08/19/07 05:25
Joined: Jul 2002
Posts: 857
Québec
Marky Mark Offline OP
User
Marky Mark  Offline OP
User

Joined: Jul 2002
Posts: 857
Québec
No, its not working.

Can you be more specific about this C_Move function?


Yeah! IE sucks, use Mozilla...
Marc Rémillard.
Re: Entity without collision [Re: Marky Mark] #147143
08/19/07 08:58
08/19/07 08:58
Joined: Jul 2007
Posts: 959
nl
F
flits Offline
User
flits  Offline
User
F

Joined: Jul 2007
Posts: 959
nl
hello somthing out of the manual

IGNORE_YOU Ignores the you entity on collision detection.
IGNORE_PASSABLE Ignores all passable blocks and entities, including all water entities.
IGNORE_PASSENTS Ignores passable model and sprite entities, but still detects water entities (rectangular passable maps, or passable terrain). It sets the predefined flags in_passable and on_passable . The predefined passable_ent pointer is set to the detected water entity. This can be used, for example, to switch the player behavior to swimming.
IGNORE_MAPS Ignores all map and terrain entities.
IGNORE_MODELS Ignores all models.
IGNORE_SPRITES Ignores all sprites.
IGNORE_PUSH Ignores all entities with lower push values than the me entity.
IGNORE_CONTENT Ignores the content of the move origin. The function is faster, but water entities (see above) are not detected.

ore use my.passable = on;


"empty"

Gamestudio download | chip programmers | 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