Matthijs 40 Posted April 20, 2003 I would like to create my new addon as a "stealth" vehicle, i.e. make it invisible to radar. I think making it show up as a soldier would be good enough. Help anyone? Edit: on the other hand, in this particular case, making it totally 100% invisible to AI would also be fine. Any ideas? Share this post Link to post Share on other sites
Guest BratZ Posted April 21, 2003 Wont be able to classify it as soldier and still be able to drive it. Dunno... This might do it: // targets recognition camouflage=2; // how dificult to spot - bigger - better spotable audible=1; // audible - bigger - better heard accuracy=0; // accuracy needed to recognize type of this target camouflage=0; audible=0; accuracy=1000; That mmight do it,but will still show on radar,also it might not accept zeros might have to do: camouflage=.0001; audible=.0001; accuracy=1000; Share this post Link to post Share on other sites
Matthijs 40 Posted April 21, 2003 Ah, I think I have it. IrTarget=False; This seems to do the trick. Setting the "camouflage=0" works, and makes it invisible to AI soldiers. Thanks! Share this post Link to post Share on other sites
Guest BratZ Posted April 21, 2003 You saying IrTarget=False; Stops it from displaying on the radar? Share this post Link to post Share on other sites
Matthijs 40 Posted April 21, 2003 </span><table border="0" align="center" width="95%" cellpadding="3" cellspacing="1"><tr><td>Quote (BratZ @ April 21 2003,18:53)</td></tr><tr><td id="QUOTE">You saying IrTarget=False; Stops it from displaying on the radar?<span id='postcolor'> Well... I think it does. Not sure though. Anyway, I have the effect I want. Share this post Link to post Share on other sites
suchey 0 Posted April 21, 2003 I wonder if any of this would stop the commander from being able to show the yellow target box in multiplayer games? Share this post Link to post Share on other sites
granQ 293 Posted April 21, 2003 </span><table border="0" align="center" width="95%" cellpadding="3" cellspacing="1"><tr><td>Quote (Suchey @ April 21 2003,21:17)</td></tr><tr><td id="QUOTE">I wonder if any of this would stop the commander from being able to show the yellow target box in multiplayer games?<span id='postcolor'> guys don't show on radar but you can get a yellow box on them.. Share this post Link to post Share on other sites
suchey 0 Posted April 21, 2003 yeah...thats what I meant...I wonder if using the accuracy or camo values would keep the yellow box from being able to be added to the commanders list so easily...currently simply shooting an enemy adds you to the commanders list of targets. Share this post Link to post Share on other sites