Author Topic: Cant figure this one out...  (Read 3884 times)

0 Members and 1 Guest are viewing this topic.

Offline vadar_1

  • Mr. Crispy
  • 29
  • .
    • http://dynamic4.gamespy.com/~freespace/hosted/fullcircle/
Cant figure this one out...
Ok ive got a little bit of a predicament here... Ive got a ship in a mission (surprise), a lucifer, the SD Tyrant. Ive got a directive text "Destroy Tyrant", with the SEXP
Code: [Select]
is-destroyed-delay
  0
  Tyrant
do-nothing

now heres the dandy part. The ship then performs an tactical subspace jump, comming around behind its attacker, and firing. I did this using two ships, the Tyrant, and the Tyrant¤ . Using the special character that dosn't show up in the mission, I was able to pull this off (with a little bit of subsystem copying). Anyways, as the first Tyrant departs, the mission text fails (goes red), big problem. What I need is to have the mission text stay white, until the second Tyrant¤ is destroyed. But if i make an objective
Code: [Select]
is-destroyed-delay
  0
  Tyrant¤
do-nothing
Then the mission directive text wont show up until it performs the jump. The best I can do right now is make two directive texts, each saying Destroy tyrant, the second one appearing when she makes the jump. and the first one failing. It looks crappy and revealing thou. If you dont get what im trying to say i can post the mission.

~tks
"Shockingly, checking Draw Lines Between Marked Icons draws lines between the marked icons. " -Volition quality help files

Projects;
The Full Circle Project (site down - server side problem)
Paradox (site down - server side problem)

 
Cant figure this one out...
WAIT!  Make it an "AND" objective.  i.e.

When
-And
--Is-destroyed-or-departed-delay
---0
---Tyrant
--Is-destroyed-or-departed-delay
---0
---Tyrant¤
-Do-Nothing

That SHOULD work anyways, if I remember the coding right.

Sorry, dunno the code tag

[This message has been edited by Starfury (edited 12-30-2001).]

 

Offline vadar_1

  • Mr. Crispy
  • 29
  • .
    • http://dynamic4.gamespy.com/~freespace/hosted/fullcircle/
Cant figure this one out...
I thought about that too, but it dosn't show up until the second ship arrives then.
"Shockingly, checking Draw Lines Between Marked Icons draws lines between the marked icons. " -Volition quality help files

Projects;
The Full Circle Project (site down - server side problem)
Paradox (site down - server side problem)

 

Offline vadar_1

  • Mr. Crispy
  • 29
  • .
    • http://dynamic4.gamespy.com/~freespace/hosted/fullcircle/
Cant figure this one out...
okok, ive got a new idea to use another ship to control the directive text, a bouy, thats far away and invis to radar, but is their a way to completly remove a ship from radar? without the blimp... and not in a nebula?

i tried the tag "dont collide invisible" and i threw in "knossos" just to try it, but nothing worked. I swear ive seen the knossos do it in the mission.
"Shockingly, checking Draw Lines Between Marked Icons draws lines between the marked icons. " -Volition quality help files

Projects;
The Full Circle Project (site down - server side problem)
Paradox (site down - server side problem)

 

Offline Bobboau

  • Just a MODern kinda guy
    Just MODerately cool
    And MODest too
  • 213
Cant figure this one out...
did you try the stealth tag

------------------
Bobboau, bringing you products that work.............. in theory
Bobboau, bringing you products that work... in theory
learn to use PCS
creator of the ProXimus Procedural Texture and Effect Generator
My latest build of PCS2, get it while it's hot!
PCS 2.0.3


DEUTERONOMY 22:11
Thou shalt not wear a garment of diverse sorts, [as] of woollen and linen together

 

Offline vadar_1

  • Mr. Crispy
  • 29
  • .
    • http://dynamic4.gamespy.com/~freespace/hosted/fullcircle/
Cant figure this one out...
$Stealth:?

it was on the pegasus...  no value assigned to it. ill try...
"Shockingly, checking Draw Lines Between Marked Icons draws lines between the marked icons. " -Volition quality help files

Projects;
The Full Circle Project (site down - server side problem)
Paradox (site down - server side problem)

 

Offline vadar_1

  • Mr. Crispy
  • 29
  • .
    • http://dynamic4.gamespy.com/~freespace/hosted/fullcircle/
Cant figure this one out...
Code: [Select]
Error: Ship type flag is unknown.  Flags value is 0x800009
File:C:\projects\freespace2\code\Ship\Ship.cpp
Line: 7357

Call stack:
------------------------------------------------------------------
    fred2.exe 0041f3fc()
    fred2.exe 0063ca2c()
    fred2.exe 00641040()
    fred2.exe 0041e0f2()
    fred2.exe 0063ccba()
    fred2.exe 006488f0()
    fred2.exe 0064b878()
    fred2.exe 0063a544()
    fred2.exe 0064b3c9()
    fred2.exe 00639528()
    fred2.exe 0063ae8c()
    fred2.exe 0063aec0()
    fred2.exe 0063d93e()
------------------------------------------------------------------

Fred worked fine, until i switched to the ship that had the flag
"Shockingly, checking Draw Lines Between Marked Icons draws lines between the marked icons. " -Volition quality help files

Projects;
The Full Circle Project (site down - server side problem)
Paradox (site down - server side problem)

 

Offline ZylonBane

  • The Infamous
  • 29
Cant figure this one out...
 
Quote
Originally posted by vadar_1:
I thought about that too, but it dosn't show up until the second ship arrives then.
What if you use OR instead of AND?
ZylonBane's opinions do not represent those of the management.

 

Offline vadar_1

  • Mr. Crispy
  • 29
  • .
    • http://dynamic4.gamespy.com/~freespace/hosted/fullcircle/
Cant figure this one out...
 
Quote
Directives first appear in the HUD when it becomes possible for the player to bring about the event. For example, if the event requires the destruction of some ship, the directive won't show up in the HUD until that ship arrives. Also, if the event is chained, the directive won't show up until the previous event occurs.

I cant find a loophole that way   no if's and's or's or but's

I guess ill have to stick with my ship named the "You can't see me"
"Shockingly, checking Draw Lines Between Marked Icons draws lines between the marked icons. " -Volition quality help files

Projects;
The Full Circle Project (site down - server side problem)
Paradox (site down - server side problem)

 

Offline ZylonBane

  • The Infamous
  • 29
Cant figure this one out...
Never underestimate the power of FRED!
 http://home.att.net/~clay.h/fs2/zb_directivetest.fs2


------------------
ZylonBane's opinions do not represent those of the management.
ZylonBane's opinions do not represent those of the management.

 

Offline vadar_1

  • Mr. Crispy
  • 29
  • .
    • http://dynamic4.gamespy.com/~freespace/hosted/fullcircle/
Cant figure this one out...
bah, thats exactly what i did
"Shockingly, checking Draw Lines Between Marked Icons draws lines between the marked icons. " -Volition quality help files

Projects;
The Full Circle Project (site down - server side problem)
Paradox (site down - server side problem)

 

Offline ZylonBane

  • The Infamous
  • 29
Cant figure this one out...
Ahem. You claimed that when you tried that, FRED crashed.
ZylonBane's opinions do not represent those of the management.

 

Offline vadar_1

  • Mr. Crispy
  • 29
  • .
    • http://dynamic4.gamespy.com/~freespace/hosted/fullcircle/
Cant figure this one out...
nono, when i tried using $stealth on another ship, more specifically a modified SFr Dis
"Shockingly, checking Draw Lines Between Marked Icons draws lines between the marked icons. " -Volition quality help files

Projects;
The Full Circle Project (site down - server side problem)
Paradox (site down - server side problem)

 

Offline ZylonBane

  • The Infamous
  • 29
Cant figure this one out...
Okay, so if you already did what I did (which works perfectly)... then... uhmm... what's the problem?
ZylonBane's opinions do not represent those of the management.

 

Offline vadar_1

  • Mr. Crispy
  • 29
  • .
    • http://dynamic4.gamespy.com/~freespace/hosted/fullcircle/
Cant figure this one out...
well I actually kinda changed my goal a bit, i was thinking of making any ship completly invisable to radar, ex: using the $stealth tag, but that didn't seem to work...
"Shockingly, checking Draw Lines Between Marked Icons draws lines between the marked icons. " -Volition quality help files

Projects;
The Full Circle Project (site down - server side problem)
Paradox (site down - server side problem)

 

Offline aldo_14

  • Gunnery Control
  • 213
Cant figure this one out...
 
Quote
Originally posted by vadar_1:
well I actually kinda changed my goal a bit, i was thinking of making any ship completly invisable to radar, ex: using the $stealth tag, but that didn't seem to work...


Stealth is only totally invisible in a nebula... the tag only has the same effect as setting the ship to 'invisible' in FRED, anyway.  There was (if IRC) a comment line somewhere either in the tables or on the dev log on the FS2 website, about how the AI would target stealth ships... the effect being that;

a/ They are easier to target in normal space than the nebula (for AI)

and  b/ I think AWACs can allow them to be targeted.

 

Offline Nico

  • Venom
    Parlez-vous Model Magician?
  • 212
Cant figure this one out...
to have a ship completly invisible to radars, check the box "hidden from sensors" (or something like that) in the ship property menu
SCREW CANON!

 

Offline vadar_1

  • Mr. Crispy
  • 29
  • .
    • http://dynamic4.gamespy.com/~freespace/hosted/fullcircle/
Cant figure this one out...
 
Quote
Originally posted by venom2506:
to have a ship completly invisible to radars, check the box "hidden from sensors" (or something like that) in the ship property menu

it still makes the red blip dude, think pegasus
"Shockingly, checking Draw Lines Between Marked Icons draws lines between the marked icons. " -Volition quality help files

Projects;
The Full Circle Project (site down - server side problem)
Paradox (site down - server side problem)

 

Offline ZylonBane

  • The Infamous
  • 29
Cant figure this one out...
Yikes. Revoke venom's avatar!  
ZylonBane's opinions do not represent those of the management.

  

Offline Nico

  • Venom
    Parlez-vous Model Magician?
  • 212
Cant figure this one out...
 
Quote
Originally posted by ZylonBane:
Yikes. Revoke venom's avatar!  


hey, I'm baaaaad at Fred2 and I claim it  
SCREW CANON!