diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..c67754c --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +landing +web.config +videos/resources \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..9fbef6c --- /dev/null +++ b/README.md @@ -0,0 +1,29 @@ +# WiiNet +![screenshot_2022-4-19](https://user-images.githubusercontent.com/83787150/163919849-51f35035-7813-4ce2-b31f-3d0131b811bc.png) +The Internet Channel, revived + + +## Features +Right now, WiiNet contains 5 main features. +1. Games + - Play a variety of Web games on the Wii + - Many are sourced from BlueMaxima's Flashpoint + - Categorised into USB Keyboard, Made for Wii, PC Games and Javascript +2. Videos + - Stream videos from a few content creators + - Mainly WiiNet contributors and friends + - Get your own channel by pledging to the Patreon +3. Media + - View many old-school Flash animations and media + - Get a full screen view by enabling the "press 1 to hide menu" feature in the Internet Channel's settings + - Many of them run at full speed, even on the Wii, due to their age +5. Utilities + - A collection of browser-based utilities + - Some are Flash-powered, others javascript-based + - Things like Calculators and Paint tools +6. Others + - A curated round-up of things that work great on Wii + - Webpages either ported to or made for the Internet Channel + - Links to other websites that are designed to work on the Wii + +That is all for now, stay tuned for more updates on the project by joining the [Discord](https://discord.gg/PBuAbQbrXJ) diff --git a/credits/index.html b/credits/index.html new file mode 100644 index 0000000..87047a9 --- /dev/null +++ b/credits/index.html @@ -0,0 +1,50 @@ + + + + + +
+








+

Credits

+ Thanks for checking out the WiiNet Demo, and a special thank you to these people: +

Development Team

+ HighSpeedTurtle - Founder/Lead Developer +
soafen - Developer/Graphic Designer +
SketchMaster2001 - Developer/Hosting Partner +
Snoot Fox - Wii no Ma Assistance/Hosting Partner +

Translators

+ Luna - Spanish/German/Finnish Translation +
giustino - Italian Translation +
soafen - Irish Translation +
Koops04 - Portuguese/French Translation +

Testers

+ Toru +
Nich! +
Ionlyliveoffofmemes +
loopy_oof +

Demo Testers

+ Snappy +
V1RTU3 +

OG's

+ funny +
legoman +
Obscure +
TMinusBlastedRocket +
AbuSlayer06 +
AnimatorKidPlus +
b1ue64 +
Cel +
Draconic NEO +
oliver_knudsen +
Igel +
Imora +
JoeNation +
Phonexus +
RFLEpicGamer +
terrawolf +
oscie +
Wbubbler +

And you, for providing us with helpful ideas and showing interest in the service.
Thank you! :>

+

+ + diff --git a/css/chat.css b/css/chat.css new file mode 100644 index 0000000..fdf6a52 --- /dev/null +++ b/css/chat.css @@ -0,0 +1,143 @@ +body { + background-color: #B40AFD; + color: black; + font-family: Arial, Helvetica, sans-serif; +} + +* { + margin: 0; + padding: 0; + } + + + form { + padding: 15px 25px; + display: flex; + gap: 10px; + justify-content: center; + } + + form label { + font-size: 1.5rem; + font-weight: bold; + } + + input { + font-family: sans-serif; + } + + a { + color: #0000ff; + text-decoration: none; + } + + a:hover { + text-decoration: underline; + } + + #wrapper, + #loginform { + margin: 0 auto; + padding-bottom: 25px; + background: #eee; + width: 600px; + max-width: 100%; + border: 2px solid #212121; + border-radius: 4px; + } + + #loginform { + padding-top: 18px; + text-align: center; + } + + #loginform p { + padding: 15px 25px; + font-size: 1.4rem; + font-weight: bold; + } + + #chatbox { + text-align: left; + margin: 0 auto; + margin-bottom: 25px; + padding: 10px; + background: #fff; + height: 300px; + width: 530px; + border: 1px solid #a7a7a7; + overflow: auto; + border-radius: 4px; + border-bottom: 4px solid #a7a7a7; + } + + #usermsg { + flex: 1; + border-radius: 4px; + border: 1px solid #ff9800; + } + + #name { + border-radius: 4px; + border: 1px solid #ff9800; + padding: 2px 8px; + } + + #submitmsg, + #enter{ + background: #ff9800; + border: 2px solid #e65100; + color: white; + padding: 4px 10px; + font-weight: bold; + border-radius: 4px; + } + + .error { + color: #ff0000; + } + + #menu { + padding: 15px 25px; + display: flex; + } + + #menu p.welcome { + flex: 1; + } + + a#exit { + color: white; + background: #c62828; + padding: 4px 8px; + border-radius: 4px; + font-weight: bold; + } + + .msgln { + margin: 0 0 5px 0; + } + + .msgln span.left-info { + color: orangered; + } + + .msgln span.chat-time { + color: #666; + font-size: 60%; + vertical-align: super; + } + + .msgln b.user-name, .msgln b.user-name-left { + font-weight: bold; + background: #546e7a; + color: white; + padding: 2px 4px; + font-size: 90%; + border-radius: 4px; + margin: 0 5px 0 0; + } + + .msgln b.user-name-left { + background: orangered; + } diff --git a/css/convert.css b/css/convert.css new file mode 100644 index 0000000..312d573 --- /dev/null +++ b/css/convert.css @@ -0,0 +1,12 @@ +body { + background-color: #BA00FF; + color: white; + background-image:url('../img/gradient.png'); + background-position: top; + background-repeat: no-repeat; + margin: 0px; + padding: 10px; +} +a { + color: white; +} diff --git a/css/credits.css b/css/credits.css new file mode 100644 index 0000000..ffb282f --- /dev/null +++ b/css/credits.css @@ -0,0 +1,10 @@ +body, html { + color: white; + font-family: Arial, Helvetica, sans-serif; + background-position: top; + background-repeat: no-repeat; + background-image:url('../img/bannersmol.png'); + background-color: #BA00FF; + margin: 0px; + padding: 0px; +} \ No newline at end of file diff --git a/css/games.css b/css/games.css new file mode 100644 index 0000000..cec93c8 --- /dev/null +++ b/css/games.css @@ -0,0 +1,17 @@ +body { + background-color: #BA00FF; + color: white; + background-image:url('../img/games/GamesHeader.png'); + background-position: top; + background-repeat: no-repeat; +} +button { + background-color: #BA00FF; + color: white; + font-size: 24px; +} +a { + color: white; + text-decoration: none; + font-weight: bold; +} diff --git a/css/home.css b/css/home.css new file mode 100644 index 0000000..efc4419 --- /dev/null +++ b/css/home.css @@ -0,0 +1,10 @@ +body { + background-color: #B40AFD; + color: white; + background-image:url('../img/bannersmol.png'); + background-position: top; + background-repeat: no-repeat; + margin: 0px; + padding: 0px; +} +a { font-weight:bold;text-decoration:none;color:white; } diff --git a/css/landing.css b/css/landing.css new file mode 100644 index 0000000..c359eb5 --- /dev/null +++ b/css/landing.css @@ -0,0 +1,32 @@ +html, body { + padding: 0; + margin: 0; +} +html { + background-color: rgb(180, 10, 253); + color: white; + font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; +} +h1 { + margin: 0; + text-align: center; +} +a { + color: white; + font-weight: bold; + text-decoration: none; +} +.main-card { + margin: auto; + background-color: rgba(0, 0, 0, 0.4); + width: 1000px; + padding: 30px; +} +.main-card-content { + font-size: 24px; +} +.socials { + padding-top: 100px; + text-align: center; + font-size: 42px; +} \ No newline at end of file diff --git a/css/media.css b/css/media.css new file mode 100644 index 0000000..bbd00c6 --- /dev/null +++ b/css/media.css @@ -0,0 +1,15 @@ +body { + background-color: #BA00FF; + color: white; + background-image:url('../img/media/MediaHeader.png'); + background-position: top; + background-repeat: no-repeat; +} +a { + color: white; + text-decoration:none; + font-weight:bold; +} +table { + margin: auto; +} diff --git a/css/others.css b/css/others.css new file mode 100644 index 0000000..4519d85 --- /dev/null +++ b/css/others.css @@ -0,0 +1,15 @@ +body { + background-color: #B40AFD; + color: white; + background-image:url('../img/others/OthersHeader.png'); + background-position: top; + background-repeat: no-repeat; +} +a { + color: white; + text-decoration:none; + font-weight:bold; +} +table { + margin: auto; +} diff --git a/css/utilities.css b/css/utilities.css new file mode 100644 index 0000000..3c54a54 --- /dev/null +++ b/css/utilities.css @@ -0,0 +1,15 @@ +body { + background-color: #BA00FF; + color: white; + background-image:url('../img/utilities/UtilsHeader.png'); + background-position: top; + background-repeat: no-repeat; +} +a { + color: white; + text-decoration:none; + font-weight:bold; +} +table { + margin: auto; +} diff --git a/css/videos.css b/css/videos.css new file mode 100644 index 0000000..82ec43f --- /dev/null +++ b/css/videos.css @@ -0,0 +1,21 @@ +body { + background-color: #BA00FF; + color: white; + background-image:url('../img/gradient.png'); + background-position: top; + background-repeat: no-repeat; +} +a { + text-decoration: none; + color:white; + font-weight:bold; +} +h1,h2 { + margin: 0px; +} +table { + margin: auto; +} +div.videotitle { + text-align:center; +} diff --git a/games/1/game.swf b/games/1/game.swf new file mode 100644 index 0000000..afed6b0 Binary files /dev/null and b/games/1/game.swf differ diff --git a/games/10/0.swf b/games/10/0.swf new file mode 100644 index 0000000..ca4ec26 --- /dev/null +++ b/games/10/0.swf @@ -0,0 +1,99 @@ + + + + + + + + + + + + + + + +Pumkin - Digital English Education + + + +
+

Pumkin - Digital English Education

+ + + +
+ + + + + + + + + + + + + +
+ + + + + + \ No newline at end of file diff --git a/games/10/0_noise.mp3 b/games/10/0_noise.mp3 new file mode 100644 index 0000000..29bbd3a --- /dev/null +++ b/games/10/0_noise.mp3 @@ -0,0 +1,99 @@ + + + + + + + + + + + + + + + +Pumkin - Digital English Education + + + +
+

Pumkin - Digital English Education

+ + + +
+ + + + + + + + + + + + + +
+ + + + + + \ No newline at end of file diff --git a/games/10/0_speech.mp3 b/games/10/0_speech.mp3 new file mode 100644 index 0000000..7522320 --- /dev/null +++ b/games/10/0_speech.mp3 @@ -0,0 +1,99 @@ + + + + + + + + + + + + + + + +Pumkin - Digital English Education + + + +
+

Pumkin - Digital English Education

+ + + +
+ + + + + + + + + + + + + +
+ + + + + + \ No newline at end of file diff --git a/games/10/games/farm/assets/chicken.swf b/games/10/games/farm/assets/chicken.swf new file mode 100644 index 0000000..8700a44 Binary files /dev/null and b/games/10/games/farm/assets/chicken.swf differ diff --git a/games/10/games/farm/assets/cow.swf b/games/10/games/farm/assets/cow.swf new file mode 100644 index 0000000..3a3b0bf Binary files /dev/null and b/games/10/games/farm/assets/cow.swf differ diff --git a/games/10/games/farm/assets/duck.swf b/games/10/games/farm/assets/duck.swf new file mode 100644 index 0000000..03578e0 Binary files /dev/null and b/games/10/games/farm/assets/duck.swf differ diff --git a/games/10/games/farm/assets/goat.swf b/games/10/games/farm/assets/goat.swf new file mode 100644 index 0000000..db3fbe2 Binary files /dev/null and b/games/10/games/farm/assets/goat.swf differ diff --git a/games/10/games/farm/assets/horse.swf b/games/10/games/farm/assets/horse.swf new file mode 100644 index 0000000..540c6da Binary files /dev/null and b/games/10/games/farm/assets/horse.swf differ diff --git a/games/10/games/farm/assets/mouse.swf b/games/10/games/farm/assets/mouse.swf new file mode 100644 index 0000000..6d8f268 Binary files /dev/null and b/games/10/games/farm/assets/mouse.swf differ diff --git a/games/10/games/farm/assets/pig.swf b/games/10/games/farm/assets/pig.swf new file mode 100644 index 0000000..e7171b4 Binary files /dev/null and b/games/10/games/farm/assets/pig.swf differ diff --git a/games/10/games/farm/assets/sheep.swf b/games/10/games/farm/assets/sheep.swf new file mode 100644 index 0000000..b14f795 Binary files /dev/null and b/games/10/games/farm/assets/sheep.swf differ diff --git a/games/10/games/farm/assets/sound/chicken_noise.mp3 b/games/10/games/farm/assets/sound/chicken_noise.mp3 new file mode 100644 index 0000000..23c83a4 Binary files /dev/null and b/games/10/games/farm/assets/sound/chicken_noise.mp3 differ diff --git a/games/10/games/farm/assets/sound/chicken_speech.mp3 b/games/10/games/farm/assets/sound/chicken_speech.mp3 new file mode 100644 index 0000000..2bca5ca Binary files /dev/null and b/games/10/games/farm/assets/sound/chicken_speech.mp3 differ diff --git a/games/10/games/farm/assets/sound/cow_noise.mp3 b/games/10/games/farm/assets/sound/cow_noise.mp3 new file mode 100644 index 0000000..631b415 Binary files /dev/null and b/games/10/games/farm/assets/sound/cow_noise.mp3 differ diff --git a/games/10/games/farm/assets/sound/cow_speech.mp3 b/games/10/games/farm/assets/sound/cow_speech.mp3 new file mode 100644 index 0000000..cd641a1 Binary files /dev/null and b/games/10/games/farm/assets/sound/cow_speech.mp3 differ diff --git a/games/10/games/farm/assets/sound/duck_noise.mp3 b/games/10/games/farm/assets/sound/duck_noise.mp3 new file mode 100644 index 0000000..00eb9de Binary files /dev/null and b/games/10/games/farm/assets/sound/duck_noise.mp3 differ diff --git a/games/10/games/farm/assets/sound/duck_speech.mp3 b/games/10/games/farm/assets/sound/duck_speech.mp3 new file mode 100644 index 0000000..5b97590 Binary files /dev/null and b/games/10/games/farm/assets/sound/duck_speech.mp3 differ diff --git a/games/10/games/farm/assets/sound/goat_noise.mp3 b/games/10/games/farm/assets/sound/goat_noise.mp3 new file mode 100644 index 0000000..f2dab07 Binary files /dev/null and b/games/10/games/farm/assets/sound/goat_noise.mp3 differ diff --git a/games/10/games/farm/assets/sound/goat_speech.mp3 b/games/10/games/farm/assets/sound/goat_speech.mp3 new file mode 100644 index 0000000..af5eec6 Binary files /dev/null and b/games/10/games/farm/assets/sound/goat_speech.mp3 differ diff --git a/games/10/games/farm/assets/sound/horse_noise.mp3 b/games/10/games/farm/assets/sound/horse_noise.mp3 new file mode 100644 index 0000000..46ac1cc Binary files /dev/null and b/games/10/games/farm/assets/sound/horse_noise.mp3 differ diff --git a/games/10/games/farm/assets/sound/horse_speech.mp3 b/games/10/games/farm/assets/sound/horse_speech.mp3 new file mode 100644 index 0000000..7e98231 Binary files /dev/null and b/games/10/games/farm/assets/sound/horse_speech.mp3 differ diff --git a/games/10/games/farm/assets/sound/mouse_noise.mp3 b/games/10/games/farm/assets/sound/mouse_noise.mp3 new file mode 100644 index 0000000..3781a83 Binary files /dev/null and b/games/10/games/farm/assets/sound/mouse_noise.mp3 differ diff --git a/games/10/games/farm/assets/sound/mouse_speech.mp3 b/games/10/games/farm/assets/sound/mouse_speech.mp3 new file mode 100644 index 0000000..6be1673 Binary files /dev/null and b/games/10/games/farm/assets/sound/mouse_speech.mp3 differ diff --git a/games/10/games/farm/assets/sound/pig_noise.mp3 b/games/10/games/farm/assets/sound/pig_noise.mp3 new file mode 100644 index 0000000..ce56105 Binary files /dev/null and b/games/10/games/farm/assets/sound/pig_noise.mp3 differ diff --git a/games/10/games/farm/assets/sound/pig_speech.mp3 b/games/10/games/farm/assets/sound/pig_speech.mp3 new file mode 100644 index 0000000..d0e9e7f Binary files /dev/null and b/games/10/games/farm/assets/sound/pig_speech.mp3 differ diff --git a/games/10/games/farm/assets/sound/sheep_noise.mp3 b/games/10/games/farm/assets/sound/sheep_noise.mp3 new file mode 100644 index 0000000..7932a57 Binary files /dev/null and b/games/10/games/farm/assets/sound/sheep_noise.mp3 differ diff --git a/games/10/games/farm/assets/sound/sheep_speech.mp3 b/games/10/games/farm/assets/sound/sheep_speech.mp3 new file mode 100644 index 0000000..a0fe6b8 Binary files /dev/null and b/games/10/games/farm/assets/sound/sheep_speech.mp3 differ diff --git a/games/10/games/farm/farm.swf b/games/10/games/farm/farm.swf new file mode 100644 index 0000000..81bb8f7 Binary files /dev/null and b/games/10/games/farm/farm.swf differ diff --git a/games/10/games/food/food.swf b/games/10/games/food/food.swf new file mode 100644 index 0000000..f25b56c Binary files /dev/null and b/games/10/games/food/food.swf differ diff --git a/games/10/gamesmenu.swf b/games/10/gamesmenu.swf new file mode 100644 index 0000000..22a19e0 Binary files /dev/null and b/games/10/gamesmenu.swf differ diff --git a/games/11/game.swf b/games/11/game.swf new file mode 100644 index 0000000..dc8d322 Binary files /dev/null and b/games/11/game.swf differ diff --git a/games/12/game.swf b/games/12/game.swf new file mode 100644 index 0000000..729b191 Binary files /dev/null and b/games/12/game.swf differ diff --git a/games/13/3dfps.js b/games/13/3dfps.js new file mode 100644 index 0000000..31201e3 --- /dev/null +++ b/games/13/3dfps.js @@ -0,0 +1,192 @@ +////////////////////////////////////////////////////////////////////////////// +// // +// 3DS Browser SDK - Raycasting Class v1.8.11 2011-07-20 // +// (c) 2007-2011 Daniel Gump. All Rights Reserved. // +// http://3dspaint.com // +// hullbreach@hullbreachonline.com // +// // +// Nintendo 3DS is a trademark of Nintendo Co., Ltd. This software // +// package is not associated with Nintendo but was created to support // +// their products // +// // +// Redistribution and use in source and binary forms, with or without // +// modification, are permitted provided that the following conditions // +// are met: // +// * Redistributions of source code must retain the above copyright // +// notice, this list of conditions and the following disclaimer. // +// * Redistributions in binary form must reproduce the above copyright // +// notice, this list of conditions and the following disclaimer in // +// the documentation and/or other materials provided with the // +// distribution. // +// * Neither this software nor the names of contributors may be used to // +// endorse or promote products derived from this software without // +// specific prior written permission. // +// * If the explicit purpose of the software is not to support the // +// Nintendo 3DS Internet browser, then the names of such must // +// not be used in any derived product. The name shall be the // +// HULLBREACH LITE SDK with a reference link to // +// http://hullbreachonline. // +// // +// THIS SOFTWARE IS PROVIDED BY Daniel Gump ''AS IS'' AND ANY EXPRESS OR // +// IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED // +// WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // +// DISCLAIMED. IN NO EVENT SHALL Daniel Gump BE LIABLE FOR ANY DIRECT, // +// INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES // +// (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR // +// SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) // +// HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, // +// STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING // +// IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // +// POSSIBILITY OF SUCH DAMAGE. // +////////////////////////////////////////////////////////////////////////////// +function RayCast(){ + //Canvas size + WIDTH=312; HEIGHT=205; + //Player's coordinates + X=1.5; Y=1.5; + U=0; V=1; + PLANEU=1; PLANEV=0; + ANGLE=0; + ROTATESPEED=.2; MOVESPEED=.2; + WALLSCENE=[]; TEXTURES=[]; TELEPORTS=[]; + CANVAS=null; + SKYFILL='rgb(0,0,0)'; GROUNDFILL='rgb(0,0,0)'; + SKYIMAGE = 0; + COLLISION=0; +} +RayCast.prototype.generateScene = function(){ + CANVAS.fillStyle=SKYFILL; + CANVAS.fillRect(0,0, WIDTH,HEIGHT>>1); + CANVAS.fillStyle=GROUNDFILL; + CANVAS.fillRect(0,HEIGHT>>1, WIDTH,HEIGHT); + if(SKYIMAGE){ + CANVAS.drawImage(TEXTURES[SKYIMAGE], -ANGLE*WIDTH/(2*Math.PI),-20); + CANVAS.drawImage(TEXTURES[SKYIMAGE], (2*Math.PI-ANGLE)*WIDTH/(2*Math.PI),-20); + } + + //Player location + var rayX=X, rayY=Y; + //Ray length data + var sideDistX, sideDistY; + //Stepping data + var stepX, stepY; + var side, hit; + + for(var column=WIDTH, camerastep = 2/WIDTH; column>=0; column-=6){ + //Ray length + var deltaDistX = Math.sqrt(1+((rayV=V+PLANEV*(cameraX = column*camerastep-1))*rayV)/((rayU=U+PLANEU*cameraX)*rayU)); + var deltaDistY = Math.sqrt(1+(rayU*rayU)/(rayV*rayV)); + + //Find initial side dist + stepX = stepY = -1; + sideDistX = rayX-(mapX=X|0); + sideDistY = rayY-(mapY=Y|0); + + if(rayU>=0){ + stepX = 1; + sideDistX = 1-sideDistX; + } + if(rayV>=0){ + stepY = 1; + sideDistY = 1-sideDistY; + } + sideDistX*=deltaDistX; + sideDistY*=deltaDistY; + + //Step DDA + do{ + if(sideDistX>31?-perpWallDist:perpWallDist)))>>1)+(walkBounce=HEIGHT/(10*perpWallDist)); + var drawEnd = ((lineHeight+HEIGHT)>>1)-drawStart; + var wallX = side?rayX+perpWallDist*rayU:rayY+perpWallDist*rayV; + var texX = ((wallX-(wallX|0))*(texture=TEXTURES[WALLSCENE[mapX][mapY]]).width)|0; + if((!side && rayU>0) || (side && rayV<0)) texX = texture.width-texX-1; + CANVAS.drawImage(texture, texX,0, 1,texture.height, column,drawStart, 6,drawEnd); + } +} +RayCast.prototype.loadScene = function(array){ + if(WALLSCENE = array.split(';')) for (i=WALLSCENE.length;--i>=0;) WALLSCENE[i] = WALLSCENE[i].split(','); +} +RayCast.prototype.moveForward = function(){ + COLLISION=1; + if(!WALLSCENE[(X+U*MOVESPEED)|0][Y|0]){ + X+=U*MOVESPEED; + COLLISION=0; + } + if(!WALLSCENE[X|0][(Y+V*MOVESPEED)|0]){ + Y+=V*MOVESPEED; + COLLISION=0; + } +} +RayCast.prototype.moveBackward = function(){ + COLLISION=1; + if(!WALLSCENE[(X-U*MOVESPEED)|0][Y|0]){ + X-=U*MOVESPEED; + COLLISION=0; + } + if(!WALLSCENE[X|0][(Y-V*MOVESPEED)|0]){ + Y-=V*MOVESPEED; + COLLISION=0; + } +} +RayCast.prototype.moveLeft = function(){ + COLLISION=1; + if(!WALLSCENE[(X-V*MOVESPEED)|0][Y|0]){ + X-=V*MOVESPEED; + COLLISION=0; + } + if(!WALLSCENE[X|0][(Y+U*MOVESPEED)|0]){ + Y+=U*MOVESPEED; + COLLISION=0; + } +} +RayCast.prototype.moveRight = function(){ + COLLISION=1; + if(!WALLSCENE[(X+V*MOVESPEED)|0][Y|0]){ + X+=V*MOVESPEED; + COLLISION=0; + } + if(!WALLSCENE[X|0][(Y-U*MOVESPEED)|0]){ + Y-=U*MOVESPEED; + COLLISION=0; + } +} + +RayCast.prototype.checkTeleports = function(){ + for(tele=TELEPORTS.length;--tele>=0;){ + if(TELEPORTS[tele][0]==.5+(Y|0) && TELEPORTS[tele][1]==.5+(X|0)){ + if(TELEPORTS[tele][4]) document.location.href = TELEPORTS[tele][4]; + Y = TELEPORTS[tele][2]; + X = TELEPORTS[tele][3]; + } + } +} +RayCast.prototype.isCollided = function(){ return COLLISION; } +RayCast.prototype.setAltitude = function(alt){ ALTITUDE=alt>=-5*HEIGHT?(alt<=5*HEIGHT?alt:5*HEIGHT):-5*HEIGHT; } +RayCast.prototype.setDirection = function(angle){ + U = Math.sin(ANGLE=angle*0.0174533); + V = Math.cos(ANGLE); + PLANEU = Math.sin(ANGLE+1.5707963); + PLANEV = Math.cos(ANGLE+1.5707963); +} +RayCast.prototype.setGroundColor = function(r,g,b){ GROUNDFILL="rgb("+(r<0?0:(r>255?255:r|0))+","+(g<0?0:(g>255?255:g|0))+","+(b<0?0:(b>255?255:b|0))+")"; } +RayCast.prototype.setLocation = function(x,y){ X=y; Y=x; } +RayCast.prototype.setSize = function(w,h){ WIDTH=w; HEIGHT=h; } +RayCast.prototype.setSkyColor = function(r,g,b){ SKYFILL="rgb("+(r<0?0:(r>255?255:r|0))+","+(g<0?0:(g>255?255:g|0))+","+(b<0?0:(b>255?255:b|0))+")"; } +RayCast.prototype.setTeleports = function(teleports){ TELEPORTS=teleports; } +RayCast.prototype.setTextures = function(textures){ TEXTURES=textures; } +RayCast.prototype.setWalls = function(Walls){ WALLSCENE = Walls; } +RayCast.prototype.initialize = function(canvas){ CANVAS = canvas.getContext("2d"); } +RayCast.prototype.setSkyImage = function(img){ SKYIMAGE=img; } + +RayCaster = new RayCast(); \ No newline at end of file diff --git a/games/13/css.css b/games/13/css.css new file mode 100644 index 0000000..60bbb3b --- /dev/null +++ b/games/13/css.css @@ -0,0 +1,8 @@ +body { + background-color: #BA00FF; + background-image: url('../../img/gradient.png'); + background-position: top; + background-repeat: no-repeat; + color:#fff; + text-align:center; +} \ No newline at end of file diff --git a/games/13/game.swf b/games/13/game.swf new file mode 100644 index 0000000..afed6b0 Binary files /dev/null and b/games/13/game.swf differ diff --git a/games/13/index.html b/games/13/index.html new file mode 100644 index 0000000..7a23d9e --- /dev/null +++ b/games/13/index.html @@ -0,0 +1,106 @@ + + + + + + + + + +
Dungeon Escape - by Daniel Gump
+
+ +
+
+ + + + diff --git a/games/13/tiles/sky.jpg b/games/13/tiles/sky.jpg new file mode 100644 index 0000000..bd1ebc0 Binary files /dev/null and b/games/13/tiles/sky.jpg differ diff --git a/games/13/tiles/tile-brick.png b/games/13/tiles/tile-brick.png new file mode 100644 index 0000000..df7ddfe Binary files /dev/null and b/games/13/tiles/tile-brick.png differ diff --git a/games/13/tiles/tile-rock.png b/games/13/tiles/tile-rock.png new file mode 100644 index 0000000..45ee6e3 Binary files /dev/null and b/games/13/tiles/tile-rock.png differ diff --git a/games/13/tiles/tile-win.png b/games/13/tiles/tile-win.png new file mode 100644 index 0000000..6670022 Binary files /dev/null and b/games/13/tiles/tile-win.png differ diff --git a/games/13/tiles/tile-woodwall.png b/games/13/tiles/tile-woodwall.png new file mode 100644 index 0000000..96b8990 Binary files /dev/null and b/games/13/tiles/tile-woodwall.png differ diff --git a/games/14/ball.png b/games/14/ball.png new file mode 100644 index 0000000..01cc730 Binary files /dev/null and b/games/14/ball.png differ diff --git a/games/14/index.html b/games/14/index.html new file mode 100644 index 0000000..811fdb3 --- /dev/null +++ b/games/14/index.html @@ -0,0 +1,20 @@ + + + + + + + +
My sources
say no
+ Ask a question... Press A on the ball
It will reveal the answers... + + \ No newline at end of file diff --git a/games/14/main.js b/games/14/main.js new file mode 100644 index 0000000..e194c19 --- /dev/null +++ b/games/14/main.js @@ -0,0 +1,15 @@ +var answer=['It is certain','It is
decidely so','Without a
doubt','Yes-
definitely','You may rely
on it','As I see it,
yes','Most likely','Outlook
good','Sign points to
yes','Yes','Reply hazy,
try again','Ask again later','Better not
tell you now','Cannot predict
now','Concentrate
and ask again','Don\'t
count on it','My
reply is no','My sources
say no','Outlook
not so good','Very
doubtful']; +window.srcoll(0,10); + function roll(){ + var i=Math.floor(Math.random()*20); + document.getElementById('ball').innerHTML=''+answer[i]+''; + fadeIn(); + setTimeout("fadeOut()",2500); + } + + function fadeIn(){ + setTimeout("document.getElementById('answer').style.opacity=1.0",1000); + } + function fadeOut(){ + setTimeout("document.getElementById('answer').style.opacity=0",1100); + } \ No newline at end of file diff --git a/games/15/index.html b/games/15/index.html new file mode 100644 index 0000000..f45f895 --- /dev/null +++ b/games/15/index.html @@ -0,0 +1,220 @@ + + + + + + + + +DSiMystery + + + + + + +
+ + +
+
+ +The last hotel + + + + + +
+
+

This game was made by StuffMan,

+

and improved jsa005.

+

Warning: contains mild language.

+

Start the game

+
+
+ +
+
+ + + + + + diff --git a/games/15/index_files/Page1015.html b/games/15/index_files/Page1015.html new file mode 100644 index 0000000..1ab96be --- /dev/null +++ b/games/15/index_files/Page1015.html @@ -0,0 +1,331 @@ + + + + + + + +DSiMystery + + + + + +
+ + + + + + +
+
+

A board with a bunch of orders on it.  There is a slip of paper with a list of symbols:

+

 

+
+
+ +
+ +
+
+ + +
+ + + + + + diff --git a/games/15/index_files/Page1023.html b/games/15/index_files/Page1023.html new file mode 100644 index 0000000..d9d0e84 --- /dev/null +++ b/games/15/index_files/Page1023.html @@ -0,0 +1,172 @@ + + + + + + + +DSiMystery + + + + + +
+ + + + + + +
+
+

The second was that the door to his room had vanished completely.

+
+
+ +
+ +
+
+ + +
+ + + + + + diff --git a/games/15/index_files/Page1034.html b/games/15/index_files/Page1034.html new file mode 100644 index 0000000..82a2ed8 --- /dev/null +++ b/games/15/index_files/Page1034.html @@ -0,0 +1,173 @@ + + + + + + + +DSiMystery + + + + + +
+ + + + + + +
+
+

Michael: What the hell is going on here?!

+
+
+ +
+ +
+
+ + +
+ + + + + + diff --git a/games/15/index_files/Page1055.html b/games/15/index_files/Page1055.html new file mode 100644 index 0000000..6044b29 --- /dev/null +++ b/games/15/index_files/Page1055.html @@ -0,0 +1,172 @@ + + + + + + + +DSiMystery + + + + + +
+ + +
+
+ + + + + + + +
+
+

In a rush to get out before nine in the morning, Michael threw open the door.

+
+
+ +
+
+ + + + + + diff --git a/games/15/index_files/Page1065.html b/games/15/index_files/Page1065.html new file mode 100644 index 0000000..ff0f46e --- /dev/null +++ b/games/15/index_files/Page1065.html @@ -0,0 +1,172 @@ + + + + + + + +DSiMystery + + + + + +
+ + +
+
+ + + + + + + +
+
+

Michael pulled the doorknob and found that the door was unlocked.

+
+
+ +
+
+ + + + + + diff --git a/games/15/index_files/Page1074.html b/games/15/index_files/Page1074.html new file mode 100644 index 0000000..d500dc3 --- /dev/null +++ b/games/15/index_files/Page1074.html @@ -0,0 +1,172 @@ + + + + + + + +DSiMystery + + + + + +
+ + +
+
+ + + + + + + +
+
+

If it weren’t for a different lighting, Michael would have assumed he was on the same floor. Everything was the same, just like a typical hotel.

+
+
+ +
+
+ + + + + + diff --git a/games/15/index_files/Page1098.html b/games/15/index_files/Page1098.html new file mode 100644 index 0000000..9d94090 --- /dev/null +++ b/games/15/index_files/Page1098.html @@ -0,0 +1,172 @@ + + + + + + + +DSiMystery + + + + + +
+ + + + + + +
+
+

Michael decided to give up on finding out what was going on and walked up to the doors that were previously boarded.

+
+
+ +
+ +
+
+ + +
+ + + + + + diff --git a/games/15/index_files/Page1105.html b/games/15/index_files/Page1105.html new file mode 100644 index 0000000..f8c595b --- /dev/null +++ b/games/15/index_files/Page1105.html @@ -0,0 +1,172 @@ + + + + + + + +DSiMystery + + + + + +
+ + +
+
+ + + + + + + +
+
+

The thing is, the door to his right was open. He went to investigate.

+
+
+ +
+
+ + + + + + diff --git a/games/15/index_files/Page1107.html b/games/15/index_files/Page1107.html new file mode 100644 index 0000000..017550b --- /dev/null +++ b/games/15/index_files/Page1107.html @@ -0,0 +1,222 @@ + + + + + + + +DSiMystery + + + + + +
+ + +
+
+ + + + + + + +
+
+

Emilia: Yeah… I just learned about it. Do you really think there’s a bomb in here?

+
+
+ +
+
+ + + + + + diff --git a/games/15/index_files/Page1116.html b/games/15/index_files/Page1116.html new file mode 100644 index 0000000..a9b012d --- /dev/null +++ b/games/15/index_files/Page1116.html @@ -0,0 +1,172 @@ + + + + + + + +DSiMystery + + + + + +
+ + +
+
+ + + + + + + +
+
+

It was the same room that was on the 5th floor. There was something wrong, though…

+
+
+ +
+
+ + + + + + diff --git a/games/15/index_files/Page1131.html b/games/15/index_files/Page1131.html new file mode 100644 index 0000000..e6a19ab --- /dev/null +++ b/games/15/index_files/Page1131.html @@ -0,0 +1,183 @@ + + + + + + + +DSiMystery + + + + + +
+ + +
+
+ +Chapter 3
BEATEN + + + + + +
+
+

Click here to continue to Chapter 4.

+
+
+ +
+
+ + + + + + diff --git a/games/15/index_files/Page1136.html b/games/15/index_files/Page1136.html new file mode 100644 index 0000000..d6b2cae --- /dev/null +++ b/games/15/index_files/Page1136.html @@ -0,0 +1,222 @@ + + + + + + + +DSiMystery + + + + + +
+ + +
+
+ + + + + + + +
+
+

Emilia: So you found the missing card, I see. Huh. I wonder what that means.

+
+
+ +
+
+ + + + + + diff --git a/games/15/index_files/Page1138.html b/games/15/index_files/Page1138.html new file mode 100644 index 0000000..fb6af5b --- /dev/null +++ b/games/15/index_files/Page1138.html @@ -0,0 +1,172 @@ + + + + + + + +DSiMystery + + + + + +
+ + +
+
+ + + + + + + +
+
+

Emilia practically slammed into Michael, wrapping her arms around him in a firm embrace.

+
+
+ +
+
+ + + + + + diff --git a/games/15/index_files/Page1151.html b/games/15/index_files/Page1151.html new file mode 100644 index 0000000..3ccf101 --- /dev/null +++ b/games/15/index_files/Page1151.html @@ -0,0 +1,217 @@ + + + + + + + +DSiMystery + + + + + +
+ + + + + + +
+
+

There’s a key inside. A tiny silver key. There is also a note beside it...

+

- Obtained the 4th Floor Key

+
+
+ +
+ +
+
+ + +
+ + + + + + diff --git a/games/15/index_files/Page1161.html b/games/15/index_files/Page1161.html new file mode 100644 index 0000000..566f637 --- /dev/null +++ b/games/15/index_files/Page1161.html @@ -0,0 +1,172 @@ + + + + + + + +DSiMystery + + + + + +
+ + +
+
+ + + + + + + +
+
+

It was at that moment Michael remembered who she was. It was his best friend, Emilia. How could he have forgotten what she looked like?!

+
+
+ +
+
+ + + + + + diff --git a/games/15/index_files/Page1163.html b/games/15/index_files/Page1163.html new file mode 100644 index 0000000..3695472 --- /dev/null +++ b/games/15/index_files/Page1163.html @@ -0,0 +1,173 @@ + + + + + + + +DSiMystery + + + + + +
+ + +
+
+ + + + + + + +
+
+

Michael: I wouldn’t doubt it.

+
+
+ +
+
+ + + + + + diff --git a/games/15/index_files/Page1173.html b/games/15/index_files/Page1173.html new file mode 100644 index 0000000..c067aa6 --- /dev/null +++ b/games/15/index_files/Page1173.html @@ -0,0 +1,222 @@ + + + + + + + +DSiMystery + + + + + +
+ + +
+
+ + + + + + + +
+
+

Emilia: Great… so there’s a chance we’re gonna die here.

+
+
+ +
+
+ + + + + + diff --git a/games/15/index_files/Page1174.html b/games/15/index_files/Page1174.html new file mode 100644 index 0000000..0129dd5 --- /dev/null +++ b/games/15/index_files/Page1174.html @@ -0,0 +1,173 @@ + + + + + + + +DSiMystery + + + + + +
+ + +
+
+ + + + + + + +
+
+

Michael: Well, come on!  The more time we talk, the less time we have to get out of here!

+
+
+ +
+
+ + + + + + diff --git a/games/15/index_files/Page1175.html b/games/15/index_files/Page1175.html new file mode 100644 index 0000000..5381870 --- /dev/null +++ b/games/15/index_files/Page1175.html @@ -0,0 +1,174 @@ + + + + + + + +DSiMystery + + + + + +
+ + +
+
+ + + + + + + +
+
+

Emilia was shaking again… Michael felt more than a little guilty.

+
+
+ +
+
+ + + + + + diff --git a/games/15/index_files/Page1190.html b/games/15/index_files/Page1190.html new file mode 100644 index 0000000..55155a7 --- /dev/null +++ b/games/15/index_files/Page1190.html @@ -0,0 +1,223 @@ + + + + + + + +DSiMystery + + + + + +
+ + +
+
+ + + + + + + +
+
+

???: M-M-Mikey?!

+
+
+ +
+
+ + + + + + diff --git a/games/15/index_files/Page1201.html b/games/15/index_files/Page1201.html new file mode 100644 index 0000000..bcec4fb --- /dev/null +++ b/games/15/index_files/Page1201.html @@ -0,0 +1,172 @@ + + + + + + + +DSiMystery + + + + + +
+ + +
+
+ + + + + + + +
+
+

The girl was frightened. She was shaking, as if she was very cold. However, after taking a good look at Michael, her expression turned from scared to surprised.

+
+
+ +
+
+ + + + + + diff --git a/games/15/index_files/Page1212.html b/games/15/index_files/Page1212.html new file mode 100644 index 0000000..60094ec --- /dev/null +++ b/games/15/index_files/Page1212.html @@ -0,0 +1,172 @@ + + + + + + + +DSiMystery + + + + + +
+ + +
+
+ + + + + + + +
+
+

Michael swung around, startled, and found himself face-to-face with a girl. She was around his age, had black hair, and stood around two inches shorter than him.

+
+
+ +
+
+ + + + + + diff --git a/games/15/index_files/Page1221.html b/games/15/index_files/Page1221.html new file mode 100644 index 0000000..1098d77 --- /dev/null +++ b/games/15/index_files/Page1221.html @@ -0,0 +1,172 @@ + + + + + + + +DSiMystery + + + + + +
+ + +
+
+ + + + + + + +
+
+

Michael could swear he saw a tear begin to form, but Emilia wiped it away quickly.

+
+
+ +
+
+ + + + + + diff --git a/games/15/index_files/Page1223.html b/games/15/index_files/Page1223.html new file mode 100644 index 0000000..465917c --- /dev/null +++ b/games/15/index_files/Page1223.html @@ -0,0 +1,173 @@ +html xmlns:v="urn:schemas-microsoft-com:vml" +xmlns:o="urn:schemas-microsoft-com:office:office" +xmlns:dt="uuid:C2F41010-65B3-11d1-A29F-00AA00C14882" +xmlns="http://www.w3.org/TR/REC-html40"> + + + + + + +DSiMystery + + + + + +
+ + +
+
+ + + + + + + +
+
+

???: Who a-are y-y-you?

+
+
+ +
+
+ + + + + + diff --git a/games/15/index_files/Page1234.html b/games/15/index_files/Page1234.html new file mode 100644 index 0000000..7835df8 --- /dev/null +++ b/games/15/index_files/Page1234.html @@ -0,0 +1,172 @@ +html xmlns:v="urn:schemas-microsoft-com:vml" +xmlns:o="urn:schemas-microsoft-com:office:office" +xmlns:dt="uuid:C2F41010-65B3-11d1-A29F-00AA00C14882" +xmlns="http://www.w3.org/TR/REC-html40"> + + + + + + +DSiMystery + + + + + +
+ + +
+
+ + + + + + + +
+
+

Of course! The TV power cord was actually there this time! Michael ran to it and tried to turn it on. It wouldn’t even flicker.

+
+
+ +
+
+ + + + + + diff --git a/games/15/index_files/Page1245.html b/games/15/index_files/Page1245.html new file mode 100644 index 0000000..e378680 --- /dev/null +++ b/games/15/index_files/Page1245.html @@ -0,0 +1,223 @@ + + + + + + + +DSiMystery + + + + + +
+ + +
+
+ + + + + + + +
+
+

Emilia: Oh my God! I’m so glad to see you!

+
+
+ +
+
+ + + + + + diff --git a/games/15/index_files/Page1270.html b/games/15/index_files/Page1270.html new file mode 100644 index 0000000..b6b02eb --- /dev/null +++ b/games/15/index_files/Page1270.html @@ -0,0 +1,173 @@ + + + + + + + +DSiMystery + + + + + +
+ + +
+
+ + + + + + + +
+
+

Michael: Hey, now, don’t think that way! We’ll make it out alive. I promise.

+
+
+ +
+
+ + + + + + diff --git a/games/15/index_files/Page1290.html b/games/15/index_files/Page1290.html new file mode 100644 index 0000000..275e705 --- /dev/null +++ b/games/15/index_files/Page1290.html @@ -0,0 +1,239 @@ + + + + + + + +DSiMystery + + + + + +
+ + +
+
+ + + + + + + +
+
+

Emilia: Maybe we’re supposed to cards on these spots… let’s try it.

+
+
+ +
+
+ + + + + + diff --git a/games/15/index_files/Page1291.html b/games/15/index_files/Page1291.html new file mode 100644 index 0000000..59e4c4c --- /dev/null +++ b/games/15/index_files/Page1291.html @@ -0,0 +1,173 @@ + + + + + + + +DSiMystery + + + + + +
+ + +
+
+ + + + + + + +
+
+

Michael opened the door. It took him only a few moments to take in his surroundings.

+
+
+ +
+
+ + + + + + diff --git a/games/15/index_files/Page1305.html b/games/15/index_files/Page1305.html new file mode 100644 index 0000000..0d89aa8 --- /dev/null +++ b/games/15/index_files/Page1305.html @@ -0,0 +1,173 @@ + + + + + + + +DSiMystery + + + + + +
+ + +
+
+ + + + + + + +
+
+

Michael: Well, let’s start in the hallway. Open up some of those doors and see if they’re locked, you know?

+
+
+ +
+
+ + + + + + diff --git a/games/15/index_files/Page1307.html b/games/15/index_files/Page1307.html new file mode 100644 index 0000000..865e166 --- /dev/null +++ b/games/15/index_files/Page1307.html @@ -0,0 +1,173 @@ + + + + + + + +DSiMystery + + + + + +
+ + +
+
+ + + + + + + +
+
+

Michael: What are you doing here!? Are you part of this messed up “game”, too?

+
+
+ +
+
+ + + + + + diff --git a/games/15/index_files/Page1316.html b/games/15/index_files/Page1316.html new file mode 100644 index 0000000..66f0a06 --- /dev/null +++ b/games/15/index_files/Page1316.html @@ -0,0 +1,222 @@ + + + + + + + +DSiMystery + + + + + +
+ + +
+
+ + + + + + + +
+
+

Emilia:  Mikey? The doors are boarded up! How can we open them?

+
+
+ +
+
+ + + + + + diff --git a/games/15/index_files/Page1329.html b/games/15/index_files/Page1329.html new file mode 100644 index 0000000..aaef5dd --- /dev/null +++ b/games/15/index_files/Page1329.html @@ -0,0 +1,174 @@ + + + + + + + +DSiMystery + + + + + +
+ + +
+
+ + + + + + + +
+
+

Michael hugged her back and smiled widely. He couldn’t believe she was here. Emilia and him had been childhood friends. It was so good to see her here.

+
+
+ +
+
+ + + + + + diff --git a/games/15/index_files/Page1338.html b/games/15/index_files/Page1338.html new file mode 100644 index 0000000..44a9553 --- /dev/null +++ b/games/15/index_files/Page1338.html @@ -0,0 +1,172 @@ + + + + + + + +DSiMystery + + + + + +
+ + +
+
+ + + + + + + +
+
+

Michael gave her a questioning look before answering.

+
+
+ +
+
+ + + + + + diff --git a/games/15/index_files/Page1349.html b/games/15/index_files/Page1349.html new file mode 100644 index 0000000..db76bb9 --- /dev/null +++ b/games/15/index_files/Page1349.html @@ -0,0 +1,173 @@ + + + + + + + +DSiMystery + + + + + +
+ + +
+
+ + + + + + + +
+
+

Michael: The doors AREN’T boarded, actually. I was just out there.

+
+
+ +
+
+ + + + + + diff --git a/games/15/index_files/Page1351.html b/games/15/index_files/Page1351.html new file mode 100644 index 0000000..66f8ee3 --- /dev/null +++ b/games/15/index_files/Page1351.html @@ -0,0 +1,222 @@ + + + + + + + +DSiMystery + + + + + +
+ + +
+
+ + + + + + + +
+
+

Emilia: It’s a casino!

+
+
+ +
+
+ + + + + + diff --git a/games/15/index_files/Page1360.html b/games/15/index_files/Page1360.html new file mode 100644 index 0000000..c7780a0 --- /dev/null +++ b/games/15/index_files/Page1360.html @@ -0,0 +1,222 @@ + + + + + + + +DSiMystery + + + + + +
+ + +
+
+ + + + + + + +
+
+

Emilia:  What? What do you mean? Ugh, this “game” is getting complicated.

+
+
+ +
+
+ + + + + + diff --git a/games/15/index_files/Page1374.html b/games/15/index_files/Page1374.html new file mode 100644 index 0000000..6014440 --- /dev/null +++ b/games/15/index_files/Page1374.html @@ -0,0 +1,172 @@ + + + + + + + +DSiMystery + + + + + +
+ + +
+
+ + + + + + + +
+
+

Michael couldn’t agree any more.

+
+
+ +
+
+ + + + + + diff --git a/games/15/index_files/Page1384.html b/games/15/index_files/Page1384.html new file mode 100644 index 0000000..ce18e73 --- /dev/null +++ b/games/15/index_files/Page1384.html @@ -0,0 +1,222 @@ + + + + + + + +DSiMystery + + + + + +
+ + +
+
+ + + + + + + +
+
+

Michael: Yeah. Let’s just put my 10 of Spades on one of these spots, and…

+
+
+ +
+
+ + + + + + diff --git a/games/15/index_files/Page1385.html b/games/15/index_files/Page1385.html new file mode 100644 index 0000000..f8242c8 --- /dev/null +++ b/games/15/index_files/Page1385.html @@ -0,0 +1,173 @@ + + + + + + + +DSiMystery + + + + + +
+ + +
+
+ + + + + + + +
+
+

Michael: Let’s go.

+
+
+ +
+
+ + + + + + diff --git a/games/15/index_files/Page1396.html b/games/15/index_files/Page1396.html new file mode 100644 index 0000000..e0dab5e --- /dev/null +++ b/games/15/index_files/Page1396.html @@ -0,0 +1,172 @@ + + + + + + + +DSiMystery + + + + + +
+ + +
+
+ + + + + + + +
+
+

Michael led her to the hallway. Sure enough,  the so-called “boarded” rooms were boarded no longer.

+
+
+ +
+
+ + + + + + diff --git a/games/15/index_files/Page1406.html b/games/15/index_files/Page1406.html new file mode 100644 index 0000000..3e7b922 --- /dev/null +++ b/games/15/index_files/Page1406.html @@ -0,0 +1,173 @@ + + + + + + + +DSiMystery + + + + + +
+ + +
+
+ + + + + + + +
+
+

Sure enough, the room in front of them was filled with many slot machines and a single roulette table.

+
+
+ +
+
+ + + + + + diff --git a/games/15/index_files/Page1408.html b/games/15/index_files/Page1408.html new file mode 100644 index 0000000..e4feb87 --- /dev/null +++ b/games/15/index_files/Page1408.html @@ -0,0 +1,247 @@ + + + + + + + +DSiMystery + + + + + +
+ + +
+
+ + + + + + + +
+
+

- Obtained a deck of cards

+
+
+ +
+
+ + + + + + diff --git a/games/15/index_files/Page1409.html b/games/15/index_files/Page1409.html new file mode 100644 index 0000000..a7cb73e --- /dev/null +++ b/games/15/index_files/Page1409.html @@ -0,0 +1,222 @@ + + + + + + + +DSiMystery + + + + + +
+ + +
+
+ + + + + + + +
+
+

Emilia: What the hell? My room’s gone!

+
+
+ +
+
+ + + + + + diff --git a/games/15/index_files/Page1410.html b/games/15/index_files/Page1410.html new file mode 100644 index 0000000..d45b6bc --- /dev/null +++ b/games/15/index_files/Page1410.html @@ -0,0 +1,222 @@ + + + + + + + +DSiMystery + + + + + +
+ + +
+
+ + + + + + + +
+
+

Emilia: Anyway, I found something interesting.

+
+
+ +
+
+ + + + + + diff --git a/games/15/index_files/Page1425.html b/games/15/index_files/Page1425.html new file mode 100644 index 0000000..ec82c11 --- /dev/null +++ b/games/15/index_files/Page1425.html @@ -0,0 +1,173 @@ + + + + + + + +DSiMystery + + + + + +
+ + +
+
+ + + + + + + +
+
+

Michael: I know. The same thing happened to me.

+
+
+ +
+
+ + + + + + diff --git a/games/15/index_files/Page1438.html b/games/15/index_files/Page1438.html new file mode 100644 index 0000000..8b34880 --- /dev/null +++ b/games/15/index_files/Page1438.html @@ -0,0 +1,222 @@ + + + + + + + +DSiMystery + + + + + +
+ + +
+
+ + + + + + + +
+
+

Emilia: Wow… I’ll search the area with the slot machines.

+
+
+ +
+
+ + + + + + diff --git a/games/15/index_files/Page1454.html b/games/15/index_files/Page1454.html new file mode 100644 index 0000000..5df0398 --- /dev/null +++ b/games/15/index_files/Page1454.html @@ -0,0 +1,222 @@ + + + + + + + +DSiMystery + + + + + +
+ + +
+
+ + + + + + + +
+
+

Emilia: You look everywhere else, okay?

+
+
+ +
+
+ + + + + + diff --git a/games/15/index_files/Page1482.html b/games/15/index_files/Page1482.html new file mode 100644 index 0000000..c804af9 --- /dev/null +++ b/games/15/index_files/Page1482.html @@ -0,0 +1,174 @@ + + + + + + + +DSiMystery + + + + + +
+ + +
+
+ + + + + + + +
+
+

Michael: Okay, sounds good.

+
+
+ +
+
+ + + + + + diff --git a/games/15/index_files/Page1493.html b/games/15/index_files/Page1493.html new file mode 100644 index 0000000..4fca309 --- /dev/null +++ b/games/15/index_files/Page1493.html @@ -0,0 +1,210 @@ + + + + + + + +DSiMystery + + + + + +
+ + +
+
+ + + + + + + +
+
+

Objective: Search the casino.

+
+
+ +
+
+ + + + + + diff --git a/games/15/index_files/Page1505.html b/games/15/index_files/Page1505.html new file mode 100644 index 0000000..b53db70 --- /dev/null +++ b/games/15/index_files/Page1505.html @@ -0,0 +1,230 @@ + + + + + + + +DSiMystery + + + + + +
+ + +
+
+ + + + + + + +
+
+

Objective: Search the casino.

+
+
+ +
+
+ + + + + + diff --git a/games/15/index_files/Page1514.html b/games/15/index_files/Page1514.html new file mode 100644 index 0000000..287abeb --- /dev/null +++ b/games/15/index_files/Page1514.html @@ -0,0 +1,256 @@ + + + + + + + +DSiMystery + + + + + +
+ + +
+
+ + + + + + + +
+
+

Emilia: Alright.

+
+
+ +
+
+ + + + + + diff --git a/games/15/index_files/Page1522.html b/games/15/index_files/Page1522.html new file mode 100644 index 0000000..a4a6689 --- /dev/null +++ b/games/15/index_files/Page1522.html @@ -0,0 +1,211 @@ + + + + + + + +DSiMystery + + + + + +
+ + +
+
+ + + + + + + +
+
+

It’s a playing card. 10 of Spades, it seems.

+

- Obtained the Ten of Spades

+
+
+ +
+
+ + + + + + diff --git a/games/15/index_files/Page1531.html b/games/15/index_files/Page1531.html new file mode 100644 index 0000000..52d48a1 --- /dev/null +++ b/games/15/index_files/Page1531.html @@ -0,0 +1,225 @@ + + + + + + + +DSiMystery + + + + + +
+ + +
+
+ + + + + + + +
+
+

Steven: So, what’s your story?

+
+
+ +
+
+ + + + + + diff --git a/games/15/index_files/Page1532.html b/games/15/index_files/Page1532.html new file mode 100644 index 0000000..b31b9a1 --- /dev/null +++ b/games/15/index_files/Page1532.html @@ -0,0 +1,174 @@ + + + + + + + +DSiMystery + + + + + +
+ + +
+
+ + + + + + + +
+
+

Michael slammed the key into the keyhole and opened the door. With no time to lose, they sprinted down the stairs

+
+
+ +
+
+ + + + + + diff --git a/games/15/index_files/Page1546.html b/games/15/index_files/Page1546.html new file mode 100644 index 0000000..dae0f72 --- /dev/null +++ b/games/15/index_files/Page1546.html @@ -0,0 +1,173 @@ + + + + + + + +DSiMystery + + + + + +
+ + +
+
+ + + + + + + +
+
+

Emilia led Michael to a poker table at the end of the casino.

+
+
+ +
+
+ + + + + + diff --git a/games/15/index_files/Page1557.html b/games/15/index_files/Page1557.html new file mode 100644 index 0000000..a113736 --- /dev/null +++ b/games/15/index_files/Page1557.html @@ -0,0 +1,174 @@ + + + + + + + +DSiMystery + + + + + +
+ + +
+
+ + + + + + + +
+
+

Michael: Well, anyway, let’s catch up with the others.

+
+
+ +
+
+ + + + + + diff --git a/games/15/index_files/Page1568.html b/games/15/index_files/Page1568.html new file mode 100644 index 0000000..1ce0d7d --- /dev/null +++ b/games/15/index_files/Page1568.html @@ -0,0 +1,222 @@ + + + + + + + +DSiMystery + + + + + +
+ + +
+
+ + + + + + + +
+
+

Emilia: There’s a key on this table, but it’s stuck on there, and tight.

+
+
+ +
+
+ + + + + + diff --git a/games/15/index_files/Page1575.html b/games/15/index_files/Page1575.html new file mode 100644 index 0000000..7735bca --- /dev/null +++ b/games/15/index_files/Page1575.html @@ -0,0 +1,209 @@ + + + + + + + +DSiMystery + + + + + +
+ + +
+
+ + + + + + + +
+
+

It’s a roulette table. Nothing much I can do now that I took that card.

+
+
+ +
+
+ + + + + + diff --git a/games/15/index_files/Page1587.html b/games/15/index_files/Page1587.html new file mode 100644 index 0000000..9b3603e --- /dev/null +++ b/games/15/index_files/Page1587.html @@ -0,0 +1,210 @@ +html xmlns:v="urn:schemas-microsoft-com:vml" +xmlns:o="urn:schemas-microsoft-com:office:office" +xmlns:dt="uuid:C2F41010-65B3-11d1-A29F-00AA00C14882" +xmlns="http://www.w3.org/TR/REC-html40"> + + + + + + +DSiMystery + + + + + +
+ + +
+
+ + + + + + + +
+
+

Emilia is checking over there. I should check over here to avoid getting in her way.

+
+
+ +
+
+ + + + + + diff --git a/games/15/index_files/Page1600.html b/games/15/index_files/Page1600.html new file mode 100644 index 0000000..db20b4d --- /dev/null +++ b/games/15/index_files/Page1600.html @@ -0,0 +1,210 @@ +html xmlns:v="urn:schemas-microsoft-com:vml" +xmlns:o="urn:schemas-microsoft-com:office:office" +xmlns:dt="uuid:C2F41010-65B3-11d1-A29F-00AA00C14882" +xmlns="http://www.w3.org/TR/REC-html40"> + + + + + + +DSiMystery + + + + + +
+ + +
+
+ + + + + + + +
+
+

Objective: Search the casino.

+
+
+ +
+
+ + + + + + diff --git a/games/15/index_files/Page1602.html b/games/15/index_files/Page1602.html new file mode 100644 index 0000000..e67efa2 --- /dev/null +++ b/games/15/index_files/Page1602.html @@ -0,0 +1,239 @@ + + + + + + + +DSiMystery + + + + + +
+ + +
+
+ + + + + + + +
+
+

Emilia: There’s also a ten of diamonds and a ten of hearts. Both of them are stuck, just like the key.

+
+
+ +
+
+ + + + + + diff --git a/games/15/index_files/Page1625.html b/games/15/index_files/Page1625.html new file mode 100644 index 0000000..1d5b479 --- /dev/null +++ b/games/15/index_files/Page1625.html @@ -0,0 +1,239 @@ + + + + + + + +DSiMystery + + + + + +
+ + +
+
+ + + + + + + +
+
+

Emilia: I wonder what we’re supposed to do here...?

+
+
+ +
+
+ + + + + + diff --git a/games/15/index_files/Page1626.html b/games/15/index_files/Page1626.html new file mode 100644 index 0000000..523ba29 --- /dev/null +++ b/games/15/index_files/Page1626.html @@ -0,0 +1,222 @@ + + + + + + + +DSiMystery + + + + + +
+ + +
+
+ + + + + + + +
+
+

Emilia: Hey, I found a deck of cards! It looks like it’s missing a card, though.

+
+
+ +
+
+ + + + + + diff --git a/games/15/index_files/Page1649.html b/games/15/index_files/Page1649.html new file mode 100644 index 0000000..c4ccdd5 --- /dev/null +++ b/games/15/index_files/Page1649.html @@ -0,0 +1,256 @@ + + + + + + + +DSiMystery + + + + + +
+ + +
+
+ + + + + + + +
+
+

Emilia: Yeah, I suppose… You know how to play Blackjack, right?

+
+
+ +
+
+ + + + + + diff --git a/games/15/index_files/Page1663.html b/games/15/index_files/Page1663.html new file mode 100644 index 0000000..3e79e1f --- /dev/null +++ b/games/15/index_files/Page1663.html @@ -0,0 +1,249 @@ + + + + + + + +DSiMystery + + + + + +
+ + +
+
+ + + +
+
+ + + + + + + +
+
+

Emilia: Let’s see if he’s right.

+
+
+ +
+
+ + + + + + diff --git a/games/15/index_files/Page1672.html b/games/15/index_files/Page1672.html new file mode 100644 index 0000000..da79735 --- /dev/null +++ b/games/15/index_files/Page1672.html @@ -0,0 +1,239 @@ + + + + + + + +DSiMystery + + + + + +
+ + +
+
+ + + + + + + +
+
+

Michael: So, you mean I need to beat the hand “10 of Diamonds” and “10 of Hearts”?

+
+
+ +
+
+ + + + + + diff --git a/games/15/index_files/Page1688.html b/games/15/index_files/Page1688.html new file mode 100644 index 0000000..cb9b30a --- /dev/null +++ b/games/15/index_files/Page1688.html @@ -0,0 +1,256 @@ + + + + + + + +DSiMystery + + + + + +
+ + +
+
+ + + + + + + +
+
+

Emilia: Well, this is a Blackjack table… Maybe you’re supposed to beat that hand.

+
+
+ +
+
+ + + + + + diff --git a/games/15/index_files/Page1704.html b/games/15/index_files/Page1704.html new file mode 100644 index 0000000..edd0070 --- /dev/null +++ b/games/15/index_files/Page1704.html @@ -0,0 +1,239 @@ + + + + + + + +DSiMystery + + + + + +
+ + +
+
+ + + + + + + +
+
+

Michael: What do you mean?

+
+
+ +
+
+ + + + + + diff --git a/games/15/index_files/Page1708.html b/games/15/index_files/Page1708.html new file mode 100644 index 0000000..1b6c29d --- /dev/null +++ b/games/15/index_files/Page1708.html @@ -0,0 +1,174 @@ + + + + + + + +DSiMystery + + + + + +
+ + +
+
+ + + + + + + +
+
+

...

+
+
+ +
+
+ + + + + + diff --git a/games/15/index_files/Page1716.html b/games/15/index_files/Page1716.html new file mode 100644 index 0000000..072da80 --- /dev/null +++ b/games/15/index_files/Page1716.html @@ -0,0 +1,173 @@ + + + + + + + +DSiMystery + + + + + +
+ + +
+
+ + + + + + + +
+
+

Once they got the key from the poker table, Michael and Emilia sprinted out of the casino and into the hallway.

+
+
+ +
+
+ + + + + + diff --git a/games/15/index_files/Page1717.html b/games/15/index_files/Page1717.html new file mode 100644 index 0000000..fa99598 --- /dev/null +++ b/games/15/index_files/Page1717.html @@ -0,0 +1,184 @@ + + + + + + + +DSiMystery + + + + + +
+ + +
+
+ +Chapter 4
BEATEN + + + + + +
+
+

Tap here to continue to chapter 5.

+
+
+ +
+
+ + + + + + diff --git a/games/15/index_files/Page1737.html b/games/15/index_files/Page1737.html new file mode 100644 index 0000000..2a8f7fb --- /dev/null +++ b/games/15/index_files/Page1737.html @@ -0,0 +1,239 @@ + + + + + + + +DSiMystery + + + + + +
+ + +
+
+ + + + + + + +
+
+

Emilia: Do you think it has something to do with Blackjack?

+
+
+ +
+
+ + + + + + diff --git a/games/15/index_files/Page1749.html b/games/15/index_files/Page1749.html new file mode 100644 index 0000000..ff14976 --- /dev/null +++ b/games/15/index_files/Page1749.html @@ -0,0 +1,174 @@ + + + + + + + +DSiMystery + + + + + +
+ + +
+
+ + + + + + + +
+
+

...

+
+
+ +
+
+ + + + + + diff --git a/games/15/index_files/Page1768.html b/games/15/index_files/Page1768.html new file mode 100644 index 0000000..f3d9081 --- /dev/null +++ b/games/15/index_files/Page1768.html @@ -0,0 +1,239 @@ + + + + + + + +DSiMystery + + + + + +
+ + +
+
+ + + + + + + +
+
+

Michael: Sweet, it got stuck onto the board. Nothing else happened though… Maybe I’m supposed to put another card on there?

+
+
+ +
+
+ + + + + + diff --git a/games/15/index_files/Page1769.html b/games/15/index_files/Page1769.html new file mode 100644 index 0000000..9b65fd3 --- /dev/null +++ b/games/15/index_files/Page1769.html @@ -0,0 +1,227 @@ + + + + + + + +DSiMystery + + + + + +
+ + +
+
+ + + + + + + +
+
+

Michael: Yeah. Just get as close to a twenty-one card sum as possible. So the dealer has a hand of “20” overall. I have a 10 on the table right now. So what card should I put down in order to win?

+
+
+ +
+ +
of Clubs +

+
+ + +
+ + + + + + diff --git a/games/15/index_files/Page1791.html b/games/15/index_files/Page1791.html new file mode 100644 index 0000000..70324d9 --- /dev/null +++ b/games/15/index_files/Page1791.html @@ -0,0 +1,239 @@ + + + + + + + +DSiMystery + + + + + +
+ + +
+
+ + + + + + + +
+
+

Michael: Cool, it worked. I placed a Ten of Clubs from the deck Emilia gave me on the table. It seems the key isn’t stuck anymore!

+
+
+ +
+
+ + + + + + diff --git a/games/15/index_files/Page1795.html b/games/15/index_files/Page1795.html new file mode 100644 index 0000000..3d1c752 --- /dev/null +++ b/games/15/index_files/Page1795.html @@ -0,0 +1,174 @@ + + + + + + + +DSiMystery + + + + + +
+ + +
+
+ + + + + + + +
+
+

Michael took a good look around.

+
+
+ +
+
+ + + + + + diff --git a/games/15/index_files/Page1804.html b/games/15/index_files/Page1804.html new file mode 100644 index 0000000..d361688 --- /dev/null +++ b/games/15/index_files/Page1804.html @@ -0,0 +1,158 @@ + + + + + + + +DSiMystery + + + + + +
+ + +
+
+ + +
+ + + + + + diff --git a/games/15/index_files/Page1814.html b/games/15/index_files/Page1814.html new file mode 100644 index 0000000..c59f2a8 --- /dev/null +++ b/games/15/index_files/Page1814.html @@ -0,0 +1,239 @@ + + + + + + + +DSiMystery + + + + + +
+ + +
+
+ + + + + + + +
+
+

- Obtained the 3rd floor key

+
+
+ +
+
+ + + + + + diff --git a/games/15/index_files/Page1834.html b/games/15/index_files/Page1834.html new file mode 100644 index 0000000..ac9a89f --- /dev/null +++ b/games/15/index_files/Page1834.html @@ -0,0 +1,173 @@ + + + + + + + +DSiMystery + + + + + +
+ + +
+
+ + + + + + + +
+
+

Of course! The door leading to the second floor was thrown open! Does that mean someone was here? That there more than two contestants?

+
+
+ +
+
+ + + + + + diff --git a/games/15/index_files/Page1836.html b/games/15/index_files/Page1836.html new file mode 100644 index 0000000..2cd41a3 --- /dev/null +++ b/games/15/index_files/Page1836.html @@ -0,0 +1,225 @@ + + + + + + + +DSiMystery + + + + + +
+ + +
+
+ + + + + + + +
+
+

Daniel: If you haven’t noticed, it’s bright outside. Just look. If we had four hours left, it’d be dark.

+
+
+ +
+
+ + + + + + diff --git a/games/15/index_files/Page1844.html b/games/15/index_files/Page1844.html new file mode 100644 index 0000000..ed83c80 --- /dev/null +++ b/games/15/index_files/Page1844.html @@ -0,0 +1,174 @@ +html xmlns:v="urn:schemas-microsoft-com:vml" +xmlns:o="urn:schemas-microsoft-com:office:office" +xmlns:dt="uuid:C2F41010-65B3-11d1-A29F-00AA00C14882" +xmlns="http://www.w3.org/TR/REC-html40"> + + + + + + +DSiMystery + + + + + +
+ + +
+
+ + + + + + + +
+
+

Michael: Pardon?

+
+
+ +
+
+ + + + + + diff --git a/games/15/index_files/Page1845.html b/games/15/index_files/Page1845.html new file mode 100644 index 0000000..76b60eb --- /dev/null +++ b/games/15/index_files/Page1845.html @@ -0,0 +1,174 @@ + + + + + + + +DSiMystery + + + + + +
+ + +
+
+ + + + + + + +
+
+

Michael: Emilia, the door is open over there! Do you think we should go through to the second floor? Or do you think we should investigate around here first?

+
+
+ +
+
+ + + + + + diff --git a/games/15/index_files/Page1856.html b/games/15/index_files/Page1856.html new file mode 100644 index 0000000..bd359b9 --- /dev/null +++ b/games/15/index_files/Page1856.html @@ -0,0 +1,173 @@ + + + + + + + +DSiMystery + + + + + +
+ + +
+
+ + + + + + + +
+
+

Michael said these words slowly.

+
+
+ +
+
+ + + + + + diff --git a/games/15/index_files/Page1869.html b/games/15/index_files/Page1869.html new file mode 100644 index 0000000..fb3e598 --- /dev/null +++ b/games/15/index_files/Page1869.html @@ -0,0 +1,190 @@ + + + + + + + +DSiMystery + + + + + +
+ + +
+
+ + + + + + + +
+
+

One looked like he was very tired. He had black hair and looked like he hadn’t slept in days.

+
+
+ +
+
+ + + + + + diff --git a/games/15/index_files/Page1874.html b/games/15/index_files/Page1874.html new file mode 100644 index 0000000..4b021ad --- /dev/null +++ b/games/15/index_files/Page1874.html @@ -0,0 +1,225 @@ + + + + + + + +DSiMystery + + + + + +
+ + +
+
+ + + + + + + +
+
+

Steven: You know; how did you end up here? Do you remember anything?

+
+
+ +
+
+ + + + + + diff --git a/games/15/index_files/Page1882.html b/games/15/index_files/Page1882.html new file mode 100644 index 0000000..5610cdc --- /dev/null +++ b/games/15/index_files/Page1882.html @@ -0,0 +1,173 @@ + + + + + + + +DSiMystery + + + + + +
+ + +
+
+ + + + + + + +
+
+

There was a man—no, two men—in the room, which was identical to the fine room both Emilia and Michael had examined.

+
+
+ +
+
+ + + + + + diff --git a/games/15/index_files/Page1915.html b/games/15/index_files/Page1915.html new file mode 100644 index 0000000..17f4791 --- /dev/null +++ b/games/15/index_files/Page1915.html @@ -0,0 +1,174 @@ + + + + + + + +DSiMystery + + + + + +
+ + +
+
+ + + + + + + +
+
+

Michael: Nope. It’s all a blur. I can’t remember crap.

+
+
+ +
+
+ + + + + + diff --git a/games/15/index_files/Page1916.html b/games/15/index_files/Page1916.html new file mode 100644 index 0000000..e527813 --- /dev/null +++ b/games/15/index_files/Page1916.html @@ -0,0 +1,238 @@ + + + + + + + +DSiMystery + + + + + +
+ + +
+
+ + + + + + + +
+
+

Michael: Cool, I got the key. It looks like the key to the third floor staircase. C’mon Emilia, let’s get outta here!

+
+
+ +
+
+ + + + + + diff --git a/games/15/index_files/Page1929.html b/games/15/index_files/Page1929.html new file mode 100644 index 0000000..4141c7e --- /dev/null +++ b/games/15/index_files/Page1929.html @@ -0,0 +1,173 @@ + + + + + + + +DSiMystery + + + + + +
+ + +
+
+ + + + + + + +
+
+

Michael ran to the source of the voice. It was in the first room on the right.

+
+
+ +
+
+ + + + + + diff --git a/games/15/index_files/Page1940.html b/games/15/index_files/Page1940.html new file mode 100644 index 0000000..28e8045 --- /dev/null +++ b/games/15/index_files/Page1940.html @@ -0,0 +1,173 @@ + + + + + + + +DSiMystery + + + + + +
+ + +
+
+ + + + + + + +
+
+

Michael had expected an answer, but the one he got was just so angry, so violent, it took him by surprise either way.

+
+
+ +
+
+ + + + + + diff --git a/games/15/index_files/Page1947.html b/games/15/index_files/Page1947.html new file mode 100644 index 0000000..cd904b0 --- /dev/null +++ b/games/15/index_files/Page1947.html @@ -0,0 +1,174 @@ + + + + + + + +DSiMystery + + + + + +
+ + +
+
+ + + + + + + +
+
+

Michael: Hey, Steven, you okay, man?

+
+
+ +
+
+ + + + + + diff --git a/games/15/index_files/Page1948.html b/games/15/index_files/Page1948.html new file mode 100644 index 0000000..02eb6a1 --- /dev/null +++ b/games/15/index_files/Page1948.html @@ -0,0 +1,225 @@ + + + + + + + +DSiMystery + + + + + +
+ + +
+
+ + + + + + + +
+
+

Steven: Right.

+
+
+ +
+
+ + + + + + diff --git a/games/15/index_files/Page1952.html b/games/15/index_files/Page1952.html new file mode 100644 index 0000000..05ace3a --- /dev/null +++ b/games/15/index_files/Page1952.html @@ -0,0 +1,225 @@ + + + + + + + +DSiMystery + + + + + +
+ + +
+
+ + + + + + + +
+
+

Steven: Oh… neither do I. Or Daniel, for that matter. You think we’ve been drugged?

+
+
+ +
+
+ + + + + + diff --git a/games/15/index_files/Page1962.html b/games/15/index_files/Page1962.html new file mode 100644 index 0000000..459a6b4 --- /dev/null +++ b/games/15/index_files/Page1962.html @@ -0,0 +1,225 @@ + + + + + + + +DSiMystery + + + + + +
+ + +
+
+ + + + + + + +
+
+

???: Hello?! Get your ass over here! I want to get a good look at ya!

+
+
+ +
+
+ + + + + + diff --git a/games/15/index_files/Page1985.html b/games/15/index_files/Page1985.html new file mode 100644 index 0000000..51004cb --- /dev/null +++ b/games/15/index_files/Page1985.html @@ -0,0 +1,225 @@ + + + + + + + +DSiMystery + + + + + +
+ + +
+
+ + + + + + + +
+
+

Steven: Yeah, yeah, I’m fine. Just didn’t get enough sleep, that’s all...

+
+
+ +
+
+ + + + + + diff --git a/games/15/index_files/Page1986.html b/games/15/index_files/Page1986.html new file mode 100644 index 0000000..99ce1b4 --- /dev/null +++ b/games/15/index_files/Page1986.html @@ -0,0 +1,174 @@ + + + + + + + +DSiMystery + + + + + +
+ + +
+
+ + + + + + + +
+
+

Michael: HELLO?! IS ANYONE HERE!? COME ON, ANSWER ME!

+
+
+ +
+
+ + + + + + diff --git a/games/15/index_files/Page1997.html b/games/15/index_files/Page1997.html new file mode 100644 index 0000000..be134ff --- /dev/null +++ b/games/15/index_files/Page1997.html @@ -0,0 +1,225 @@ + + + + + + + +DSiMystery + + + + + +
+ + +
+
+ + + + + + + +
+
+

Daniel: Exactly. Let’s go! Now! Move it!

+
+
+ +
+
+ + + + + + diff --git a/games/15/index_files/Page1999.html b/games/15/index_files/Page1999.html new file mode 100644 index 0000000..90a5263 --- /dev/null +++ b/games/15/index_files/Page1999.html @@ -0,0 +1,173 @@ + + + + + + + +DSiMystery + + + + + +
+ + +
+
+ + + + + + + +
+
+

Michael and Emilia ran to the other end of the hallway and jogged down the steps. They reached the steps and opened the door. They were now on the second floor.

+
+
+ +
+
+ + + + + + diff --git a/games/15/index_files/Page2000.html b/games/15/index_files/Page2000.html new file mode 100644 index 0000000..75fd06b --- /dev/null +++ b/games/15/index_files/Page2000.html @@ -0,0 +1,174 @@ +html xmlns:v="urn:schemas-microsoft-com:vml" +xmlns:o="urn:schemas-microsoft-com:office:office" +xmlns:dt="uuid:C2F41010-65B3-11d1-A29F-00AA00C14882" +xmlns="http://www.w3.org/TR/REC-html40"> + + + + + + +DSiMystery + + + + + +
+ + +
+
+ + + + + + + +
+
+

Michael: Drugged? What do you mean? Like, poisoned?

+
+
+ +
+
+ + + + + + diff --git a/games/15/index_files/Page2004.html b/games/15/index_files/Page2004.html new file mode 100644 index 0000000..9f635d9 --- /dev/null +++ b/games/15/index_files/Page2004.html @@ -0,0 +1,174 @@ +html xmlns:v="urn:schemas-microsoft-com:vml" +xmlns:o="urn:schemas-microsoft-com:office:office" +xmlns:dt="uuid:C2F41010-65B3-11d1-A29F-00AA00C14882" +xmlns="http://www.w3.org/TR/REC-html40"> + + + + + + +DSiMystery + + + + + +
+ + +
+
+ + + + + + + +
+
+

Everyone else looked confused. Only Emilia spoke up.

+
+
+ +
+
+ + + + + + diff --git a/games/15/index_files/Page2021.html b/games/15/index_files/Page2021.html new file mode 100644 index 0000000..f8fa9a9 --- /dev/null +++ b/games/15/index_files/Page2021.html @@ -0,0 +1,174 @@ + + + + + + + +DSiMystery + + + + + +
+ + +
+
+ + + + + + + +
+
+

Michael: Right.

+
+
+ +
+
+ + + + + + diff --git a/games/15/index_files/Page2035.html b/games/15/index_files/Page2035.html new file mode 100644 index 0000000..8ac3147 --- /dev/null +++ b/games/15/index_files/Page2035.html @@ -0,0 +1,225 @@ + + + + + + + +DSiMystery + + + + + +
+ + +
+
+ + + + + + + +
+
+

Steven: No. I mean the type of drugged that makes you forget everything. You, know what I’m saying?

+
+
+ +
+
+ + + + + + diff --git a/games/15/index_files/Page2037.html b/games/15/index_files/Page2037.html new file mode 100644 index 0000000..7cedd36 --- /dev/null +++ b/games/15/index_files/Page2037.html @@ -0,0 +1,225 @@ + + + + + + + +DSiMystery + + + + + +
+ + +
+
+ + + + + + + +
+
+

Emilia: Let’s go downstairs. We might find some more contestants.

+
+
+ +
+
+ + + + + + diff --git a/games/15/index_files/Page2046.html b/games/15/index_files/Page2046.html new file mode 100644 index 0000000..09db8e6 --- /dev/null +++ b/games/15/index_files/Page2046.html @@ -0,0 +1,174 @@ + + + + + + + +DSiMystery + + + + + +
+ + +
+
+ + + + + + + +
+
+

Michael: Ooooh craaaap.

+
+
+ +
+
+ + + + + + diff --git a/games/15/index_files/Page2048.html b/games/15/index_files/Page2048.html new file mode 100644 index 0000000..f248fd5 --- /dev/null +++ b/games/15/index_files/Page2048.html @@ -0,0 +1,174 @@ + + + + + + + +DSiMystery + + + + + +
+ + +
+
+ + + + + + + +
+
+

Something was wrong, though… something was missing...

+
+
+ +
+
+ + + + + + diff --git a/games/15/index_files/Page2059.html b/games/15/index_files/Page2059.html new file mode 100644 index 0000000..c387c81 --- /dev/null +++ b/games/15/index_files/Page2059.html @@ -0,0 +1,190 @@ + + + + + + + +DSiMystery + + + + + +
+ + +
+
+ + + + + + + +
+
+

The other had silver hair and tan eyes. He seemed like the kind of guy who made smartass comments any time he got the opportunity.

+
+
+ +
+
+ + + + + + diff --git a/games/15/index_files/Page2076.html b/games/15/index_files/Page2076.html new file mode 100644 index 0000000..b621eda --- /dev/null +++ b/games/15/index_files/Page2076.html @@ -0,0 +1,190 @@ + + + + + + + +DSiMystery + + + + + +
+ + +
+
+ + + + + + + +
+
+

The man with the silver hair spoke first.

+
+
+ +
+
+ + + + + + diff --git a/games/15/index_files/Page2089.html b/games/15/index_files/Page2089.html new file mode 100644 index 0000000..40cf740 --- /dev/null +++ b/games/15/index_files/Page2089.html @@ -0,0 +1,225 @@ + + + + + + + +DSiMystery + + + + + +
+ + +
+
+ + + + + + + +
+
+

???:  Uh huh, I see. Two more contestants in this messed up game.

+
+
+ +
+
+ + + + + + diff --git a/games/15/index_files/Page2095.html b/games/15/index_files/Page2095.html new file mode 100644 index 0000000..8123452 --- /dev/null +++ b/games/15/index_files/Page2095.html @@ -0,0 +1,173 @@ + + + + + + + +DSiMystery + + + + + +
+ + +
+
+ + + + + + + +
+
+

And with that, Michael and Steven darted down the hallway and to the now-opened door. Daniel and Emilia were waiting for them in the doorway.

+
+
+ +
+
+ + + + + + diff --git a/games/15/index_files/Page2102.html b/games/15/index_files/Page2102.html new file mode 100644 index 0000000..78bf31f --- /dev/null +++ b/games/15/index_files/Page2102.html @@ -0,0 +1,285 @@ + + + + + + + +DSiMystery + + + + + +
+ + +
+
+ + + +
+
+ + + + + + + +
+
+

Emilia:  Yeah, it seems that way. Who the hell are you two? I haven’t seen either of you in my life!

+
+
+ +
+
+ + + + + + diff --git a/games/15/index_files/Page2113.html b/games/15/index_files/Page2113.html new file mode 100644 index 0000000..2f1d5ca --- /dev/null +++ b/games/15/index_files/Page2113.html @@ -0,0 +1,174 @@ + + + + + + + +DSiMystery + + + + + +
+ + +
+
+ + + + + + + +
+
+

Michael: Yeah, I think so. Frankly, I wouldn’t doubt it.

+
+
+ +
+
+ + + + + + diff --git a/games/15/index_files/Page2127.html b/games/15/index_files/Page2127.html new file mode 100644 index 0000000..e0a5c2d --- /dev/null +++ b/games/15/index_files/Page2127.html @@ -0,0 +1,225 @@ + + + + + + + +DSiMystery + + + + + +
+ + +
+
+ + + + + + + +
+
+

???:  I’m Daniel, and he’s Steven. And your names?

+
+
+ +
+
+ + + + + + diff --git a/games/15/index_files/Page2153.html b/games/15/index_files/Page2153.html new file mode 100644 index 0000000..247aa69 --- /dev/null +++ b/games/15/index_files/Page2153.html @@ -0,0 +1,173 @@ + + + + + + + +DSiMystery + + + + + +
+ + +
+
+ + + + + + + +
+
+

Michael looked into the room. It seemed… familiar.

+
+
+ +
+
+ + + + + + diff --git a/games/15/index_files/Page2160.html b/games/15/index_files/Page2160.html new file mode 100644 index 0000000..0fcbcb9 --- /dev/null +++ b/games/15/index_files/Page2160.html @@ -0,0 +1,173 @@ + + + + + + + +DSiMystery + + + + + +
+ + +
+
+ + + + + + + +
+
+

Michael spoke up this time.

+
+
+ +
+
+ + + + + + diff --git a/games/15/index_files/Page2172.html b/games/15/index_files/Page2172.html new file mode 100644 index 0000000..fabb413 --- /dev/null +++ b/games/15/index_files/Page2172.html @@ -0,0 +1,173 @@ + + + + + + + +DSiMystery + + + + + +
+ + +
+
+ + + + + + + +
+
+

It was a kitchen. The same kitchen Michael was in previously. The one on the fifth floor. It was an exact clone.

+
+
+ +
+
+ + + + + + diff --git a/games/15/index_files/Page2173.html b/games/15/index_files/Page2173.html new file mode 100644 index 0000000..2606cb3 --- /dev/null +++ b/games/15/index_files/Page2173.html @@ -0,0 +1,174 @@ + + + + + + + +DSiMystery + + + + + +
+ + +
+
+ + + + + + + +
+
+

Michael: I’m Michael. This is Emilia. There’s no time for hearty introductions. We need to get the hell out of here.

+
+
+ +
+
+ + + + + + diff --git a/games/15/index_files/Page2183.html b/games/15/index_files/Page2183.html new file mode 100644 index 0000000..2a5392f --- /dev/null +++ b/games/15/index_files/Page2183.html @@ -0,0 +1,225 @@ +html xmlns:v="urn:schemas-microsoft-com:vml" +xmlns:o="urn:schemas-microsoft-com:office:office" +xmlns:dt="uuid:C2F41010-65B3-11d1-A29F-00AA00C14882" +xmlns="http://www.w3.org/TR/REC-html40"> + + + + + + +DSiMystery + + + + + +
+ + +
+
+ + + + + + + +
+
+

Emilia: Hey, Mikey, take a look at this!

+
+
+ +
+
+ + + + + + diff --git a/games/15/index_files/Page2193.html b/games/15/index_files/Page2193.html new file mode 100644 index 0000000..f4f7582 --- /dev/null +++ b/games/15/index_files/Page2193.html @@ -0,0 +1,225 @@ + + + + + + + +DSiMystery + + + + + +
+ + +
+
+ + + + + + + +
+
+

Daniel: Damn straight, we do! We’ve only got half an hour to do it, so let’s get our asses in gear!

+
+
+ +
+
+ + + + + + diff --git a/games/15/index_files/Page2215.html b/games/15/index_files/Page2215.html new file mode 100644 index 0000000..9e0742d --- /dev/null +++ b/games/15/index_files/Page2215.html @@ -0,0 +1,174 @@ + + + + + + + +DSiMystery + + + + + +
+ + +
+
+ + + + + + + +
+
+

Michael: I’ve been here before. This is the same puzzle as on the fifth floor. There’s a briefcase in the freezer. The combo is “5335”.

+
+
+ +
+
+ + + + + + diff --git a/games/15/index_files/Page2218.html b/games/15/index_files/Page2218.html new file mode 100644 index 0000000..ab851f2 --- /dev/null +++ b/games/15/index_files/Page2218.html @@ -0,0 +1,173 @@ + + + + + + + +DSiMystery + + + + + +
+ + +
+
+ + + + + + + +
+
+

Michael wasn’t sure he heard that right.

+
+
+ +
+
+ + + + + + diff --git a/games/15/index_files/Page2229.html b/games/15/index_files/Page2229.html new file mode 100644 index 0000000..6785f0b --- /dev/null +++ b/games/15/index_files/Page2229.html @@ -0,0 +1,174 @@ + + + + + + + +DSiMystery + + + + + +
+ + +
+
+ + + + + + + +
+
+

Michael: Wait, half an hour?! What the hell are you talking about? We’ve got at least four hours to go!

+
+
+ +
+
+ + + + + + diff --git a/games/15/index_files/Page2244.html b/games/15/index_files/Page2244.html new file mode 100644 index 0000000..632a600 --- /dev/null +++ b/games/15/index_files/Page2244.html @@ -0,0 +1,174 @@ +html xmlns:v="urn:schemas-microsoft-com:vml" +xmlns:o="urn:schemas-microsoft-com:office:office" +xmlns:dt="uuid:C2F41010-65B3-11d1-A29F-00AA00C14882" +xmlns="http://www.w3.org/TR/REC-html40"> + + + + + + +DSiMystery + + + + + +
+ + +
+
+ + + + + + + +
+
+

With that, everyone gathered around the entrance to the freezer.

+
+
+ +
+
+ + + + + + diff --git a/games/15/index_files/Page2247.html b/games/15/index_files/Page2247.html new file mode 100644 index 0000000..bac01d9 --- /dev/null +++ b/games/15/index_files/Page2247.html @@ -0,0 +1,173 @@ +html xmlns:v="urn:schemas-microsoft-com:vml" +xmlns:o="urn:schemas-microsoft-com:office:office" +xmlns:dt="uuid:C2F41010-65B3-11d1-A29F-00AA00C14882" +xmlns="http://www.w3.org/TR/REC-html40"> + + + + + + +DSiMystery + + + + + +
+ + +
+
+ + + + + + + +
+
+

Daniel gave him a look. Michael couldn’t  decipher if it was pity or confusion. It was one of the two.

+
+
+ +
+
+ + + + + + diff --git a/games/15/index_files/Page2264.html b/games/15/index_files/Page2264.html new file mode 100644 index 0000000..46654c0 --- /dev/null +++ b/games/15/index_files/Page2264.html @@ -0,0 +1,173 @@ + + + + + + + +DSiMystery + + + + + +
+ + +
+
+ + + + + + + +
+
+

Michael HAD noticed that, but didn’t pay any attention before now.

+
+
+ +
+
+ + + + + + diff --git a/games/15/index_files/Page2277.html b/games/15/index_files/Page2277.html new file mode 100644 index 0000000..ce5da4f --- /dev/null +++ b/games/15/index_files/Page2277.html @@ -0,0 +1,174 @@ + + + + + + + +DSiMystery + + + + + +
+ + +
+
+ + + + + + + +
+
+

Michael laid his hand upon the steel handle and pulled...

+
+
+ +
+
+ + + + + + diff --git a/games/15/index_files/Page2278.html b/games/15/index_files/Page2278.html new file mode 100644 index 0000000..63a0cf3 --- /dev/null +++ b/games/15/index_files/Page2278.html @@ -0,0 +1,176 @@ + + + + + + + +DSiMystery + + + + + +
+ + +
+
+ + + + + + + +
+
+

They twisted the keys simultaneously, and the click of a lock was heard among the group.

+
+
+ +
+
+ + + + + + diff --git a/games/15/index_files/Page2288.html b/games/15/index_files/Page2288.html new file mode 100644 index 0000000..dfeaa70 --- /dev/null +++ b/games/15/index_files/Page2288.html @@ -0,0 +1,174 @@ + + + + + + + +DSiMystery + + + + + +
+ + +
+
+ + + + + + + +
+
+

…only to find it locked.

+
+
+ +
+
+ + + + + + diff --git a/games/15/index_files/Page2298.html b/games/15/index_files/Page2298.html new file mode 100644 index 0000000..ebe67c0 --- /dev/null +++ b/games/15/index_files/Page2298.html @@ -0,0 +1,174 @@ + + + + + + + +DSiMystery + + + + + +
+ + +
+
+ + + + + + + +
+
+

Michael: So, how do you know we only have around half an hour left?

+
+
+ +
+
+ + + + + + diff --git a/games/15/index_files/Page2300.html b/games/15/index_files/Page2300.html new file mode 100644 index 0000000..02186a8 --- /dev/null +++ b/games/15/index_files/Page2300.html @@ -0,0 +1,175 @@ + + + + + + + +DSiMystery + + + + + +
+ + +
+
+ + + + + + + +
+
+

Michael: It’s locked. There are two keyholes on the knob, so maybe we have t-

+
+
+ +
+
+ + + + + + diff --git a/games/15/index_files/Page2318.html b/games/15/index_files/Page2318.html new file mode 100644 index 0000000..1f76dc0 --- /dev/null +++ b/games/15/index_files/Page2318.html @@ -0,0 +1,173 @@ + + + + + + + +DSiMystery + + + + + +
+ + +
+
+ + + + + + + +
+
+

Daniel extended his arm, showing a digital watch. It read “8:27 A.M.”.

+
+
+ +
+
+ + + + + + diff --git a/games/15/index_files/Page2319.html b/games/15/index_files/Page2319.html new file mode 100644 index 0000000..5f0cd07 --- /dev/null +++ b/games/15/index_files/Page2319.html @@ -0,0 +1,225 @@ + + + + + + + +DSiMystery + + + + + +
+ + +
+
+ + + + + + + +
+
+

Steven: Wait. How many keys do we have?

+
+
+ +
+
+ + + + + + diff --git a/games/15/index_files/Page2340.html b/games/15/index_files/Page2340.html new file mode 100644 index 0000000..f47d5b9 --- /dev/null +++ b/games/15/index_files/Page2340.html @@ -0,0 +1,176 @@ +html xmlns:v="urn:schemas-microsoft-com:vml" +xmlns:o="urn:schemas-microsoft-com:office:office" +xmlns:dt="uuid:C2F41010-65B3-11d1-A29F-00AA00C14882" +xmlns="http://www.w3.org/TR/REC-html40"> + + + + + + +DSiMystery + + + + + +
+ + +
+
+ + + + + + + +
+
+

The door didn’t need to be pushed or pulled to open. It opened automatically, slowly, as soon as the keys were turned.

+
+
+ +
+
+ + + + + + diff --git a/games/15/index_files/Page2357.html b/games/15/index_files/Page2357.html new file mode 100644 index 0000000..8698de6 --- /dev/null +++ b/games/15/index_files/Page2357.html @@ -0,0 +1,173 @@ +html xmlns:v="urn:schemas-microsoft-com:vml" +xmlns:o="urn:schemas-microsoft-com:office:office" +xmlns:dt="uuid:C2F41010-65B3-11d1-A29F-00AA00C14882" +xmlns="http://www.w3.org/TR/REC-html40"> + + + + + + +DSiMystery + + + + + +
+ + +
+
+ + + + + + + +
+
+

Michael, spurred into action by Daniel’s words, ran out into the hallway.

+
+
+ +
+
+ + + + + + diff --git a/games/15/index_files/Page2368.html b/games/15/index_files/Page2368.html new file mode 100644 index 0000000..03bd63d --- /dev/null +++ b/games/15/index_files/Page2368.html @@ -0,0 +1,173 @@ + + + + + + + +DSiMystery + + + + + +
+ + +
+
+ + + + + + + +
+
+

The others followed. The sleepy-looking one—Steven—followed slower than the others.

+
+
+ +
+
+ + + + + + diff --git a/games/15/index_files/Page2376.html b/games/15/index_files/Page2376.html new file mode 100644 index 0000000..f379f54 --- /dev/null +++ b/games/15/index_files/Page2376.html @@ -0,0 +1,158 @@ + + + + + + + +DSiMystery + + + + + +
+ + +
+
+ + + + + + + +
+
+

Instead of the light blue sky that they all were hoping for, they saw nothing. Pitch black nothing.

+
+
+ +
+
+ + + + + + diff --git a/games/15/index_files/Page2389.html b/games/15/index_files/Page2389.html new file mode 100644 index 0000000..5fc3dae --- /dev/null +++ b/games/15/index_files/Page2389.html @@ -0,0 +1,174 @@ + + + + + + + +DSiMystery + + + + + +
+ + +
+
+ + + + + + + +
+
+

This question took Michael by surprise. Apparently, it had the same effect on everyone else.

+
+
+ +
+
+ + + + + + diff --git a/games/15/index_files/Page2400.html b/games/15/index_files/Page2400.html new file mode 100644 index 0000000..f7b88c0 --- /dev/null +++ b/games/15/index_files/Page2400.html @@ -0,0 +1,175 @@ + + + + + + + +DSiMystery + + + + + +
+ + +
+
+ + + + + + + +
+
+

Michael: We have one.

+
+
+ +
+
+ + + + + + diff --git a/games/15/index_files/Page2412.html b/games/15/index_files/Page2412.html new file mode 100644 index 0000000..292d2e2 --- /dev/null +++ b/games/15/index_files/Page2412.html @@ -0,0 +1,158 @@ + + + + + + + +DSiMystery + + + + + +
+ + +
+
+ + + + + + + +
+
+

A voice—the one that was heard on the television in the bedroom Michael had explored—erupted the confused silence.

+
+
+ +
+
+ + + + + + diff --git a/games/15/index_files/Page2421.html b/games/15/index_files/Page2421.html new file mode 100644 index 0000000..3e5f6a0 --- /dev/null +++ b/games/15/index_files/Page2421.html @@ -0,0 +1,158 @@ + + + + + + + +DSiMystery + + + + + +
+ + +
+
+ + + + + + + +
+
+

???: Congratulations. You have survived the first test. Now, for another.

+
+
+ +
+
+ + + + + + diff --git a/games/15/index_files/Page2422.html b/games/15/index_files/Page2422.html new file mode 100644 index 0000000..edd07fd --- /dev/null +++ b/games/15/index_files/Page2422.html @@ -0,0 +1,225 @@ + + + + + + + +DSiMystery + + + + + +
+ + +
+
+ + + + + + + +
+
+

Steven: And so do we. Let’s put the keys in there, shall we?

+
+
+ +
+
+ + + + + + diff --git a/games/15/index_files/Page2436.html b/games/15/index_files/Page2436.html new file mode 100644 index 0000000..47c3ad5 --- /dev/null +++ b/games/15/index_files/Page2436.html @@ -0,0 +1,176 @@ + + + + + + + +DSiMystery + + + + + +
+ + +
+
+ + + + + + + +
+
+

With that, he took out a key, as did Emilia, who had kept the key from the Casino.

+
+
+ +
+
+ + + + + + diff --git a/games/15/index_files/Page2449.html b/games/15/index_files/Page2449.html new file mode 100644 index 0000000..f15affa --- /dev/null +++ b/games/15/index_files/Page2449.html @@ -0,0 +1,158 @@ +html xmlns:v="urn:schemas-microsoft-com:vml" +xmlns:o="urn:schemas-microsoft-com:office:office" +xmlns:dt="uuid:C2F41010-65B3-11d1-A29F-00AA00C14882" +xmlns="http://www.w3.org/TR/REC-html40"> + + + + + + +DSiMystery + + + + + +
+ + +
+
+ + + + + + + +
+
+

Everyone’s last glimpse  of hope died. Another test was to be brought upon them. Another sick, demented game.

+
+
+ +
+
+ + + + + + diff --git a/games/15/index_files/Page2458.html b/games/15/index_files/Page2458.html new file mode 100644 index 0000000..29e1b17 --- /dev/null +++ b/games/15/index_files/Page2458.html @@ -0,0 +1,158 @@ +html xmlns:v="urn:schemas-microsoft-com:vml" +xmlns:o="urn:schemas-microsoft-com:office:office" +xmlns:dt="uuid:C2F41010-65B3-11d1-A29F-00AA00C14882" +xmlns="http://www.w3.org/TR/REC-html40"> + + + + + + +DSiMystery + + + + + +
+ + +
+
+ + + + + + + +
+
+

???: I wish you all the best of luck. Not all of you have a chance at surviving.

+
+
+ +
+
+ + + + + + diff --git a/games/15/index_files/Page2476.html b/games/15/index_files/Page2476.html new file mode 100644 index 0000000..6c0afd0 --- /dev/null +++ b/games/15/index_files/Page2476.html @@ -0,0 +1,158 @@ + + + + + + + +DSiMystery + + + + + +
+ + +
+
+ + + + + + + +
+
+

Everyone’s last glimpse  of hope died. Another test was to be brought upon them.

+
+
+ +
+
+ + + + + + diff --git a/games/15/index_files/Page2485.html b/games/15/index_files/Page2485.html new file mode 100644 index 0000000..4210db0 --- /dev/null +++ b/games/15/index_files/Page2485.html @@ -0,0 +1,166 @@ + + + + + + + +DSiMystery + + + + + +
+ + +
+
+ + + + + + + +
+
+

This is the end of what StuffMan wrote.

+

I might make the ending of the story,

+

test two and all that, but for now, bookmark this.

+

The story will continue... in good time.

+

- jsa005

+
+
+ +
+
+ + + + + + diff --git a/games/15/index_files/Page2494.html b/games/15/index_files/Page2494.html new file mode 100644 index 0000000..512c215 --- /dev/null +++ b/games/15/index_files/Page2494.html @@ -0,0 +1,137 @@ + + + + + + + +DSiMystery + + + + + +
+ + +
+
+ +THE END +
+ + + + + + diff --git a/games/15/index_files/Page280.html b/games/15/index_files/Page280.html new file mode 100644 index 0000000..e5c463d --- /dev/null +++ b/games/15/index_files/Page280.html @@ -0,0 +1,173 @@ + + + + + + + +DSiMystery + + + + + +
+ + +
+
+ + + + + + + +
+
+

Michael: God dammit!

+
+
+ +
+
+ + + + + + diff --git a/games/15/index_files/Page293.html b/games/15/index_files/Page293.html new file mode 100644 index 0000000..1e570d5 --- /dev/null +++ b/games/15/index_files/Page293.html @@ -0,0 +1,248 @@ + + + + + + + +DSiMystery + + + + + +
+ + +
+
+ +Text Box: New Game
+ + + + + +
+
+

How to save game?

+
+
+ +
The last hotel +
+ + + + + + diff --git a/games/15/index_files/Page296.html b/games/15/index_files/Page296.html new file mode 100644 index 0000000..9732134 --- /dev/null +++ b/games/15/index_files/Page296.html @@ -0,0 +1,193 @@ + + + + + + + +DSiMystery + + + + + +
+ + + + + + +
+
+
+ +
+ +
+
+ + + + + + + +
+
+

To save your game, simply favorite the page you are on. When you want to load, just launch the bookmark.

+

RETURN

+
+
+ +
The last hotel +
+ + + + + + diff --git a/games/15/index_files/Page297.html b/games/15/index_files/Page297.html new file mode 100644 index 0000000..cabed0e --- /dev/null +++ b/games/15/index_files/Page297.html @@ -0,0 +1,172 @@ + + + + + + + +DSiMystery + + + + + +
+ + +
+
+ + + + + + + +
+
+

...and realized he didn’t know where the hell he was.

+
+
+ +
+
+ + + + + + diff --git a/games/15/index_files/Page305.html b/games/15/index_files/Page305.html new file mode 100644 index 0000000..dcf284c --- /dev/null +++ b/games/15/index_files/Page305.html @@ -0,0 +1,301 @@ + + + + + + + +DSiMystery + + + + + +
+ + +
+
+ +CRASH + +
+
+ + + + + + + +
+
+

CRAAAASH!

+
+
+ +
+
+ + + + + + diff --git a/games/15/index_files/Page315.html b/games/15/index_files/Page315.html new file mode 100644 index 0000000..2ecf0ec --- /dev/null +++ b/games/15/index_files/Page315.html @@ -0,0 +1,176 @@ + + + + + + + +DSiMystery + + + + + +
+ + +
+
+ + + + + + + +
+
+

The key Emilia had was a modern and fit into the keyhole on the left. The key Steven had was an old skeleton key that fit into the hole on the right.

+
+
+ +
+
+ + + + + + diff --git a/games/15/index_files/Page317.html b/games/15/index_files/Page317.html new file mode 100644 index 0000000..974e964 --- /dev/null +++ b/games/15/index_files/Page317.html @@ -0,0 +1,171 @@ + + + + + + + +DSiMystery + + + + + +
+ + +
+
+ + + + + + + +
+
+

After cracking open his eyes, Michael noticed the hallway light was turned on.

+
+
+ +
+
+ + + + + + diff --git a/games/15/index_files/Page320.html b/games/15/index_files/Page320.html new file mode 100644 index 0000000..e8aff02 --- /dev/null +++ b/games/15/index_files/Page320.html @@ -0,0 +1,190 @@ + + + + + + + +DSiMystery + + + + + +
+ + + + + + +
+
+

Michael: What’s that sound…?

+
+
+ +
+ +
+
+ + +
+ + + + + + diff --git a/games/15/index_files/Page328.html b/games/15/index_files/Page328.html new file mode 100644 index 0000000..6522a7f --- /dev/null +++ b/games/15/index_files/Page328.html @@ -0,0 +1,154 @@ + + + + + + + +DSiMystery + + + + + +
+ + +
+
+ + + + + + + +
+
+

Michael was aroused from his sleep by a loud crash erupting from outside his room.

+
+
+ +
+
+ + + + + + diff --git a/games/15/index_files/Page341.html b/games/15/index_files/Page341.html new file mode 100644 index 0000000..e22018a --- /dev/null +++ b/games/15/index_files/Page341.html @@ -0,0 +1,209 @@ + + + + + + + +DSiMystery + + + + + +
+ + +
+
+ + + + + + + +
+
+

Michel flipped the switch for the light next  to him. The light bulbs on the ceiling flickered to life, as if wakening from a deep slumber.

+
+
+ +
click! +
+ + + + + + diff --git a/games/15/index_files/Page350.html b/games/15/index_files/Page350.html new file mode 100644 index 0000000..320afcc --- /dev/null +++ b/games/15/index_files/Page350.html @@ -0,0 +1,172 @@ + + + + + + + +DSiMystery + + + + + +
+ + +
+
+ + + + + + + +
+
+

Before him was a vast hallway. While it seemed well lit from the inside of his room, it was actually scarcely lit. Rooms accompanied each side of the hall. Most of them were boarded shut. There was only one that wasn’t boarded.

+
+
+ +
+
+ + + + + + diff --git a/games/15/index_files/Page351.html b/games/15/index_files/Page351.html new file mode 100644 index 0000000..4155b13 --- /dev/null +++ b/games/15/index_files/Page351.html @@ -0,0 +1,171 @@ + + + + + + + +DSiMystery + + + + + +
+ + +
+
+ + + + + + + +
+
+

Michael got up and yawned. It was exactly 3:48 in the morning, according to the digital clock on the nightstand next to his bed.

+
+
+ +
+
+ + + + + + diff --git a/games/15/index_files/Page361.html b/games/15/index_files/Page361.html new file mode 100644 index 0000000..123c879 --- /dev/null +++ b/games/15/index_files/Page361.html @@ -0,0 +1,172 @@ + + + + + + + +DSiMystery + + + + + +
+ + +
+
+ + + + + + + +
+
+

Michael walked towards the hallway too see what was going on outside his door. He peeked through the doorway and into the hallway...

+
+
+ +
+
+ + + + + + diff --git a/games/15/index_files/Page378.html b/games/15/index_files/Page378.html new file mode 100644 index 0000000..5e38951 --- /dev/null +++ b/games/15/index_files/Page378.html @@ -0,0 +1,173 @@ + + + + + + + +DSiMystery + + + + + +
+ + +
+
+ + + + + + + +
+
+

Michael: Huh, I don’t think I left that light on...

+
+
+ +
+
+ + + + + + diff --git a/games/15/index_files/Page380.html b/games/15/index_files/Page380.html new file mode 100644 index 0000000..dc234e2 --- /dev/null +++ b/games/15/index_files/Page380.html @@ -0,0 +1,205 @@ + + + + + + + +DSiMystery + + + + + +
+ + +
+
+ + + + + + + +
+
+

TUTORIAL 3: Press the back arrow to return to your previous area.

+
+
+ +
+
+ + + + + + diff --git a/games/15/index_files/Page389.html b/games/15/index_files/Page389.html new file mode 100644 index 0000000..338abc1 --- /dev/null +++ b/games/15/index_files/Page389.html @@ -0,0 +1,173 @@ + + + + + + + +DSiMystery + + + + + +
+ + +
+
+ + + + + + + +
+
+

Michael: What the hell?! This is NOT my house. But the room I was just in was the same as in my house...

+
+
+ +
+
+ + + + + + diff --git a/games/15/index_files/Page400.html b/games/15/index_files/Page400.html new file mode 100644 index 0000000..255ff1f --- /dev/null +++ b/games/15/index_files/Page400.html @@ -0,0 +1,172 @@ + + + + + + + +DSiMystery + + + + + +
+ + +
+
+ + + + + + + +
+
+

Indeed, the room he was in was the same as the one of Michael’s house.

+
+
+ +
+
+ + + + + + diff --git a/games/15/index_files/Page412.html b/games/15/index_files/Page412.html new file mode 100644 index 0000000..dd87ce5 --- /dev/null +++ b/games/15/index_files/Page412.html @@ -0,0 +1,172 @@ + + + + + + + +DSiMystery + + + + + +
+ + +
+
+ + + + + + + +
+
+

Even the digital clock at his bedside was the same as the one in his house.

+
+
+ +
+
+ + + + + + diff --git a/games/15/index_files/Page422.html b/games/15/index_files/Page422.html new file mode 100644 index 0000000..59ac2cc --- /dev/null +++ b/games/15/index_files/Page422.html @@ -0,0 +1,172 @@ + + + + + + + +DSiMystery + + + + + +
+ + +
+
+ + + + + + + +
+
+

Michael stepped into the hallway completely. He then rubbed his temples and cursed.

+
+
+ +
+
+ + + + + + diff --git a/games/15/index_files/Page423.html b/games/15/index_files/Page423.html new file mode 100644 index 0000000..8851ea4 --- /dev/null +++ b/games/15/index_files/Page423.html @@ -0,0 +1,172 @@ + + + + + + + +DSiMystery + + + + + +
+ + + + + + +
+
+

After fiddling a little bit with the walls, he felt the recognizable feel of a light switch, which he promptly flipped up.

+
+
+ +
+ +
+
+ + +
+ + + + + + diff --git a/games/15/index_files/Page433.html b/games/15/index_files/Page433.html new file mode 100644 index 0000000..a3cce73 --- /dev/null +++ b/games/15/index_files/Page433.html @@ -0,0 +1,198 @@ + + + + + + + +DSiMystery + + + + + +
+ + +
+
+ + + + + + + +
+
+

Michael: Crap! What the hell is going on here?!

+
+
+ +
+ +
+
+ + +
+ + + + + + diff --git a/games/15/index_files/Page443.html b/games/15/index_files/Page443.html new file mode 100644 index 0000000..9cf880f --- /dev/null +++ b/games/15/index_files/Page443.html @@ -0,0 +1,241 @@ + + + + + + + +DSiMystery + + + + + +
+ + + + + + +
+
+

A walk-in freezer. It’s unlocked, luckily.

+
+
+ +
+ +
+
+ + +
+ + + + + + diff --git a/games/15/index_files/Page444.html b/games/15/index_files/Page444.html new file mode 100644 index 0000000..62de780 --- /dev/null +++ b/games/15/index_files/Page444.html @@ -0,0 +1,172 @@ + + + + + + + +DSiMystery + + + + + +
+ + +
+
+ + + + + + + +
+
+

Michael pounded his fist onto the wall in frustration. The sound echoed through the hall, which was deathly silent.

+
+
+ +
+
+ + + + + + diff --git a/games/15/index_files/Page454.html b/games/15/index_files/Page454.html new file mode 100644 index 0000000..b4ed41b --- /dev/null +++ b/games/15/index_files/Page454.html @@ -0,0 +1,156 @@ + + + + + + + +DSiMystery + + + + + +
+ + + + + + +
+
+

Michael pulled the knob and threw open the door.

+
+
+ +
+ +
+
+ + +
+ + + + + + diff --git a/games/15/index_files/Page461.html b/games/15/index_files/Page461.html new file mode 100644 index 0000000..70fe98a --- /dev/null +++ b/games/15/index_files/Page461.html @@ -0,0 +1,187 @@ + + + + + + + +DSiMystery + + + + + +
+ + + + + + +
+
+

TUTORIAL 1: To interact with or view an object, touch it with the stylus. Enter the first door on the right. It is recommended you use a stylus for these actions.

+
+
+ +
+ +
+
+ + +
+ + + + + + diff --git a/games/15/index_files/Page467.html b/games/15/index_files/Page467.html new file mode 100644 index 0000000..dfa122e --- /dev/null +++ b/games/15/index_files/Page467.html @@ -0,0 +1,187 @@ + + + + + + + +DSiMystery + + + + + +
+ + + + + + +
+
+

TUTORIAL 2: To interact with an object, simply tap it. Tap this doorknob to open it.

+
+
+ +
+ +
+
+ + +
+ + + + + + diff --git a/games/15/index_files/Page474.html b/games/15/index_files/Page474.html new file mode 100644 index 0000000..38157c8 --- /dev/null +++ b/games/15/index_files/Page474.html @@ -0,0 +1,221 @@ + + + + + + + +DSiMystery + + + + + +
+ + + + + + +
+
+

Objective: Find everything useful in this room.

+
+
+ +
+ +
+
+ + +
+ + + + + + diff --git a/games/15/index_files/Page492.html b/games/15/index_files/Page492.html new file mode 100644 index 0000000..f01b8ca --- /dev/null +++ b/games/15/index_files/Page492.html @@ -0,0 +1,209 @@ + + + + + + + +DSiMystery + + + + + +
+ + +
+
+ + + + + + + +
+
+

Michael pulled the handle slowly...

+
+
+ +
Click
+
+ + + + + + diff --git a/games/15/index_files/Page506.html b/games/15/index_files/Page506.html new file mode 100644 index 0000000..d38d941 --- /dev/null +++ b/games/15/index_files/Page506.html @@ -0,0 +1,172 @@ + + + + + + + +DSiMystery + + + + + +
+ + +
+
+ + + + + + + +
+
+

Only to find it locked.

+
+
+ +
+
+ + + + + + diff --git a/games/15/index_files/Page520.html b/games/15/index_files/Page520.html new file mode 100644 index 0000000..7bcf080 --- /dev/null +++ b/games/15/index_files/Page520.html @@ -0,0 +1,221 @@ + + + + + + + +DSiMystery + + + + + +
+ + + + + + +
+
+

It’s a wonderful paining of a lake. Not that it’s very important.

+
+
+ +
+ +
+
+ + +
+ + + + + + diff --git a/games/15/index_files/Page534.html b/games/15/index_files/Page534.html new file mode 100644 index 0000000..d09ab92 --- /dev/null +++ b/games/15/index_files/Page534.html @@ -0,0 +1,221 @@ +html xmlns:v="urn:schemas-microsoft-com:vml" +xmlns:o="urn:schemas-microsoft-com:office:office" +xmlns:dt="uuid:C2F41010-65B3-11d1-A29F-00AA00C14882" +xmlns="http://www.w3.org/TR/REC-html40"> + + + + + + +DSiMystery + + + + + +
+ + + + + + +
+
+

It’s a locked door. There’s gotta be a way to open it.

+
+
+ +
+ +
+
+ + +
+ + + + + + diff --git a/games/15/index_files/Page535.html b/games/15/index_files/Page535.html new file mode 100644 index 0000000..1661206 --- /dev/null +++ b/games/15/index_files/Page535.html @@ -0,0 +1,189 @@ +html xmlns:v="urn:schemas-microsoft-com:vml" +xmlns:o="urn:schemas-microsoft-com:office:office" +xmlns:dt="uuid:C2F41010-65B3-11d1-A29F-00AA00C14882" +xmlns="http://www.w3.org/TR/REC-html40"> + + + + + + +DSiMystery + + + + + +
+ + + + + + +
+
+

It was pitch black. Michael couldn’t see a thing.

+
+
+ +
+ +
+
+ + +
+ + + + + + diff --git a/games/15/index_files/Page536.html b/games/15/index_files/Page536.html new file mode 100644 index 0000000..262e00b --- /dev/null +++ b/games/15/index_files/Page536.html @@ -0,0 +1,189 @@ + + + + + + + +DSiMystery + + + + + +
+ + + + + + +
+
+

It was nothing but static.

+
+
+ +
+ +
+
+ + +
+ + + + + + diff --git a/games/15/index_files/Page547.html b/games/15/index_files/Page547.html new file mode 100644 index 0000000..d3cf9e2 --- /dev/null +++ b/games/15/index_files/Page547.html @@ -0,0 +1,221 @@ + + + + + + + +DSiMystery + + + + + +
+ + + + + + +
+
+

It’s a wonderful paining of a lake. Not that it’s very important.

+
+
+ +
+ +
+
+ + +
+ + + + + + diff --git a/games/15/index_files/Page548.html b/games/15/index_files/Page548.html new file mode 100644 index 0000000..9b9bf9c --- /dev/null +++ b/games/15/index_files/Page548.html @@ -0,0 +1,224 @@ + + + + + + + +DSiMystery + + + + + +
+ + + + + + +
+
+

It’s a dull, dying light. Nothing interesting up here. Wait, I take that back, there’s a screwdriver placed on top.

+

- Obtained the screwdriver

+

 

+
+
+ +
+ +
+
+ + +
+ + + + + + diff --git a/games/15/index_files/Page562.html b/games/15/index_files/Page562.html new file mode 100644 index 0000000..56d22bb --- /dev/null +++ b/games/15/index_files/Page562.html @@ -0,0 +1,163 @@ + + + + + + + +DSiMystery + + + + + +
+ + +
+
+ + +
+ + + + + + diff --git a/games/15/index_files/Page580.html b/games/15/index_files/Page580.html new file mode 100644 index 0000000..27ec2fe --- /dev/null +++ b/games/15/index_files/Page580.html @@ -0,0 +1,173 @@ + + + + + + + +DSiMystery + + + + + +
+ + + + + + +
+
+

Yes! The door’s unlocked now! I’m getting out of here!

+
+
+ +
+ +
+
+ + +
+ + + + + + diff --git a/games/15/index_files/Page591.html b/games/15/index_files/Page591.html new file mode 100644 index 0000000..fd494b3 --- /dev/null +++ b/games/15/index_files/Page591.html @@ -0,0 +1,219 @@ + + + + + + + +DSiMystery + + + + + +
+ + + + + + +
+
+

It’s a dull, dying light. Nothing interesting up here, now that I took the screwdriver.

+
+
+ +
+ +
+
+ + +
+ + + + + + diff --git a/games/15/index_files/Page592.html b/games/15/index_files/Page592.html new file mode 100644 index 0000000..fd5fde3 --- /dev/null +++ b/games/15/index_files/Page592.html @@ -0,0 +1,173 @@ + + + + + + + +DSiMystery + + + + + +
+ + + + + + +
+
+

It looks like I can undo the screws that are holding the knob in place with this screwdriver.

+
+
+ +
+ +
+
+ + +
+ + + + + + diff --git a/games/15/index_files/Page596.html b/games/15/index_files/Page596.html new file mode 100644 index 0000000..00fa18b --- /dev/null +++ b/games/15/index_files/Page596.html @@ -0,0 +1,184 @@ + + + + + + + +DSiMystery + + + + + +
+ + +
+
+ +Chapter 1
Tutorial
BEATEN + + + + + +
+
+

It is recommended that you bookmark this page to save your progress. Otherwise, click here to continue into chapter 2.

+
+
+ +
+
+ + + + + + diff --git a/games/15/index_files/Page609.html b/games/15/index_files/Page609.html new file mode 100644 index 0000000..3fe2aef --- /dev/null +++ b/games/15/index_files/Page609.html @@ -0,0 +1,172 @@ + + + + + + + +DSiMystery + + + + + +
+ + + + + + +
+
+

Michael plugged the power cord into the back of the TV and pressed the power button.

+
+
+ +
+ +
+
+ + +
+ + + + + + diff --git a/games/15/index_files/Page610.html b/games/15/index_files/Page610.html new file mode 100644 index 0000000..45839ff --- /dev/null +++ b/games/15/index_files/Page610.html @@ -0,0 +1,303 @@ + + + + + + + +DSiMystery + + + + + +
+ + + + + + +
+
+

It’s a bed. Nothing too horribly interesting here.

+
+
+ +
+ +
+
+ + +
+ + + + + + diff --git a/games/15/index_files/Page616.html b/games/15/index_files/Page616.html new file mode 100644 index 0000000..a1aed15 --- /dev/null +++ b/games/15/index_files/Page616.html @@ -0,0 +1,179 @@ + + + + + + + +DSiMystery + + + + + +
+ + + + + + +
+
+

That’s all the convincing Michael needed. He pocketed the key and bolted to the hallway.

+
+
+ +
+ +
+
+ + +
+ + + + + + diff --git a/games/15/index_files/Page619.html b/games/15/index_files/Page619.html new file mode 100644 index 0000000..cec6ea4 --- /dev/null +++ b/games/15/index_files/Page619.html @@ -0,0 +1,209 @@ + + + + + + + +DSiMystery + + + + + +
+ + + + + + +
+
+

After fiddling a little bit with the walls, he felt the recognizable feel of a light switch, which he promptly flipped up.

+
+
+ +
+ +
+
+ +click! +
+ + + + + + diff --git a/games/15/index_files/Page637.html b/games/15/index_files/Page637.html new file mode 100644 index 0000000..25d3342 --- /dev/null +++ b/games/15/index_files/Page637.html @@ -0,0 +1,172 @@ + + + + + + + +DSiMystery + + + + + +
+ + + + + + +
+
+

It was a nice room. Everything seemed very fancy. A wooden ceiling and a stone wall made it feel very comfortable.

+
+
+ +
+ +
+
+ + +
+ + + + + + diff --git a/games/15/index_files/Page654.html b/games/15/index_files/Page654.html new file mode 100644 index 0000000..b7e0d47 --- /dev/null +++ b/games/15/index_files/Page654.html @@ -0,0 +1,189 @@ + + + + + + + +DSiMystery + + + + + +
+ + + + + + +
+
+

A distinct, raspy voice choppily came out of the televisions speakers.

+
+
+ +
+ +
+
+ + +
+ + + + + + diff --git a/games/15/index_files/Page655.html b/games/15/index_files/Page655.html new file mode 100644 index 0000000..9a8d4cb --- /dev/null +++ b/games/15/index_files/Page655.html @@ -0,0 +1,172 @@ +html xmlns:v="urn:schemas-microsoft-com:vml" +xmlns:o="urn:schemas-microsoft-com:office:office" +xmlns:dt="uuid:C2F41010-65B3-11d1-A29F-00AA00C14882" +xmlns="http://www.w3.org/TR/REC-html40"> + + + + + + +DSiMystery + + + + + +
+ + + + + + +
+
+

There was a TV next to a finely made bed. Michael tried turning it on, but no dice. The power cord was missing.

+
+
+ +
+ +
+
+ + +
+ + + + + + diff --git a/games/15/index_files/Page657.html b/games/15/index_files/Page657.html new file mode 100644 index 0000000..82471eb --- /dev/null +++ b/games/15/index_files/Page657.html @@ -0,0 +1,172 @@ + + + + + + + +DSiMystery + + + + + +
+ + +
+
+ + + + + + + +
+
+

Michael sprinted down the stairway.  At last, he came to a stop. In front of him was a door. It was unlocked, so he threw it open forcefully.

+
+
+ +
+
+ + + + + + diff --git a/games/15/index_files/Page658.html b/games/15/index_files/Page658.html new file mode 100644 index 0000000..89f693e --- /dev/null +++ b/games/15/index_files/Page658.html @@ -0,0 +1,172 @@ + + + + + + + +DSiMystery + + + + + +
+ + + + + + +
+
+

He was inside a dark room, much different than the one he was previously in.

+
+
+ +
+ +
+
+ + +
+ + + + + + diff --git a/games/15/index_files/Page674.html b/games/15/index_files/Page674.html new file mode 100644 index 0000000..00c9aaa --- /dev/null +++ b/games/15/index_files/Page674.html @@ -0,0 +1,303 @@ + + + + + + + +DSiMystery + + + + + +
+ + + + + + +
+
+

Objective: Find a way to turn on the TV.

+
+
+ +
+ +
+
+ + +
+ + + + + + diff --git a/games/15/index_files/Page686.html b/games/15/index_files/Page686.html new file mode 100644 index 0000000..76e241a --- /dev/null +++ b/games/15/index_files/Page686.html @@ -0,0 +1,172 @@ + + + + + + + +DSiMystery + + + + + +
+ + +
+
+ + + + + + + +
+
+

Emilia looked down sadly.

+
+
+ +
+
+ + + + + + diff --git a/games/15/index_files/Page704.html b/games/15/index_files/Page704.html new file mode 100644 index 0000000..1396c09 --- /dev/null +++ b/games/15/index_files/Page704.html @@ -0,0 +1,172 @@ + + + + + + + +DSiMystery + + + + + +
+ + +
+
+ + + + + + + +
+
+

He stepped inside and closed the door behind him. All the while, he couldn’t stop thinking about this “game” he was participating in.

+
+
+ +
+
+ + + + + + diff --git a/games/15/index_files/Page729.html b/games/15/index_files/Page729.html new file mode 100644 index 0000000..289c54a --- /dev/null +++ b/games/15/index_files/Page729.html @@ -0,0 +1,298 @@ + + + + + + + +DSiMystery + + + + + +
+ + + + + + +
+
+

It’s a window. It seems I’m on an upper story in this building. I can’t see the ground through the fog. Where AM I?!

+
+
+ +
+ +
+
+ + +
+ + + + + + diff --git a/games/15/index_files/Page744.html b/games/15/index_files/Page744.html new file mode 100644 index 0000000..0de5ecc --- /dev/null +++ b/games/15/index_files/Page744.html @@ -0,0 +1,172 @@ + + + + + + + +DSiMystery + + + + + +
+ + +
+
+ + + + + + + +
+
+

Michael tried to forget about it while he looked around the room, but the thought always managed to pop back into his mind.

+
+
+ +
+
+ + + + + + diff --git a/games/15/index_files/Page746.html b/games/15/index_files/Page746.html new file mode 100644 index 0000000..e60a6f3 --- /dev/null +++ b/games/15/index_files/Page746.html @@ -0,0 +1,303 @@ +html xmlns:v="urn:schemas-microsoft-com:vml" +xmlns:o="urn:schemas-microsoft-com:office:office" +xmlns:dt="uuid:C2F41010-65B3-11d1-A29F-00AA00C14882" +xmlns="http://www.w3.org/TR/REC-html40"> + + + + + + +DSiMystery + + + + + +
+ + + + + + +
+
+

It’s a restroom. I’ll check in there later.

+
+
+ +
+ +
+
+ + +
+ + + + + + diff --git a/games/15/index_files/Page756.html b/games/15/index_files/Page756.html new file mode 100644 index 0000000..19fdca9 --- /dev/null +++ b/games/15/index_files/Page756.html @@ -0,0 +1,303 @@ +html xmlns:v="urn:schemas-microsoft-com:vml" +xmlns:o="urn:schemas-microsoft-com:office:office" +xmlns:dt="uuid:C2F41010-65B3-11d1-A29F-00AA00C14882" +xmlns="http://www.w3.org/TR/REC-html40"> + + + + + + +DSiMystery + + + + + +
+ + + + + + +
+
+

It’s a television.  It’s missing the power cord. I wonder where it can be…?

+
+
+ +
+ +
+
+ + +
+ + + + + + diff --git a/games/15/index_files/Page773.html b/games/15/index_files/Page773.html new file mode 100644 index 0000000..6ce576d --- /dev/null +++ b/games/15/index_files/Page773.html @@ -0,0 +1,303 @@ + + + + + + + +DSiMystery + + + + + +
+ + + + + + +
+
+

There are some curtains here.  There is something taped to them. It’s a note that reads “Turn on the TV to learn more”. Huh. Interesting.

+
+
+ +
+ +
+
+ + +
+ + + + + + diff --git a/games/15/index_files/Page790.html b/games/15/index_files/Page790.html new file mode 100644 index 0000000..7175231 --- /dev/null +++ b/games/15/index_files/Page790.html @@ -0,0 +1,207 @@ + + + + + + + +DSiMystery + + + + + +
+ + + + + + +
+
+

It’s a table with a drawer in it. It’s unlocked. There appears to be a key inside.

+

- Obtained the mysterious key

+

I should check out that restroom now!

+
+
+ +
+ +
+
+ + +
+ + + + + + diff --git a/games/15/index_files/Page815.html b/games/15/index_files/Page815.html new file mode 100644 index 0000000..90b891d --- /dev/null +++ b/games/15/index_files/Page815.html @@ -0,0 +1,209 @@ + + + + + + + +DSiMystery + + + + + +
+ + + + + + +
+
+

Okay, let’s find that power cord!

+
+
+ +
+ +
+
+ + +
+ + + + + + diff --git a/games/15/index_files/Page816.html b/games/15/index_files/Page816.html new file mode 100644 index 0000000..72490b6 --- /dev/null +++ b/games/15/index_files/Page816.html @@ -0,0 +1,192 @@ + + + + + + + +DSiMystery + + + + + +
+ + + + + + +
+
+

“You are here to play a game… you have been chosen…”

+

“There is a bomb in this hotel… get out before it explodes…”

+
+
+ +
+ +
+
+ + +
+ + + + + + diff --git a/games/15/index_files/Page836.html b/games/15/index_files/Page836.html new file mode 100644 index 0000000..adde423 --- /dev/null +++ b/games/15/index_files/Page836.html @@ -0,0 +1,291 @@ + + + + + + + +DSiMystery + + + + + +
+ + + + + + +
+
+

It’s an index card. It reads:

+

5

+

3

+
+
+ +
+ +
+
+ + +
+ + + + + + diff --git a/games/15/index_files/Page846.html b/games/15/index_files/Page846.html new file mode 100644 index 0000000..026e8cd --- /dev/null +++ b/games/15/index_files/Page846.html @@ -0,0 +1,221 @@ + + + + + + + +DSiMystery + + + + + +
+ + +
+
+ + + + + + + +
+
+

Emilia:  O-o-okay…

+
+
+ +
+
+ + + + + + diff --git a/games/15/index_files/Page852.html b/games/15/index_files/Page852.html new file mode 100644 index 0000000..c4d3622 --- /dev/null +++ b/games/15/index_files/Page852.html @@ -0,0 +1,217 @@ + + + + + + + +DSiMystery + + + + + +
+ + + + + + +
+
+

The note reads:

+

Dear contestant,

+

This key unlocks the door at the end of the hallway. That door leads to the stairway, which will take you to the fourth floor of this hotel.

+
+
+ +
+ +
+
+ + +
+ + + + + + diff --git a/games/15/index_files/Page853.html b/games/15/index_files/Page853.html new file mode 100644 index 0000000..dd49b4e --- /dev/null +++ b/games/15/index_files/Page853.html @@ -0,0 +1,231 @@ + + + + + + + +DSiMystery + + + + + +
+ + + + + + +
+
+

Dammit! The code didn’t work! Random guessing won’t get me anywhere. I’m gonna need to know the EXACT combination if I’m going to unlock it.

+
+
+ +
+ +
+
+ + + +
+

+
+ + +
+ + + + + + diff --git a/games/15/index_files/Page856.html b/games/15/index_files/Page856.html new file mode 100644 index 0000000..b1327cc --- /dev/null +++ b/games/15/index_files/Page856.html @@ -0,0 +1,209 @@ + + + + + + + +DSiMystery + + + + + +
+ + + + + + +
+
+

It’s a cabinet. It’s locked. Good thing I have that key! *click* It worked! It’s open. A power cord is inside.

+

- Obtained the TV Power Cord

+
+
+ +
+ +
+
+ + +
+ + + + + + diff --git a/games/15/index_files/Page857.html b/games/15/index_files/Page857.html new file mode 100644 index 0000000..a09cae7 --- /dev/null +++ b/games/15/index_files/Page857.html @@ -0,0 +1,190 @@ + + + + + + + +DSiMystery + + + + + +
+ + + + + + +
+
+

Michael: What the hell?! A game? Nine in the morning? A BOMB?!

+
+
+ +
+ +
+
+ + +
+ + + + + + diff --git a/games/15/index_files/Page858.html b/games/15/index_files/Page858.html new file mode 100644 index 0000000..7fd3e12 --- /dev/null +++ b/games/15/index_files/Page858.html @@ -0,0 +1,222 @@ + + + + + + + +DSiMystery + + + + + +
+ + +
+
+ + + + + + + +
+
+

Emilia:  R-right… let’s go. But where to? Where do we have to go? The stairway to the third floor is locked...

+
+
+ +
+
+ + + + + + diff --git a/games/15/index_files/Page868.html b/games/15/index_files/Page868.html new file mode 100644 index 0000000..5e6efb3 --- /dev/null +++ b/games/15/index_files/Page868.html @@ -0,0 +1,172 @@ + + + + + + + +DSiMystery + + + + + +
+ + +
+
+ + + + + + + +
+
+

Inside was a kitchen. The lights were already turned on, conveniently.

+
+
+ +
+
+ + + + + + diff --git a/games/15/index_files/Page870.html b/games/15/index_files/Page870.html new file mode 100644 index 0000000..8f729e0 --- /dev/null +++ b/games/15/index_files/Page870.html @@ -0,0 +1,183 @@ + + + + + + + +DSiMystery + + + + + +
+ + +
+
+ +Chapter 2
BEATEN + + + + + +
+
+

Click here to go onto Chapter 3.

+
+
+ +
+
+ + + + + + diff --git a/games/15/index_files/Page898.html b/games/15/index_files/Page898.html new file mode 100644 index 0000000..f54bdd3 --- /dev/null +++ b/games/15/index_files/Page898.html @@ -0,0 +1,249 @@ + + + + + + + +DSiMystery + + + + + +
+ + + + + + +
+
+

A bar with a variety of foods on it. Not much else to look at.

+
+
+ +
+ +
+
+ + +
+ + + + + + diff --git a/games/15/index_files/Page909.html b/games/15/index_files/Page909.html new file mode 100644 index 0000000..f40b9b9 --- /dev/null +++ b/games/15/index_files/Page909.html @@ -0,0 +1,190 @@ + + + + + + + +DSiMystery + + + + + +
+ + + + + + +
+
+

“You are here to play a game… you have been chosen to play… get out of this hotel before nine in the morning… there is a bomb in the hotel… get out before it explodes...”

+
+
+ +
+ +
+
+ + +
+ + + + + + diff --git a/games/15/index_files/Page924.html b/games/15/index_files/Page924.html new file mode 100644 index 0000000..2f472b8 --- /dev/null +++ b/games/15/index_files/Page924.html @@ -0,0 +1,209 @@ + + + + + + + +DSiMystery + + + + + +
+ + + + + + +
+
+

It’s a clean bath tub. Probably hasn’t been used in a while.

+
+
+ +
+ +
+
+ + +
+ + + + + + diff --git a/games/15/index_files/Page932.html b/games/15/index_files/Page932.html new file mode 100644 index 0000000..78d7003 --- /dev/null +++ b/games/15/index_files/Page932.html @@ -0,0 +1,189 @@ + + + + + + + +DSiMystery + + + + + +
+ + + + + + +
+
+

He didn’t know why, but Michael somehow believed this.

+
+
+ +
+ +
+
+ + +
+ + + + + + diff --git a/games/15/index_files/Page953.html b/games/15/index_files/Page953.html new file mode 100644 index 0000000..fe85314 --- /dev/null +++ b/games/15/index_files/Page953.html @@ -0,0 +1,213 @@ + + + + + + + +DSiMystery + + + + + +
+ + + + + + +
+
+

Click! The briefcase is opened now!

+
+
+ +
+ +
+
+ + +
+ + + + + + diff --git a/games/15/index_files/Page955.html b/games/15/index_files/Page955.html new file mode 100644 index 0000000..48a6dc5 --- /dev/null +++ b/games/15/index_files/Page955.html @@ -0,0 +1,173 @@ + + + + + + + +DSiMystery + + + + + +
+ + +
+
+ + + + + + + +
+
+

Michael went to the door where the kitchen was supposed to be. The door was, of course, unlocked.

+
+
+ +
+
+ + + + + + diff --git a/games/15/index_files/Page956.html b/games/15/index_files/Page956.html new file mode 100644 index 0000000..87ce3c9 --- /dev/null +++ b/games/15/index_files/Page956.html @@ -0,0 +1,172 @@ + + + + + + + +DSiMystery + + + + + +
+ + + + + + +
+
+

The television then turned itself off automatically. Although Michael attempted, he couldn’t turn it back on.

+
+
+ +
+ +
+
+ + +
+ + + + + + diff --git a/games/15/index_files/Page957.html b/games/15/index_files/Page957.html new file mode 100644 index 0000000..eda0d8f --- /dev/null +++ b/games/15/index_files/Page957.html @@ -0,0 +1,172 @@ + + + + + + + +DSiMystery + + + + + +
+ + +
+
+ + + + + + + +
+
+

Michael ran down the hallway. At the end was a door with a keyhole in it. Michael assumed it was the door that lead to the stairway and jammed the key inside the keyhole.

+
+
+ +
+
+ + + + + + diff --git a/games/15/index_files/Page963.html b/games/15/index_files/Page963.html new file mode 100644 index 0000000..a004ae8 --- /dev/null +++ b/games/15/index_files/Page963.html @@ -0,0 +1,249 @@ + + + + + + + +DSiMystery + + + + + +
+ + + + + + +
+
+

Objective: Investigate the kitchen.

+
+
+ +
+ +
+
+ + +
+ + + + + + diff --git a/games/15/index_files/Page978.html b/games/15/index_files/Page978.html new file mode 100644 index 0000000..36e5e28 --- /dev/null +++ b/games/15/index_files/Page978.html @@ -0,0 +1,172 @@ + + + + + + + +DSiMystery + + + + + +
+ + + + + + +
+
+

The first thing Michael noticed was that all of the boarded doors were now unbarred and unlocked.

+
+
+ +
+ +
+
+ + +
+ + + + + + diff --git a/games/15/index_files/Page987.html b/games/15/index_files/Page987.html new file mode 100644 index 0000000..d12edf8 --- /dev/null +++ b/games/15/index_files/Page987.html @@ -0,0 +1,249 @@ + + + + + + + +DSiMystery + + + + + +
+ + + + + + +
+
+

Some dirty plates.

+
+
+ +
+ +
+
+ + +
+ + + + + + diff --git a/games/15/index_files/Page999.html b/games/15/index_files/Page999.html new file mode 100644 index 0000000..2e78817 --- /dev/null +++ b/games/15/index_files/Page999.html @@ -0,0 +1,172 @@ + + + + + + + +DSiMystery + + + + + +
+ + + + + + +
+
+

Michael, at a loss, decided to leave the room and back into the hallway and go back to his room.

+
+
+ +
+ +
+
+ + +
+ + + + + + diff --git a/games/15/index_files/filelist.xml b/games/15/index_files/filelist.xml new file mode 100644 index 0000000..e361c3a --- /dev/null +++ b/games/15/index_files/filelist.xml @@ -0,0 +1,388 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/games/15/index_files/image1012.png b/games/15/index_files/image1012.png new file mode 100644 index 0000000..27256ba Binary files /dev/null and b/games/15/index_files/image1012.png differ diff --git a/games/15/index_files/image1021.png b/games/15/index_files/image1021.png new file mode 100644 index 0000000..c38a147 Binary files /dev/null and b/games/15/index_files/image1021.png differ diff --git a/games/15/index_files/image1048.png b/games/15/index_files/image1048.png new file mode 100644 index 0000000..918bd4b Binary files /dev/null and b/games/15/index_files/image1048.png differ diff --git a/games/15/index_files/image1054.png b/games/15/index_files/image1054.png new file mode 100644 index 0000000..39f782a Binary files /dev/null and b/games/15/index_files/image1054.png differ diff --git a/games/15/index_files/image1063.png b/games/15/index_files/image1063.png new file mode 100644 index 0000000..979d53e Binary files /dev/null and b/games/15/index_files/image1063.png differ diff --git a/games/15/index_files/image1064.png b/games/15/index_files/image1064.png new file mode 100644 index 0000000..43f2173 Binary files /dev/null and b/games/15/index_files/image1064.png differ diff --git a/games/15/index_files/image1075.png b/games/15/index_files/image1075.png new file mode 100644 index 0000000..fb32590 Binary files /dev/null and b/games/15/index_files/image1075.png differ diff --git a/games/15/index_files/image1102.png b/games/15/index_files/image1102.png new file mode 100644 index 0000000..7cd1c05 Binary files /dev/null and b/games/15/index_files/image1102.png differ diff --git a/games/15/index_files/image1110.png b/games/15/index_files/image1110.png new file mode 100644 index 0000000..87a02d7 Binary files /dev/null and b/games/15/index_files/image1110.png differ diff --git a/games/15/index_files/image1126.png b/games/15/index_files/image1126.png new file mode 100644 index 0000000..c0a7ceb Binary files /dev/null and b/games/15/index_files/image1126.png differ diff --git a/games/15/index_files/image1134.png b/games/15/index_files/image1134.png new file mode 100644 index 0000000..bc6abfa Binary files /dev/null and b/games/15/index_files/image1134.png differ diff --git a/games/15/index_files/image1139.png b/games/15/index_files/image1139.png new file mode 100644 index 0000000..c5777a9 Binary files /dev/null and b/games/15/index_files/image1139.png differ diff --git a/games/15/index_files/image1152.png b/games/15/index_files/image1152.png new file mode 100644 index 0000000..b433f89 Binary files /dev/null and b/games/15/index_files/image1152.png differ diff --git a/games/15/index_files/image11641.png b/games/15/index_files/image11641.png new file mode 100644 index 0000000..7150fb2 Binary files /dev/null and b/games/15/index_files/image11641.png differ diff --git a/games/15/index_files/image1168.png b/games/15/index_files/image1168.png new file mode 100644 index 0000000..8bf2a07 Binary files /dev/null and b/games/15/index_files/image1168.png differ diff --git a/games/15/index_files/image1185.png b/games/15/index_files/image1185.png new file mode 100644 index 0000000..022375c Binary files /dev/null and b/games/15/index_files/image1185.png differ diff --git a/games/15/index_files/image1191.png b/games/15/index_files/image1191.png new file mode 100644 index 0000000..06ac729 Binary files /dev/null and b/games/15/index_files/image1191.png differ diff --git a/games/15/index_files/image1235.png b/games/15/index_files/image1235.png new file mode 100644 index 0000000..88b8d36 Binary files /dev/null and b/games/15/index_files/image1235.png differ diff --git a/games/15/index_files/image1253.png b/games/15/index_files/image1253.png new file mode 100644 index 0000000..678e723 Binary files /dev/null and b/games/15/index_files/image1253.png differ diff --git a/games/15/index_files/image1282.png b/games/15/index_files/image1282.png new file mode 100644 index 0000000..47fc19e Binary files /dev/null and b/games/15/index_files/image1282.png differ diff --git a/games/15/index_files/image1302.png b/games/15/index_files/image1302.png new file mode 100644 index 0000000..bd9ec7b Binary files /dev/null and b/games/15/index_files/image1302.png differ diff --git a/games/15/index_files/image1333.png b/games/15/index_files/image1333.png new file mode 100644 index 0000000..e516f50 Binary files /dev/null and b/games/15/index_files/image1333.png differ diff --git a/games/15/index_files/image1343.png b/games/15/index_files/image1343.png new file mode 100644 index 0000000..48a8b36 Binary files /dev/null and b/games/15/index_files/image1343.png differ diff --git a/games/15/index_files/image1379.png b/games/15/index_files/image1379.png new file mode 100644 index 0000000..7f9db22 Binary files /dev/null and b/games/15/index_files/image1379.png differ diff --git a/games/15/index_files/image1395.png b/games/15/index_files/image1395.png new file mode 100644 index 0000000..3b76c88 Binary files /dev/null and b/games/15/index_files/image1395.png differ diff --git a/games/15/index_files/image1403.png b/games/15/index_files/image1403.png new file mode 100644 index 0000000..eb324b2 Binary files /dev/null and b/games/15/index_files/image1403.png differ diff --git a/games/15/index_files/image1430.png b/games/15/index_files/image1430.png new file mode 100644 index 0000000..b4f229d Binary files /dev/null and b/games/15/index_files/image1430.png differ diff --git a/games/15/index_files/image1435.jpg b/games/15/index_files/image1435.jpg new file mode 100644 index 0000000..e800504 Binary files /dev/null and b/games/15/index_files/image1435.jpg differ diff --git a/games/15/index_files/image1450.png b/games/15/index_files/image1450.png new file mode 100644 index 0000000..5170a2f Binary files /dev/null and b/games/15/index_files/image1450.png differ diff --git a/games/15/index_files/image1504.png b/games/15/index_files/image1504.png new file mode 100644 index 0000000..a2ac66f Binary files /dev/null and b/games/15/index_files/image1504.png differ diff --git a/games/15/index_files/image1517.png b/games/15/index_files/image1517.png new file mode 100644 index 0000000..0112776 Binary files /dev/null and b/games/15/index_files/image1517.png differ diff --git a/games/15/index_files/image1519.png b/games/15/index_files/image1519.png new file mode 100644 index 0000000..9d4fdcc Binary files /dev/null and b/games/15/index_files/image1519.png differ diff --git a/games/15/index_files/image15201.png b/games/15/index_files/image15201.png new file mode 100644 index 0000000..f98d847 Binary files /dev/null and b/games/15/index_files/image15201.png differ diff --git a/games/15/index_files/image1527.png b/games/15/index_files/image1527.png new file mode 100644 index 0000000..75d07b3 Binary files /dev/null and b/games/15/index_files/image1527.png differ diff --git a/games/15/index_files/image1541.png b/games/15/index_files/image1541.png new file mode 100644 index 0000000..8eca273 Binary files /dev/null and b/games/15/index_files/image1541.png differ diff --git a/games/15/index_files/image1562.png b/games/15/index_files/image1562.png new file mode 100644 index 0000000..7d53272 Binary files /dev/null and b/games/15/index_files/image1562.png differ diff --git a/games/15/index_files/image1635.png b/games/15/index_files/image1635.png new file mode 100644 index 0000000..73bbf97 Binary files /dev/null and b/games/15/index_files/image1635.png differ diff --git a/games/15/index_files/image1664.png b/games/15/index_files/image1664.png new file mode 100644 index 0000000..9b33727 Binary files /dev/null and b/games/15/index_files/image1664.png differ diff --git a/games/15/index_files/image1686.png b/games/15/index_files/image1686.png new file mode 100644 index 0000000..c073d7a Binary files /dev/null and b/games/15/index_files/image1686.png differ diff --git a/games/15/index_files/image1714.png b/games/15/index_files/image1714.png new file mode 100644 index 0000000..9aa89f7 Binary files /dev/null and b/games/15/index_files/image1714.png differ diff --git a/games/15/index_files/image1722.png b/games/15/index_files/image1722.png new file mode 100644 index 0000000..da9c14d Binary files /dev/null and b/games/15/index_files/image1722.png differ diff --git a/games/15/index_files/image1745.png b/games/15/index_files/image1745.png new file mode 100644 index 0000000..811d6f6 Binary files /dev/null and b/games/15/index_files/image1745.png differ diff --git a/games/15/index_files/image1746.png b/games/15/index_files/image1746.png new file mode 100644 index 0000000..f44a0b6 Binary files /dev/null and b/games/15/index_files/image1746.png differ diff --git a/games/15/index_files/image1755.png b/games/15/index_files/image1755.png new file mode 100644 index 0000000..d6b6406 Binary files /dev/null and b/games/15/index_files/image1755.png differ diff --git a/games/15/index_files/image1784.png b/games/15/index_files/image1784.png new file mode 100644 index 0000000..d878697 Binary files /dev/null and b/games/15/index_files/image1784.png differ diff --git a/games/15/index_files/image1828.png b/games/15/index_files/image1828.png new file mode 100644 index 0000000..52dfcd9 Binary files /dev/null and b/games/15/index_files/image1828.png differ diff --git a/games/15/index_files/image1839.png b/games/15/index_files/image1839.png new file mode 100644 index 0000000..aa7322f Binary files /dev/null and b/games/15/index_files/image1839.png differ diff --git a/games/15/index_files/image1871.png b/games/15/index_files/image1871.png new file mode 100644 index 0000000..bb14d70 Binary files /dev/null and b/games/15/index_files/image1871.png differ diff --git a/games/15/index_files/image1877.png b/games/15/index_files/image1877.png new file mode 100644 index 0000000..f5a74fc Binary files /dev/null and b/games/15/index_files/image1877.png differ diff --git a/games/15/index_files/image1924.png b/games/15/index_files/image1924.png new file mode 100644 index 0000000..406b6bc Binary files /dev/null and b/games/15/index_files/image1924.png differ diff --git a/games/15/index_files/image1935.png b/games/15/index_files/image1935.png new file mode 100644 index 0000000..cdf2f95 Binary files /dev/null and b/games/15/index_files/image1935.png differ diff --git a/games/15/index_files/image1944.png b/games/15/index_files/image1944.png new file mode 100644 index 0000000..7178d46 Binary files /dev/null and b/games/15/index_files/image1944.png differ diff --git a/games/15/index_files/image1988.png b/games/15/index_files/image1988.png new file mode 100644 index 0000000..867c870 Binary files /dev/null and b/games/15/index_files/image1988.png differ diff --git a/games/15/index_files/image2005.jpg b/games/15/index_files/image2005.jpg new file mode 100644 index 0000000..784b992 Binary files /dev/null and b/games/15/index_files/image2005.jpg differ diff --git a/games/15/index_files/image2016.png b/games/15/index_files/image2016.png new file mode 100644 index 0000000..890f0ef Binary files /dev/null and b/games/15/index_files/image2016.png differ diff --git a/games/15/index_files/image2043.png b/games/15/index_files/image2043.png new file mode 100644 index 0000000..8d8ccd3 Binary files /dev/null and b/games/15/index_files/image2043.png differ diff --git a/games/15/index_files/image2057.png b/games/15/index_files/image2057.png new file mode 100644 index 0000000..0963d16 Binary files /dev/null and b/games/15/index_files/image2057.png differ diff --git a/games/15/index_files/image2068.jpg b/games/15/index_files/image2068.jpg new file mode 100644 index 0000000..9dc3e78 Binary files /dev/null and b/games/15/index_files/image2068.jpg differ diff --git a/games/15/index_files/image2081.png b/games/15/index_files/image2081.png new file mode 100644 index 0000000..eec5708 Binary files /dev/null and b/games/15/index_files/image2081.png differ diff --git a/games/15/index_files/image2119.jpg b/games/15/index_files/image2119.jpg new file mode 100644 index 0000000..f8a65c4 Binary files /dev/null and b/games/15/index_files/image2119.jpg differ diff --git a/games/15/index_files/image2154.png b/games/15/index_files/image2154.png new file mode 100644 index 0000000..25796e6 Binary files /dev/null and b/games/15/index_files/image2154.png differ diff --git a/games/15/index_files/image2159.png b/games/15/index_files/image2159.png new file mode 100644 index 0000000..039e549 Binary files /dev/null and b/games/15/index_files/image2159.png differ diff --git a/games/15/index_files/image2165.png b/games/15/index_files/image2165.png new file mode 100644 index 0000000..6830565 Binary files /dev/null and b/games/15/index_files/image2165.png differ diff --git a/games/15/index_files/image2178.png b/games/15/index_files/image2178.png new file mode 100644 index 0000000..52b7fa0 Binary files /dev/null and b/games/15/index_files/image2178.png differ diff --git a/games/15/index_files/image2190.jpg b/games/15/index_files/image2190.jpg new file mode 100644 index 0000000..44e2fee Binary files /dev/null and b/games/15/index_files/image2190.jpg differ diff --git a/games/15/index_files/image2213.jpg b/games/15/index_files/image2213.jpg new file mode 100644 index 0000000..2bd1a99 Binary files /dev/null and b/games/15/index_files/image2213.jpg differ diff --git a/games/15/index_files/image2332.png b/games/15/index_files/image2332.png new file mode 100644 index 0000000..16891be Binary files /dev/null and b/games/15/index_files/image2332.png differ diff --git a/games/15/index_files/image2373.png b/games/15/index_files/image2373.png new file mode 100644 index 0000000..ae6b0a4 Binary files /dev/null and b/games/15/index_files/image2373.png differ diff --git a/games/15/index_files/image2405.png b/games/15/index_files/image2405.png new file mode 100644 index 0000000..ca2a2cf Binary files /dev/null and b/games/15/index_files/image2405.png differ diff --git a/games/15/index_files/image2503.png b/games/15/index_files/image2503.png new file mode 100644 index 0000000..28f85cc Binary files /dev/null and b/games/15/index_files/image2503.png differ diff --git a/games/15/index_files/image274.png b/games/15/index_files/image274.png new file mode 100644 index 0000000..ff53d73 Binary files /dev/null and b/games/15/index_files/image274.png differ diff --git a/games/15/index_files/image277.png b/games/15/index_files/image277.png new file mode 100644 index 0000000..51f2eb5 Binary files /dev/null and b/games/15/index_files/image277.png differ diff --git a/games/15/index_files/image2811.png b/games/15/index_files/image2811.png new file mode 100644 index 0000000..a1bcab0 Binary files /dev/null and b/games/15/index_files/image2811.png differ diff --git a/games/15/index_files/image300.png b/games/15/index_files/image300.png new file mode 100644 index 0000000..93d5bc4 Binary files /dev/null and b/games/15/index_files/image300.png differ diff --git a/games/15/index_files/image301.png b/games/15/index_files/image301.png new file mode 100644 index 0000000..000b2ae Binary files /dev/null and b/games/15/index_files/image301.png differ diff --git a/games/15/index_files/image304.png b/games/15/index_files/image304.png new file mode 100644 index 0000000..4ebb869 Binary files /dev/null and b/games/15/index_files/image304.png differ diff --git a/games/15/index_files/image306.png b/games/15/index_files/image306.png new file mode 100644 index 0000000..1597572 Binary files /dev/null and b/games/15/index_files/image306.png differ diff --git a/games/15/index_files/image312.png b/games/15/index_files/image312.png new file mode 100644 index 0000000..49067e0 Binary files /dev/null and b/games/15/index_files/image312.png differ diff --git a/games/15/index_files/image313.png b/games/15/index_files/image313.png new file mode 100644 index 0000000..7c3a98b Binary files /dev/null and b/games/15/index_files/image313.png differ diff --git a/games/15/index_files/image314.png b/games/15/index_files/image314.png new file mode 100644 index 0000000..4cccae6 Binary files /dev/null and b/games/15/index_files/image314.png differ diff --git a/games/15/index_files/image316.png b/games/15/index_files/image316.png new file mode 100644 index 0000000..890ac22 Binary files /dev/null and b/games/15/index_files/image316.png differ diff --git a/games/15/index_files/image326.png b/games/15/index_files/image326.png new file mode 100644 index 0000000..287b986 Binary files /dev/null and b/games/15/index_files/image326.png differ diff --git a/games/15/index_files/image332.png b/games/15/index_files/image332.png new file mode 100644 index 0000000..e4894ba Binary files /dev/null and b/games/15/index_files/image332.png differ diff --git a/games/15/index_files/image334.png b/games/15/index_files/image334.png new file mode 100644 index 0000000..b14a67a Binary files /dev/null and b/games/15/index_files/image334.png differ diff --git a/games/15/index_files/image336.png b/games/15/index_files/image336.png new file mode 100644 index 0000000..9694076 Binary files /dev/null and b/games/15/index_files/image336.png differ diff --git a/games/15/index_files/image340.png b/games/15/index_files/image340.png new file mode 100644 index 0000000..fae23df Binary files /dev/null and b/games/15/index_files/image340.png differ diff --git a/games/15/index_files/image3451.jpg b/games/15/index_files/image3451.jpg new file mode 100644 index 0000000..efcb28e Binary files /dev/null and b/games/15/index_files/image3451.jpg differ diff --git a/games/15/index_files/image353.png b/games/15/index_files/image353.png new file mode 100644 index 0000000..5adc34a Binary files /dev/null and b/games/15/index_files/image353.png differ diff --git a/games/15/index_files/image362.png b/games/15/index_files/image362.png new file mode 100644 index 0000000..8f17419 Binary files /dev/null and b/games/15/index_files/image362.png differ diff --git a/games/15/index_files/image373.png b/games/15/index_files/image373.png new file mode 100644 index 0000000..7797e92 Binary files /dev/null and b/games/15/index_files/image373.png differ diff --git a/games/15/index_files/image379.png b/games/15/index_files/image379.png new file mode 100644 index 0000000..0ef8585 Binary files /dev/null and b/games/15/index_files/image379.png differ diff --git a/games/15/index_files/image385.png b/games/15/index_files/image385.png new file mode 100644 index 0000000..4550c6e Binary files /dev/null and b/games/15/index_files/image385.png differ diff --git a/games/15/index_files/image411.png b/games/15/index_files/image411.png new file mode 100644 index 0000000..dbf029a Binary files /dev/null and b/games/15/index_files/image411.png differ diff --git a/games/15/index_files/image417.png b/games/15/index_files/image417.png new file mode 100644 index 0000000..e159103 Binary files /dev/null and b/games/15/index_files/image417.png differ diff --git a/games/15/index_files/image424.png b/games/15/index_files/image424.png new file mode 100644 index 0000000..3c92700 Binary files /dev/null and b/games/15/index_files/image424.png differ diff --git a/games/15/index_files/image438.png b/games/15/index_files/image438.png new file mode 100644 index 0000000..90497ea Binary files /dev/null and b/games/15/index_files/image438.png differ diff --git a/games/15/index_files/image449.png b/games/15/index_files/image449.png new file mode 100644 index 0000000..c333ce2 Binary files /dev/null and b/games/15/index_files/image449.png differ diff --git a/games/15/index_files/image466.png b/games/15/index_files/image466.png new file mode 100644 index 0000000..a34d075 Binary files /dev/null and b/games/15/index_files/image466.png differ diff --git a/games/15/index_files/image468.png b/games/15/index_files/image468.png new file mode 100644 index 0000000..566b0a1 Binary files /dev/null and b/games/15/index_files/image468.png differ diff --git a/games/15/index_files/image4781.jpg b/games/15/index_files/image4781.jpg new file mode 100644 index 0000000..d906169 Binary files /dev/null and b/games/15/index_files/image4781.jpg differ diff --git a/games/15/index_files/image480.png b/games/15/index_files/image480.png new file mode 100644 index 0000000..eb96f2a Binary files /dev/null and b/games/15/index_files/image480.png differ diff --git a/games/15/index_files/image497.png b/games/15/index_files/image497.png new file mode 100644 index 0000000..f9a914c Binary files /dev/null and b/games/15/index_files/image497.png differ diff --git a/games/15/index_files/image503.jpg b/games/15/index_files/image503.jpg new file mode 100644 index 0000000..71d1e4c Binary files /dev/null and b/games/15/index_files/image503.jpg differ diff --git a/games/15/index_files/image505.png b/games/15/index_files/image505.png new file mode 100644 index 0000000..5fc3333 Binary files /dev/null and b/games/15/index_files/image505.png differ diff --git a/games/15/index_files/image518.png b/games/15/index_files/image518.png new file mode 100644 index 0000000..e474227 Binary files /dev/null and b/games/15/index_files/image518.png differ diff --git a/games/15/index_files/image519.png b/games/15/index_files/image519.png new file mode 100644 index 0000000..600c903 Binary files /dev/null and b/games/15/index_files/image519.png differ diff --git a/games/15/index_files/image552.png b/games/15/index_files/image552.png new file mode 100644 index 0000000..4affdba Binary files /dev/null and b/games/15/index_files/image552.png differ diff --git a/games/15/index_files/image589.png b/games/15/index_files/image589.png new file mode 100644 index 0000000..73018b3 Binary files /dev/null and b/games/15/index_files/image589.png differ diff --git a/games/15/index_files/image600.png b/games/15/index_files/image600.png new file mode 100644 index 0000000..92b4748 Binary files /dev/null and b/games/15/index_files/image600.png differ diff --git a/games/15/index_files/image607.png b/games/15/index_files/image607.png new file mode 100644 index 0000000..974b7ef Binary files /dev/null and b/games/15/index_files/image607.png differ diff --git a/games/15/index_files/image612.png b/games/15/index_files/image612.png new file mode 100644 index 0000000..9530068 Binary files /dev/null and b/games/15/index_files/image612.png differ diff --git a/games/15/index_files/image615.png b/games/15/index_files/image615.png new file mode 100644 index 0000000..13eef55 Binary files /dev/null and b/games/15/index_files/image615.png differ diff --git a/games/15/index_files/image632.png b/games/15/index_files/image632.png new file mode 100644 index 0000000..142ccbc Binary files /dev/null and b/games/15/index_files/image632.png differ diff --git a/games/15/index_files/image636.png b/games/15/index_files/image636.png new file mode 100644 index 0000000..705a523 Binary files /dev/null and b/games/15/index_files/image636.png differ diff --git a/games/15/index_files/image642.png b/games/15/index_files/image642.png new file mode 100644 index 0000000..971e278 Binary files /dev/null and b/games/15/index_files/image642.png differ diff --git a/games/15/index_files/image662.png b/games/15/index_files/image662.png new file mode 100644 index 0000000..2407971 Binary files /dev/null and b/games/15/index_files/image662.png differ diff --git a/games/15/index_files/image681.gif b/games/15/index_files/image681.gif new file mode 100644 index 0000000..b82b20c Binary files /dev/null and b/games/15/index_files/image681.gif differ diff --git a/games/15/index_files/image683.png b/games/15/index_files/image683.png new file mode 100644 index 0000000..99390b0 Binary files /dev/null and b/games/15/index_files/image683.png differ diff --git a/games/15/index_files/image698.png b/games/15/index_files/image698.png new file mode 100644 index 0000000..d4b67e5 Binary files /dev/null and b/games/15/index_files/image698.png differ diff --git a/games/15/index_files/image701.png b/games/15/index_files/image701.png new file mode 100644 index 0000000..ffd3419 Binary files /dev/null and b/games/15/index_files/image701.png differ diff --git a/games/15/index_files/image703.png b/games/15/index_files/image703.png new file mode 100644 index 0000000..0596ae9 Binary files /dev/null and b/games/15/index_files/image703.png differ diff --git a/games/15/index_files/image715.png b/games/15/index_files/image715.png new file mode 100644 index 0000000..06c1a95 Binary files /dev/null and b/games/15/index_files/image715.png differ diff --git a/games/15/index_files/image747.png b/games/15/index_files/image747.png new file mode 100644 index 0000000..91acac9 Binary files /dev/null and b/games/15/index_files/image747.png differ diff --git a/games/15/index_files/image748.png b/games/15/index_files/image748.png new file mode 100644 index 0000000..596bb00 Binary files /dev/null and b/games/15/index_files/image748.png differ diff --git a/games/15/index_files/image749.png b/games/15/index_files/image749.png new file mode 100644 index 0000000..85f1b90 Binary files /dev/null and b/games/15/index_files/image749.png differ diff --git a/games/15/index_files/image750.png b/games/15/index_files/image750.png new file mode 100644 index 0000000..7c3a141 Binary files /dev/null and b/games/15/index_files/image750.png differ diff --git a/games/15/index_files/image751.png b/games/15/index_files/image751.png new file mode 100644 index 0000000..d5a4c3d Binary files /dev/null and b/games/15/index_files/image751.png differ diff --git a/games/15/index_files/image755.png b/games/15/index_files/image755.png new file mode 100644 index 0000000..f4637f7 Binary files /dev/null and b/games/15/index_files/image755.png differ diff --git a/games/15/index_files/image794.png b/games/15/index_files/image794.png new file mode 100644 index 0000000..4617430 Binary files /dev/null and b/games/15/index_files/image794.png differ diff --git a/games/15/index_files/image814.png b/games/15/index_files/image814.png new file mode 100644 index 0000000..e35e782 Binary files /dev/null and b/games/15/index_files/image814.png differ diff --git a/games/15/index_files/image817.png b/games/15/index_files/image817.png new file mode 100644 index 0000000..f9349e8 Binary files /dev/null and b/games/15/index_files/image817.png differ diff --git a/games/15/index_files/image819.png b/games/15/index_files/image819.png new file mode 100644 index 0000000..446fea2 Binary files /dev/null and b/games/15/index_files/image819.png differ diff --git a/games/15/index_files/image826.png b/games/15/index_files/image826.png new file mode 100644 index 0000000..9e8dbd5 Binary files /dev/null and b/games/15/index_files/image826.png differ diff --git a/games/15/index_files/image829.png b/games/15/index_files/image829.png new file mode 100644 index 0000000..97aa043 Binary files /dev/null and b/games/15/index_files/image829.png differ diff --git a/games/15/index_files/image831.png b/games/15/index_files/image831.png new file mode 100644 index 0000000..81592ec Binary files /dev/null and b/games/15/index_files/image831.png differ diff --git a/games/15/index_files/image833.gif b/games/15/index_files/image833.gif new file mode 100644 index 0000000..8562055 Binary files /dev/null and b/games/15/index_files/image833.gif differ diff --git a/games/15/index_files/image837.png b/games/15/index_files/image837.png new file mode 100644 index 0000000..0467950 Binary files /dev/null and b/games/15/index_files/image837.png differ diff --git a/games/15/index_files/image842.png b/games/15/index_files/image842.png new file mode 100644 index 0000000..df5f382 Binary files /dev/null and b/games/15/index_files/image842.png differ diff --git a/games/15/index_files/image860.png b/games/15/index_files/image860.png new file mode 100644 index 0000000..10684db Binary files /dev/null and b/games/15/index_files/image860.png differ diff --git a/games/15/index_files/image875.png b/games/15/index_files/image875.png new file mode 100644 index 0000000..a983a2a Binary files /dev/null and b/games/15/index_files/image875.png differ diff --git a/games/15/index_files/image882.png b/games/15/index_files/image882.png new file mode 100644 index 0000000..fcf9867 Binary files /dev/null and b/games/15/index_files/image882.png differ diff --git a/games/15/index_files/image887.png b/games/15/index_files/image887.png new file mode 100644 index 0000000..07d1f69 Binary files /dev/null and b/games/15/index_files/image887.png differ diff --git a/games/15/index_files/image922.png b/games/15/index_files/image922.png new file mode 100644 index 0000000..b420080 Binary files /dev/null and b/games/15/index_files/image922.png differ diff --git a/games/15/index_files/image944.png b/games/15/index_files/image944.png new file mode 100644 index 0000000..2c38065 Binary files /dev/null and b/games/15/index_files/image944.png differ diff --git a/games/15/index_files/image980.png b/games/15/index_files/image980.png new file mode 100644 index 0000000..e0dfc2f Binary files /dev/null and b/games/15/index_files/image980.png differ diff --git a/games/15/index_files/image983.png b/games/15/index_files/image983.png new file mode 100644 index 0000000..9f82fbb Binary files /dev/null and b/games/15/index_files/image983.png differ diff --git a/games/15/index_files/image984.png b/games/15/index_files/image984.png new file mode 100644 index 0000000..f13a3dc Binary files /dev/null and b/games/15/index_files/image984.png differ diff --git a/games/16/game.swf b/games/16/game.swf new file mode 100644 index 0000000..2e6caa2 Binary files /dev/null and b/games/16/game.swf differ diff --git a/games/17/game.swf b/games/17/game.swf new file mode 100644 index 0000000..56d59b5 Binary files /dev/null and b/games/17/game.swf differ diff --git a/games/18/game.swf b/games/18/game.swf new file mode 100644 index 0000000..5e8da1f Binary files /dev/null and b/games/18/game.swf differ diff --git a/games/19/game.swf b/games/19/game.swf new file mode 100644 index 0000000..5746d62 Binary files /dev/null and b/games/19/game.swf differ diff --git a/games/2/game.swf b/games/2/game.swf new file mode 100644 index 0000000..91135b7 Binary files /dev/null and b/games/2/game.swf differ diff --git a/games/20/game.swf b/games/20/game.swf new file mode 100644 index 0000000..bd87587 Binary files /dev/null and b/games/20/game.swf differ diff --git a/games/21/game.swf b/games/21/game.swf new file mode 100644 index 0000000..620e14d Binary files /dev/null and b/games/21/game.swf differ diff --git a/games/22/game.swf b/games/22/game.swf new file mode 100644 index 0000000..b4939fe Binary files /dev/null and b/games/22/game.swf differ diff --git a/games/23/game.swf b/games/23/game.swf new file mode 100644 index 0000000..b00ee58 Binary files /dev/null and b/games/23/game.swf differ diff --git a/games/24/game.swf b/games/24/game.swf new file mode 100644 index 0000000..50bb098 Binary files /dev/null and b/games/24/game.swf differ diff --git a/games/25/game.swf b/games/25/game.swf new file mode 100644 index 0000000..c6c3ed4 Binary files /dev/null and b/games/25/game.swf differ diff --git a/games/26/game.swf b/games/26/game.swf new file mode 100644 index 0000000..6e1b9ab Binary files /dev/null and b/games/26/game.swf differ diff --git a/games/27/game.swf b/games/27/game.swf new file mode 100644 index 0000000..e5ff04e Binary files /dev/null and b/games/27/game.swf differ diff --git a/games/28/game.swf b/games/28/game.swf new file mode 100644 index 0000000..a56bdcc Binary files /dev/null and b/games/28/game.swf differ diff --git a/games/29/game.swf b/games/29/game.swf new file mode 100644 index 0000000..53f0461 Binary files /dev/null and b/games/29/game.swf differ diff --git a/games/3/game.swf b/games/3/game.swf new file mode 100644 index 0000000..7f26b7c Binary files /dev/null and b/games/3/game.swf differ diff --git a/games/30/game.swf b/games/30/game.swf new file mode 100644 index 0000000..2f3d9e5 Binary files /dev/null and b/games/30/game.swf differ diff --git a/games/31/game.swf b/games/31/game.swf new file mode 100644 index 0000000..1d6abb9 Binary files /dev/null and b/games/31/game.swf differ diff --git a/games/4/game.swf b/games/4/game.swf new file mode 100644 index 0000000..0bec381 Binary files /dev/null and b/games/4/game.swf differ diff --git a/games/5/game.swf b/games/5/game.swf new file mode 100644 index 0000000..4bcfc78 Binary files /dev/null and b/games/5/game.swf differ diff --git a/games/6/game.swf b/games/6/game.swf new file mode 100644 index 0000000..38fb211 Binary files /dev/null and b/games/6/game.swf differ diff --git a/games/7/game.swf b/games/7/game.swf new file mode 100644 index 0000000..d8303a5 Binary files /dev/null and b/games/7/game.swf differ diff --git a/games/8/game.swf b/games/8/game.swf new file mode 100644 index 0000000..44e4860 Binary files /dev/null and b/games/8/game.swf differ diff --git a/games/9/game.swf b/games/9/game.swf new file mode 100644 index 0000000..42f3882 Binary files /dev/null and b/games/9/game.swf differ diff --git a/games/index.html b/games/index.html new file mode 100644 index 0000000..b57d52a --- /dev/null +++ b/games/index.html @@ -0,0 +1,10 @@ + + + + + GAMES - VIDEOS - MEDIA - UTILITIES - OTHERS +
+ What type of game would you like to play?

+
+
+
diff --git a/games/javascript.html b/games/javascript.html new file mode 100644 index 0000000..2452e62 --- /dev/null +++ b/games/javascript.html @@ -0,0 +1,24 @@ + + + + Javascript Games | WiiNet + + + + +





+

Javascript Games

+ + + + + + + + + + + +
Dungeon EscapeMagic 8 BallDSiMystery
+ + diff --git a/games/madeforwii.html b/games/madeforwii.html new file mode 100644 index 0000000..9a1c392 --- /dev/null +++ b/games/madeforwii.html @@ -0,0 +1,31 @@ + + Games | WiiNet + + + + +





+

Made for Wii

+ + + + + + + + + + + + + + + + + + + + + +
Ski SimulatorDuck HuntBubble Shooter
Double WiresBack To NatureCurveball
+ diff --git a/games/pc.html b/games/pc.html new file mode 100644 index 0000000..957e621 --- /dev/null +++ b/games/pc.html @@ -0,0 +1,67 @@ + + PC Games | WiiNet + + + + + +





+

PC Games

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Escaping The PrisonInteractive BuddyPapa's Pizzeria
Breaking the BankMcDonald's Video GameMii Maker Flash Edition
The Impossible QuizPico's SchoolWindows RG
2008.Pumkin.comSimpsons Home Interactive3D Chess
Factory BallsOshidamaExperimental Penguins
Riddle School
+ diff --git a/games/usbkeyboard.html b/games/usbkeyboard.html new file mode 100644 index 0000000..7eb84fc --- /dev/null +++ b/games/usbkeyboard.html @@ -0,0 +1,31 @@ + + USB Keyboard Games | WiiNet + + + + +





+

USB Keyboard Games

+ + + + + + + + + + + + + + + + + + + + + +
Shopping Cart HeroTerritory WarSuper Mario Flash
Ultimate Flash SonicWubbzy's Amazing AdventureExperimental Penguins
+ diff --git a/ilovewiinet.swf b/ilovewiinet.swf deleted file mode 100644 index d9f1339..0000000 Binary files a/ilovewiinet.swf and /dev/null differ diff --git a/img/Banner.png b/img/Banner.png new file mode 100644 index 0000000..467413b Binary files /dev/null and b/img/Banner.png differ diff --git a/img/GamesLogo.png b/img/GamesLogo.png new file mode 100644 index 0000000..7b2b9f3 Binary files /dev/null and b/img/GamesLogo.png differ diff --git a/img/Home.png b/img/Home.png new file mode 100644 index 0000000..b8e46de Binary files /dev/null and b/img/Home.png differ diff --git a/img/HomeLogo.png b/img/HomeLogo.png new file mode 100644 index 0000000..9bc6bff Binary files /dev/null and b/img/HomeLogo.png differ diff --git a/img/Logo.png b/img/Logo.png new file mode 100644 index 0000000..a329f29 Binary files /dev/null and b/img/Logo.png differ diff --git a/img/bannersmol.png b/img/bannersmol.png new file mode 100644 index 0000000..70ba8fa Binary files /dev/null and b/img/bannersmol.png differ diff --git a/img/games/1.jpg b/img/games/1.jpg new file mode 100644 index 0000000..fb11095 Binary files /dev/null and b/img/games/1.jpg differ diff --git a/img/games/10.jpg b/img/games/10.jpg new file mode 100644 index 0000000..15abc38 Binary files /dev/null and b/img/games/10.jpg differ diff --git a/img/games/11.jpg b/img/games/11.jpg new file mode 100644 index 0000000..1454f3e Binary files /dev/null and b/img/games/11.jpg differ diff --git a/img/games/12.jpg b/img/games/12.jpg new file mode 100644 index 0000000..81c6bf1 Binary files /dev/null and b/img/games/12.jpg differ diff --git a/img/games/13.jpg b/img/games/13.jpg new file mode 100644 index 0000000..96a3da7 Binary files /dev/null and b/img/games/13.jpg differ diff --git a/img/games/14.jpg b/img/games/14.jpg new file mode 100644 index 0000000..2b1dec2 Binary files /dev/null and b/img/games/14.jpg differ diff --git a/img/games/15.jpg b/img/games/15.jpg new file mode 100644 index 0000000..9c8f903 Binary files /dev/null and b/img/games/15.jpg differ diff --git a/img/games/16.jpg b/img/games/16.jpg new file mode 100644 index 0000000..3a15f73 Binary files /dev/null and b/img/games/16.jpg differ diff --git a/img/games/17.jpg b/img/games/17.jpg new file mode 100644 index 0000000..37bb135 Binary files /dev/null and b/img/games/17.jpg differ diff --git a/img/games/18.jpg b/img/games/18.jpg new file mode 100644 index 0000000..f578a47 Binary files /dev/null and b/img/games/18.jpg differ diff --git a/img/games/19.jpg b/img/games/19.jpg new file mode 100644 index 0000000..5902105 Binary files /dev/null and b/img/games/19.jpg differ diff --git a/img/games/2.jpg b/img/games/2.jpg new file mode 100644 index 0000000..70fc4ac Binary files /dev/null and b/img/games/2.jpg differ diff --git a/img/games/20.jpg b/img/games/20.jpg new file mode 100644 index 0000000..8f45757 Binary files /dev/null and b/img/games/20.jpg differ diff --git a/img/games/21.jpg b/img/games/21.jpg new file mode 100644 index 0000000..25b43c3 Binary files /dev/null and b/img/games/21.jpg differ diff --git a/img/games/22.jpg b/img/games/22.jpg new file mode 100644 index 0000000..6221b95 Binary files /dev/null and b/img/games/22.jpg differ diff --git a/img/games/23.jpg b/img/games/23.jpg new file mode 100644 index 0000000..b43dc57 Binary files /dev/null and b/img/games/23.jpg differ diff --git a/img/games/24.jpg b/img/games/24.jpg new file mode 100644 index 0000000..7f0c0e0 Binary files /dev/null and b/img/games/24.jpg differ diff --git a/img/games/25.jpg b/img/games/25.jpg new file mode 100644 index 0000000..3d2faa1 Binary files /dev/null and b/img/games/25.jpg differ diff --git a/img/games/26.jpg b/img/games/26.jpg new file mode 100644 index 0000000..98aac19 Binary files /dev/null and b/img/games/26.jpg differ diff --git a/img/games/27.jpg b/img/games/27.jpg new file mode 100644 index 0000000..9d7da2d Binary files /dev/null and b/img/games/27.jpg differ diff --git a/img/games/28.jpg b/img/games/28.jpg new file mode 100644 index 0000000..22d14a1 Binary files /dev/null and b/img/games/28.jpg differ diff --git a/img/games/29.jpg b/img/games/29.jpg new file mode 100644 index 0000000..a29d12a Binary files /dev/null and b/img/games/29.jpg differ diff --git a/img/games/3.jpg b/img/games/3.jpg new file mode 100644 index 0000000..e0ae9f4 Binary files /dev/null and b/img/games/3.jpg differ diff --git a/img/games/30.jpg b/img/games/30.jpg new file mode 100644 index 0000000..a972d96 Binary files /dev/null and b/img/games/30.jpg differ diff --git a/img/games/31.jpg b/img/games/31.jpg new file mode 100644 index 0000000..0bbffb8 Binary files /dev/null and b/img/games/31.jpg differ diff --git a/img/games/4.jpg b/img/games/4.jpg new file mode 100644 index 0000000..048c459 Binary files /dev/null and b/img/games/4.jpg differ diff --git a/img/games/5.jpg b/img/games/5.jpg new file mode 100644 index 0000000..e581e2a Binary files /dev/null and b/img/games/5.jpg differ diff --git a/img/games/6.jpg b/img/games/6.jpg new file mode 100644 index 0000000..4d7457f Binary files /dev/null and b/img/games/6.jpg differ diff --git a/img/games/7.jpg b/img/games/7.jpg new file mode 100644 index 0000000..c902a42 Binary files /dev/null and b/img/games/7.jpg differ diff --git a/img/games/8.jpg b/img/games/8.jpg new file mode 100644 index 0000000..de65842 Binary files /dev/null and b/img/games/8.jpg differ diff --git a/img/games/9.jpg b/img/games/9.jpg new file mode 100644 index 0000000..9dc8ab3 Binary files /dev/null and b/img/games/9.jpg differ diff --git a/img/games/GamesHeader.png b/img/games/GamesHeader.png new file mode 100644 index 0000000..a5ec2cc Binary files /dev/null and b/img/games/GamesHeader.png differ diff --git a/img/gradient.png b/img/gradient.png new file mode 100644 index 0000000..31b9893 Binary files /dev/null and b/img/gradient.png differ diff --git a/img/media/1.jpg b/img/media/1.jpg new file mode 100644 index 0000000..f013b85 Binary files /dev/null and b/img/media/1.jpg differ diff --git a/img/media/MediaHeader.png b/img/media/MediaHeader.png new file mode 100644 index 0000000..1d16fe9 Binary files /dev/null and b/img/media/MediaHeader.png differ diff --git a/img/others/1.jpg b/img/others/1.jpg new file mode 100644 index 0000000..b826cca Binary files /dev/null and b/img/others/1.jpg differ diff --git a/img/others/10.jpg b/img/others/10.jpg new file mode 100644 index 0000000..808f496 Binary files /dev/null and b/img/others/10.jpg differ diff --git a/img/others/11.jpg b/img/others/11.jpg new file mode 100644 index 0000000..7bec545 Binary files /dev/null and b/img/others/11.jpg differ diff --git a/img/others/2.jpg b/img/others/2.jpg new file mode 100644 index 0000000..3dcad94 Binary files /dev/null and b/img/others/2.jpg differ diff --git a/img/others/3.jpg b/img/others/3.jpg new file mode 100644 index 0000000..3d36720 Binary files /dev/null and b/img/others/3.jpg differ diff --git a/img/others/4.jpg b/img/others/4.jpg new file mode 100644 index 0000000..576a9f2 Binary files /dev/null and b/img/others/4.jpg differ diff --git a/img/others/5.jpg b/img/others/5.jpg new file mode 100644 index 0000000..38fb4af Binary files /dev/null and b/img/others/5.jpg differ diff --git a/img/others/6.jpg b/img/others/6.jpg new file mode 100644 index 0000000..d662020 Binary files /dev/null and b/img/others/6.jpg differ diff --git a/img/others/7.jpg b/img/others/7.jpg new file mode 100644 index 0000000..cb81a21 Binary files /dev/null and b/img/others/7.jpg differ diff --git a/img/others/8.jpg b/img/others/8.jpg new file mode 100644 index 0000000..6620882 Binary files /dev/null and b/img/others/8.jpg differ diff --git a/img/others/9.jpg b/img/others/9.jpg new file mode 100644 index 0000000..4d9075b Binary files /dev/null and b/img/others/9.jpg differ diff --git a/img/others/OthersHeader.png b/img/others/OthersHeader.png new file mode 100644 index 0000000..2bef07e Binary files /dev/null and b/img/others/OthersHeader.png differ diff --git a/img/utilities/1.jpg b/img/utilities/1.jpg new file mode 100644 index 0000000..0df20b0 Binary files /dev/null and b/img/utilities/1.jpg differ diff --git a/img/utilities/2.jpg b/img/utilities/2.jpg new file mode 100644 index 0000000..1043be9 Binary files /dev/null and b/img/utilities/2.jpg differ diff --git a/img/utilities/UtilsHeader.png b/img/utilities/UtilsHeader.png new file mode 100644 index 0000000..d3d9bb5 Binary files /dev/null and b/img/utilities/UtilsHeader.png differ diff --git a/img/videos/VideosHeader.png b/img/videos/VideosHeader.png new file mode 100644 index 0000000..63d4733 Binary files /dev/null and b/img/videos/VideosHeader.png differ diff --git a/img/videos/VideosLogo.png b/img/videos/VideosLogo.png new file mode 100644 index 0000000..9f2efe2 Binary files /dev/null and b/img/videos/VideosLogo.png differ diff --git a/img/youtube/ytlogo.png b/img/youtube/ytlogo.png new file mode 100644 index 0000000..64d91a3 Binary files /dev/null and b/img/youtube/ytlogo.png differ diff --git a/index.html b/index.html index 2cb6ace..466bdc0 100644 --- a/index.html +++ b/index.html @@ -1,49 +1,43 @@ - - - - ilovewiinet - - - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - Get Adobe Flash player - - - - - -
- - + + + + + +
+ GAMES - VIDEOS - MEDIA - UTILITIES - OTHERS - CREDITS
+

+
+ Welcome to Wine Development Build. Toyota. +

+ + + diff --git a/js/3473.js b/js/3473.js new file mode 100644 index 0000000..be573cf --- /dev/null +++ b/js/3473.js @@ -0,0 +1,316 @@ +var newtmps = "1"; +var tmps = "0"; +var nb_id=1; +var iscnn = false; +function scroll(id) +{ + var elmt = document.getElementById(id); + i=-1; + while(elmt.scrollTop>i) + { + i=elmt.scrollTop; + elmt.scrollTop+=1000; + } + return true; +} +function remplace(data, search, replace) +{ + var temp = data; + var longueur = search.length; + while(temp.indexOf(search) > -1) + { + pos = temp.indexOf(search); + temp = (temp.substring(0, pos) + replace + temp.substring((pos + longueur), temp.length)); + } + return temp; +} +function send_msg(id) +{ + if(!iscnn) + { + if(document.getElementById('tchat_'+id+'_pseudo').value != "") + { + document.getElementById('formu_3473').style.display='block'; + document.getElementById('pseudo_3473').style.display='none'; + document.getElementById('pseudo_ifs_3473').innerHTML = document.getElementById('tchat_3473_pseudo').value; + iscnn = true; + } + else + { + alert('please type your gamertag.'); + } + return false; + } + else + { + var pseudo="";var message=""; + if(document.getElementById('tchat_'+id+'_pseudo').value != "") + { + pseudo = escape(document.getElementById('tchat_'+id+'_pseudo').value); + pseudo = remplace(pseudo,'+','%2B'); + } + else + { + alert('please type a gamertag!'); + } + if(document.getElementById('tchat_'+id+'_message').value != "") + { + message = escape(document.getElementById('tchat_'+id+'_message').value); + message = remplace(message,'+','%2B'); + } + else + { + alert('your message is empty..!'); + } + var js_effets=document.createElement("script"); + js_effets.setAttribute("type", "text/javascript"); + js_effets.setAttribute("src", "http://services.webestools.com/chat/sendmsg-"+id+".js?pseudo="+pseudo+"&message="+message+""); + document.getElementsByTagName("script")[0].parentNode.insertBefore(js_effets,document.getElementsByTagName("script")[0]); + document.getElementById('tchat_'+id+'_message').value=""; + return null; + } +} +function charge_msg(id,id2) +{ + if(id2==nb_id) + { + anc_scl = document.getElementById("tchat_p_aff_3473").scrollTop; + var js_effets=document.createElement("script"); + js_effets.setAttribute("type", "text/javascript"); + js_effets.setAttribute("src", "http://services.webestools.com/chat/msg-"+id+".js?"+(new Date())); + document.getElementsByTagName("script")[0].parentNode.insertBefore(js_effets,document.getElementsByTagName("script")[0]); + setTimeout('charge_msg(3473,'+id2+');',5000); + } +} +function insert(d,f,textarea,n) +{ + var input = document.getElementById(textarea); + var scroll = input.scrollTop; + input.focus(); + if(n) + { + if(typeof document.selection != 'undefined') + { + var range = document.selection.createRange(); + range.text = d + f; + range = document.selection.createRange(); + range.select(); + } + else if(typeof input.selectionStart != 'undefined') + { + var deb = input.selectionStart; + var fin = input.selectionEnd; + input.value = input.value.substr(0, deb) + d + f + input.value.substr(fin); + } + else + { + var pos; + var re = new RegExp('^[0-9]{0,3}$'); + while(!re.test(pos)) + { + pos = prompt("insertion (0.." + input.value.length + "):", "0"); + } + if(pos > input.value.length) + { + pos = input.value.length; + } + input.value = input.value.substr(0, pos) + d + f + input.value.substr(pos); + } + } + else + { + if(typeof document.selection != 'undefined') + { + var range = document.selection.createRange(); + var text_sel = range.text; + range.text = d + text_sel + f; + range = document.selection.createRange(); + if (text_sel.length == 0) + { + range.move('character', -f.length); + } + else + { + range.moveStart('character', d.length + text_sel.length + f.length); + } + range.select(); + } + else if(typeof input.selectionStart != 'undefined') + { + var deb = input.selectionStart; + var fin = input.selectionEnd; + var text_sel = input.value.substring(deb,fin); + input.value = input.value.substr(0, deb) + d + text_sel + f + input.value.substr(fin); + var pos; + if (text_sel.length == 0) + { + pos = deb + d.length; + } + else + { + pos = deb + d.length + text_sel.length + f.length; + } + input.selectionStart = pos; + input.selectionEnd = pos; + } + else + { + var pos; + var re = new RegExp('^[0-9]{0,3}$'); + while(!re.test(pos)) + { + pos = prompt("insertion (0.." + input.value.length + "):", "0"); + } + if(pos > input.value.length) + { + pos = input.value.length; + } + var insText = prompt("please type the text"); + input.value = input.value.substr(0, pos) + d + text_sel + f + input.value.substr(pos); + } + } + input.scrollTop = scroll; +} +var tchat_index = "" ++"
" ++"
" ++" " ++"
" ++"
" ++"
" ++" " ++"
" ++"
" ++"
" ++"
" ++" \"Bold\" \" \" \" \" \" \" \" \" \" \" \"
" ++" " ++"
" ++"
" ++"
" ++"
" ++"
" ++"
" ++""; +document.write(tchat_index); \ No newline at end of file diff --git a/media/1/file.swf b/media/1/file.swf new file mode 100644 index 0000000..64ac66f Binary files /dev/null and b/media/1/file.swf differ diff --git a/media/index.html b/media/index.html new file mode 100644 index 0000000..fbc6e61 --- /dev/null +++ b/media/index.html @@ -0,0 +1,18 @@ + + Media | WiiNet + + + + GAMES - VIDEOS - MEDIA - UTILITIES - OTHERS +





+ Music and Animations from the Internet Channel.

+

Flash Animations

+ + + + + + + +
The Ultimate Showdown
+ diff --git a/others/WiiRemoteTestingPage/index.html b/others/WiiRemoteTestingPage/index.html new file mode 100644 index 0000000..aff3bee --- /dev/null +++ b/others/WiiRemoteTestingPage/index.html @@ -0,0 +1,152 @@ + + + + +

Sample Page Using the Advanced Features of the Internet Channel

+
+
+This is a sample page that obtains and displays the Wii remote status every 0.1 seconds.
+This sample runs correctly only when viewed on the Internet Channel.
+
+ + + + +
+ + + + + + + + + + + + + + + +
1P2P
--------
3P4P
--------
+
+
+
+ + + + + + + + + + \ No newline at end of file diff --git a/others/XPTour/htmlTour/bluearrow.gif b/others/XPTour/htmlTour/bluearrow.gif new file mode 100644 index 0000000..d189e8f Binary files /dev/null and b/others/XPTour/htmlTour/bluearrow.gif differ diff --git a/others/XPTour/htmlTour/bot_bar.gif b/others/XPTour/htmlTour/bot_bar.gif new file mode 100644 index 0000000..733581b Binary files /dev/null and b/others/XPTour/htmlTour/bot_bar.gif differ diff --git a/others/XPTour/htmlTour/connected_data.htm b/others/XPTour/htmlTour/connected_data.htm new file mode 100644 index 0000000..7df7e83 --- /dev/null +++ b/others/XPTour/htmlTour/connected_data.htm @@ -0,0 +1,324 @@ + + + + + +The Connected Home and Office + + + + + + + + + + + + + +
+ Click the Microsoft Windows XP logo to return to the start of the Tour + + + + +
+ + + + + + + + + + + +
+ + +
+ +
+ +
+ +
+ + + + + + + + +
+   +
+
+ + + + + + + +
+ +
+Graphical representation of a computer network firewall +
+   +
+ + + + + + +
+   + + +

+ Data Protection, Inside and Out +

+
+

+Windows XP contains powerful new features designed to keep your computer network +running no matter what. Sophisticated protection software guards each computer's operating system, and also establishes a protective barrier, +or firewall, that shields the entire network from outside hackers and viruses spread +over the Internet. + + + Next + +

+ +
+   +
+ diff --git a/others/XPTour/htmlTour/connected_data.jpg b/others/XPTour/htmlTour/connected_data.jpg new file mode 100644 index 0000000..1498378 Binary files /dev/null and b/others/XPTour/htmlTour/connected_data.jpg differ diff --git a/others/XPTour/htmlTour/connected_data_big.jpg b/others/XPTour/htmlTour/connected_data_big.jpg new file mode 100644 index 0000000..6a34f00 Binary files /dev/null and b/others/XPTour/htmlTour/connected_data_big.jpg differ diff --git a/others/XPTour/htmlTour/connected_data_ghost.jpg b/others/XPTour/htmlTour/connected_data_ghost.jpg new file mode 100644 index 0000000..e839944 Binary files /dev/null and b/others/XPTour/htmlTour/connected_data_ghost.jpg differ diff --git a/others/XPTour/htmlTour/connected_fr.htm b/others/XPTour/htmlTour/connected_fr.htm new file mode 100644 index 0000000..76db900 --- /dev/null +++ b/others/XPTour/htmlTour/connected_fr.htm @@ -0,0 +1,9 @@ + + + + + +The Connected Home and Office + + + \ No newline at end of file diff --git a/others/XPTour/htmlTour/connected_multiple.htm b/others/XPTour/htmlTour/connected_multiple.htm new file mode 100644 index 0000000..b6ff2f0 --- /dev/null +++ b/others/XPTour/htmlTour/connected_multiple.htm @@ -0,0 +1,353 @@ + + + + + +The Connected Home and Office + + + + + + + + + + + + + +
+ Click the Microsoft Windows XP logo to return to the start of the Tour + + + + +
+ + + + + + + + + + + +
+ + +
+ +
+ +
+ +
+ + + + + + + + +
+   +
+
+ + + + + + + + + +
+ +
+The Windows log Welcome screen, displaying buttons for three different user accounts. Use these buttons to switch quickly between users +
+   + + + + + + +
+ + Read the article "Share and Share Alike" about user accounts + + + + Read the article
+ "Share and Share Alike"
+ about user accounts
+
+
+
+ + + + + + +
+   + + +

+ Multiple Users — A Cinch to Switch +

+
+

+With Windows XP it's easier than ever to share a single computer among several users.

+Each person using the computer can create a separate password-protected account with personalized settings and private files. Multiple accounts can be active on the computer at the same time—switching back and forth is fast and simple.

+For example, if someone wants to check e-mail while you're working, they simply switch over to their account. There's no need for you to close your programs and log off. The other user won't see your files while they're working; and when you switch back you won't see theirs. You'll find the screen exactly as you left it. + + + Next + +

+ +
+   +
+ diff --git a/others/XPTour/htmlTour/connected_multiple.jpg b/others/XPTour/htmlTour/connected_multiple.jpg new file mode 100644 index 0000000..8a5a721 Binary files /dev/null and b/others/XPTour/htmlTour/connected_multiple.jpg differ diff --git a/others/XPTour/htmlTour/connected_multiple_big.jpg b/others/XPTour/htmlTour/connected_multiple_big.jpg new file mode 100644 index 0000000..98cbd3f Binary files /dev/null and b/others/XPTour/htmlTour/connected_multiple_big.jpg differ diff --git a/others/XPTour/htmlTour/connected_multiple_ghost.jpg b/others/XPTour/htmlTour/connected_multiple_ghost.jpg new file mode 100644 index 0000000..8485e08 Binary files /dev/null and b/others/XPTour/htmlTour/connected_multiple_ghost.jpg differ diff --git a/others/XPTour/htmlTour/connected_networks.htm b/others/XPTour/htmlTour/connected_networks.htm new file mode 100644 index 0000000..d37b889 --- /dev/null +++ b/others/XPTour/htmlTour/connected_networks.htm @@ -0,0 +1,353 @@ + + + + + +The Connected Home and Office + + + + + + + + + + + + + +
+ Click the Microsoft Windows XP logo to return to the start of the Tour + + + + +
+ + + + + + + + + + + +
+ + +
+ +
+ +
+ +
+ + + + + + + + +
+   +
+
+ + + + + + + + + +
+ +
+Graphical representation of three computers connected as a network +
+   + + + + + + +
+ + Read the article "Home Networking" + + + + Read the article
+ "Home Networking"
+
+
+
+ + + + + + +
+   + + +

+ Networks: Powerful and Practical +

+
+

+Is there more than one computer in your home or office? Connecting them into a network boosts the abilities of every computer on the system.

+Make team efforts out of big projects like creating reports and spreadsheets.

+Free up space on smaller computers by centralizing large files like photos and music on one computer, where they can be shared by everyone, even at the same time.

+Play multiplayer computer games on a whole new level, with each player on a separate computer!

+Save money by sharing hardware. Networked computers can share the same printer, scanner, fax, even the same Internet connection. Family members can surf the Web at the same time, from different computers, all on the same phone or other service line! + + Next + +

+ +
+   +
+ diff --git a/others/XPTour/htmlTour/connected_networks.jpg b/others/XPTour/htmlTour/connected_networks.jpg new file mode 100644 index 0000000..eb0c65a Binary files /dev/null and b/others/XPTour/htmlTour/connected_networks.jpg differ diff --git a/others/XPTour/htmlTour/connected_networks_big.jpg b/others/XPTour/htmlTour/connected_networks_big.jpg new file mode 100644 index 0000000..ce5b859 Binary files /dev/null and b/others/XPTour/htmlTour/connected_networks_big.jpg differ diff --git a/others/XPTour/htmlTour/connected_networks_ghost.jpg b/others/XPTour/htmlTour/connected_networks_ghost.jpg new file mode 100644 index 0000000..20254fd Binary files /dev/null and b/others/XPTour/htmlTour/connected_networks_ghost.jpg differ diff --git a/others/XPTour/htmlTour/connected_wizard.htm b/others/XPTour/htmlTour/connected_wizard.htm new file mode 100644 index 0000000..11dfe43 --- /dev/null +++ b/others/XPTour/htmlTour/connected_wizard.htm @@ -0,0 +1,352 @@ + + + + + +The Connected Home and Office + + + + + + + + + + + + + +
+ Click the Microsoft Windows XP logo to return to the start of the Tour + + + + +
+ + + + + + + + + + + +
+ + +
+ +
+ +
+ +
+ + + + + + + + +
+   +
+
+ + + + + + + + + +
+ +
+The Network Connection Wizard +
+   + + + + + + +
+ + Read the article "Home Networking" + + + + Read the article
+ "Home Networking"
+
+
+
+ + + + + + +
+   + + +

+ Let the Wizard do the Work +

+
+

+You don't need to be an expert—a wizard steps you through the entire process of setting up a network for your home or small business.

+Simply answer a few questions about the computers you wish to link, and the wizard does the rest.

+Once your network is up and running, Windows XP stays on the job, tracking changes and making adjustments automatically so you'll always get the best performance with the least effort. + + + Next + +

+ +
+   +
+ diff --git a/others/XPTour/htmlTour/connected_wizard.jpg b/others/XPTour/htmlTour/connected_wizard.jpg new file mode 100644 index 0000000..6f98ad1 Binary files /dev/null and b/others/XPTour/htmlTour/connected_wizard.jpg differ diff --git a/others/XPTour/htmlTour/connected_wizard_big.jpg b/others/XPTour/htmlTour/connected_wizard_big.jpg new file mode 100644 index 0000000..a79cfde Binary files /dev/null and b/others/XPTour/htmlTour/connected_wizard_big.jpg differ diff --git a/others/XPTour/htmlTour/connected_wizard_ghost.jpg b/others/XPTour/htmlTour/connected_wizard_ghost.jpg new file mode 100644 index 0000000..70f9cc9 Binary files /dev/null and b/others/XPTour/htmlTour/connected_wizard_ghost.jpg differ diff --git a/others/XPTour/htmlTour/control_up.jpg b/others/XPTour/htmlTour/control_up.jpg new file mode 100644 index 0000000..d4c0ad8 Binary files /dev/null and b/others/XPTour/htmlTour/control_up.jpg differ diff --git a/others/XPTour/htmlTour/default.htm b/others/XPTour/htmlTour/default.htm new file mode 100644 index 0000000..18161ec --- /dev/null +++ b/others/XPTour/htmlTour/default.htm @@ -0,0 +1,142 @@ + + + + + +Introduction + + + + + + + + + + + + + +
+ + + +

+Welcome to Microsoft® Windows® XP Home Edition, the new version of Windows that brings your PC to life! Experience the +best. Experience Windows XP. Windows XP really delivers! Just +click a link on the right to experience Windows XP for yourself: +

+
+   + + + Start Here + Windows XP Basics + +

+Windows XP features friendly new screens, simplified menus, and +a whole lot more. Discover the fresh, streamlined design of Windows XP. +Get acquainted with key tasks and basic commands. +

+ + + Safe and Easy Personal Computing + Safe and Easy Personal Computing + +

+Windows XP makes personal computing easy and enjoyable! Power, performance, +a bright new look, and plenty of help when you need it. Windows XP has it all, +along with unmatched dependablity and security. +

+ + Unlock the World of Digital Media + Unlock the World of Digital Media + +

+Unlock the exciting world of digital media at home, at +work, and on the Internet. Enjoy photography, music, +videos, computer games, and more. +

+ + The Connected Home and Office + The Connected Home and Office + +

+Share files, photos, music, even a printer and Internet +connection—all on a network that is private and secure. +

+

+ + + +
+
+
+ diff --git a/others/XPTour/htmlTour/desktop_screen_shot.jpg b/others/XPTour/htmlTour/desktop_screen_shot.jpg new file mode 100644 index 0000000..5d23d2c Binary files /dev/null and b/others/XPTour/htmlTour/desktop_screen_shot.jpg differ diff --git a/others/XPTour/htmlTour/desktop_up.jpg b/others/XPTour/htmlTour/desktop_up.jpg new file mode 100644 index 0000000..be62fcb Binary files /dev/null and b/others/XPTour/htmlTour/desktop_up.jpg differ diff --git a/others/XPTour/htmlTour/end_up.jpg b/others/XPTour/htmlTour/end_up.jpg new file mode 100644 index 0000000..c61f796 Binary files /dev/null and b/others/XPTour/htmlTour/end_up.jpg differ diff --git a/others/XPTour/htmlTour/folder_up.jpg b/others/XPTour/htmlTour/folder_up.jpg new file mode 100644 index 0000000..95efdce Binary files /dev/null and b/others/XPTour/htmlTour/folder_up.jpg differ diff --git a/others/XPTour/htmlTour/footer.htm b/others/XPTour/htmlTour/footer.htm new file mode 100644 index 0000000..1292259 --- /dev/null +++ b/others/XPTour/htmlTour/footer.htm @@ -0,0 +1,58 @@ + + + + + +Footer + + + + + + + + +
+ + Start Here + + +   + + Personal Computing + +   + +   + + Digital Media + +   + +   + + Home and Office + +
+ diff --git a/others/XPTour/htmlTour/gradient.jpg b/others/XPTour/htmlTour/gradient.jpg new file mode 100644 index 0000000..388cee2 Binary files /dev/null and b/others/XPTour/htmlTour/gradient.jpg differ diff --git a/others/XPTour/htmlTour/icon_up.jpg b/others/XPTour/htmlTour/icon_up.jpg new file mode 100644 index 0000000..c1ef876 Binary files /dev/null and b/others/XPTour/htmlTour/icon_up.jpg differ diff --git a/others/XPTour/htmlTour/img004b.jpg b/others/XPTour/htmlTour/img004b.jpg new file mode 100644 index 0000000..296fd08 Binary files /dev/null and b/others/XPTour/htmlTour/img004b.jpg differ diff --git a/others/XPTour/htmlTour/img014.jpg b/others/XPTour/htmlTour/img014.jpg new file mode 100644 index 0000000..f944a82 Binary files /dev/null and b/others/XPTour/htmlTour/img014.jpg differ diff --git a/others/XPTour/htmlTour/img033.jpg b/others/XPTour/htmlTour/img033.jpg new file mode 100644 index 0000000..5581335 Binary files /dev/null and b/others/XPTour/htmlTour/img033.jpg differ diff --git a/others/XPTour/htmlTour/img033a.jpg b/others/XPTour/htmlTour/img033a.jpg new file mode 100644 index 0000000..bb5366b Binary files /dev/null and b/others/XPTour/htmlTour/img033a.jpg differ diff --git a/others/XPTour/htmlTour/img034.jpg b/others/XPTour/htmlTour/img034.jpg new file mode 100644 index 0000000..03e4c11 Binary files /dev/null and b/others/XPTour/htmlTour/img034.jpg differ diff --git a/others/XPTour/htmlTour/img040.jpg b/others/XPTour/htmlTour/img040.jpg new file mode 100644 index 0000000..4f2025f Binary files /dev/null and b/others/XPTour/htmlTour/img040.jpg differ diff --git a/others/XPTour/htmlTour/img046.jpg b/others/XPTour/htmlTour/img046.jpg new file mode 100644 index 0000000..17a9b7d Binary files /dev/null and b/others/XPTour/htmlTour/img046.jpg differ diff --git a/others/XPTour/htmlTour/img060.jpg b/others/XPTour/htmlTour/img060.jpg new file mode 100644 index 0000000..b9813e8 Binary files /dev/null and b/others/XPTour/htmlTour/img060.jpg differ diff --git a/others/XPTour/htmlTour/img068.jpg b/others/XPTour/htmlTour/img068.jpg new file mode 100644 index 0000000..50b9f98 Binary files /dev/null and b/others/XPTour/htmlTour/img068.jpg differ diff --git a/others/XPTour/htmlTour/img072.jpg b/others/XPTour/htmlTour/img072.jpg new file mode 100644 index 0000000..6981cd6 Binary files /dev/null and b/others/XPTour/htmlTour/img072.jpg differ diff --git a/others/XPTour/htmlTour/img074.jpg b/others/XPTour/htmlTour/img074.jpg new file mode 100644 index 0000000..dc48472 Binary files /dev/null and b/others/XPTour/htmlTour/img074.jpg differ diff --git a/others/XPTour/htmlTour/img089.jpg b/others/XPTour/htmlTour/img089.jpg new file mode 100644 index 0000000..712840a Binary files /dev/null and b/others/XPTour/htmlTour/img089.jpg differ diff --git a/others/XPTour/htmlTour/img100.jpg b/others/XPTour/htmlTour/img100.jpg new file mode 100644 index 0000000..133d4f9 Binary files /dev/null and b/others/XPTour/htmlTour/img100.jpg differ diff --git a/others/XPTour/htmlTour/img109.jpg b/others/XPTour/htmlTour/img109.jpg new file mode 100644 index 0000000..a0efdc7 Binary files /dev/null and b/others/XPTour/htmlTour/img109.jpg differ diff --git a/others/XPTour/htmlTour/img110.jpg b/others/XPTour/htmlTour/img110.jpg new file mode 100644 index 0000000..5f10ba3 Binary files /dev/null and b/others/XPTour/htmlTour/img110.jpg differ diff --git a/others/XPTour/htmlTour/img116.jpg b/others/XPTour/htmlTour/img116.jpg new file mode 100644 index 0000000..446c9a8 Binary files /dev/null and b/others/XPTour/htmlTour/img116.jpg differ diff --git a/others/XPTour/htmlTour/img121.jpg b/others/XPTour/htmlTour/img121.jpg new file mode 100644 index 0000000..6f93fd2 Binary files /dev/null and b/others/XPTour/htmlTour/img121.jpg differ diff --git a/others/XPTour/htmlTour/img123.jpg b/others/XPTour/htmlTour/img123.jpg new file mode 100644 index 0000000..079b0cc Binary files /dev/null and b/others/XPTour/htmlTour/img123.jpg differ diff --git a/others/XPTour/htmlTour/img126.jpg b/others/XPTour/htmlTour/img126.jpg new file mode 100644 index 0000000..cefd5a4 Binary files /dev/null and b/others/XPTour/htmlTour/img126.jpg differ diff --git a/others/XPTour/htmlTour/img136.jpg b/others/XPTour/htmlTour/img136.jpg new file mode 100644 index 0000000..2c0abe3 Binary files /dev/null and b/others/XPTour/htmlTour/img136.jpg differ diff --git a/others/XPTour/htmlTour/img149.jpg b/others/XPTour/htmlTour/img149.jpg new file mode 100644 index 0000000..07e6442 Binary files /dev/null and b/others/XPTour/htmlTour/img149.jpg differ diff --git a/others/XPTour/htmlTour/intro_logo.jpg b/others/XPTour/htmlTour/intro_logo.jpg new file mode 100644 index 0000000..41127c9 Binary files /dev/null and b/others/XPTour/htmlTour/intro_logo.jpg differ diff --git a/others/XPTour/htmlTour/logo.jpg b/others/XPTour/htmlTour/logo.jpg new file mode 100644 index 0000000..6f93219 Binary files /dev/null and b/others/XPTour/htmlTour/logo.jpg differ diff --git a/others/XPTour/htmlTour/nav_best.gif b/others/XPTour/htmlTour/nav_best.gif new file mode 100644 index 0000000..eb9bc0b Binary files /dev/null and b/others/XPTour/htmlTour/nav_best.gif differ diff --git a/others/XPTour/htmlTour/nav_best_down.gif b/others/XPTour/htmlTour/nav_best_down.gif new file mode 100644 index 0000000..0208727 Binary files /dev/null and b/others/XPTour/htmlTour/nav_best_down.gif differ diff --git a/others/XPTour/htmlTour/nav_blank.gif b/others/XPTour/htmlTour/nav_blank.gif new file mode 100644 index 0000000..2f0a618 Binary files /dev/null and b/others/XPTour/htmlTour/nav_blank.gif differ diff --git a/others/XPTour/htmlTour/nav_connected.gif b/others/XPTour/htmlTour/nav_connected.gif new file mode 100644 index 0000000..728dafa Binary files /dev/null and b/others/XPTour/htmlTour/nav_connected.gif differ diff --git a/others/XPTour/htmlTour/nav_connected_down.gif b/others/XPTour/htmlTour/nav_connected_down.gif new file mode 100644 index 0000000..5f50128 Binary files /dev/null and b/others/XPTour/htmlTour/nav_connected_down.gif differ diff --git a/others/XPTour/htmlTour/nav_gray.gif b/others/XPTour/htmlTour/nav_gray.gif new file mode 100644 index 0000000..273503e Binary files /dev/null and b/others/XPTour/htmlTour/nav_gray.gif differ diff --git a/others/XPTour/htmlTour/nav_safe_easy.gif b/others/XPTour/htmlTour/nav_safe_easy.gif new file mode 100644 index 0000000..53fc7af Binary files /dev/null and b/others/XPTour/htmlTour/nav_safe_easy.gif differ diff --git a/others/XPTour/htmlTour/nav_safe_easy_down.gif b/others/XPTour/htmlTour/nav_safe_easy_down.gif new file mode 100644 index 0000000..95880a7 Binary files /dev/null and b/others/XPTour/htmlTour/nav_safe_easy_down.gif differ diff --git a/others/XPTour/htmlTour/nav_start_here.gif b/others/XPTour/htmlTour/nav_start_here.gif new file mode 100644 index 0000000..ba4e3e4 Binary files /dev/null and b/others/XPTour/htmlTour/nav_start_here.gif differ diff --git a/others/XPTour/htmlTour/nav_start_here_down.gif b/others/XPTour/htmlTour/nav_start_here_down.gif new file mode 100644 index 0000000..e5ae13c Binary files /dev/null and b/others/XPTour/htmlTour/nav_start_here_down.gif differ diff --git a/others/XPTour/htmlTour/nav_unlock.gif b/others/XPTour/htmlTour/nav_unlock.gif new file mode 100644 index 0000000..0273067 Binary files /dev/null and b/others/XPTour/htmlTour/nav_unlock.gif differ diff --git a/others/XPTour/htmlTour/nav_unlock_down.gif b/others/XPTour/htmlTour/nav_unlock_down.gif new file mode 100644 index 0000000..0369ea3 Binary files /dev/null and b/others/XPTour/htmlTour/nav_unlock_down.gif differ diff --git a/others/XPTour/htmlTour/pen_icon.jpg b/others/XPTour/htmlTour/pen_icon.jpg new file mode 100644 index 0000000..279d8b7 Binary files /dev/null and b/others/XPTour/htmlTour/pen_icon.jpg differ diff --git a/others/XPTour/htmlTour/question_icon.jpg b/others/XPTour/htmlTour/question_icon.jpg new file mode 100644 index 0000000..35b7c2e Binary files /dev/null and b/others/XPTour/htmlTour/question_icon.jpg differ diff --git a/others/XPTour/htmlTour/read_icon.jpg b/others/XPTour/htmlTour/read_icon.jpg new file mode 100644 index 0000000..59d7b32 Binary files /dev/null and b/others/XPTour/htmlTour/read_icon.jpg differ diff --git a/others/XPTour/htmlTour/safe_better.htm b/others/XPTour/htmlTour/safe_better.htm new file mode 100644 index 0000000..9672d56 --- /dev/null +++ b/others/XPTour/htmlTour/safe_better.htm @@ -0,0 +1,311 @@ + + + + + +Safe and Easy Personal Computing + + + + + + + + + + + + + +
+ Click the Microsoft Windows XP logo to return to the start of the Tour + + + + +
+ + + + + + + + + + + +
+ + +
+ +
+ +
+ +
+ + + + + + + +
+   +
+
+ + + + + + + + +
+ +
+ The Help and Support Center home page +
+   +
+ + + + + + +
+   + + +

+ Better Help for Every Task +

+
+

+Find out everything you want to know about Windows XP and your computer. The all-new Help and Support Center in Windows XP is your one-stop shop for: +

  • Clear how-to instructions.
  • +
  • Engaging start-to-finish articles.
  • +
  • Troubleshooting advice.
  • +
  • Free product updates.
  • +

    And there's more!

    +Jump directly to Internet communities and trade questions and answers with Windows XP users just like yourself.

    +Should you ever need it, you can allow a support professional—or a knowledgeable friend—to view your screen and fix a problem for you!

    +Special wizards give you step-by-step instructions to smooth the way when connecting new devices and running new software.

    +Delete an important file? Download a program you wish you hadn't? Use the improved System Restore feature in Windows XP to turn back the clock and restore your system to the way it was before. + + + Next + +

    + +
    +   +
    + diff --git a/others/XPTour/htmlTour/safe_easier.htm b/others/XPTour/htmlTour/safe_easier.htm new file mode 100644 index 0000000..e88f403 --- /dev/null +++ b/others/XPTour/htmlTour/safe_easier.htm @@ -0,0 +1,302 @@ + + + + + +Safe and Easy Personal Computing + + + + + + + + + + + + + +
    + Click the Microsoft Windows XP logo to return to the start of the Tour + + + + +
    + + + + + + + + + + + +
    + + +
    + +
    + +
    + +
    + + + + + + + +
    +   +
    +
    + + + + + + + + +
    + +
    +The Windows Welcome screen, displaying the cleaner lines, richer colors, and smarter organization of Windows XP +
    +   +
    + + + + + + +
    +   + + +

    + Easier to Learn and Use +

    +
    +

    +Windows XP brings a brand-new visual style to your computer—friendly, fresh, and streamlined. You'll notice cleaner lines, richer colors, smarter organization, and easier ways to get where you want to go and do what you want to do.

    +The simplified Start menu automatically puts your most frequently-used programs in plain view, never more than one click away.

    +The updated taskbar organizes files "on the fly."

    +An automatic cleanup wizard keeps everything on the desktop neat
    +and tidy. + + Next + +

    + +
    +   +
    + diff --git a/others/XPTour/htmlTour/safe_easy_better.jpg b/others/XPTour/htmlTour/safe_easy_better.jpg new file mode 100644 index 0000000..2db6a61 Binary files /dev/null and b/others/XPTour/htmlTour/safe_easy_better.jpg differ diff --git a/others/XPTour/htmlTour/safe_easy_better_big.jpg b/others/XPTour/htmlTour/safe_easy_better_big.jpg new file mode 100644 index 0000000..4de47c1 Binary files /dev/null and b/others/XPTour/htmlTour/safe_easy_better_big.jpg differ diff --git a/others/XPTour/htmlTour/safe_easy_better_ghost.jpg b/others/XPTour/htmlTour/safe_easy_better_ghost.jpg new file mode 100644 index 0000000..7e8788c Binary files /dev/null and b/others/XPTour/htmlTour/safe_easy_better_ghost.jpg differ diff --git a/others/XPTour/htmlTour/safe_easy_easier.jpg b/others/XPTour/htmlTour/safe_easy_easier.jpg new file mode 100644 index 0000000..e28c098 Binary files /dev/null and b/others/XPTour/htmlTour/safe_easy_easier.jpg differ diff --git a/others/XPTour/htmlTour/safe_easy_easier_big.jpg b/others/XPTour/htmlTour/safe_easy_easier_big.jpg new file mode 100644 index 0000000..6a1c9e6 Binary files /dev/null and b/others/XPTour/htmlTour/safe_easy_easier_big.jpg differ diff --git a/others/XPTour/htmlTour/safe_easy_easier_ghost.jpg b/others/XPTour/htmlTour/safe_easy_easier_ghost.jpg new file mode 100644 index 0000000..5a29408 Binary files /dev/null and b/others/XPTour/htmlTour/safe_easy_easier_ghost.jpg differ diff --git a/others/XPTour/htmlTour/safe_easy_faster.jpg b/others/XPTour/htmlTour/safe_easy_faster.jpg new file mode 100644 index 0000000..6297acf Binary files /dev/null and b/others/XPTour/htmlTour/safe_easy_faster.jpg differ diff --git a/others/XPTour/htmlTour/safe_easy_faster_big.jpg b/others/XPTour/htmlTour/safe_easy_faster_big.jpg new file mode 100644 index 0000000..bb8aa26 Binary files /dev/null and b/others/XPTour/htmlTour/safe_easy_faster_big.jpg differ diff --git a/others/XPTour/htmlTour/safe_easy_faster_ghost.jpg b/others/XPTour/htmlTour/safe_easy_faster_ghost.jpg new file mode 100644 index 0000000..5a16953 Binary files /dev/null and b/others/XPTour/htmlTour/safe_easy_faster_ghost.jpg differ diff --git a/others/XPTour/htmlTour/safe_faster.htm b/others/XPTour/htmlTour/safe_faster.htm new file mode 100644 index 0000000..bbb0a36 --- /dev/null +++ b/others/XPTour/htmlTour/safe_faster.htm @@ -0,0 +1,300 @@ + + + + + +Safe and Easy Personal Computing + + + + + + + + + + + + + +
    + Click the Microsoft Windows XP logo to return to the start of the Tour + + + + +
    + + + + + + + + + + + +
    + + +
    + +
    + +
    + +
    + + + + + + + +
    +   +
    +
    + + + + + + + + +
    + +
    + The Microsoft Windows XP Home Edition logo +
    +   +
    + + + + + + +
    +   + + +

    + Faster, Smarter, Safer +

    +
    +

    +Windows XP packs the punch you need for top performance and enjoyment! You get all the power and dependability of Microsoft's most advanced operating system technology. And to ensure that your version of Windows XP is always the very latest, automatic updates are available at your command from the Microsoft Web site.

    +Windows XP delivers greater dependability and increased efficiency. Windows XP works harder—so you can work smarter! + + + Next + +

    + +
    +   +
    + diff --git a/others/XPTour/htmlTour/safe_fr.htm b/others/XPTour/htmlTour/safe_fr.htm new file mode 100644 index 0000000..796bd0f --- /dev/null +++ b/others/XPTour/htmlTour/safe_fr.htm @@ -0,0 +1,9 @@ + + + + + +Safe and Easy Personal Computing + + + diff --git a/others/XPTour/htmlTour/scripts.js b/others/XPTour/htmlTour/scripts.js new file mode 100644 index 0000000..999adcc --- /dev/null +++ b/others/XPTour/htmlTour/scripts.js @@ -0,0 +1,29 @@ + +function setup() +{ eval("document.all." + main_nav + "_spacer.width=15"); + eval("document.all." + main_nav + ".removeAttribute('href')"); + eval("document.all." + main_nav + "_div.className = 'nav_header_selected'"); + eval("document.all." + main_nav + "_img.src= 'nav_" + main_nav + "_down.gif'"); + + if(eval("document.all." + sub_nav)) + { + if(eval("document.all." + sub_nav + ".className") == 'nav_blue_balls') + { + eval("document.all." + sub_nav + ".className = 'nav_blue_balls_selected'"); + } + else + { + eval("document.all." + sub_nav + "_img.src = '" + main_nav + "_" + sub_nav + "_ghost.jpg'"); + eval("document.all.big_img.src= '" + main_nav + "_" + sub_nav + "_big.jpg'"); + eval("document.all." + sub_nav + ".className = 'ghost'"); + } + + eval("document.all." + sub_nav + ".removeAttribute('href')"); } + + //document.all.best_div.style.visibility="hidden" + + parent.footer.footer_setup(main_nav); +}function footer_setup(main_nav) +{ + eval("document.all.bot_nav_" + main_nav + ".className = 'nav_bottom_selected'"); + eval("document.all.bot_nav_" + main_nav + ".removeAttribute('href')");} \ No newline at end of file diff --git a/others/XPTour/htmlTour/spacer.gif b/others/XPTour/htmlTour/spacer.gif new file mode 100644 index 0000000..fc25609 Binary files /dev/null and b/others/XPTour/htmlTour/spacer.gif differ diff --git a/others/XPTour/htmlTour/start_control.htm b/others/XPTour/htmlTour/start_control.htm new file mode 100644 index 0000000..0ae0c2e --- /dev/null +++ b/others/XPTour/htmlTour/start_control.htm @@ -0,0 +1,330 @@ + + + + + +Windows XP Basics + + + + + + + + + + + + + +
    + Click the Microsoft Windows XP logo to return to the start of the Tour + + + + +
    + + + + + + + + + + + +
    + + +
    + +
    + +
    + +
    + + + + + + + + + +
    + + The Windows Desktop + The Windows Desktop* +
    + + Icons + Icons* +
    + + Taskbar + Taskbar* +
    + + Start + Start* +
    + + Files and Folders + Files and Folders* +
    + + Windows + Windows* +
    + + Control Panel + Control Panel* +
    + + Ending Your Session + Ending Your Session* +
    +

    + The Control Panel in the new category view +
    +   + + + + + + +
    + + Read the article "Personalize Your PC" + + + + Read the article
    + "Personalize Your PC"
    +
    +
    +
    + + + + + + +
    +   + + +

    + Control Panel +

    +
    +

    +Customizing your computer settings is simple with Windows XP Control Panel. Open it by clicking Control Panel on the Start menu. From Control Panel you can: +

  • Change the way Windows XP looks and acts. +
  • Add and remove programs or hardware devices. +
  • Set up network connections and user accounts. +
  • And more!
    + + Next + +

    + +
  • +   +
    + diff --git a/others/XPTour/htmlTour/start_desktop.htm b/others/XPTour/htmlTour/start_desktop.htm new file mode 100644 index 0000000..027d657 --- /dev/null +++ b/others/XPTour/htmlTour/start_desktop.htm @@ -0,0 +1,298 @@ + + + + +Windows XP Basics + + + + + + + + + + + + + +
    + Click the Microsoft Windows XP logo to return to the start of the Tour + + + + +
    + + + + + + + + + + + +
    + + +
    + +
    + +
    + +
    + + + + + + + + +
    + + The Windows Desktop + The Windows Desktop* +
    + + Icons + Icons* +
    + + Taskbar + Taskbar* +
    + + Start + Start* +
    + + Files and Folders + Files and Folders* +
    + + Windows + Windows* +
    + + Control Panel + Control Panel* +
    + + Ending Your Session + Ending Your Session* +
    +

    + The Windows desktop +
    +   +
    + + + + + + +
    +   + + +

    + The Windows Desktop +

    +
    +

    +Using Windows XP is simple. First, you'll notice the large area on the +screen, called the desktop, and the narrow band at the bottom, called the +taskbar. Everything you can do on your computer appears inside frames that +are called windows. You can open as many windows at one time as you like—and resize them, move them around, or restack them in any order. + + + Next + +

    + +
    +   +
    + diff --git a/others/XPTour/htmlTour/start_ending.htm b/others/XPTour/htmlTour/start_ending.htm new file mode 100644 index 0000000..1eaf346 --- /dev/null +++ b/others/XPTour/htmlTour/start_ending.htm @@ -0,0 +1,300 @@ + + + + + +Windows XP Basics + + + + + + + + + + + + + +
    + Click the Microsoft Windows XP logo to return to the start of the Tour + + + + +
    + + + + + + + + + + + +
    + + +
    + +
    + +
    + +
    + + + + + + + + +
    + + The Windows Desktop + The Windows Desktop* +
    + + Icons + Icons* +
    + + Taskbar + Taskbar* +
    + + Start + Start* +
    + + Files and Folders + Files and Folders* +
    + + Windows + Windows* +
    + + Control Panel + Control Panel* +
    + + Ending Your Session + Ending Your Session* +
    +

    + The Windows Welcome screen, displaying buttons for three different user accounts and the button to turn off your computer +
    +   +
    + + + + + + +
    +   + + +

    + Ending Your Session +

    +
    +

    +When you want to interrupt your Windows session and let someone else use the computer, go to the Start menu. Click Log off and then Switch User. Windows XP then will be ready to welcome a different user.

    +When everyone's finished, go to the Start menu and click Turn off computer. The next time you log on, the Welcome screen will be the first thing you'll see. Just click your name, type your password if you have one, and you'll be back at the Windows desktop. + + + Next + +

    + +
    +   +
    + diff --git a/others/XPTour/htmlTour/start_files.htm b/others/XPTour/htmlTour/start_files.htm new file mode 100644 index 0000000..f766848 --- /dev/null +++ b/others/XPTour/htmlTour/start_files.htm @@ -0,0 +1,296 @@ + + + + + +Windows XP Basics + + + + + + + + + + + + + +
    + Click the Microsoft Windows XP logo to return to the start of the Tour + + + + +
    + + + + + + + + + + + +
    + + +
    + +
    + +
    + +
    + + + + + + + + +
    + + The Windows Desktop + The Windows Desktop* +
    + + Icons + Icons* +
    + + Taskbar + Taskbar* +
    + + Start + Start* +
    + + Files and Folders + Files and Folders* +
    + + Windows + Windows* +
    + + Control Panel + Control Panel* +
    + + Ending Your Session + Ending Your Session* +
    +

    + The My Documents folder open on the desktop, containing the My Music and My Pictures folders, as well as other files +
    +   +
    + + + + + + +
    +   + + +

    + Files and Folders +

    +
    +

    +Each piece of work, or file, can be stored in a folder. Windows XP makes it easy to store files in the places that make the most sense. Place text, image, and music files in the folders titled My Documents, My Pictures, and My Music. Those folders are all easy to find on the right side of the Start menu, and they offer convenient links to the tasks you'll perform most often.

    + + + Next + +

    + +
    +   +
    + diff --git a/others/XPTour/htmlTour/start_fr.htm b/others/XPTour/htmlTour/start_fr.htm new file mode 100644 index 0000000..ed80ce6 --- /dev/null +++ b/others/XPTour/htmlTour/start_fr.htm @@ -0,0 +1,9 @@ + + + + + +Windows XP Basics + + + diff --git a/others/XPTour/htmlTour/start_icons.htm b/others/XPTour/htmlTour/start_icons.htm new file mode 100644 index 0000000..407fe79 --- /dev/null +++ b/others/XPTour/htmlTour/start_icons.htm @@ -0,0 +1,305 @@ + + + + + +Windows XP Basics + + + + + + + + + + + + + +
    + Click the Microsoft Windows XP logo to return to the start of the Tour + + + + +
    + + + + + + + + + + + +
    + + +
    + +
    + +
    + +
    + + + + + + + +
    + + The Windows Desktop + The Windows Desktop* +
    + + Icons + Icons* +
    + + Taskbar + Taskbar* +
    + + Start + Start* +
    + + Files and Folders + Files and Folders* +
    + + Windows + Windows* +
    + + Control Panel + Control Panel* +
    + + Ending Your Session + Ending Your Session* +
    +

    + The Windows desktop, displaying the Recycle Bin icon and a shortcut icon +
    +   +
    + + + + + + +
    +   + + +

    + Icons +

    +
    +

    +The small pictures on the desktop are called icons. Think of them as doorways to the files and programs stored on your computer. Place your mouse over an icon. Text appears identifying its name or contents. To open the file or program, double-click the icon.

    +The first time you start Windows XP, you'll see only one icon—the Recycle Bin—where you can send files you wish to delete from your computer.

    +Shortcut icons are identified by the small arrow on the lower left corner of the image. These let you access: +

    • Programs
    • +
    • Files
    • +
    • Folders
    • +
    • Disk drives
    • +
    • Web pages
    • +
    • Printers
    • +
    • Other computers


    +

    Shortcut icons simply supply links to the programs or files they represent. You can add and delete them without affecting the actual programs or files. + + + Next + +

    + +
    +   +
    + diff --git a/others/XPTour/htmlTour/start_menu.htm b/others/XPTour/htmlTour/start_menu.htm new file mode 100644 index 0000000..caa05b8 --- /dev/null +++ b/others/XPTour/htmlTour/start_menu.htm @@ -0,0 +1,305 @@ + + + + + +Windows XP Basics + + + + + + + + + + + + + +
    + Click the Microsoft Windows XP logo to return to the start of the Tour + + + + +
    + + + + + + + + + + + +
    + + +
    + +
    + +
    + +
    + + + + + + + + +
    + + The Windows Desktop + The Windows Desktop* +
    + + Icons + Icons* +
    + + Taskbar + Taskbar* +
    + + Start + Start* +
    + + Files and Folders + Files and Folders* +
    + + Windows + Windows* +
    + + Control Panel + Control Panel* +
    + + Ending Your Session + Ending Your Session* +
    +

    + The Windows Start menu +
    +   +
    + + + + + + +
    +   + + +

    + Start Menu +

    +
    +

    +The Start menu appeared automatically the first time you ran Windows XP. You can return to the Start menu anytime by clicking the Start button on the taskbar.

    +The Start menu contains everything you need to begin using Windows. From it you can: +

  • Start programs.
  • +
  • Open files.
  • +
  • Customize your system with Control Panel.
  • +
  • Get help by clicking Help and Support.
  • +
  • Search for items on your computer or the Internet by clicking Search.
  • +
  • And more!


  • +Some commands on the Start menu have a right-facing arrow, which means additional choices are available on a secondary menu. Place your pointer over an item with an arrow and another menu appears.

    +The left side of the Start menu updates with links to the programs you use most frequently. At the top left are fixed or "pinned" items—shortcuts to things like your Internet browser and e-mail program. + + + Next + +

    + +
    +   +
    + diff --git a/others/XPTour/htmlTour/start_taskbar.htm b/others/XPTour/htmlTour/start_taskbar.htm new file mode 100644 index 0000000..e14e4ad --- /dev/null +++ b/others/XPTour/htmlTour/start_taskbar.htm @@ -0,0 +1,298 @@ + + + + + +Windows XP Basics + + + + + + + + + + + + + +
    + Click the Microsoft Windows XP logo to return to the start of the Tour + + + + +
    + + + + + + + + + + + +
    + + +
    + +
    + +
    + +
    + + + + + + + + +
    + + The Windows Desktop + The Windows Desktop* +
    + + Icons + Icons* +
    + + Taskbar + Taskbar* +
    + + Start + Start* +
    + + Files and Folders + Files and Folders* +
    + + Windows + Windows* +
    + + Control Panel + Control Panel* +
    + + Ending Your Session + Ending Your Session* +
    +

    + The Taskbar is kept tidy by consolidating multiple open windows, such as e-mails, into a single button on the taskbar +
    +   +
    + + + + + + +
    +   + + +

    + Taskbar +

    +
    +

    +Every time you open a window, a button representing it appears on the taskbar. The button disappears when you close a window.

    +The taskbar also contains the Start menu and notification area, where you'll see the clock. Other icons in the notification area can appear temporarily, showing the status of ongoing activities. For instance, the printer icon appears when you send a file to the printer, and disappears when printing is complete. You'll also be reminded in the notification area when new Windows updates are available to download from the Microsoft Web site.

    +Windows XP keeps the taskbar tidy by consolidating buttons when too many accumulate. For example, buttons representing individual e-mails are automatically grouped under a single e-mail button. Clicking the button lets you select a specific mail message from a convenient menu. + + + Next + +

    + +
    +   +
    + diff --git a/others/XPTour/htmlTour/start_up.jpg b/others/XPTour/htmlTour/start_up.jpg new file mode 100644 index 0000000..0aa160b Binary files /dev/null and b/others/XPTour/htmlTour/start_up.jpg differ diff --git a/others/XPTour/htmlTour/start_windows.htm b/others/XPTour/htmlTour/start_windows.htm new file mode 100644 index 0000000..7c75961 --- /dev/null +++ b/others/XPTour/htmlTour/start_windows.htm @@ -0,0 +1,308 @@ + + + + + +Windows XP Basics + + + + + + + + + + + + + +
    + Click the Microsoft Windows XP logo to return to the start of the Tour + + + + +
    + + + + + + + + + + + +
    + + +
    + +
    + +
    + +
    + + + + + + + + +
    + + The Windows Desktop + The Windows Desktop* +
    + + Icons + Icons* +
    + + Taskbar + Taskbar* +
    + + Start + Start* +
    + + Files and Folders + Files and Folders* +
    + + Windows + Windows* +
    + + Control Panel + Control Panel* +
    + + Ending Your Session + Ending Your Session* +
    +

    + An example of open windows on the desktop +
    +   +
    + + + + + + +
    +   + + +

    + Windows +

    +
    +

    +Windows—frames within the desktop—display the contents of files and programs. Working with windows is easy when you know the basics.

    +The name of each window appears at the top, in a title bar.

    +Move a window by dragging it. Click the title bar and, while holding down the mouse button, move the mouse pointer across the computer screen.

    +Shrink a window by clicking the Minimize button, located at the right-hand side of the title bar. This reduces the window to a button on the taskbar.

    +Maximize a window by clicking the Maximize button, located to the right of the minimize button. This enlarges the window to fill the desktop. Click the button again to restore the window to its original size.

    +Inside a window, browse the menus to see the different commands and tools you can use. When you find the command you want, just click it.

    +If a program needs some information from you before it can complete a command, a dialog box appears. To enter information, you might need to: +

  • Click and type in a text box. +
  • Select a choice in a list by clicking the arrow button to show the list, and then clicking the item you want. +
  • Choose a single option by clicking a radio button. +
  • Place a check mark in a check box next to one or more options that you want.

    +If the contents of your file don't fit in the window, drag the scroll bar or click the scroll buttons at the side and/or bottom of the window to move the contents up, down, or sideways.

    +To change the window size, click the edge of a window and drag the border to the size you want. + + + Next + +

    + +
  • +   +
    + diff --git a/others/XPTour/htmlTour/style.css b/others/XPTour/htmlTour/style.css new file mode 100644 index 0000000..4ab041a --- /dev/null +++ b/others/XPTour/htmlTour/style.css @@ -0,0 +1,150 @@ + \ No newline at end of file diff --git a/others/XPTour/htmlTour/taskbar_up.jpg b/others/XPTour/htmlTour/taskbar_up.jpg new file mode 100644 index 0000000..d3365a5 Binary files /dev/null and b/others/XPTour/htmlTour/taskbar_up.jpg differ diff --git a/others/XPTour/htmlTour/ul_logo.jpg b/others/XPTour/htmlTour/ul_logo.jpg new file mode 100644 index 0000000..56704d8 Binary files /dev/null and b/others/XPTour/htmlTour/ul_logo.jpg differ diff --git a/others/XPTour/htmlTour/unlock_built.htm b/others/XPTour/htmlTour/unlock_built.htm new file mode 100644 index 0000000..a6e1024 --- /dev/null +++ b/others/XPTour/htmlTour/unlock_built.htm @@ -0,0 +1,282 @@ + + + + + +Unlock the World of Digital Media + + + + + + + + + + + + + +
    + Click the Microsoft Windows XP logo to return to the start of the Tour + + + + +
    + + + + + + + + + + + +
    + + +
    + +
    + +
    + +
    + + + + + + +
    +   +
    +
    + + + + + + + + +
    + +
    +An open Internet Explorer window, displaying how your digital photos will appear when you download them from a digital camera to your computer +
    +   +
    + + + + + + +
    +   + + +

    + Built-in Photo Sharing and Organization +

    +
    +

    +With Windows XP, viewing photos and sharing them with friends, family, +and colleagues couldn't be easier. Just plug in your digital camera +and your photos appear instantly—ready for you to edit, e-mail, or +print. You can even publish images directly to a Web site or save +them on CD. Or send them to an online retailer for professional +quality prints. + + Next + +

    +
    +   +
    + diff --git a/others/XPTour/htmlTour/unlock_built.jpg b/others/XPTour/htmlTour/unlock_built.jpg new file mode 100644 index 0000000..fe39812 Binary files /dev/null and b/others/XPTour/htmlTour/unlock_built.jpg differ diff --git a/others/XPTour/htmlTour/unlock_built_big.jpg b/others/XPTour/htmlTour/unlock_built_big.jpg new file mode 100644 index 0000000..20f1c80 Binary files /dev/null and b/others/XPTour/htmlTour/unlock_built_big.jpg differ diff --git a/others/XPTour/htmlTour/unlock_built_ghost.jpg b/others/XPTour/htmlTour/unlock_built_ghost.jpg new file mode 100644 index 0000000..aec61a7 Binary files /dev/null and b/others/XPTour/htmlTour/unlock_built_ghost.jpg differ diff --git a/others/XPTour/htmlTour/unlock_fr.htm b/others/XPTour/htmlTour/unlock_fr.htm new file mode 100644 index 0000000..4178912 --- /dev/null +++ b/others/XPTour/htmlTour/unlock_fr.htm @@ -0,0 +1,9 @@ + + + + + +Unlock the World of Digital Media + + + \ No newline at end of file diff --git a/others/XPTour/htmlTour/unlock_optimized.htm b/others/XPTour/htmlTour/unlock_optimized.htm new file mode 100644 index 0000000..4852bb7 --- /dev/null +++ b/others/XPTour/htmlTour/unlock_optimized.htm @@ -0,0 +1,282 @@ + + + + + +Unlock the World of Digital Media + + + + + + + + + + + + + +
    + Click the Microsoft Windows XP logo to return to the start of the Tour + + + + +
    + + + + + + + + + + + +
    + + +
    + +
    + +
    + +
    + + + + + + +
    +   +
    +
    + + + + + + + + +
    + +
    +Play a game +
    +   +
    + + + + + + +
    +   + + +

    + Optimized for Games +

    +
    +

    +The latest Microsoft® DirectX® technology gives you the enhanced power, performance, and reliability that make Windows XP great for playing computer games. Networking and Internet features let you challenge competitors across the hall or across the globe!

    + + + Next + +

    + +
    +   +
    + diff --git a/others/XPTour/htmlTour/unlock_optimized.jpg b/others/XPTour/htmlTour/unlock_optimized.jpg new file mode 100644 index 0000000..0f3f415 Binary files /dev/null and b/others/XPTour/htmlTour/unlock_optimized.jpg differ diff --git a/others/XPTour/htmlTour/unlock_optimized_big.jpg b/others/XPTour/htmlTour/unlock_optimized_big.jpg new file mode 100644 index 0000000..32883de Binary files /dev/null and b/others/XPTour/htmlTour/unlock_optimized_big.jpg differ diff --git a/others/XPTour/htmlTour/unlock_optimized_ghost.jpg b/others/XPTour/htmlTour/unlock_optimized_ghost.jpg new file mode 100644 index 0000000..1fdb42d Binary files /dev/null and b/others/XPTour/htmlTour/unlock_optimized_ghost.jpg differ diff --git a/others/XPTour/htmlTour/window_up.jpg b/others/XPTour/htmlTour/window_up.jpg new file mode 100644 index 0000000..8ffbaf2 Binary files /dev/null and b/others/XPTour/htmlTour/window_up.jpg differ diff --git a/others/index.html b/others/index.html new file mode 100644 index 0000000..b81a8d0 --- /dev/null +++ b/others/index.html @@ -0,0 +1,53 @@ + + Others | WiiNet + + + + GAMES - VIDEOS - MEDIA - UTILITIES - OTHERS +





    +
    Here is everything else WiiNet has to offer currently.
    + + + + + + + + + + + +
    Internet Channel
    Advanced Features
    Windows XP TourJack Black Soundboard
    +

    Other Websites

    + Lists of sites that work for, or were designed for, the Internet Channel + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    RC24 Bookmarks
    Bookmarks for the Internet
    Channel
    NetCaps
    WiiNet fork, seemingly dead
    Wiimmfi Patcher Web
    Based on FlashHax
    WiiMusic.net
    Internet Radio
    Wiichan
    Forum site, hosted on a Wii
    CNN Lite
    Text-based news site
    RC24 + Everybody
    Votes!
    View EVC Results
    wttr.in
    Text-based weather
    + diff --git a/others/jackblacksb.swf b/others/jackblacksb.swf new file mode 100644 index 0000000..7830dc0 Binary files /dev/null and b/others/jackblacksb.swf differ diff --git a/utilities/1/index.html b/utilities/1/index.html new file mode 100644 index 0000000..1202359 --- /dev/null +++ b/utilities/1/index.html @@ -0,0 +1,7 @@ + + + + + + + \ No newline at end of file diff --git a/utilities/1/tool.swf b/utilities/1/tool.swf new file mode 100644 index 0000000..3caac21 Binary files /dev/null and b/utilities/1/tool.swf differ diff --git a/utilities/2/index.html b/utilities/2/index.html new file mode 100644 index 0000000..1202359 --- /dev/null +++ b/utilities/2/index.html @@ -0,0 +1,7 @@ + + + + + + + \ No newline at end of file diff --git a/utilities/2/tool.swf b/utilities/2/tool.swf new file mode 100644 index 0000000..df6f291 Binary files /dev/null and b/utilities/2/tool.swf differ diff --git a/utilities/index.html b/utilities/index.html new file mode 100644 index 0000000..34ad051 --- /dev/null +++ b/utilities/index.html @@ -0,0 +1,22 @@ + + + + Utilities | WiiNet + + + + GAMES - VIDEOS - MEDIA - UTILITIES - OTHERS +





    + Some useful tools you can use from the Internet Channel.

    + + + + + + + + + +
    Paintshop
    Flash drawing tool
    Flash Calculator
    Complete with beeps..!
    + + diff --git a/videos/index.html b/videos/index.html new file mode 100644 index 0000000..ed1a0d4 --- /dev/null +++ b/videos/index.html @@ -0,0 +1,30 @@ + + + + + + GAMES - VIDEOS - MEDIA - UTILITIES - OTHERS +





    +

    This is where you can watch some videos. this will be updated every now and then to feature more, so stay tuned!

    +
    +

    Creators

    + All creators currently on WiiNet Videos + + + + +

    sophieGaming

    +

    The Latest

    + The latest uploads to WiiNet Videos + + + + +

    we played Doritos Crash Course
    in 2022

    +
    Finally, there is an experimental YouTube frontend that may or may not work...sometimes!
    + + diff --git a/videos/sophiegaming/1/index.php b/videos/sophiegaming/1/index.php new file mode 100644 index 0000000..41f0b0e --- /dev/null +++ b/videos/sophiegaming/1/index.php @@ -0,0 +1,33 @@ + + + + +
    +
    + + + + + +
    +

    we played Doritos Crash Course in 2022

    +
    file); file_put_contents($this->file, $prev_count+1); } public function get_view() { $count = file_get_contents($this->file); return $count; } } $view = new pageView; $view->add_view(); echo $view->get_view().' views'; ?> - + Sep 7, 2022 +
    +
    + + + + + + +
    + + + sophieGaming + +

    Description

    + Xbox LIVE offers crystal-clear real-time voice communication in Doritos Crash Course, the best video game ever made for the Xbox 360*! +
    + + diff --git a/videos/sophiegaming/1/thumbnail.jpg b/videos/sophiegaming/1/thumbnail.jpg new file mode 100644 index 0000000..af4507b Binary files /dev/null and b/videos/sophiegaming/1/thumbnail.jpg differ diff --git a/videos/sophiegaming/1/views.txt b/videos/sophiegaming/1/views.txt new file mode 100644 index 0000000..2fb681e --- /dev/null +++ b/videos/sophiegaming/1/views.txt @@ -0,0 +1 @@ +71 \ No newline at end of file diff --git a/videos/sophiegaming/index.html b/videos/sophiegaming/index.html new file mode 100644 index 0000000..c54483b --- /dev/null +++ b/videos/sophiegaming/index.html @@ -0,0 +1,22 @@ + + + + + + +
    +
    +
    +
    + sophieGaming +
    +
    +

    About me

    + she/her
    professional hugger, sleepy dummy c; +

    Videos

    + + + + +

    we played Doritos Crash Course
    in 2022
    + diff --git a/videos/sophiegaming/pfp.jpg b/videos/sophiegaming/pfp.jpg new file mode 100644 index 0000000..c3a48f5 Binary files /dev/null and b/videos/sophiegaming/pfp.jpg differ diff --git a/videos/youtube/convert2.php b/videos/youtube/convert2.php new file mode 100644 index 0000000..2612ea1 --- /dev/null +++ b/videos/youtube/convert2.php @@ -0,0 +1,30 @@ + + + + + + + "; + echo ""; + echo ""; + echo ""; + echo ""; + echo ""; + echo ""; + echo "
    "; +?> + + + +

    $gDat){ $title = $gDat['snippet']['title']; $author = $gDat['snippet']['channelTitle']; $description = $gDat['snippet']['description']; $date = $gDat['snippet']['publishedAt']; } echo $title; ?>


    Published on
    + + diff --git a/videos/youtube/index.php b/videos/youtube/index.php new file mode 100644 index 0000000..0363539 --- /dev/null +++ b/videos/youtube/index.php @@ -0,0 +1,63 @@ + + + + + +
    +

    +

    + + +

    +

    +
    +items)) { + return $arr_result; + } elseif (isset($arr_result->error)) { + //print error $arr_result->error + } +} +?> +'; + foreach ($arr_list->items as $item) { + echo "" . $item->snippet->title . "
    by " . $item->snippet->channelTitle . "
    Published on " . $item->snippet->publishTime . "
    " . $item->snippet->description . ""; + } + + $url = "?q=". $_GET['q'] ."&order=". $_GET['order']; + if (isset($arr_list->prevPageToken)) { + echo 'Previous -'; + } + + if (isset($arr_list->nextPageToken)) { + echo ' Next'; + } +} +?> diff --git a/videos/youtube/player.swf b/videos/youtube/player.swf new file mode 100644 index 0000000..6a0177a Binary files /dev/null and b/videos/youtube/player.swf differ