Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

The Pawn: Difference between revisions

From GameBrew
No edit summary
No edit summary
 
(22 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{Infobox homebrew
{{Infobox DS Homebrews
| title       = The Pawn
|title=The Pawn
| image       = [[File:Thepawnds.jpg]]
|image=thepawn.png
| type       = Adventure
|description=Magnetic Scrolls Adventure game.
| version     = 1.51
|author=papafuji
| licence    = Mixed
|lastupdated=2007/02/21
| author      = papafuji
|type=Adventure
| website     = http://gugusse.central.free.fr/papafuji/adventures.html
|version=1.51
| download    = Media:Thepawn151ds.zip
|license=Mixed
| source      =
|download=https://dlhb.gamebrew.org/dshomebrew2/thepawn_1.51.zip
}}    
|website=http://gugusse.central.free.fr/papafuji/adventures.html
 
}}
The Pawn is a graphic text adventure originally developed by Magnetic Scrolls, ported to the Nintendo DS, as the Nintendo DS Classic Adventures series.
The Pawn is a graphic text adventure originally developed by Magnetic Scrolls, ported to the Nintendo DS, as the Nintendo DS Classic Adventures series.


The Nintendo DS Classic Adventures series contains a range of text and graphic classic adventure games and interactive fictions ported to NDS created in the 80's for old computer like the TRS-80, ZX Spectrum, Acorn Electron, Commodore 64, Atari 8 bits or 16 bits machines like the Atari ST or the Amiga.
The Nintendo DS Classic Adventures series contains a range of text and graphic classic adventure games and interactive fictions ported to NDS created in the 80's for old computer like the TRS-80, ZX Spectrum, Acorn Electron, Commodore 64, Atari 8 bits or 16 bits machines like the Atari ST or the Amiga.
The collection was ported to the NDS by papafuji, divided into 3 categories (see [[#External links|complete list]]):
* Classic Graphic Adventures.
* Magnetic Scrolls Adventures.
* Classic Text Adventures.


This homebrew was under the category of Magnetic Scrolls Adventure, which contains 7 graphic adventures developed by Magnetic Scrolls between 1985 and 1990 with the original Amiga bitmap graphics.
This homebrew was under the category of Magnetic Scrolls Adventure, which contains 7 graphic adventures developed by Magnetic Scrolls between 1985 and 1990 with the original Amiga bitmap graphics.
Line 23: Line 28:


==User guide==
==User guide==
All games have the same interface (stories are displayed on the top screen and text inputs on the bottom sreen), and can be played exactly the same way.
All games from the Classic Adventure series have the same interface (stories on the top screen and text inputs on the bottom screen), and can be played exactly the same way.
 
===Gameplay===
You were knocked unconscious and awakens in the fairy land of Kerovnia, with a silver bracelet around your wrist that cannot be removed. A general election is about to be held to decide whether King Erik will be replaced by a dwarf whose campaign promise is to "rid dungeons of mazes of any sort". You must interact with others and perform tasks for them, gathering objects that will be needed for later tasks in order to escape from Kerovnia and return to reality.


===Input text===
===Input text===
* There are two ways to type words with the stylus of your Nintendo DS.
* There are two ways to type words with the stylus of your Nintendo DS.
** By default, you can directly draw the letters on the screen, according to the PA-Grafiti alphabet.
** By default, you can directly draw the letters on the screen, according to the [https://www.gamebrew.org/wiki/The_Pawn#Screenshots PA-Grafiti alphabet].
** Second way is to use the mini keyboard or the numerical keyboard.
** Second way is to use the mini keyboard or the numerical keyboard.


Line 42: Line 50:
* Each game has its own vocabulary, but a lot a verbs are common to all the games.
* Each game has its own vocabulary, but a lot a verbs are common to all the games.
* In many cases, you don't have to write the entire word, only the first letters are necessary. For example:  
* In many cases, you don't have to write the entire word, only the first letters are necessary. For example:  
** G HELM is esquivalent to GET HELMET.  
** G HELM is equivalent to GET HELMET.  
** CLIM DRAWB is equivalent to CLIMB DRAWBRIDGE.
** CLIM DRAWB is equivalent to CLIMB DRAWBRIDGE.


'''List of the most common words:'''
{| class="wikitable" style="width: 800px;"
GO - ENTER - CLIMB - SWIM - HELP
! colspan="4"| List of the most common words
LOOK - EXAMINE - GET - DROP
|-
THROW - ​CAST - WEAR - REMOVE
| GO || ENTER || CLIMB || SWIM  
OPEN - CLOSE - LOCK - UNLOCK
|-
BREAK - CUT - CHOP - SAY - KILL
| HELP || LOOK || EXAMINE || GET  
|-
| DROP || THROW || ​CAST || WEAR  
|-
| REMOVE || OPEN || CLOSE || LOCK  
|-
| UNLOCK || BREAK || CUT || CHOP  
|-
| SAY || KILL || ||
|-
! colspan="1"| Shortcuts
! colspan="3"| Actions
|-
| colspan="1"| N S E W
| colspan="3"| GO NORTH, GO SOUTH, GO EAST and GO WEST.
|-
| colspan="1"| NE NW SE SW
| colspan="3"| NORTH-EAST, NORTH-WEST, etc (Level9 and Frotz games).
|-
| colspan="1"| H
| colspan="3"| HELP.
|-
| colspan="1"| I
| colspan="3"| INVENTORY.
|-
| colspan="1"| X
| colspan="3"| EXAMINE (in classic games), EXITS (in Level 9 games).
|-
| colspan="1"| G
| colspan="3"| GET (or AGAIN for Inform/Frotz games).
|-
| colspan="1"| L
| colspan="3"| LOOK.
|-
| colspan="1"| SV
| colspan="3"| SAVE.
|-
| colspan="1"| LD
| colspan="3"| LOAD.
|-
| colspan="1"| R
| colspan="3"| RESTORE.
|-
|}
 
===Word completion===
===Word completion===
* Draw a slash / in the middle of the word, the game engine will try to complete it with the latest words that have been printed on the screen.  
* Draw a slash / in the middle of the word, the game engine will try to complete it with the latest words that have been printed on the screen.  
* You can draw this slash until you find the good word to continue.
* You can draw this slash until you find the good word to continue. Example:
 
<pre>
You are in the kitchen, you see a can wooden bench,
a bottle of wine, and a cute babe...  


'''Example:'''
  >CLIMB ON B - draw a slash here completes to:
​You are in the kitchen, you see a can wooden bench,
  >CLIMB ON BABE - draw another slash here completes to:
a bootle of wine, and a cute babe...
  >CLIMB ON B     - draw a slash here completes to:
  >CLIMB ON BABE   - draw another slash here completes to:
  >CLIMB ON BOTTLE - draw another slash here completes to:
  >CLIMB ON BOTTLE - draw another slash here completes to:
  >CLIMB ON BENCH - that's fine.
  >CLIMB ON BENCH - that's fine.
 
</pre>
'''Shortcuts:'''
N S E W - Equivalent to GO NORTH, GO SOUTH, GO EAST and GO WEST.
NE NW SE SW - In Level9 and Frotz games, this letters are equivalent to NORTH-EAST, NORTH-WEST, etc.
H - HELP.
I - INVENTORY.
X - EXAMINE (in classic games), EXITS (in Level 9 games).
G - GET (or AGAIN for Inform/Frotz games).
L - LOOK.
SV - SAVE.
LD - LOAD.
R - RESTORE.
   
   
==Controls==
==Controls==
Line 88: Line 128:
Start/Select - Save, Restore, Pause, Exit the game
Start/Select - Save, Restore, Pause, Exit the game


==Screenshots==
https://dlhb.gamebrew.org/dshomebrew/thepawn2.png
https://dlhb.gamebrew.org/dshomebrew/thepawn3.png
<!--BEGIN Online Emulator Section-->
==Online emulator==
{{EmulatorJS Main
|width=515px
|height=384px
|EJS_backgroundImage=https://www.gamebrew.org/images/0/0e/Thepawn.png
|EJS_core=desmume2015
|EJS_gameName=The Pawn
|EJS_gameUrl=https://dlhb.gamebrew.org/onlineemulators/nds/thepawn.7z
}}
{{DS Control Settings}}
<!--END Online Emulator Section-->
==Credits==
==Credits==
Author - Magnetic Scrolls
Author - Magnetic Scrolls
Line 95: Line 150:
Game engine - Magnetic v2.2
Game engine - Magnetic v2.2


<br>
==External links==
[[Category:DS homebrew games]]
* Author's website - http://gugusse.central.free.fr/papafuji/adventures.html
[[Category:Homebrew adventure games on DS]]
 
{{DS classic adventure games}}

Latest revision as of 00:22, 16 December 2024

The Pawn
General
Authorpapafuji
TypeAdventure
Version1.51
LicenseMixed
Last Updated2007/02/21
Links
Download
Website

The Pawn is a graphic text adventure originally developed by Magnetic Scrolls, ported to the Nintendo DS, as the Nintendo DS Classic Adventures series.

The Nintendo DS Classic Adventures series contains a range of text and graphic classic adventure games and interactive fictions ported to NDS created in the 80's for old computer like the TRS-80, ZX Spectrum, Acorn Electron, Commodore 64, Atari 8 bits or 16 bits machines like the Atari ST or the Amiga.

The collection was ported to the NDS by papafuji, divided into 3 categories (see complete list):

  • Classic Graphic Adventures.
  • Magnetic Scrolls Adventures.
  • Classic Text Adventures.

This homebrew was under the category of Magnetic Scrolls Adventure, which contains 7 graphic adventures developed by Magnetic Scrolls between 1985 and 1990 with the original Amiga bitmap graphics.

Installation

Download and extract file.

DLDI patch .nds file (since version 1.5) and copy it to the root directory of the card.

User guide

All games from the Classic Adventure series have the same interface (stories on the top screen and text inputs on the bottom screen), and can be played exactly the same way.

Gameplay

You were knocked unconscious and awakens in the fairy land of Kerovnia, with a silver bracelet around your wrist that cannot be removed. A general election is about to be held to decide whether King Erik will be replaced by a dwarf whose campaign promise is to "rid dungeons of mazes of any sort". You must interact with others and perform tasks for them, gathering objects that will be needed for later tasks in order to escape from Kerovnia and return to reality.

Input text

  • There are two ways to type words with the stylus of your Nintendo DS.
    • By default, you can directly draw the letters on the screen, according to the PA-Grafiti alphabet.
    • Second way is to use the mini keyboard or the numerical keyboard.

Icons

  • To avoid typing always the same things, the most used orders can be called via the icons.
  • Each icon has two or three states, for example:
    • The hand means GET, DROP and GIVE.
    • The N button means GO NORTH and GO UP.
  • Just pick an icon twice or more to select the good order.

Vocabulary

  • A sentence in these games is defined by a verb + a noun, such as OPEN DOOR, GO NORTH, etc.
  • Some sentences can have only one word, e.g. INVENTORY (to see what you're carrying) or SCORE (to see your score).
  • Each game has its own vocabulary, but a lot a verbs are common to all the games.
  • In many cases, you don't have to write the entire word, only the first letters are necessary. For example:
    • G HELM is equivalent to GET HELMET.
    • CLIM DRAWB is equivalent to CLIMB DRAWBRIDGE.
List of the most common words
GO ENTER CLIMB SWIM
HELP LOOK EXAMINE GET
DROP THROW ​CAST WEAR
REMOVE OPEN CLOSE LOCK
UNLOCK BREAK CUT CHOP
SAY KILL
Shortcuts Actions
N S E W GO NORTH, GO SOUTH, GO EAST and GO WEST.
NE NW SE SW NORTH-EAST, NORTH-WEST, etc (Level9 and Frotz games).
H HELP.
I INVENTORY.
X EXAMINE (in classic games), EXITS (in Level 9 games).
G GET (or AGAIN for Inform/Frotz games).
L LOOK.
SV SAVE.
LD LOAD.
R RESTORE.

Word completion

  • Draw a slash / in the middle of the word, the game engine will try to complete it with the latest words that have been printed on the screen.
  • You can draw this slash until you find the good word to continue. Example:
 You are in the kitchen, you see a can wooden bench, 
 a bottle of wine, and a cute babe... 

 >CLIMB ON B - draw a slash here completes to:
 >CLIMB ON BABE - draw another slash here completes to:
 >CLIMB ON BOTTLE - draw another slash here completes to:
 >CLIMB ON BENCH - that's fine.

Controls

X - Swap keyboard and grafiti input modes

Y/A - YES, Valid (v1.2 and +)

B - NO, Erase text (v1.2 and +)

L/R - Change image size (Level 9 and Magnetic games only)

Start/Select - Save, Restore, Pause, Exit the game

Screenshots

thepawn2.png thepawn3.png

Online emulator

Can use gamepad or customise in the control settings.
Nintendo DS Keyboard

Credits

Author - Magnetic Scrolls

1st release - 1986

Game engine - Magnetic v2.2

External links

Advertising: