Menu and unlock logic for bonus chapter selection #79

Closed
opened 2021-09-22 19:55:33 +00:00 by Bowie · 0 comments
Member

Bonus chapters will be added to MU6:

Chapter Name Label
Chicxulub Gutterlane chapter_x1
The Mous Pad chapter_x2
PTA Meeting chapter_x3
Passion of the Trigga I chapter_x4
Passion of the Trigga II chapter_x5
Passion of the Trigga III chapter_x6
Naomi's Tribulations I chapter_x7
Naomi's Tribulations II chapter_x8
Naomi's Tribulations III chapter_x9
RAYmba's Observations chapter_x10

Bonus chapters are unlocked in sets in a fixed order. Each new ending the player reaches should unlock the next set - the ending that the player gets doesn't make any difference as long as it's one that they haven't reached before:

Criteria Unlockable
One distinct ending seen Chicxulub Gutterlane, The Mous Pad, PTA Meeting
Two distinct endings seen Passion of the Trigga I, Naomi's Tribulations I
Three distinct endings seen Passion of the Trigga II, Naomi's Tribulations II
All four endings seen Passion of the Trigga III, Naomi's Tribulations III, RAYmbas observations

The bonus chapters are being developed on a couple of forks where each chapter is contained in its own .rpy file with no agreed naming convention, so for testing purposes it's probably best to throw all the label stubs into a single .rpy file and then we can just delete that file after the merge.

A sub-menu for bonus chapter selection should be included somewhere in the main menu (under 'Extras' maybe). I don't think there are any directions for how the menu should look so whatever werks.

Bonus chapters will be added to MU6: | Chapter Name | Label | | -------- | -------- | | Chicxulub Gutterlane | `chapter_x1` | | The Mous Pad | `chapter_x2` | | PTA Meeting | `chapter_x3` | | Passion of the Trigga I | `chapter_x4` | | Passion of the Trigga II | `chapter_x5` | | Passion of the Trigga III | `chapter_x6` | | Naomi's Tribulations I | `chapter_x7` | | Naomi's Tribulations II | `chapter_x8` | | Naomi's Tribulations III | `chapter_x9` | | RAYmba's Observations | `chapter_x10` | Bonus chapters are unlocked in sets in a fixed order. Each new ending the player reaches should unlock the next set - the ending that the player gets doesn't make any difference as long as it's one that they haven't reached before: | Criteria | Unlockable | | -------- | -------- | | One distinct ending seen | Chicxulub Gutterlane, The Mous Pad, PTA Meeting | | Two distinct endings seen | Passion of the Trigga I, Naomi's Tribulations I | | Three distinct endings seen | Passion of the Trigga II, Naomi's Tribulations II | | All four endings seen | Passion of the Trigga III, Naomi's Tribulations III, RAYmbas observations | The bonus chapters are being developed on a couple of forks where each chapter is contained in its own .rpy file with no agreed naming convention, so for testing purposes it's probably best to throw all the label stubs into a single .rpy file and then we can just delete that file after the merge. A sub-menu for bonus chapter selection should be included somewhere in the main menu (under 'Extras' maybe). I don't think there are any directions for how the menu should look so whatever werks.
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: Cavemanon/SnootGame#79
No description provided.