View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | ||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||
---|---|---|---|---|---|---|---|---|---|
0003153 | FSSCP | FRED | public | 2015-03-30 15:05 | 2016-04-16 15:34 | ||||
Reporter | EatThePath | ||||||||
Assigned To | |||||||||
Priority | normal | Severity | minor | Reproducibility | always | ||||
Status | resolved | Resolution | fixed | ||||||
Product Version | |||||||||
Target Version | Fixed in Version | 3.7.5 | |||||||
Summary | 0003153: Wing wave threshold error checking incorrect | ||||||||
Description | When editing a wing in FRED(tested with FRED2_Open 3.7.2 RC5), the wing editor has a settable Wave Threshold that makes sense, that is it's always 1 less than the size of the wave. However, when the editor is closed it can object to the setting and reset. This happens for wave sizes of 4 or higher. With experimentation I identified what values are settable and what values the error checking will allow for each wave size. Wave size : Settable : Allowed 1 : 0 : 0 2 : 1 : 1 3 : 2 : 2 4 : 3 : 2 5 : 4 : 1 6 : 5 : 0 | ||||||||
Steps To Reproduce | 1) Make a wing of size >= 4 in fred 2) open the wing editor 3) set the wave threshold as high as possible 4) close the wave editor. | ||||||||
Tags | No tags attached. | ||||||||
Attached Files |
|
![]() |
|
FSF (reporter) 2016-03-27 17:32 Last edited: 2016-03-27 17:33 |
Behavior is correct: the game allows only 6 ships per wing at any given time. With wing size 4, that means there can be only 2 ships already in the field before the 4 new ones jump in, as this then will total 6 active ships in the wing. Clarified the warning message in PR569 |
MageKing17 (developer) 2016-04-16 15:34 |
Closing since the PR was merged. Direct link to the PR: https://github.com/scp-fs2open/fs2open.github.com/pull/569 |
![]() |
|||
Date Modified | Username | Field | Change |
---|---|---|---|
2015-03-30 15:05 | EatThePath | New Issue | |
2015-03-30 15:08 | MageKing17 | Project | wxFRED => FSSCP |
2015-03-30 15:11 | MageKing17 | Category | => FRED |
2015-03-30 15:11 | MageKing17 | Summary | FRED: Wing wave threshold error checking incorrect => Wing wave threshold error checking incorrect |
2016-03-27 17:32 | FSF | Note Added: 0016822 | |
2016-03-27 17:33 | FSF | Note Edited: 0016822 | View Revisions |
2016-04-16 15:34 | MageKing17 | Note Added: 0016825 | |
2016-04-16 15:34 | MageKing17 | Status | new => resolved |
2016-04-16 15:34 | MageKing17 | Resolution | open => fixed |
2016-04-16 15:34 | MageKing17 | Fixed in Version | => 3.7.5 |