File: Getting_Started.html

package info (click to toggle)
renpy 6.10.2.dfsg1-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 19,468 kB
  • ctags: 5,383
  • sloc: python: 17,801; ansic: 7,116; makefile: 127; sh: 15
file content (23 lines) | stat: -rw-r--r-- 2,157 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<html><head><title>Getting Started - Ren'Py Visual Novel Engine</title><link href="../shared.css" rel="stylesheet"><link href="../monobook.css" rel="stylesheet"><link href="../common.css" rel="stylesheet"><link href="../monobook2.css" rel="stylesheet"><link href="../docs.css" rel="stylesheet" /></link></link></link></link></head><body><div id="bodyContent">
			<p class="docnav"><a href="../index.html">documentation index</a></p><p><a id="Getting_Started" name="Getting_Started"></a></p>
<h2><span class="mw-headline">Getting Started</span></h2>
<p>Once you've installed the latest version of Ren'Py, run the Ren'Py launcher. On Windows, this is renpy.exe. On linux, you run the script renpy.sh in the installed renpy directory.</p>
<p>Click on the "New Project" button. Click on the "template" button. The launcher will prompt you for a name. Enter a simple, preferably one-word name for your project. If you can't think of anything, "renai1" will work. Then hit enter.</p>
<p>This should bring you back to the main launcher page, except now it will say the name of your project in the upper left-hand corner. Click on the "Edit Script" button. This will launch the jEdit text editor with your new Ren'Py script (which is currently the same as the Ren'Py template script). If you're not on the "script.rpy" tab, please pay no attention to the current tab and switch to that one.</p>
<p>You're now ready to go.</p>
<table align="center" border="1" cellpadding="10" cellspacing="1" style="background: #fff0e0; text-align: center;" width="80%">
<tr>
<td width="30%">Previous:<br />
<a href="../tutorials/Before_You_Begin.html" title="renpy/doc/tutorials/Before You Begin">Before You Begin</a></td>
<td width="40%"><b><a href="../tutorials/Ren%27Py_Web_Tutorial.html" title="renpy/doc/tutorials/Ren&apos;Py Web Tutorial">Ren'Py Web Tutorial</a></b></td>
<td width="30%">Next:<br />
<a href="../tutorials/Thinking_in_Ren%27Py.html" title="renpy/doc/tutorials/Thinking in Ren&apos;Py">Thinking in Ren'Py</a></td>
</tr>
</table>




<div class="visualClear" />
		<hr /><p class="docnav"><a href="../index.html">documentation index</a></p></div>
	</body></html>