Author Topic: Wee Problem With Briefing...  (Read 3217 times)

0 Members and 1 Guest are viewing this topic.

Offline NGTM-1R

  • I reject your reality and substitute my own
  • 213
  • Syndral Active. 0410.
Wee Problem With Briefing...
As silly as it sounds, my briefing for a mission has a line on it. God only knows how it got there, I didn't use the line command to connect two things. But apparently the mission thinks I did.

The real problem is, I can't seem to make it go away. If anybody out there can figure out how, that would be much appreciated...

Mission in question: http://www.geocities.com/ngtm1r/C2M5.zip
« Last Edit: June 17, 2005, 06:07:35 pm by 2191 »
"Load sabot. Target Zaku, direct front!"

A Feddie Story

 

Offline karajorma

  • King Louie - Jungle VIP
  • Administrator
  • 214
    • Karajorma's Freespace FAQ
Wee Problem With Briefing...
I tried to take a look at it but the mission crashed FRED every time I tried to open it. The debug build keeps crashing out on me saying

Quote
Warning: $LaunchSnd sound index out of range on weapon Subach HL-7.  Must be between 0 and 0.  Forcing to -1.

File:E:\Languages\Visual Studio Projects\Visual C++\fs2_open\code\Weapon\Weapons.cpp
Line: 1607


So I can't test it with that either at the moment. Is it crashing for you too? If not which version of FRED are you using?
Karajorma's Freespace FAQ. It's almost like asking me yourself.

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

 

Offline NGTM-1R

  • I reject your reality and substitute my own
  • 213
  • Syndral Active. 0410.
Wee Problem With Briefing...
...that's even more crazy. It doesn't crash for me.

I'm using fred2_open_r_03202005.
"Load sabot. Target Zaku, direct front!"

A Feddie Story

 

Offline Spicious

  • Master Chief John-158
  • 210
Wee Problem With Briefing...
In wordpad replace
Quote
$num_lines: 1
$line_start: 1
$line_end: 2

with
Quote
$num_lines: 0

 

Offline karajorma

  • King Louie - Jungle VIP
  • Administrator
  • 214
    • Karajorma's Freespace FAQ
Wee Problem With Briefing...
I tried that but still got the crashes.

The Command Briefing for instance had a semi-colon followed by a bunch of boxes (Which VB seems to convert to parapgraphs if I attempt to cut and paste it here)

Spicious is probably correct about the solution. You have two mission briefs where you'd have to do that but it should solve your problem.
Karajorma's Freespace FAQ. It's almost like asking me yourself.

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

 

Offline NGTM-1R

  • I reject your reality and substitute my own
  • 213
  • Syndral Active. 0410.
Wee Problem With Briefing...
...Something's screwy with the ZIP, I suspect. I'll see what Spicious suggestion does.
"Load sabot. Target Zaku, direct front!"

A Feddie Story

 

Offline Hippo

  • Darth water-horse
  • 211
  • Grazing.
    • All Hands to War
Wee Problem With Briefing...
a semicolon will commment out the remainder of the line (as far as i can tell, since it does the same for messages)...
VBB Survivor -- 387 Posts -- July 3 2001 - April 12 2002
VWBB Survivor -- 100 Posts -- July 10 2002 - July 10 2004

AHTW

 

Offline karajorma

  • King Louie - Jungle VIP
  • Administrator
  • 214
    • Karajorma's Freespace FAQ
Wee Problem With Briefing...
It isn't the semi-colon that worried me as much as the odd line break symbols. They definately didn't belong there.
Karajorma's Freespace FAQ. It's almost like asking me yourself.

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

 

Offline NGTM-1R

  • I reject your reality and substitute my own
  • 213
  • Syndral Active. 0410.
Wee Problem With Briefing...
I don't think there was a semi-colon in that briefing at all, but I'll check.
"Load sabot. Target Zaku, direct front!"

A Feddie Story

 
Wee Problem With Briefing...
I don't know where the problem is... i haven't any problems, it shows In-Game like in FRED.

I use fs2_open_T-20050613 and a FRED from December 2004

EDIT: Or i don't understand the Problem :rolleyes:
« Last Edit: June 16, 2005, 05:54:39 am by 1821 »
Shivan here, Shivan there, Shivan everywhere.

My english isn't very well, so sorry for a few mistakes.

FreeSpace Let's Plays on my Channel:
| The Great War | Silent Threat | Operation Templar | Silent Threat: Reborn | Shivans - Phantoms | Shivans - Echo Gate | Shrouding the Light: Origins | Shrouding the Light | Cardinal Spear | Cardinal Spear: Vega | Awakenings | The Destiny of Peace | Between the Ashes: Mefistofele

 

Offline karajorma

  • King Louie - Jungle VIP
  • Administrator
  • 214
    • Karajorma's Freespace FAQ
Wee Problem With Briefing...
Maybe I simply got a slightly corrupted download/extraction. Anyway let's see if the solution works :)
Karajorma's Freespace FAQ. It's almost like asking me yourself.

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

 

Offline NGTM-1R

  • I reject your reality and substitute my own
  • 213
  • Syndral Active. 0410.
Wee Problem With Briefing...
Solution...failed.

Now I get an error when I attempt to open the mission in FRED.

Error: C:\FS2_Open\data\missions\C2M5.fs2(68):
Error: Required token = [$Ani Filename:], found [$voice: none.wav}

File: C:\projects\fs2_open\code\parse\PARSELO.CPP
Line: 502

Call stack:

----------------------------------------------------------------------------
fred2_open_r_03202005.exe 004f1af4()
fred2_open_r_03202005.exe 00493a10()
fred2_open_r_03202005.exe 00493aed()
fred2_open_r_03202005.exe 0049a5b5()
fred2_open_r_03202005.exe 0049b299()
fred2_open_r_03202005.exe 0041e0ef()
fred2_open_r_03202005.exe 0041da9f()
MFC42.dll 73ddf57b()
MFC42.dll 73de13cf()
MFC42.dll 0012f974()
MFC42.dll 000d8964()
------------------------------------------------------------------------
"Load sabot. Target Zaku, direct front!"

A Feddie Story

 

Offline karajorma

  • King Louie - Jungle VIP
  • Administrator
  • 214
    • Karajorma's Freespace FAQ
Wee Problem With Briefing...
I tried redownloading it but just got another corrupt version. Can you try re-uploading it?
Karajorma's Freespace FAQ. It's almost like asking me yourself.

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

 

Offline NGTM-1R

  • I reject your reality and substitute my own
  • 213
  • Syndral Active. 0410.
Wee Problem With Briefing...
Done.
"Load sabot. Target Zaku, direct front!"

A Feddie Story

 

Offline karajorma

  • King Louie - Jungle VIP
  • Administrator
  • 214
    • Karajorma's Freespace FAQ
Wee Problem With Briefing...
I'm still getting the error. Check at the end of the command briefing in notepad for that extra semi-colon between the

Code: [Select]
Still, there are two GTVA destroyer battlegroups insystem, plus the VSDF. We can handle it.", -1)

and

Code: [Select]
$end_multi_text

lines.
Karajorma's Freespace FAQ. It's almost like asking me yourself.

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

 

Offline NGTM-1R

  • I reject your reality and substitute my own
  • 213
  • Syndral Active. 0410.
Wee Problem With Briefing...
Huh...I wonder how that got there...we'll see what it does now.

EDIT: It works!
« Last Edit: June 17, 2005, 09:19:43 pm by 2191 »
"Load sabot. Target Zaku, direct front!"

A Feddie Story

  

Offline karajorma

  • King Louie - Jungle VIP
  • Administrator
  • 214
    • Karajorma's Freespace FAQ
Wee Problem With Briefing...
Glad to hear that :)
Karajorma's Freespace FAQ. It's almost like asking me yourself.

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