the shadowguys and pippins pages currently say that 40 shadowguys and 19 pippins can be found in the cooking show room.
however it actually looks like the numbers are determined based off of variables in gml_Object_obj_dw_teevie_party_controller_Create_0. i can’t make sense of the code myself. is anyone able to translate that into meaning?
i know the simplest solution is just edit the pages to say “a random number” and move on, but i think the exact causes behind the randomness are interesting enough to include on the pages!
1 Like
By a cursory look, it seems like
- The party is organizes into three rows.
- These rows contain either 10 or 20 characters each, based on some argument that I’m not sure where is being passed in from. Might be related to violence/lost recruits? Unsure.
- This means that the party will have 30 or 60 members.
- Each character is has a 2/3 chance to be a shadowguy and a 1/3 chance to be a pippins.
- Additionally, there is a 10% chance that a single random character that is not in the middle row is replaced with a zapper.
2 Likes
The argument is passed from here, and it’s true if all enemies have been recruited in Chapter 3, false otherwise.
1 Like
Ooh, is there any footage of a Zapper appearing there? I don't think I've ever encountered that.
Nope, the code is buggy so the Zapper never appears.