Hard Light Productions Forums
Hosted Projects - FS2 Required => FreeSpace Conversion => Topic started by: Tahna Los on August 14, 2006, 12:40:58 am
-
I'm getting this error:
Error: Invalid medal name.
In sexpression: ( when
( is-goal-true-delay
"Eliminate Shivan Presence"
0
)
( grant-medal
"Distinguished Service Cross"
)
)
(Error appears to be: Distinguished Service Cross)
File:C:\Languages\Visual Studio Projects\Visual C++\fs2_open_3_6_9\code\Mission\MissionParse.cpp
Line: 5749
[This filename points to the location of a file on the computer that built this executable]
Call stack:
------------------------------------------------------------------
------------------------------------------------------------------
I've just downloaded the new 3.6.9 SCP mods. I must be missing something, what is it?
-
Sounds like a table error.
-
Thanks. Reloading the table files seems to have worked.
-
I've got a similar problem. The app crashes on loading 4th mission
----------------------------------------
Error: Invalid medal name.
In sexpression: ( when
( and
( is-goal-true-delay
"Capture the Rasputin"
0
)
( is-goal-true-delay
"Capture the Omega"
0
)
)
( grant-medal "C
File: /Users/taylor/src/cvs/fs2_open_3_6_9/projects/Xcode/../../code/mission/missionparse.cpp
Line 5757
----------------------------------------
So how can I fix the table files? Should I have to get it from retail FS1 CDs?
-
I looked into "fsport-missions.vp" and found following strings.
----------------------------------------
$Formula: ( when
( and
( is-goal-true-delay
"Capture the Rasputin"
0
)
( is-goal-true-delay
"Capture the Omega"
0
)
)
( grant-medal "Commendation Medal" )
)
+Name: Grant Medal
+Repeat Count: 1
+Interval: 1
----------------------------------------
But there is no "Commendation Medal" in FS2...
-
There's a Commendation Medal in FS1. Make sure you're using the latest Port VP (i.e. fsport3_0_3).
-
I'm using FS2_Open 3.6.9-RC7 and fsport3_0_3.
I installed following files into .../Freespace2/FSPort :
fsport-awakenings-voice.vp
fsport-awakenings.vp
fsport-fs1_training.vp
fsport-missions.vp
fsport3_0_3.vp
sparky_hi_fs1.vp
stu_fs1.vp
tango_fs1.vp
warble_fs1.vp
but it's not working.
-
Awakenings, AFAIR, goes into it's own mod folder.
I also don't see fsport-glow.vp, fsport-shine.vp or fsport-hi-res.vp(though these are not technically necessary, they do look A LOT better), you should also have a data sub-folder in there as well as a mod.ini, portv3.bmp and a settings.ini.
-
Awakenings, AFAIR, goes into it's own mod folder.
That's useful, but not strictly necessary.
I also don't see fsport-glow.vp, fsport-shine.vp or fsport-hi-res.vp(though these are not technically necessary, they do look A LOT better), you should also have a data sub-folder in there as well as a mod.ini, portv3.bmp and a settings.ini.
None of those are needed.
Samurai, try redownloading fsport-missions.vp, then redownloading 3.6.9 RC7dot8.
-
I removed all -mod options except FSPort in cmdline_fso.cfg, and everything's going right.
Seems like tables in mods were conflicting each other.
Sorry to let you have trouble. Thanks for help! :)