View Issue Details

IDProjectCategoryView StatusLast Update
0000235FS Upgrade Project (Media VPs)Mission Relatedpublic2009-09-21 01:28
ReportermacfieAssigned ToZacam 
PrioritynormalSeveritymajorReproducibilityalways
Status resolvedResolutionfixed 
Product Version3.6.10 
Target VersionFixed in Version 
Summary0000235: Allow warp sexp doesn't work
DescriptionWhenever the "never warp" sexp is used in a mission it will not reset. The "allow warp" sexp will not work to reset it.
Additional InformationThis appears that it might be unique to the English version of the game. Several of the people that I work with on the FSCRP that are using other versions of FS2 have not noted this problem.
TagsNo tags attached.

Activities

Zacam

2009-07-09 02:41

administrator   ~0000156

Last edited: 2009-07-09 02:42

I'll look in to this, but I don't know specifically what to do about it. I can only think of three campaign missions where warp is disabled on the player, Is the issue with one of them, or something else?

macfie

2009-07-13 20:20

reporter   ~0000176

We were upgrading Aftermath and were using Never warp and then allow warp to restore warp capabilities. When I tried to run the mission it did not restore warp. It workes for the other team members but not for me. I had this problem in the past but generally got around it by using break warp and fix warp instead.

Zacam

2009-09-21 01:28

administrator   ~0000333

Nothing to fix or report.

$Formula: ( when
    ( has-time-elapsed 0 )
    ( never-warp "Alpha 1" )
)
+Name: Test
+Repeat Count: 1
+Interval: 1
+Team: 0

$Formula: ( when
    ( true )
    ( do-nothing )
)
+Name: Nothing
+Repeat Count: 1
+Interval: 1
+Team: 0

$Formula: ( when
    ( has-time-elapsed 60 )
    ( allow-warp "Alpha 1" )
)
+Name: Test 2
+Repeat Count: 1
+Interval: 1
+Team: 0

Works in a mission.

Issue History

Date Modified Username Field Change
2009-07-06 12:05 macfie New Issue
2009-07-06 12:05 macfie Status new => assigned
2009-07-06 12:05 macfie Assigned To => Zacam
2009-07-09 02:41 Zacam Note Added: 0000156
2009-07-09 02:41 Zacam Status assigned => acknowledged
2009-07-09 02:42 Zacam Note Edited: 0000156
2009-07-13 20:20 macfie Note Added: 0000176
2009-09-21 01:28 Zacam Note Added: 0000333
2009-09-21 01:28 Zacam Status acknowledged => resolved
2009-09-21 01:28 Zacam Resolution open => fixed