Page 1 of 1

CommandSpace - New Space RPG

Posted: Thu May 03, 2012 2:57 pm
by Commander

Re: CommandSpace - New Space RPG

Posted: Thu May 03, 2012 4:06 pm
by Foofighter
Hi,
cant reach your website, its just loading and then timeout..

EDIT: Now its working let me take a look.

EDIT2: i think its worth a shot but its important to bring up the help section, so far i had no clue what to do in the game and found no help cause the help section isnt finished.

regards

Re: CommandSpace - New Space RPG

Posted: Thu May 03, 2012 5:36 pm
by Ark
Nice job on it!

even though as foo said I didn't know what to do. :?

Re: CommandSpace - New Space RPG

Posted: Thu May 03, 2012 8:21 pm
by Commander
I've made some small changes to the game that should greatly improve the look, thanks for checking it out!

Re: CommandSpace - New Space RPG

Posted: Thu May 03, 2012 10:32 pm
by SpiritWebb
Nice layout, love the star background!!

Re: CommandSpace - New Space RPG

Posted: Fri May 04, 2012 2:21 am
by Callan S.
Nice cursor! How'd you do that?

I'll just say, it's uncanny how much in any game I don't want to fill out a registration page. Really puts me off and I think I'm not the only one. In some code I wrote recently I made a guest log in system, where you can change to a registered character after begining play if you want to. I think it's a good way to go, if your already putting alot of effort into the polish of a game.

Re: CommandSpace - New Space RPG

Posted: Fri May 04, 2012 4:55 am
by Commander
I've just finished the entire Beginner's Guide if anyone wants to volunteer and test the game out, I'm starting on the first missions tomorrow but the game is very playable without missions.

Re: CommandSpace - New Space RPG

Posted: Fri May 04, 2012 8:06 pm
by Jackolantern
Nice stuff! And yes, how did you do the cursor? Because the old Browser Wars 1.0 custom cursors are long gone. Is it just simulated?

Re: CommandSpace - New Space RPG

Posted: Fri May 04, 2012 8:12 pm
by Commander
Jackolantern wrote:Nice stuff! And yes, how did you do the cursor? Because the old Browser Wars 1.0 custom cursors are long gone. Is it just simulated?
Well after I made the red and blue cursor all I did was add the image source to my php template, and made it so that was the default cursor. Also, when you hover over a link, the cursor will turn red in the center. It's really pretty simple I'll show you below.

Code: Select all

cursor: url(images/cursor_normal.png),auto;
cursor: url(images/cursor_over.png),auto;

Re: CommandSpace - New Space RPG

Posted: Fri May 04, 2012 9:40 pm
by Jackolantern
Oh, for some reason I thought that was removed after the Browser Wars. Thanks :)

EDIT: Oh wait, I am thinking of custom main scroll bars and chrome. Those were removed a long time ago, not custom cursors. 8-)