2022-05-16 23:48:22 +00:00
|
|
|
|
|
|
|
label start:
|
2023-03-02 23:06:16 +00:00
|
|
|
python:
|
|
|
|
version = version_float()
|
|
|
|
renpy.block_rollback()
|
|
|
|
|
2022-05-16 23:48:22 +00:00
|
|
|
jump start_wt
|
|
|
|
|
|
|
|
label start_quick:
|
|
|
|
python:
|
2023-03-23 21:25:38 +00:00
|
|
|
version = version_float()
|
2022-05-16 23:48:22 +00:00
|
|
|
game.difficulty = 2
|
2023-04-02 23:48:38 +00:00
|
|
|
states.ton.level = 5
|
|
|
|
states.sna.level = 5
|
2023-03-31 22:41:48 +00:00
|
|
|
states.map.unlocked = True
|
2022-05-16 23:48:22 +00:00
|
|
|
game.cheats = True
|
|
|
|
|
2023-03-02 23:06:16 +00:00
|
|
|
renpy.block_rollback()
|
|
|
|
|
2022-05-16 23:48:22 +00:00
|
|
|
jump skip_to_hermione
|
|
|
|
|
|
|
|
label start_dev:
|
|
|
|
python:
|
2023-03-23 21:25:38 +00:00
|
|
|
version = version_float()
|
2022-05-16 23:48:22 +00:00
|
|
|
game.difficulty = 2
|
|
|
|
game.cheats = True
|
|
|
|
game.gold = 100000
|
2023-03-31 22:41:48 +00:00
|
|
|
states.map.unlocked = True
|
2023-04-02 23:48:38 +00:00
|
|
|
states.sna.unlocked = True
|
|
|
|
states.ton.unlocked = True
|
2023-03-31 22:41:48 +00:00
|
|
|
states.her.unlocked = True
|
|
|
|
states.cho.unlocked = True
|
2023-03-31 23:28:37 +00:00
|
|
|
states.ast.unlocked = True
|
2023-04-02 23:48:38 +00:00
|
|
|
states.sus.unlocked = True
|
|
|
|
states.lun.unlocked = True
|
|
|
|
states.ton.wardrobe_unlocked = True
|
2023-03-31 22:41:48 +00:00
|
|
|
states.her.wardrobe_unlocked = True
|
|
|
|
states.cho.wardrobe_unlocked = True
|
2023-04-02 23:48:38 +00:00
|
|
|
states.ast.wardrobe_unlocked = True
|
|
|
|
states.sus.wardrobe_unlocked = True
|
|
|
|
states.lun.wardrobe_unlocked = True
|
|
|
|
states.her.level = states.cho.level = states.lun.level = states.ast.level = states.sus.level = 24
|
|
|
|
states.sna.level = 100
|
|
|
|
states.ton.level = 100
|
2022-05-16 23:48:22 +00:00
|
|
|
|
2023-03-31 22:41:48 +00:00
|
|
|
states.her.ev.yule_ball.e1_complete = True
|
|
|
|
states.her.ev.yule_ball.e2_complete = True
|
|
|
|
states.her.ev.yule_ball.e3_complete = True
|
|
|
|
states.her.ev.yule_ball.e4_complete = True
|
2022-05-16 23:48:22 +00:00
|
|
|
|
2023-04-02 23:48:38 +00:00
|
|
|
states.map.room_of_requirement.intro_e1 = True
|
2023-03-31 22:41:48 +00:00
|
|
|
states.map.seventh_floor.unlocked = True
|
|
|
|
states.map.seventh_floor.visited = True
|
2022-05-16 23:48:22 +00:00
|
|
|
seventh_door_OBJ.hidden = False
|
|
|
|
|
2023-04-02 23:48:38 +00:00
|
|
|
states.map.snape_office.visited = True
|
2022-05-16 23:48:22 +00:00
|
|
|
|
2023-04-02 23:48:38 +00:00
|
|
|
states.map.snape_office.station_examined = True
|
|
|
|
states.map.snape_office.shelves_examined = True
|
|
|
|
states.map.snape_office.picture_examined = True
|
|
|
|
states.map.snape_office.statue_examined = True
|
|
|
|
states.map.snape_office.desk_examined = True
|
|
|
|
states.map.snape_office.candelabra_examined = True
|
2022-05-16 23:48:22 +00:00
|
|
|
|
2023-04-02 23:48:38 +00:00
|
|
|
states.map.snape_office.intro_e1 = True
|
|
|
|
states.map.snape_office.intro_e2 = True
|
|
|
|
states.map.snape_office.intro_e2_stage = 2
|
|
|
|
states.map.snape_office.intro_e3 = True
|
2022-05-16 23:48:22 +00:00
|
|
|
|
2023-03-31 22:41:48 +00:00
|
|
|
states.cho.ev.intro.e1_complete = True
|
|
|
|
states.cho.ev.intro.e2_complete = True
|
|
|
|
states.cho.ev.intro.e4_complete = True
|
2023-04-02 23:48:38 +00:00
|
|
|
states.sna.ev.hangouts.cho_e1 = True
|
2022-05-16 23:48:22 +00:00
|
|
|
|
|
|
|
for i in mirror.items:
|
|
|
|
i.unlocked = True
|
|
|
|
|
|
|
|
for i in inventory.items:
|
|
|
|
i.owned = i.limit
|
|
|
|
|
|
|
|
for i in CHARACTERS:
|
|
|
|
for x in getattr(renpy.store, i).outfits:
|
|
|
|
if not x.hidden:
|
|
|
|
x.unlock()
|
|
|
|
|
2023-03-02 23:06:16 +00:00
|
|
|
renpy.block_rollback()
|
2022-05-16 23:48:22 +00:00
|
|
|
|
2023-03-02 23:06:16 +00:00
|
|
|
jump skip_to_hermione
|