Gamestudio Links
Zorro Links
Newest Posts
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
1 registered members (Ayumi), 662 guests, and 3 spiders.
Key: Admin, Global Mod, Mod
Newest Members
Hanky27, firatv, wandaluciaia, Mega_Rod, EternallyCurious
19051 Registered Users
Previous Thread
Next Thread
Print Thread
Rate Thread
c_trace ignore 2 models? #201063
04/06/08 19:25
04/06/08 19:25
Joined: Jun 2007
Posts: 43
Montréal
J
Julientdc Offline OP
Newbie
Julientdc  Offline OP
Newbie
J

Joined: Jun 2007
Posts: 43
Montréal
Hello,

I use C_TRACE but I have 2 problems with the function.

First: I want to ignore 2 models but not you and me. How I can do it? (I can't do IGNORE_MODELS because I need to trace some models.)

Secondly: My C_TRACE not tracing enought big. How I can trace a bigger zone? I have try to scale my models but that change nothing.

Thank you,
Julien

Re: c_trace ignore 2 models? [Re: Julientdc] #201069
04/06/08 19:58
04/06/08 19:58
Joined: Sep 2003
Posts: 5,900
Bielefeld, Germany
Pappenheimer Offline
Senior Expert
Pappenheimer  Offline
Senior Expert

Joined: Sep 2003
Posts: 5,900
Bielefeld, Germany
It seems that you should use scan instead then, because trace is just a 'line' while scan uses a cone with a size that you write into the function.

Re: c_trace ignore 2 models? [Re: Pappenheimer] #201081
04/06/08 20:32
04/06/08 20:32
Joined: May 2005
Posts: 2,713
Lübeck
Slin Offline
Expert
Slin  Offline
Expert

Joined: May 2005
Posts: 2,713
Lübeck
You can use IGNORE_FLAG1 to ignore all models with flag1 set.

Re: c_trace ignore 2 models? [Re: Slin] #201084
04/06/08 20:42
04/06/08 20:42
Joined: Jun 2007
Posts: 43
Montréal
J
Julientdc Offline OP
Newbie
Julientdc  Offline OP
Newbie
J

Joined: Jun 2007
Posts: 43
Montréal
Thank you I will try it \:\)

Re: c_trace ignore 2 models? [Re: Julientdc] #201085
04/06/08 21:02
04/06/08 21:02
Joined: Jun 2007
Posts: 43
Montréal
J
Julientdc Offline OP
Newbie
Julientdc  Offline OP
Newbie
J

Joined: Jun 2007
Posts: 43
Montréal
I have tried c_scan:

c_scan(vue.x,vue.pan,vector(120,120,dis_c),SCAN_LIMIT);

But nothing is scanned now... and I don't know how to set my map to enable_scan...: level_load("map.wmb");

Do you have a solution?

Thank you,
Julien

Last edited by Julientdc; 04/06/08 23:26.

Moderated by  HeelX, Spirit 

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