How to run PETSCII

Get technical support from the community & developers with specific X16 programs if you can't find the solution elsewhere
(for general non-support related chat about programs please comment directly under the program in the software library)
Post Reply
Jammer
Posts: 1
Joined: Sun Apr 11, 2021 4:57 pm

How to run PETSCII

Post by Jammer »


I'm new and wanted to try out the PETSCII game. I downloaded the x16 emulator and the X16Robots-shareware. Now what? After searching for several hours, I can't find any instructions how to get the game to run. Can anyone advise me on how to get the PETSCII game to load and run? Thank you.

(Sorry in advance for being the annoying noob, asking a dumb question, not knowing where to look for the obvious answer and not knowing the proper place to post my question.)

User avatar
AndyMt
Posts: 326
Joined: Sun Jun 21, 2020 3:02 pm
Location: Switzerland

How to run PETSCII

Post by AndyMt »


Just press the "Try it now" button on the download page of the program ?. This will run it in the web based emulator in your browser.

Ender
Posts: 220
Joined: Sat May 09, 2020 9:32 pm

How to run PETSCII

Post by Ender »


In addition to what AndyMt said, you can also run it within the emulator by running with "-prg X16ROBOTS.PRG -run" as arguments from the command line.  Or you could type 'LOAD "X16ROBOTS.PRG"' within emulator.  These are assuming you have the Petscii Robots files in the same directory as the emulator.

vthyng
Posts: 3
Joined: Mon May 23, 2022 4:07 pm

How to run PETSCII

Post by vthyng »


I also have not found the magic combination of commands to run petscii robots on the x16 emulator.

Perhaps something has changed since the last post, but the x16 version of petscii robots does not have .prg.  LOAD "X16ROBOTS.PRG" give a not found error, while "X16ROBOTS" tries to load.  I have attached pictures of what I am seeing.

 
petscii_load.png
petscii_and_x16.png
kelli217
Posts: 532
Joined: Sun Jul 05, 2020 11:27 pm

How to run PETSCII

Post by kelli217 »


Make sure that you are using the correct version of the emulator for the program. I seem to recall there being a thread elsewhere on this site about which version it was written for — subsequent versions have changes to the ROM and changes to the hardware addressing that break the game.

TomXP411
Posts: 1785
Joined: Tue May 19, 2020 8:49 pm

How to run PETSCII

Post by TomXP411 »



On 5/23/2022 at 9:15 AM, vthyng said:




I also have not found the magic combination of commands to run petscii robots on the x16 emulator.



Perhaps something has changed since the last post, but the x16 version of petscii robots does not have .prg.  LOAD "X16ROBOTS.PRG" give a not found error, while "X16ROBOTS" tries to load.  I have attached pictures of what I am seeing.



 



petscii_load.png



petscii_and_x16.png



You appear to be running R41 of the emulator. You need R38. Over the last few releases, things have been moving around, and the graphics and memory bank registers aren't in the same place on R38 and R41. 

Here's how I got it to run on my system:

1. Install R38 of the CX16 emulator from https://github.com/commanderx16/x16-emulator/releases/tag/r38

2. Extract the Commodore Robots ZIP file to somewhere on your hard drive

3. Look in the extracted files and copy the contents of X16 into your emulator directory. level-a, level-b, and so on should go directly in the emulator directory.

4. start the emulator (double-click on the emulator icon)

5. LOAD "X16ROBOTS",8,1

6. RUN

 

vthyng
Posts: 3
Joined: Mon May 23, 2022 4:07 pm

How to run PETSCII

Post by vthyng »


Thank you, that fixed it ?

Post Reply