+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+									      +
+									      +
+			  Smiley Godbots	v.1.00		              +
+									      +
+									      +
+									      +
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

0. Intro

	What the hell is this thing?


Well, it's a super retro ASCII bot fighting game coded entirely in FreeBASIC.
SG1 features fully creatable characters, from designing the look to setting
your moves/health/power/reach based on a point system which varies from mode
to mode. 

	Great! How do I play


Click on the smileygodbots.exe application file and wait for the mainmenu to
appear.

Controls: Use arrow keys to move around, and the CONTROL button to attack.

@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@

1. Godmaker Mode

	What is Godmaker Mode?

Godmaker mode is an interactive fighting competition in which you earn points
by winning matches. The points act as currency to upgrade your bot's health,
power, reach, and to purchase supermoves.

In Godmaker Mode, you begin the game with between 1500 and 2000 points.

		REACH @ 100 PER POINT
		POWER @ 100 PER POINT
		HEALTH @ 20 PER POINT

Super Moves will vary according to ass-kickingness. 

	The game is asking me if I want to construct my Smiley's appearance,
	and I do, but I don't know what to do!

The 'construct smiley appearance option links you to the Smileymaker which
is discussed later in this document.

@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@

2. AI vs AI

This mode is set up to allow you to watch bot on bot fights in the manner of 
your choosing. This would be advantageous to someone interested in seeing how
their bot responds to their AI scripts.

	Why would I want to watch my computer play with itself?

Because this is a legal alternative to dog/cock/bum fighting and you don't 
have to clean up after it.
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@

3. Survival Mode

Survival Mode allows you to play as the game's stock or characters created from
the Make New Bot selection off the mainmenu. It's a basic player1 vs. computer
mode. Bots created in Godmaker mode are not playable in survival mode until you
have defeated the game.

@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@

4. Make New Bot

Here you can add bots directly to the game, the will be immediately playable in
all modes save Godmaker. You automatically start with 1700 points to spend on
health/reach/power, and your supermoves are free with a max of five. 

Bots who have gone through Godmaker mode have access to special moves only
availible there, and the potential to have far more dazzling stats than bots
created from the Make New Bot menu.

@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@

5. Smiley Maker

This is the ASCII drawing program I used to animate the beautiful ASCII smilies
you see before you on your screen. All characters were created for the game 
using this program.

The Smiley is a 5 across by 6 up array of characters, with 10 flicker pages for
animation. It uses the standard ASCII key set of 0-255. Charts are availible 
online for ease of usage. Search: ASCII chart.

COMMANDS
~~~~~~~~

To Change the Current ASCII character:

N 				Will ask you for a number. This number will 
				represent the ASCII character code. So let's
				say you wanted to change the current character
				from a | to a smiley face. Hit N, and then type
				1, and voila! 1 is the code for a smiley face
				character.

T				Will ask you for a text character. Say you wanted
				to change the smiley face back to a pipe (|). Hit
				T and then when it asks you for a character type in
				"|".

<SPACE>				Moves the ASCII character up 1.

<RETURN>			Imprints the current character into the image buffer.

P				To copy one page to another page, type P. It will 
				ask you for the source and destination page. 

+				Moves between flicker pages

-				Moves between flicker pages


S				Saves smiley. It is imperative that if you are in
				Make New Bot mode, or Godmaker mode that you name
				your saved file exactly what your character's name is,
				with no extension. 

L				Loads a saved smiley. If you are in Botmaker/Godmode
				and you want your new character to look like say, 
				Zeus or someone, simply load the smiley with the L
				button, and when it asks you for the name of the file,
				type "zeus." Then save your smiley as your character's
				name and voila! You look like Zeus, yet you are you.


D				Demonstrated the animation. You must save your smiley
				before you can look at it. 

Z				Start Over/Clear all pages

X				Quit

**Always be sure to save your smiley before quitting!

@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@

	I want to fight my bots against my friend's bots and I don't want the
	other characters interfering!

Ok. Go to the playerdata.dat file in the playerdata file folder and remove any 
reference to characters that are not yours or your friends. You should probably
make a backup of the file first. Add the .DAT extension to the end of your
player's name.

	Now I want to edit my bot's AI and powers, but the computer only lets
	me do this for Godmaker and created bots.

Two meta-commands off the mainmenu are ":" and ";". Colon and semi-colon. These
will let you edit non-created characters. 

Also, when a new bot is created from Make New Bot, the name goes in the 
playerdata.dat file, and the unplayerdata.dat file. By contrast, a bot 
created with Godmaker only goes into the unplayerdata.dat file, until you
win the game. Without the meta-commands, only players in the unplayerdata.dat
file can be edited, so if one player's name happened to be in both files...
You get the pic.

@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@

	This game is offensive, vulgar, and stupid!

Yes. Well- I tried to offend everyone equally, with the exception of the Taoists
and the Dogon whose religion I genuinely respect.


	"Obedience to the law is the dried husk of Faith and
	 Goodwill." 
			-Lao Tzu

@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@

	I'm offended you forgot to offend me!

Oh. Sorry. There's only so much time in the day.

@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@


	Author :	Rollie Bollocks
	Contact:	dtolkacz@gmail.com


@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@MOVES LIST@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@

ELOHIM			Kamikaze	: SAA
			Grenade 	: AAA
			Electric Smooth : FFF
			Bleeding Heart  : BBB
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
ZEUS			Suck		: BBB
			Electric Smooth : BFA
			Self Immolation : AAA
			Teleport Away	: DBA
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Regis Philbin		Beer		: FFA
			Suicide Bomber	: BBA
			Self Immolation : BFA
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Jehovah			Teleport Toward : BBB
			Electric Slide  : BFA
			Dizzy		: SBF
			Suck		: SBB
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Yahweh			Bees		: BFA
			Grenade		: BBA
			Switcheroo	: DDD
			Dizzy		: SAA
			Suicide Bomber	: FFA
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Allah			Suicide Bomber	: FFA
			Glock 9 Minus   : BBA
			Self Immolation : AAA
			Push		: FFF
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Dahvahyd		The Fear	: SAA
			Slashes of Disas: FFA
			Teleport Away	: DBA
			Mystic Shism	: BBA
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
The Artilect		Double Dash	: FFA
			Suck		: FFF
			Self Immolation : AAA
			Teleport Toward : FBF
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Urizen			Self Immolation : AAA
			Dizzy		: SBF
			Double Dash	: FFA
			Grenade		: BBA
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Ahriman			Suicide Bomber	: FFA
			Self Immolation : AAA
			Ninja Asterisk  : BFA
			Glock 9 Minus	: BBA
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Marduk			Electric Slide	: BFA
			Bleeding Heart	: AAA
			Teleport Toward : DDB
			Dizzy		: SBA
			Self Immolation	: FBA
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Pazuzu			Bounce		: SAA
			Suicide Bomber	: BFA
			Teleport Away	: DBA
			The Fear	: SBF
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Set			Slashes of Disas: FFA
			Glock 9 Minus	: FFF
			Ninja Asterisk	: BFA
			Bleeding Heart	: AAA
			Bees		: BBF
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Gabriel			Ninja Asterisk	: FFA
			Teleport Away	: DBA
			Double Dash	: BBA
			Suck		: SUU
			Bleeding Hearts : AAA
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Tanit			Push		: FFF
			Bleeding Hearts	: AAA
			Electric Slide	: BFA
			Bees 		: FFA
			Teleport Away	: DBA
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Beelzebub		Bees		: FFA
			Suicide Bomber	: BFA
			Electric Slide	: BBA
			Bounce		: SBA
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Ereshkigal		Push		: BBF
			Switcheroo	: FBF
			Bounce		: SAA
			Bleeding Heart	: AAA
			Double Dash	: BFA
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Lilitu			Bounce		: SAA
			Push		: FFF
			Slashes of Dis	: FFA
			Electric Slide	: BFA
			Teleport Away	: DBA
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Azazel			Suicide Bomber	: FFA
			Electric Slide	: BFA
			Teleport Away	: DBA
			Bleeding Heart	: AAA
			Glock 9 Minus	: DFA
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Jeebus			Glock 9 Minus	: FFA
			Electric Slide	: BFA
			Grenade		: BBA
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Buddha			Glock 9 Minus	: FFF
			Ninja Asterisk	: BFA
			Teleport Toward	: DFA
			Self Immolation	: AAA
			Bounce		: SDD
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Cowboy Wannabe		Glock 9 Minus	: FFA
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Slut			Slashes of Dis	: FFA
			Teleport Away	: DBA
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Some Drunk		Beer		: FFA
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
			
		







	
