Search results

From AGI Wiki
Jump to navigationJump to search
  • ...ction of DOS command line tools for extracting and viewing [[AGI Resources|AGI resources]]. It includes: |* SHOWLOG.EXE ||- Program to display LOGIC resources (by [[Lance Ewing]])
    3 KB (320 words) - 12:02, 24 March 2022
  • <div align="center" style="font-size: 22pt">AGI Base Logic Generator</div> | Software = AGI Base Logic Generator
    5 KB (778 words) - 17:07, 12 May 2024
  • '''AGI''' was written in the early 1980's for [[Sierra | Sierra On-Line]] to creat Utilizing all 16 colors of the EGA graphics adapter, the AGI system allowed players to play an interactive adventure game with text, gra
    4 KB (599 words) - 17:11, 14 April 2019
  • ...resources]] that are a part of an AGI game and uses them to run the game. Logic resources are compiled into a bytecode which has meaning to the interpreter For example, the [[:Category:Logic Commands|logic commands]]:
    3 KB (440 words) - 17:13, 14 April 2019
  • * [[Creating an AGI Game]] * [[How to Make an AGI Game|How to Make an AGI Game]] by [[David Smith]]
    4 KB (614 words) - 02:21, 10 March 2018
  • ==<br /> &nbsp;[[AGI Specifications: Chapter 1 - Introduction|Chapter 1 - Introduction]] == : [[AGI Specifications: Chapter 1 - Introduction#ss1.1|1.1 &nbsp;About this Documen
    8 KB (961 words) - 20:33, 2 March 2018
  • ...nding the LOGIC format (remembering that this pre-dated AGI Studio and the AGI specs).
    2 KB (213 words) - 16:23, 12 May 2024
  • .... The resources on the [[memory heap]] are dumped (with the exception of [[logic 0]]). ...is that the value of the new room is passed indirectly. For details on how AGI manages changing the room, see the '''[[new.room]]''' Remarks section.
    1 KB (187 words) - 18:02, 12 April 2019
  • ...files|game-specific file]] that contains a list of the words that an [[AGI|AGI]] game recognizes. Each word in the file is a part of a [[Word Group|word g ...ve list of words to be recognized by the game without the [[Logic Resource|logic]] programmer having to worry about cluttering the code with each possible s
    1 KB (244 words) - 13:32, 28 January 2022
  • An indirect command is a [[Logic Resource (AGI)|logic]] command that requires the number of a [[Resource|resource]] to be specifi ...de> is direct because it accepts the actual number of the [[View Resource (AGI)|view resource]] that should be loaded. The <code>load.view.v</code> comman
    3 KB (450 words) - 17:26, 14 April 2019
  • <div align="center"><span style="font-size: 22pt">AGI Logic Command Reference</span><br /></div> ...a scripting language that can be compiled into pseudo-code, which is what AGI reads during game play.
    3 KB (484 words) - 19:48, 22 March 2019
  • ...and '''HEIGHT''' are in units of text rows (0 - 24). It also identifies [[logic]] '''LOGNUM''' as the source for trace commands as [[message]]s. Keep in mind that due to a [[bug in AGI]], using any value for '''TOP''' except 1 will result in the trace window b
    2 KB (324 words) - 07:30, 24 April 2019
  • ...IR, PICDIR, SNDDIR</code> are directory files give the location of each of Logic, Picture, View, and Sound data within the VOL files. In version 3 of the in * [[AGI Specifications: Chapter 2 - Overview#DIRFiles|AGI DIR Files]]
    630 bytes (105 words) - 14:48, 26 March 2019
  • The '''trace.on''' command switches the [[interpreter cycle]] to [[AGI Command Tracer|trace mode]]. ...he trace window and identify a logic that contains the text values of each AGI command. It is not required though.
    2 KB (248 words) - 17:46, 24 April 2019
  • <div align="center"><span style="font-size: 22pt">AGI Docs</span><br /> This section provides documentation on all aspects of creating AGI games - programming, drawing graphics, game design etc. There are also some
    1 KB (196 words) - 02:31, 10 March 2018
  • ...ommended that you follow this structure. Once you get more experience with AGI you might like to experiment with this a bit. <syntaxhighlight lang="agi">
    4 KB (682 words) - 16:01, 26 December 2013
  • ...GI Sound Resource|sound]] resources together in a single file. Most Sierra AGI games have multiple Vol files for two reasons: * the original distribution media for AGI games was 360 KB floppy disks; most games were larger than 360 KB – multi
    2 KB (295 words) - 14:49, 26 March 2019
  • .... The resources on the [[memory heap]] are dumped (with the exception of [[logic 0]]). The following actions are then taken to switch to the new room: ...n [[VOL files]] are closed (they will automatically be reopened when the [[logic]] for this room is loaded);
    4 KB (596 words) - 17:56, 12 April 2019
  • ...player asks the game to swim when there is no water in a ROOM, no dynamic logic is loaded to deal with water. Somehow the player needs to be told we don't * [[agi:AGIStudioHelp|AGI Studio Help File]]
    901 bytes (130 words) - 13:29, 26 March 2018
  • [[AGI Studio Help File]] [[Category:AGI Logic]]
    523 bytes (66 words) - 14:01, 30 January 2024
  • ...type refers to the items that are listed in the game's [[OBJECT File (AGI)|AGI OBJECT file]]. ...item to a single question mark does not appear to be required. Most [[Fan AGI Release List|fan games]] continue using the question mark for item 0 and an
    761 bytes (128 words) - 13:58, 30 January 2024
  • ...GI games. It aims to provide a composable, flexible platform for building AGI development tools from, and provides two tools of its own: a Visual Studio ** Decompile and compile AGI LOGIC scripts
    4 KB (450 words) - 16:14, 12 May 2024
  • Hi my name is [[Rainer De Temple]], I'm 24 years old, and have been on the AGI scene since 1997. I'm a moderator for the AGI Wiki.
    3 KB (611 words) - 12:26, 1 February 2023
  • <div align="center" style="font-size: 22pt">AGI Studio</div> | Software = AGI Studio
    8 KB (1,125 words) - 17:08, 12 May 2024
  • ...] that is used by the first [[AGI Room|room]] in the game, and a default [[AGI Inventory Object|inventory object]]. ...such as setting up the game's menus, saving and restoring, and a set of [[AGI Debugging|debugging]] commands. Without the template game, game programmers
    6 KB (993 words) - 10:27, 28 March 2019
  • It is generally a good idea to put all the defines in a logic together, near the top. Define names aren't supposed to be able to be used === Using a define in more than one logic ===
    5 KB (1,021 words) - 16:01, 26 December 2013
  • [[AGI|AGI]] is a game engine which imposes significant memory and resource constraint ...gic]], [[AGI Picture Resource|picture]], [[AGI View Resource|view]], and [[AGI Sound Resource|sound]] resources in a game.
    5 KB (829 words) - 14:22, 24 March 2019
  • <div align="center" style="font-size: 22pt">QT AGI Studio</div> | Software = QT AGI Studio
    4 KB (499 words) - 17:03, 12 May 2024
  • [[AGI for Newbies|AGI for Newbies Index]] [[AGI for Newbies Chapter 1 - Introducing AGI|1]] |
    8 KB (1,455 words) - 17:37, 14 April 2019
  • | [[AGI Base Logic Generator]] 2.0 || align="center" | [[2002|2002/08/31]] || Developer | [[AGI Picture Command Repeater]] 1.02 Beta (AGI Repeat)|| align="center" | [[2001|2001/12/06]] || Developer
    1 KB (132 words) - 10:15, 28 March 2019
  • [[Error Code Tutorial - Logic Errors|2]] | <div align="center"><span style="font-size: 22pt">Logic Errors</span><br />
    10 KB (1,724 words) - 13:57, 30 January 2024
  • ...gic0_cycle</code>||<code>Logic0InitialEntry</code>||This is the first time logic 0 has been executed ...ntax|VB Syntax]] is supported by [[WinAGI|WinAGI]] but not by [[AGI Studio|AGI Studio]]
    3 KB (479 words) - 10:11, 11 February 2022
  • {{Quote|Attrib = Rainer De Temple <ref>from the original AGI Wiki [[wayback:20081230082635/http://www.agigames.com/agiwiki/index.php/Use Hi my name is Rainer De Temple, I'm 24 years old, and have been on the AGI scene since 1997.
    6 KB (879 words) - 17:40, 7 February 2024
  • == Saving Games in AGI == AGI prompts the player for a directory (the default is the current directory, i
    4 KB (673 words) - 13:35, 20 April 2019
  • <div align="center"><span style="font-size: 22pt">Logic Syntax</span><!-- <br /> ...tax described in the [[AGI Specs|AGI Specs]] and supported by [[AGI Studio|AGI Studio]] and [[WinAGI|WinAGI]].
    11 KB (1,579 words) - 13:59, 30 January 2024
  • Logic 0 is special, so a room number of 0 is not valid. * [[Special Variables|Special variables (AGI)]]
    1 KB (203 words) - 20:56, 29 April 2019
  • Sound in AGI are controlled by a handful of flags, variables and commands: ...und volume (var 23) - defines the overall volume of games. The volume in agi sounds go from 0 (maximum volume) to 15 (silent). Notice how 0 is the MAXI
    2 KB (325 words) - 14:01, 30 January 2024
  • ...loaded resources on the heap (known as '[[room.0 resources]]'), such as [[logic 0]], DIR files, object table, menus, etc. <syntaxhighlight lang="agi">
    1 KB (195 words) - 21:53, 21 April 2019
  • AGI PAL is a patch for AGI created by [mailto:dark_minister@hotmail.com dark minister] to change the p ...[wayback:=20010717130614/http://www.classicgaming.com/agisci/agiutil.shtml|AGI Utilities Page]].
    2 KB (340 words) - 16:07, 28 January 2022
  • <div align="center" style="font-size: 22pt">AGI Piano</div><br /> | ReleaseName = AGI Piano
    2 KB (328 words) - 14:57, 7 February 2024
  • ...econd word, etc.) However, when using the [[message special format code]], AGI treats '%w1' as the first word. To minimize confusion when writing [[logic]] source code, the WinAGI compiler requires the word argument '''wB''' to b
    2 KB (300 words) - 19:59, 24 April 2019
  • If a [[sound]] is playing when '''[[restart.game]]''' command is called, AGI stops it. If [[reserved flags|reserved flag]] [[f16 (auto restart)]] is FAL ...heap]] is cleared (which unloads all [[resources]]) and the [[OBJECT File (AGI)|OBJECT]] file is reloaded. The [[screen object]] table is reset, all [[var
    1 KB (230 words) - 20:39, 19 April 2019
  • The '''show.obj''' command displays a [[View Resource (AGI)|view]] representing an [[inventory item]] and its description. ...NUM''' is shown centered at the bottom of the screen. The [[View Resource (AGI)#Description|view description]] is displayed above in a message box. Pressi
    3 KB (452 words) - 18:30, 22 April 2019
  • ...s like [[Print|print]] to give the user information. Each [[Logic Resource|logic resource]] can contain up to 255 messages, with message numbers starting fr <syntaxhighlight lang="agi">
    13 KB (1,882 words) - 14:00, 30 January 2024
  • AGI (Adventure Game Interpreter) was the first major interpreter used by Sierra The latest version of this document can be found at http://agi.helllabs.org/agispecs/ in SGML, HTML, GNU info, Postscript and ASCII format
    8 KB (1,319 words) - 00:50, 3 March 2018
  • [[AGI Studio Help File]] [[Category:AGI Logic]]
    2 KB (278 words) - 14:01, 30 January 2024
  • The '''show.obj.v''' command indirectly displays a [[View Resource (AGI)|view]] representing an [[inventory item]] and its description. ...UM''', is shown centered at the bottom of the screen. The [[View Resource (AGI)#Description|view description]] is displayed above in a message box. Pressi
    3 KB (496 words) - 19:00, 22 April 2019
  • ...m DOS, you can use SavePic. <!-- All of the files can be obtained from the AGI Utilities Page. --> AGI256 is a patch for AGI created by dark minister to modify AGI so that it can use 256 colors. To use this, you will need to create the pic
    3 KB (409 words) - 12:32, 24 March 2019
  • ...source files. This was how some of the early attempts at creating fan made AGI demos were 'glued' together. * [[VOL File (AGI)]]
    3 KB (350 words) - 18:40, 21 June 2022
  • [[Error Code Tutorial - Logic Errors|2]] | ...up that the interpreter can't even risk trying to load error messages from logic code. There are a few warnings in here too so don't worry. Warnings are e
    9 KB (1,557 words) - 14:17, 22 March 2019

View (previous 50 | next 50) (20 | 50 | 100 | 250 | 500)