Author Topic: Diaspora Mission Designer  (Read 9106 times)

0 Members and 1 Guest are viewing this topic.

Re: Diaspora Mission Designer
How do I record a voice for the Breifing sections?

 

Offline karajorma

  • King Louie - Jungle VIP
  • Administrator
  • 214
    • Karajorma's Freespace FAQ
Re: Diaspora Mission Designer
You need a microphone and something to record with. Audacity is pretty reasonable.
Karajorma's Freespace FAQ. It's almost like asking me yourself.

[ Diaspora ] - [ Seeds Of Rebellion ] - [ Mind Games ]

 
Re: Diaspora Mission Designer
I ran into another snag yet again, when I whent to save the mission in Fred_2 i got a assertion  faliure message I don't know what that means. attached is the Fred_2 open log file and my bsg mission file, can you tell me if I made a mistake somewhere in the events editor or something?.

[attachment deleted by a basterd]

 

Offline karajorma

  • King Louie - Jungle VIP
  • Administrator
  • 214
    • Karajorma's Freespace FAQ
Re: Diaspora Mission Designer
You have two variables with the exact same name.

Code: [Select]
$Variables:
(
0 "Jump-Countdown" "60" "number"
1 "Jump-Countdown" "60" "number"
)

Not sure why that would cause that assertion, but I doubt it's a good idea at all to do that. Delete one of them in notepad. And don't use the debug version of FRED except when you have bugs.
Karajorma's Freespace FAQ. It's almost like asking me yourself.

[ Diaspora ] - [ Seeds Of Rebellion ] - [ Mind Games ]

 
Re: Diaspora Mission Designer
I think I made another mistake, Im not sure how to fix it. see the attached file

[attachment deleted by a basterd]

 

Offline karajorma

  • King Louie - Jungle VIP
  • Administrator
  • 214
    • Karajorma's Freespace FAQ
Re: Diaspora Mission Designer
You really need to tell us what's wrong.
Karajorma's Freespace FAQ. It's almost like asking me yourself.

[ Diaspora ] - [ Seeds Of Rebellion ] - [ Mind Games ]

 
Re: Diaspora Mission Designer
I deleted finall Countdown 60 but when I try to open the file I keep getting that same assertion failure mesage.