IMPORTANT NOTE:
requires my "Art API", found here:
http://www.computerc...paintutils-v11/
Details:
You have bought your space cruiser and set out on the beginning of your journey, but lately pirates have been prowling around… Even being in the space ports around the area is tough, and as you grow so do the pirates.
You must destroy and loot pirate ships to get money and crew-members in order to upgrade your ship and better defend yourself.
When you start use the left/right arrow keys to choose your ship model, enter to buy.
(will be adding more ship models)
Fighting:
Z repairs your ship; giving you armor boosts
X charges your guns; giving you a damage boost
SPACE fires your gun
BACKSPACE flees the fight
Controls:
Q to enter the shop if you are in a space port, left/right to scroll between shop options, enter to buy that option, q again to quit
M to open map, left/write/up/down to move your cursor, m to quit, enter to travel to that location
S to start saving, type in your dir, enter to save (enter blank to quit)
L to start loading, type in your dir, enter to load
P to toggle pause
LEFT CNTRL to quit
Stats guide:
Spoiler
Crew: this increases the speed at which you repair/charge, max is always 99.SPD: increases how fast you travel and how well you flee
WEP_SPD: decreases the time between shots
ACC: decreases how likely you are to miss, anything over 100 means you always hit as long as they don't dodge it
EVS: increases how likely your opponent is to miss
ARM: takes a percentage off of incoming damage
DMG: increases the range at which the amount of damage you deal falls between
HP: upgrading health increases the maximum health of your ship.
NOTE: ACC and EVS are capped at 90 so to make the game possible to lose, even with ridiculous amounts of money
Price guide:
Spoiler
Crew: 300SPD: 225
WEP_SPD: 300
ACC: 375
EVS: 375
ARM: 175
DMG: 200
HP: 175
Repair 1 : 1
Repair all: however much it takes to get to max health
Note: prices are not fixed, may change depending on if me or anyone else thinks that there is a balancing issue.
Screenies:
Spoiler
Download:
Spoiler
http://pastebin.com/Z2evQJXyChangelog:
Spoiler
v1.0: initial releasev1.1: added two more ships, fixed ship selection phase.
v1.2: fixed shop, fixed progression (and made it better), fixed loot so that you don't get insane amounts of money.
v1.3: added enemy ships starting with decreased health, added easter-egg.
Thanks :unsure:/>/>
Making ship blueprints:
Spoiler
I decided that I may as well explain how ship building works, so that people can send me suggestions of new blueprints or add them in themselves.In notepad++ create a new page, now, just draw your ship in this page.
Spoiler
example:
_
_/^_
|_|/
V
Now make sure that each line has the correct amount of spaces either side, usually make these even (each line must be the same length at this point)
Now place speech marks at the beginning of every line and commas after every speech mark other than the last one.
Then create brackets to surround the whole thing at the beginning of the blueprint and end.
Spoiler
{" _ ",
" _/^_ ",
" |_|/ ",
" V "}
Now any numbers in blueprints will be ignored, and instead set the current color for drawing the following character, so to set a character to red and then put it back to white like normal do: 2#1 where # is the character.
So add color to your blueprint, 1 is white, 2 is red, 3 is green and 4 is orange.
Spoiler
{" _ ",
" 2_1/3^12_1 ",
" |4_1|/ ",
" 2V1 "}
Now, in notepad++, go the button in the tool bar where it shows an a and a b (replace), do find replace with
Spoiler
{" _ ",
" 2_1/3^12_1 ",
" |4_1|/ ",
" 2V1 "}
Now on the line before this place blup =
Spoiler
blup =
{" _ ",
" 2_1/3^12_1 ",
" |4_1|/ ",
" 2V1 "}
This is the blueprint you must give me.
Now, if you would be so kind, also include the stats of the ship (look at the "stats guide") and point to me where the weapons are on the ship.