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
5 registered members (Dico, AndrewAMD, TipmyPip, NewbieZorro, Grant), 16,707 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
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 | 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