Alan Adventure System V3.0

Total Page:16

File Type:pdf, Size:1020Kb

Alan Adventure System V3.0 The ALAN Adventure Language Reference Manual Version 3.0beta2 Alan Adventure System - Reference Manual This version of the manual was printed on September 26, 2011 - ii - Alan Adventure System - Reference Manual Table of Contents 1 INTRODUCTION.........................................................................11 1.1 Programmer’s Pitch........................................................................................................12 1.2 To the Reader.................................................................................................................12 2 CONCEPTS......................................................................................13 2.1 What Is An Adventure?................................................................................................13 2.2 Elements Of Adventures.................................................................................................15 2.3 Alan Fundamentals.......................................................................................................16 What Is A Language?....................................................................................................................................16 The Alan Idea..................................................................................................................................................18 What’s Happening?........................................................................................................................................18 The Map..........................................................................................................................................................19 The Things.......................................................................................................................................................19 Other People and Monsters.............................................................................................................................20 Acting..............................................................................................................................................................20 The Input........................................................................................................................................................20 2.4 Introduction to the Language.........................................................................................21 Notation...........................................................................................................................................................21 The Locations...................................................................................................................................................22 The Objects......................................................................................................................................................24 The Actors.......................................................................................................................................................27 Inheritance and Object Orientation..................................................................................................................27 Inheritance and Instances...............................................................................................................27 Polymorphism.................................................................................................................................28 Every and The................................................................................................................................28 The Pre-defined Classes...................................................................................................................29 Creating Classes and Instances........................................................................................................29 Specialising and Overriding.............................................................................................................30 The Verb Construct..........................................................................................................................................31 - iii - Alan Adventure System - Reference Manual Checking Things..............................................................................................................................32 The Syntax......................................................................................................................................................33 Text Output Formatting..................................................................................................................................35 3 LANGUAGE REFERENCE.........................................................37 General Rules..................................................................................................................................37 3.1 An Adventure.................................................................................................................38 3.2 Options..........................................................................................................................39 3.3 Types.............................................................................................................................40 Basic, Simple and Compound Types................................................................................................................41 Instance Type...................................................................................................................................................41 Event Type......................................................................................................................................................42 Set Type..........................................................................................................................................................42 Type Compatibility..........................................................................................................................................43 Type Requirements..........................................................................................................................................43 3.4 Import..........................................................................................................................44 3.5 Classes............................................................................................................................45 Inheritance......................................................................................................................................................45 3.6 Instances.......................................................................................................................46 Entities.............................................................................................................................................................47 Things.............................................................................................................................................................48 Objects.............................................................................................................................................................48 Actors..............................................................................................................................................................48 The Hero.........................................................................................................................................49 Locations..........................................................................................................................................................50 Literals..............................................................................................................................................................51 3.7 Properties........................................................................................................................51 Inheriting Properties........................................................................................................................................52 Initial Location................................................................................................................................................54 Names.............................................................................................................................................................54 Inheriting Names............................................................................................................................56 Displaying Instances.......................................................................................................................56 Pronouns.........................................................................................................................................................57 - iv - Alan Adventure System - Reference Manual Attributes.........................................................................................................................................................58 Boolean Attributes..........................................................................................................................59 Numeric and String Attributes.......................................................................................................59
Recommended publications
  • Metadefender Core V4.12.2
    MetaDefender Core v4.12.2 © 2018 OPSWAT, Inc. All rights reserved. OPSWAT®, MetadefenderTM and the OPSWAT logo are trademarks of OPSWAT, Inc. All other trademarks, trade names, service marks, service names, and images mentioned and/or used herein belong to their respective owners. Table of Contents About This Guide 13 Key Features of Metadefender Core 14 1. Quick Start with Metadefender Core 15 1.1. Installation 15 Operating system invariant initial steps 15 Basic setup 16 1.1.1. Configuration wizard 16 1.2. License Activation 21 1.3. Scan Files with Metadefender Core 21 2. Installing or Upgrading Metadefender Core 22 2.1. Recommended System Requirements 22 System Requirements For Server 22 Browser Requirements for the Metadefender Core Management Console 24 2.2. Installing Metadefender 25 Installation 25 Installation notes 25 2.2.1. Installing Metadefender Core using command line 26 2.2.2. Installing Metadefender Core using the Install Wizard 27 2.3. Upgrading MetaDefender Core 27 Upgrading from MetaDefender Core 3.x 27 Upgrading from MetaDefender Core 4.x 28 2.4. Metadefender Core Licensing 28 2.4.1. Activating Metadefender Licenses 28 2.4.2. Checking Your Metadefender Core License 35 2.5. Performance and Load Estimation 36 What to know before reading the results: Some factors that affect performance 36 How test results are calculated 37 Test Reports 37 Performance Report - Multi-Scanning On Linux 37 Performance Report - Multi-Scanning On Windows 41 2.6. Special installation options 46 Use RAMDISK for the tempdirectory 46 3. Configuring Metadefender Core 50 3.1. Management Console 50 3.2.
    [Show full text]
  • Metadefender Core V4.13.1
    MetaDefender Core v4.13.1 © 2018 OPSWAT, Inc. All rights reserved. OPSWAT®, MetadefenderTM and the OPSWAT logo are trademarks of OPSWAT, Inc. All other trademarks, trade names, service marks, service names, and images mentioned and/or used herein belong to their respective owners. Table of Contents About This Guide 13 Key Features of Metadefender Core 14 1. Quick Start with Metadefender Core 15 1.1. Installation 15 Operating system invariant initial steps 15 Basic setup 16 1.1.1. Configuration wizard 16 1.2. License Activation 21 1.3. Scan Files with Metadefender Core 21 2. Installing or Upgrading Metadefender Core 22 2.1. Recommended System Requirements 22 System Requirements For Server 22 Browser Requirements for the Metadefender Core Management Console 24 2.2. Installing Metadefender 25 Installation 25 Installation notes 25 2.2.1. Installing Metadefender Core using command line 26 2.2.2. Installing Metadefender Core using the Install Wizard 27 2.3. Upgrading MetaDefender Core 27 Upgrading from MetaDefender Core 3.x 27 Upgrading from MetaDefender Core 4.x 28 2.4. Metadefender Core Licensing 28 2.4.1. Activating Metadefender Licenses 28 2.4.2. Checking Your Metadefender Core License 35 2.5. Performance and Load Estimation 36 What to know before reading the results: Some factors that affect performance 36 How test results are calculated 37 Test Reports 37 Performance Report - Multi-Scanning On Linux 37 Performance Report - Multi-Scanning On Windows 41 2.6. Special installation options 46 Use RAMDISK for the tempdirectory 46 3. Configuring Metadefender Core 50 3.1. Management Console 50 3.2.
    [Show full text]
  • The Z-Machine Standards Document: Contents
    The Z-Machine Standards Document: Contents The Z-Machine Standards Document Version 1.0 22nd June 1997 two misprints corrected, 9th August resources appendix updated and discovery added to header table, 4th September ● Preface ● Overview of Z-machine architecture Fundamentals ● 1. The memory map ● 2. Numbers and arithmetic ● 3. How text and characters are encoded ● 4. How instructions are encoded ● 5. How routines are encoded ● 6. The game state: storage and routine calls Input/Output ● 7. Output streams and file handling ● 8. The screen model ● 9. Sound effects ● 10. Input streams and devices Tables ● 11. The format of the header ● 12. The object table ● 13. The dictionary and lexical analysis Instruction Set ● 14. Complete table of opcodes (with Inform assembly syntax) file:///D|/doc/zspec10/index.html (1 of 2) [6/22/2000 4:34:11 PM] The Z-Machine Standards Document: Contents ● 15. Dictionary of opcodes An Unusual Font ● 16. Font 3 and character graphics Appendices ● A. Error messages and debugging ● B. Conventional contents of the header ● C. Resources available (with WWW links) ● D. A short history of the Z-machine ● E. Statistics ● F. Canonical story files file:///D|/doc/zspec10/index.html (2 of 2) [6/22/2000 4:34:11 PM] The Z-Machine Standards Document: Preface Preface The Z-machine was created on a coffee table in Pittsburgh in 1979. It is an imaginary computer whose programs are adventure games, and is well-adapted to its task, implementing complex games remarkably compactly. They were still perhaps 100K long, too large for the memory of the home computers of their day, and the Z-machine seems to have made the first usage of virtual memory on a microcomputer.
    [Show full text]
  • IF Theory Reader
    IF Theory Reader edited by Kevin Jackson-Mead J. Robinson Wheeler > Transcript On Press Boston, MA All authors of articles in this book retain their own copyrights. Neither the editors nor the publisher make any copyright claims. Version 1, March 2011. Version 2, April 2011. Please send corrections to [email protected]. Contents Preface Crimes Against Mimesis 1 Roger S. G. Sorolla Theory Toward a Theory of Interactive Fiction 25 Nick Montfort Characterizing, If Not Defining, Interactive Fiction 59 Andrew Plotkin not that you may remember time: Interactive Fiction, Stream-of-Consciousness Writing, and Free Will 67 Mark Silcox 2 Brief Dada Angels 89 Ryan Stevens, writing as Rybread Celsius Object Relations 91 Graham Nelson IF as Argument 101 Duncan Stevens The Success of Genre in Interactive Fiction 111 Neil Yorke-Smith Parser at the Threshold: Lovecraftian Horror in Interactive Fiction 129 Michael Gentry Distinguishing Between Game Design and Analysis: One View 135 Gareth Rees Natural Language, Semantic Analysis, and Interactive Fiction 141 Graham Nelson Afterword: Five Years Later 189 Graham Nelson Craft Challenges of a Broad Geography 203 Emily Short Thinking Into the Box: On the Use and Deployment of Puzzles 229 Jon Ingold PC Personality and Motivations 249 Duncan Stevens Landscape and Character in IF 261 Paul O’Brian Hint Development for IF 279 Lucian Smith Descriptions Constructed 291 Stephen Granade Mapping the Tale: Scene Description in IF 299 J. Robinson Wheeler Repetition of Text in Interactive Fiction 317 Jason Dyer NPC Dialogue Writing 325 Robb Sherwin NPC Conversation Systems 331 Emily Short History 10 Years of IF: 1994–2004 359 Duncan Stevens The Evolution of Short Works: From Sprawling Cave Crawls to Tiny Experiments 369 Stephen Granade History of Italian IF 379 Francesco Cordella Racontons une histoire ensemble: History and Characteristics of French IF 389 Hugo Labrande Preface This is a book for which people in the interactive fiction community have been waiting for quite some time.
    [Show full text]
  • Z-Machine and Descendants
    Glk! A universal user interface for IF! Andrew Plotkin — BangBangCon ’17 Glk! A universal user interface! for interactive fiction! Relatively universal, anyhow. Universal-ish. # 1 Glk! A universal user interface for IF! Andrew Plotkin — BangBangCon ’17 Andrew Plotkin [email protected] http://zarfhome.com/ https://github.com/erkyrath @zarfeblong on Twitter Glk, Glulx, Hadean Lands, System’s Twilight, Spider and Web, Capture the Flag with Stuff, Shade, this t-shirt I’m wearing, Seltani, The Dreamhold, Branches and Twigs and Thorns, quite a lot of adventure game reviews, Praser 5, Boodler, A Change in the Weather, an imperfect diagram of the Soul Reaver timeline, Dual Transform, Draco Concordans, and you know how that game Mafia is also called Werewolf? Ok, funny story there — # 2 Glk! A universal user interface for IF! Andrew Plotkin — BangBangCon ’17 Zork 1 (Infocom) # 3 GrueFacts™: A grue can eat doughnuts indefinitely. Glk! A universal user interface for IF! Andrew Plotkin — BangBangCon ’17 Z-machine and descendants 1979: Z-machine design 1980: Z-machine version 3 (Zork 1) 1985: Z-machine version 4 (A Mind Forever Voyaging) 1987: ITF (first open-source Z-interpreter) 1988: Z-machine version 6 (Zork Zero) 1989: Infocom shuts down 1993: Inform (Curses) 1994: Inform 5 1996: Inform 6 1997: Glk spec 1999: Glulx spec 2006: Inform 7 2008: Parchment (first Javascript Z-interpreter) # 4 GrueFacts™: The first grue to swim around the world was named Amelia Nosewig. Glk! A universal user interface for IF! Andrew Plotkin — BangBangCon ’17 XZip (Curses, Graham Nelson) # 5 GrueFacts™: Grues live an average of 67 years, after which they retire to Iceland.
    [Show full text]
  • Metadefender Core V4.17.3
    MetaDefender Core v4.17.3 © 2020 OPSWAT, Inc. All rights reserved. OPSWAT®, MetadefenderTM and the OPSWAT logo are trademarks of OPSWAT, Inc. All other trademarks, trade names, service marks, service names, and images mentioned and/or used herein belong to their respective owners. Table of Contents About This Guide 13 Key Features of MetaDefender Core 14 1. Quick Start with MetaDefender Core 15 1.1. Installation 15 Operating system invariant initial steps 15 Basic setup 16 1.1.1. Configuration wizard 16 1.2. License Activation 21 1.3. Process Files with MetaDefender Core 21 2. Installing or Upgrading MetaDefender Core 22 2.1. Recommended System Configuration 22 Microsoft Windows Deployments 22 Unix Based Deployments 24 Data Retention 26 Custom Engines 27 Browser Requirements for the Metadefender Core Management Console 27 2.2. Installing MetaDefender 27 Installation 27 Installation notes 27 2.2.1. Installing Metadefender Core using command line 28 2.2.2. Installing Metadefender Core using the Install Wizard 31 2.3. Upgrading MetaDefender Core 31 Upgrading from MetaDefender Core 3.x 31 Upgrading from MetaDefender Core 4.x 31 2.4. MetaDefender Core Licensing 32 2.4.1. Activating Metadefender Licenses 32 2.4.2. Checking Your Metadefender Core License 37 2.5. Performance and Load Estimation 38 What to know before reading the results: Some factors that affect performance 38 How test results are calculated 39 Test Reports 39 Performance Report - Multi-Scanning On Linux 39 Performance Report - Multi-Scanning On Windows 43 2.6. Special installation options 46 Use RAMDISK for the tempdirectory 46 3.
    [Show full text]
  • Z-Machine Interpreters in the 1980S, Infocom Published About Three
    By Hugo Labrande Issue #5 : Z-Machine interpreters In the 1980s, Infocom published about three dozen of text adventures on most platforms of the era, from the TRS-80 to the Atari ST. Their method to spend minimal time on portability was to create a virtual machine, the Z-Machine, and compile their games into bytecode that could be read by the Z-Machine. All was needed was some software that could read this bytecode and execute it on a target machine: an interpreter. To ensure that all interpreters behaved coherently, Infocom actually wrote specifications for the Z-Machine (version 3, 4, and 5 for text-only, and 6 for graphical adventures), which specified how the interpreter should behave; this was to make sure that the people tasked with writing a new interpreter would follow the same rules as the other ones. This specification was then reverse-engineered by amateurs as early as the end of the 1980s (Barry Boone on the TI-99/4A, the InfoTaskForce in Australia, etc.). In the 1990s, people added some features and fixed a few inconsistencies, and created version 8, which was basically the same as version 5 but allowed larger file sizes. This gave the Z-Machine standards, which are available online: http://inform-fiction.org/zmachine/standards/z1point1/index.html This means that if you’d like to implement a Z-Machine interpreter, all you need to do is follow this specification. Over the years, literally hundreds of Z-Machine interpreters have been written, for sometimes very exotic platforms. They sometimes have their own quirks, can fall out of fashion, or get forgotten; I cannot begin to retrace all the Z-Machine interpreters that have been written.
    [Show full text]
  • The Adventurers Club Ltd. 64C Menelik Road, London NW2 3RH
    The Adventurers Club Ltd. 64c Menelik Road, London NW2 3RH. Telephone: 01-794 1261 MEMBER'S DOSSIERS Nos 35 & 36 - NOVEMBER 1988/DECEMBER 1988 *********************************************************** REVIEWS: INGRID'S BACK! SHADOWGATE SCOTT ADAM'S SCOOPS THE INHERITANCE POLICE QUEST BARD' S TALE II CLOUD 99 BUGSY HAUNTED HOUSE THE ALIEN FROM OUTER SPACE DR JEKYLL AND MR HYDE ARTICLES BY: RICHARD BARTLE TONY BRIDGE KEITH CAMPBELL MIKE GERRARD HUGH WALKER LATEST NEWS ON THE ADVENTURING SCENE BASIC ADVENTURING DISCOUNTED SOFTWARE AND MUCH MORE!!! 12 Help-Line Details #3 ***************** EDITORIAL ********* Members have access to our extensive databank of hints and solutions Dear Fellow Adventurer, for most of the popular adventure games. Help can be obtained as follows: Welcome to MDs Nos 35-36, our Christmas issue! * By Mail: We have been very active during the past few weeks, and the most Please enclose a Stamped Addressed Envelope. Give us the title and important item of news this month is the announcement of the version of the game(s), and detail the query(ies) which you have. We "Golden Chalice Awards Presentation Ceremony". Please refer to the shall usually reply to you on the day of receipt of your letter. enclosed leaflet for full details about this important occasion, and Overseas Members using the Mail Help-Line should enclose an I.R.C. for do make sure you that you pencil 25.02.89 in your diary! a speedy reply, otherwise the answers to their queries will be sent Owing to popular demand, we have now produced specially-designed together with their next Member's Dossier.
    [Show full text]
  • IF XML Metadata Format
    **Draft** Interactive Fiction XML metadata format Version 1.0 (Draft) August 3, 2005 by Andrew Hunter Contents 1 Introduction 2 1.1 Who should use this format? ................................ 2 2 The format 3 2.1 The root element: ifindex .................................. 3 2.2 The story tag: story ..................................... 3 2.3 The story identification tag: identification ......................... 3 2.3.1 Example ...................................... 4 2.3.2 Z-Code identification tag: zcode .......................... 4 2.3.3 Glulx identification ................................. 4 2.3.4 MD5 identification ................................. 5 2.4 The metadata tags ...................................... 5 3 Optional modules 7 3.1 The feelies module ..................................... 7 3.2 The comments module ................................... 7 3.3 The resources module .................................... 7 3.4 The review module ..................................... 8 4 Parsing notes 9 5 Attaching metadata 10 5.1 To z-code games ...................................... 10 5.2 In filesystem metadata ................................... 10 5.3 To archive sites ....................................... 10 5.4 To review sites ....................................... 10 1 1 Introduction The original inspiration of this format is an improvement on the existing interactive fiction cataloguing system in Zoom. The original design for this used a text file with an arbitrary format, mainly designed for storing interpreter settings. It was also capable of storing some limited metadata along with stories, in particular a full title for the story, which was used in the interpreter’s title bar, and also to provide a simple menu of stories. This format is intended to provide a more advanced indexing system for stories. It deals specifically with metadata aspects of stories, leaving interpreter configuration issues up to specific interpreters. This release (1.0) will be implemented in the 1.0.2 release of Zoom.
    [Show full text]
  • Interactive Fiction Communities from Preservation Through Promotion and Beyond
    www.dichtung-digital.org/2012/41/montfort-short.htm Interactive Fiction Communities From Preservation through Promotion and Beyond by Nick Montfort and Emily Short The interactive fiction (IF) community has for decades been involved with the authorship, sharing, reading, and discussion of one type of electronic literature and computer game. Creating interactive fiction is a game-making and world-building activity, one that involves programming as well as writing. Playing interactive fiction typically involves typing input and receiving a textual response explaining the current situation. From the first canonical interactive fiction, the minicomputer game Adventure, the form has lived through a very successful commercial phase and is now being actively developed by individuals, worldwide, who usually share their work for free online. Although it is typical to speak of "the IF community", there have actually been several communities representing different interests, different types of authoring systems, and various natural languages. Until around 2005, online archives, discussions, newsletters, and competitions focused the energies of IF community members. But since the middle of the 21st century's first decade, interest in IF has broadened beyond its earlier boundaries and academics, students, and players of indie games who are not IF community members have become active as IF players. Groups have met in person in different cities to play games and discuss work in progress. We consider the IF community's early formation and the way it,
    [Show full text]
  • 2017 B.Voc. Sdsa
    BACHELOR OF VOCATION (SOFTWARE DEVELOPMENT AND SYSTEM ADMINISTRATION) SYLLABUS - 2017 ST.JOSEPH’S COLLEGE (AUTONOMOUS) Special Heritage Status Awarded by UGC Accredited at “A” Grade (3rd Cycle) by NAAC College with Potential for Excellence by UGC TIRUCHIRAPPALLI – 620 002, INDIA 1 Page COURSE PATTERN B. VOC. PROGRAMME - SOFTWARE DEVELOPMENT AND SYSTEM ADMINISTRATION NSQF LEVEL 4: Junior Software Developer General Skill Sem Part Subjects Subject Code Type Education Credits Component Component GE Language-I 17USS110001 Theory 2 - 2 Language II: English GE 17USS120101 Theory 2 - 2 – I Core - GE C Programming 17USS130201 3 - 3 Theory Foundations of Allied- GE 17USS130401 3 - 3 I Computer Science Theory Essentials of GE 17USS141001 2 2 Humanity Junior Software Theory 8 8 SC Developer SSC/ Q 0508 - Practical 10 10 Total for Semester I 12 18 30 Language-I : Tamil I /Hindi –I /Sanskrit – I/French-I NSQF LEVEL 5: Web developer General Skill Sem GE/SC Subjects Subject Code Type Education Component Credits Component GE Language I 17USS210002 Theory 2 2 Language II : GE 17USS220102 Theory 2 2 English – II User Interface Core - GE 17USS230202 3 - 3 Design Theory Graphics Design Allied- II GE 17USS230402 3 - 3 Using Photoshop Theory Environmental GE 17USS241002 2 2 Science SC Web Developer Theory 8 8 SSC/ Q 0503 Practical 10 10 Total for Semester II 12 18 30 Language-I : Tamil II /Hindi –II /Sanskrit – II/French-II 2 NSQF LEVEL 6: Master Trainer for Software Developer General Skill Sem GE/SC Subjects Subject Code Type Education Credits Component Component
    [Show full text]
  • Interactive Fiction for GUI Prototyping
    Portland State University PDXScholar Computer Science Faculty Publications and Presentations Computer Science 6-2013 GUInform: Interactive Fiction for GUI Prototyping Tesca Fitzgerald Portland State University, [email protected] Follow this and additional works at: https://pdxscholar.library.pdx.edu/compsci_fac Part of the Graphics and Human Computer Interfaces Commons Let us know how access to this document benefits ou.y Citation Details Fitzgerald, Tesca, "GUInform: Interactive Fiction for GUI Prototyping" (2013). Computer Science Faculty Publications and Presentations. 209. https://pdxscholar.library.pdx.edu/compsci_fac/209 This Technical Report is brought to you for free and open access. It has been accepted for inclusion in Computer Science Faculty Publications and Presentations by an authorized administrator of PDXScholar. Please contact us if we can make this document more accessible: [email protected]. GUInform: Interactive Fiction for GUI Prototyping Tesca Fitzgerald Portland State University P.O. Box 751 Portland, OR 97207 [email protected] ABSTRACT process. There are many methods of rapidly prototyping a graphical user interface (GUI), the most prominent being paper pro- In this paper, I evaluate the uses, features, and drawbacks totyping and wireframe prototyping. In paper prototyping, of paper prototyping and wireframe prototyping. I discuss the developer creates a physical GUI prototype using simple the background of Interactive Fiction (IF) systems, followed materials such as paper, pencils, and tabbed cards. Paper by an introduction of a new method of interactive prototyp- prototyping, while easy to implement, leads to unrealistic ing using the Inform 7 IF description language for rapidly and awkward user interaction. Wireframe prototyping in- prototyping GUIs.
    [Show full text]