-
Notifications
You must be signed in to change notification settings - Fork 65
/
README.html
183 lines (171 loc) · 6.97 KB
/
README.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
<html>
<head>
<title>Doki Doki Literature Club! Readme</title>
<style>
BODY {
width: 100%;
background: #fef;
color: #444;
margin: 0;
font-family: 'Lato', sans-serif;
line-height: 1.6em;
}
DT {
font-weight: bold;
margin-top: .33em;
margin-left: 2.5em;
}
H2 {
color: #000;
margin-left: 0em;
}
H3 {
color: #000;
margin-left: 1em;
}
p {
margin-left: 2.5em;
}
.banner-divider {
position: relative;
background: #ffbde1;
height: 40px;
}
.content {
width: 960px;
margin: 0px auto;
box-sizing: border-box;
background: #fff;
box-shadow: 0px 0px 15px rgba(0, 0, 0, .3);
}
.inner-content {
padding: 0px 20px 40px 20px;
}
.editsection {
display: none;
}
</style>
</head>
<body>
<div class="content">
<div class="banner-divider"></div>
<div class="inner-content">
<h1>DDLCModTemplate Help</h1>
<h2>Disclaimer</h2>
<p><em>
This mod is a Doki Doki Literature Club fan game that is not affiliated with Team Salvato. It is designed to be played only after the official game has been completed. You can download Doki Doki Literature Club at: <a href=http://ddlc.moe>http://ddlc.moe</a>
</em></p>
<h2>Installation</h2>
<p>
The files in DDLC Mod Template alter Doki Doki Literature Club. You must have an installation of DDLC, which can be downloaded for free from <a href=http://ddlc.moe>http://ddlc.moe</a>.
</p>
<p>
To install, copy all <tt>.rpa</tt> files into the <tt>game</tt> folder in your DDLC installation folder. This replaces the scripts for the original game. Opening Doki Doki Literature Club will now load with all of the modified files.
</p>
<p>
If you are running DDLC on Steam, you can access the game files by right-clicking the game in your Library, then selecting <tt>Properties</tt>. In the <tt>Local Files</tt> tab, click the <tt>Browse local files...</tt> button. This will open a window with the game directory.
</p>
<p>
Mac users can access the game directory by right-clicking on the DDLC application and selecting <tt>Show Package Contents</tt>. Then, the game directory can be found in <tt>Contents/Resources/autorun</tt>.
</p>
<p>
To restore DDLC, please download again from <a href=http://ddlc.moe>http://ddlc.moe</a>.
</p>
<h2>Basic Help</h2>
<p>
To advance through the game, <tt>left-click</tt> or press the <tt>space</tt> or <tt>enter</tt> keys. When at a menu,
<tt>left-click</tt> to make a choice, or use the arrow keys to select a choice and <tt>enter</tt> to activate it.
</p>
<h3>Game Menu</h3>
<p>
When playing a game, press the <tt>escape</tt> key to enter the game menu. The game menu
gives the following choices:
</p>
<dl>
<dt>Return</dt>
<dd>Returns to the game.</dd>
<dt>Save Game</dt>
<dd>Allows you to save a game by clicking on a save slot.</dd>
<dt>Load Game</dt>
<dd>Allows you to load a game by clicking on a save slot. Clicking on "Auto" accesses the automatic save slots.</dd>
<dt>Preferences</dt>
<dd>
Changes the game preferences (options/configuration):
<dl>
<dt>Display</dt>
<dd>Switches between fullscreen and windowed mode.</dd>
<dt>Text Speed</dt>
<dd>Controls the rate at which text displays. The further to the right this slider is, the faster the text
will display. All the way to the right causes text to be shown instantly.</dd>
<dt>Skip - Unseen Text</dt>
<dd>Chooses between skipping messages that have been already seen (in any play through the game), and
skipping all messages.</dd>
<dt>Skip - After Choices</dt>
<dd>Controls if skipping stops upon reaching a menu.</dd>
<dt>Auto-Forward Time</dt>
<dd>Controls automatic advance. The further to the left this slider is, the shorter the amount of time
before the game advances. All the way to the right means text will never auto-forward.</dd>
<dt>Music and Sound Volume</dt>
<dd>Controls the volume of the Music and Sound effect channels, respectively. The further to the
right these are, the louder the volume.</dd>
</dl>
</dd>
<dt>Main Menu</dt>
<dd>Returns to the main menu, ending the current game.</dd>
<dt>Quit</dt>
<dd>Exits the game; the game will be closed and ended.</dd>
</dl>
<h3>Key and Mouse Bindings</h3>
<dl>
<dt>Left-click, Enter</dt>
<dd>Advances through the game, activates menu choices, buttons, and sliders.</dd>
<dt>Space</dt>
<dd>Advances through the game, but does not activate choices.</dd>
<dt>Arrow Keys</dt>
<dd>Navigates between menu choices, buttons, and sliders.</dd>
<dt>Ctrl</dt>
<dd>Causes skipping to occur while the ctrl key is held down.</dd>
<dt>Escape</dt>
<dd>Enters the game menu. When in the game menu, returns to the game.</dd>
<dt>Right-click, H</dt>
<dd>Hides the text window and other transient displays.</dd>
<dt>F</dt>
<dd>Toggles fullscreen mode</dd>
<dt>S</dt>
<dd>Takes a screenshot, saving it in a file named screenshotxxxx.png, where xxxx is a serial number.</dd>
<dt>Alt-M, Command-H</dt>
<dd>Hides (iconifies) the window.</dd>
<dt>Alt-F4, Command-Q</dt>
<dd>Quits the game.</dd>
<dt>Delete</dt>
<dd>When a save slot is selected, deletes that save slot.</dd>
</dl>
<h2>Loading and Deleting Save Data</h2>
<p>
Some mods may offer the option to load some or all of your data from a previous Doki Doki Literature Club playthrough. If so, that option will be presented on the first load of the game, after the initial content warning and disclaimer.
</p>
<p>
If you do choose to load previous data, the original Doki Doki Literature Club save data will not be changed.
</p>
<p>
In some cases, you may want to delete your save data to start the game completely over. To do this, navigate to the <tt>game</tt> folder and delete the file named <tt>firstrun</tt>. The next time you start the game, you will be asked to delete your save data. Select <tt>Yes, delete my existing data.</tt> The game will then start from the beginning.
</p>
<p>
Deleting save data for a mod will not alter or delete original save data from Doki Doki Literature Club.
</p>
<h2>Legal Notice</h2>
<p>
This program contains free software licensed under a number of licenses, including the GNU Lesser Public License. A
complete list of software is available at <a href="http://www.renpy.org/doc/html/license.html">http://www.renpy.org/doc/html/license.html</a>.
</p>
<p>
This mod is a fan work. Doki Doki Literature Club and all related characters and assets are the property of Team Salvato. Intellectual property in this mod is used in accordance with Team Salvato's Intellectual Property Guidelines, which can be found at <a href="http://teamsalvato.com/ip-guidelines/">http://teamsalvato.com/ip-guidelines/</a>.
</p>
</div>
<div class="banner-divider"></div>
</div>
</body>
<footer>
<p>This mod was produced using the <a href="https://github.com/therationalpi/DDLCModTemplate">DDLC Mod Template</a>.</p>
</footer>
</html>