diff --git a/monika_route_answer/T1.rpy b/game/monika_route_answer/T1.rpy similarity index 100% rename from monika_route_answer/T1.rpy rename to game/monika_route_answer/T1.rpy diff --git a/monika_route_answer/T2.rpy b/game/monika_route_answer/T2.rpy similarity index 100% rename from monika_route_answer/T2.rpy rename to game/monika_route_answer/T2.rpy diff --git a/monika_route_answer/T3.rpy b/game/monika_route_answer/T3.rpy similarity index 100% rename from monika_route_answer/T3.rpy rename to game/monika_route_answer/T3.rpy diff --git a/monika_route_answer/T4.rpy b/game/monika_route_answer/T4.rpy similarity index 100% rename from monika_route_answer/T4.rpy rename to game/monika_route_answer/T4.rpy diff --git a/monika_route_answer/T5.rpy b/game/monika_route_answer/T5.rpy similarity index 100% rename from monika_route_answer/T5.rpy rename to game/monika_route_answer/T5.rpy diff --git a/monika_route_answer/T6.rpy b/game/monika_route_answer/T6.rpy similarity index 100% rename from monika_route_answer/T6.rpy rename to game/monika_route_answer/T6.rpy diff --git a/monika_route_answer/T7.rpy b/game/monika_route_answer/T7.rpy similarity index 100% rename from monika_route_answer/T7.rpy rename to game/monika_route_answer/T7.rpy diff --git a/monika_route_answer/T8.rpy b/game/monika_route_answer/T8.rpy similarity index 100% rename from monika_route_answer/T8.rpy rename to game/monika_route_answer/T8.rpy diff --git a/monika_route_answer/T9.rpy b/game/monika_route_answer/T9.rpy similarity index 100% rename from monika_route_answer/T9.rpy rename to game/monika_route_answer/T9.rpy diff --git a/game/tutorials.rpy b/game/tutorials.rpy index 3a051d0..1c1a16c 100644 --- a/game/tutorials.rpy +++ b/game/tutorials.rpy @@ -141,9 +141,9 @@ label tutorial_route_p1: m "Try to launch Ren’Py and then try to start DDLC Monika Route." m 4f "If there’s an error then you might have made a mistake with the files..." m 4o "Unfortunately, I can’t help you...If it works then we can go the next step." - m 2a "Go to DDLC Monika Route’s game directory and delete 'tutorial.rpy'. That file just contains this tutorial but we won’t need it to make my route." - m 3a "Then you need to edit 'script.rpy'. You can edit it with any text editor. Open the file and find the line \n' \ \ \ call prologue from _call_prologue'" - m "Replace it with \n' \ \ \ call monika_route from _call_monika_route'" + m 2a "Go to DDLC Monika Route’s game directory and delete 'tutorial.rpy' and 'tutorial.rpyc'. That file just contains this tutorial but we won’t need it to make my route." + m 3a "Then you need to edit 'script.rpy'. You can edit it with any text editor. Open the file and navigate to lines 26-29." + m "Replace those lines with \n' \ \ \ call monika_route from _call_monika_route'" m 3b "By the way, you should notice there are 4 spaces before that line." m 4a "Be very careful about the number of spaces! In Ren’Py and Python spaces are very important. I won’t go into details now, but indenting lines with spaces is very important." m "And it does have to be spaces. Tabs don't work the same way."