Naser Drama if/else branch Chapter 11 #78

Closed
opened 2021-09-15 03:13:33 +00:00 by nutbuster · 1 comment
Member

Currently during 11.school-assignment-and-route-lock

a/f012345
0AAABBB
1AAABBB
2AAABBB
3CCCCBB
4CCCCDD
5CCCCDD

vs storyline.rpy

a/f012345
0AAABBB
1AAABBB
2AAABBB
3CCCCCB
4CCCCDD
5CCCCDD

For the choreography update, do the following:

  • Change 11.school-assignment-and-route-lock.rpy to only have contents before naser drama
  • Split naser drama into 12A.rpy, 12C.rpy & 12D.rpy
  • Put contents after 11.school-assignment-and-route-lock.rpy into 13
  • Move the related ABCD scripts into 14 .. 17 files respectively
Currently during `11.school-assignment-and-route-lock` ``` a/f012345 0AAABBB 1AAABBB 2AAABBB 3CCCCBB 4CCCCDD 5CCCCDD ``` vs `storyline.rpy` ``` a/f012345 0AAABBB 1AAABBB 2AAABBB 3CCCCCB 4CCCCDD 5CCCCDD ``` For the choreography update, do the following: - Change `11.school-assignment-and-route-lock.rpy` to only have contents before naser drama - Split naser drama into `12A.rpy`, `12C.rpy` & `12D.rpy` - Put contents after `11.school-assignment-and-route-lock.rpy` into `13` - Move the related ABCD scripts into `14 .. 17` files respectively
nutbuster added this to the Monster-Update-6 milestone 2021-09-15 03:13:33 +00:00
nutbuster added the
bug
High Priority
labels 2021-09-15 03:13:33 +00:00
Member

This was resolved (I think) in my fork in this commit f7b81d2b72, although not in a way that compartmentalises the branched segments into their own .rpy files - can still do this though.

Anywhere that has ending-dependent checks calls a common utility function in f7b81d2b72/game/utility.rpy and checks the return value instead of implementing its own evaluation.

This was resolved (I think) in my fork in this commit https://git.snootgame.xyz/Bowie/SnootGame/commit/f7b81d2b72ca46574c9139b324cdfc43187b3474, although not in a way that compartmentalises the branched segments into their own .rpy files - can still do this though. Anywhere that has ending-dependent checks calls a common utility function in https://git.snootgame.xyz/Bowie/SnootGame/src/commit/f7b81d2b72ca46574c9139b324cdfc43187b3474/game/utility.rpy and checks the return value instead of implementing its own evaluation.
Sign in to join this conversation.
No Milestone
No project
No Assignees
2 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#78
No description provided.