Please test my game - Dark Signs X (DSX)

MadDoc

Registered
Hi,

I have just released the first alpha version of my game. (Please note, alpha - NOT finished!).

Dark Signs X (DSX) for the Mac is a console-based game that simulates a network environment. The game has a dark storyline where you play a computer hacker.

DSX has its own native programming/scripting language called XScript, which is a BASIC-like language. You can write your own programs and run them in the console, or run them remotely on servers within the game. XScript currently supports 40 commands, including IF...ELSE...ENDIF, LOOPS and VARIABLES, with many more planned for the final release. It also has its own directory structure (try typing 'dir' in the console to see!).

This is the first alpha release of the game and I really want people to give me feedback on the flexibility of XScript as a scripting language for the game. I would also like people to experiment with creating their own servers for use in the game (any good ones may be included with the finished game!).

DSX really is very flexible because of XScript and I am hoping people will show some enthusiasm for it

I have written a users manual for the game, which is included in the download as a pdf file (or you can download it separately). I STRONGLY RECOMMEND that everybody wishing to try out DSX reads the manual as it has some tutorials written to demonstrate the use of XScript.

There is no goal in DSX as of yet, as I have yet to create any missions (being only an alpha).

Included in the download, are 3 programs:
1. DSX v0.5 - Alpha 1 (the main game)
2. Script Editor v0.9 (to write the XScripts)
3. Server Builder v0.9 (to build your own servers)

I would really appreciate any and all feedback.

There are a few known bugs already that I am working to resolve:
1. Quitting: Whenever you quit you will get an error message. Just ignore it and click 'Quit'. It does not result in data corruption.
2. Nil object exception errors: DO NOT move anything from its default location - you'll only have yourself to blame!

Get it here (when you get there, choose DSX v0.5.sitx and right-click and download linked file):
http://www.igarry.com/dsx/files/

Thanks guys,

MadDoc,
 
MAJOR UPDATE RELEASED!

I have just uploaded DSX v0.5.1 here.

This is the version log:

v0.5.1:
Bug fixes:

- Fixed the error message on quitting
- You can now type as fast as you like - DSX now uses the native KeyDown method within RealBASIC to catch keystrokes
- Made the inclusion of a "." before path changes compulsory when using the cd command.
- Removed the trailing space following the unrecognised command message

New commands:
- getversion

Bugs remaining:
- Say command: The delay is not in milliseconds. If you want a teletype effect, I would use a delay of 1.

This should make testing a more pleasant experience! I will probably get to work on a better editor next as I need people to make me some scripts/servers.

MadDoc,
 
Back
Top