Skip to content

Commit

Permalink
tutorial update (#35) and addition of t files (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
ThePotatoGuy committed Sep 15, 2018
1 parent ad945f4 commit 559e689
Show file tree
Hide file tree
Showing 10 changed files with 3 additions and 3 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
6 changes: 3 additions & 3 deletions game/tutorials.rpy
Original file line number Diff line number Diff line change
Expand Up @@ -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."
Expand Down

0 comments on commit 559e689

Please sign in to comment.