Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(67)

Side by Side Diff: examples/games/scummvm/nacl-scumm/index.html

Issue 37213005: Update scummvm to 1.6.0, also make it a packaged app. (Closed) Base URL: https://naclports.googlecode.com/svn/trunk/src
Patch Set: . Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3 <html>
4
5 <!--
6 Copyright 2011 The Native Client Authors. All rights reserved.
7 Use of this source code is governed by a BSD-style license that can be
8 found in the LICENSE file.
9 -->
10
11 <head>
12 <title>ScummVM NaCl Demo</title>
13 </head>
14
15 <body id="bodyId" >
16
17 <h1>ScummVM Native Client Demo</h1>
18
19 <p>This is a Native Client port of ScummVM.</p>
20
21 <p>To play this game, you must use Google Chrome version 14 or higher, and you must enable Native Client (type <kbd>about:flags</kbd> in the address bar, clic k the "Enable" link under Native Client, and restart Google Chrome).</p>
22
23 <p style="margin-bottom: 0;">The following games are available in the port (al l freeware):</p>
24 <ul style="margin-top: 0;">
25 <li><i>Beneath a Steel Sky</i></li>
26 <li><i>Lure of the Temptress</i></li>
27 </ul>
28
29 <p style="margin-bottom: 0;">Known issues:</p>
30 <ul style="margin-top: 0;">
31 <li>BASS and Lure crash on saved games for 64-bit machines</li>
32 </ul>
33
34
35 <p style="margin-bottom: 0;">Notes:</p>
36 <ul style="margin-top: 0;">
37 <li>F5 to save/restore games in BASS</li>
38 <li>F5 to save games in Lure, F7 to restore games in Lure</li>
39 </ul>
40
41 You can look at the
42 <a href="http://code.google.com/p/naclports/source/browse#svn%2Ftrunk%2Fsrc%2F examples%2Fgames%2Fscummvm-1.2.1">source code</a>
43 on naclports.
44
45 <br /><br />
46
47 Special thanks to <a href="http://www.revolution.co.uk/">Revolution Games</a> for providing both <i>Beneath a Steel Sky</i> and
48 <i>Lure of the Temptress</i> as freeware!
49
50 <br /><br />
51
52 To select a game, click on <i>Add game...</i>. From the directory, go up two directories to /usr/local and then go to /usr/local/share/scummvm-1.2.1.
53 Then go to a game's directory and click <i>Choose</i> followed by <i>OK</i>. T o begin the game, select the directory from the main menu and click <i>Start</i> .
54
55 <br /><br />
56 ScummVM may take a few moments to load. Please be patient.
57
58 <br />
59
60 <center>
61 <embed name="nacl_module"
62 id="scummvm"
63 width=640 height=400
64 src="static/scummvm.nmf"
65 type="application/x-nacl" />
66 </center>
67
68 <br />
69
70 </body>
71
72 </html>
OLDNEW
« no previous file with comments | « examples/games/scummvm/nacl-scumm/app.yaml ('k') | examples/games/scummvm/nacl-scumm/index.yaml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698