Hosted Projects - FS2 Required > Just Another Day

RELEASE - Just Another Day 2: Electric Boogaloo

<< < (3/19) > >>

Axem:
Can you give a bit of a better description? How do you mean it failed? What build are you using?

butter_pat_head:

--- Quote from: TrashMan on November 13, 2005, 04:54:30 pm ---I have a problem with a mission.


Spoiler:That YMCA mission where Not Derek Smart appears - when it fades it allways failed.

--- End quote ---

I got this to.  At the end of the mission the screen fades out while chatting to (mumblemumble2) and then all I get is a "no debriefing for mission blah blah..." with the mission failed music.  Clicking accept brings up the "you have failed this mission" box.  I got past it by finding amusing ways to kill myself.  I am using the 20051107-Optimized build.

Axem:
How odd.

Spoiler:There IS no debreifing for that mission, it should cut right the the next mission afterwards. But I probably messed something up with the campaign advancement... :(
EDIT: I think I found the problem, updated fc2 file uploaded, its right under the campaign link. If it works, I'll update the vp later tonight

Goober5000:
Yeah, I was just about to post that.  There's a bug in the campaign file:


--- Code: ---$Mission: Axm_jad2-4.fs2
+Flags: 0
+Main Hall: 0
+Formula: ( cond
   (
      ( and
         ( is-previous-event-true
            "Axm_jad2-4.fs2"
            "Fade out"
         )
         ( is-previous-event-true
***         "axm_jad2-1.fs2"
            "Mission6_Yes"
         ) 
      )
      ( next-mission "axm_jad2-65535.fs2" )
   )
   (
      ( and
         ( is-previous-event-true
            "Axm_jad2-4.fs2"
            "Fade out"
         )
         ( is-previous-event-true
            "axm_jad2-4.fs2"
            "Mission6_No"
         ) 
      )
      ( next-mission "axm_jad2-5.fs2" )
   )
   ( ( true ) ( next-mission "Axm_jad2-4.fs2" ) )
)

+Level: 3
+Position: 0
--- End code ---
The starred line should have 2-4, not 2-1.

Axem:
That's exactly what I changed too. :)

That's what I get for copying and pasting too quickly I guess.

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version