Page 14 of 16

Re: Fast scrolling game howto, anyone?

Posted: Thu May 08, 2014 10:21 pm
by kenneth
The loading of Enola Gay is a firecracker compared to your game. 8)

Re: Fast scrolling game howto, anyone?

Posted: Fri May 16, 2014 10:52 pm
by Chema
Hi guys! more news...

I have been adding a final boss! It is working now. Not exactly the best result I could have obtained, but it is a boss, you have to destroy it and it launches bombs at you, with some nice new animations. And it is quite challenging. I had to finish him several times and it took me an average of 2-3 lives to achieve that.

I also added the final text screen when you finish the game and all that stuff...

So another item from the list which can be deleted :) The end is getting nearer. I still have more than 3.5K free, so there is room for more nice things.

I'd like to add a loading screen... Need to sketch something. Let's see what I can do.

Re: Fast scrolling game howto, anyone?

Posted: Sat May 17, 2014 3:51 am
by coco.oric
Wonderful, i'll be happy to kill the boss :P

Re: Fast scrolling game howto, anyone?

Posted: Sun May 18, 2014 10:30 am
by ibisum
I absolutely can't wait to play every new version you have to release, and I think its going to be an amazing release for the Oric. The kids will love it!

Re: Fast scrolling game howto, anyone?

Posted: Tue Jun 03, 2014 1:05 pm
by Chema
Hi guys. I spent most of my free time playing with my new Microdisc compatible controller (thanks again Silicebit :)) so did not advance much on this game.

However, I have made some progress mainly with my TODO list. Tweaking the initial screens which now, for instance, show the current game keys, optimizing the sound engine a bit and other matters. Mostly internal, so I am afraid there is little new to show here.

Still did not attempt a sketch of my loading screen... That is hard for me. I have some ideas, but need time and inspiration (and a lot of patience) to come up with something usable.

Anyway I wanted to state I have not forgotten this game and I hope to have it finished before going on holidays!

Re: Fast scrolling game howto, anyone?

Posted: Fri Jun 13, 2014 10:39 am
by Chema
Hi again.

After a conversation with Fabrice, he gave me an excellent idea I'd like to include in the game. A kind of beginner's mode where the game will pause and pop some messages to aid the player.

I've made a first test and I think this is quite possible. I still need to decide what text to print, what to say and when, but for instance it can guide the player explaining the effect of pressing a switch, what happens when he grabs a ball of energy or when he collects a retro item dropped by an exploding enemy.

This should be a different play mode, so once you know how to play, you can avoid all these interruptions. The thing is now how to set up this within the current program. An idea could be substituting the Instructions menu for a Beginner's Game. This will launch a normal game, but including the help messages, which will be printed only the first time the player does something and then behave as usual. As the first levels are easy, this might work without the need of having an specific simple game mode.

For instance:

Code: Select all


(Player destroys a surface objective)
SURFACE OBJECTIVES: DESTROY AS 
MANY AS POSSIBLE TO GET BONUS AT
AT THE END OF THE LEVEL

(Player grabs an energy cell)
ENERGY CELL: THIS INCREASES YOUR
HITPOINTS (PURPLE BAR AT THE TOP
RIGHT OF THE PANEL)

(Enemy drops something)
THIS ENEMY DROPPED SOMETHING. IT 
CAN BE A POWER-UP OR A RETRO-ITEM.
TRY TO PICK DROPPED ITEMS UP.

(Player grabs an item)
RETRO-ITEM: THIS INCREASES THE 
RETR-O-METER (RED BAR IN THE PANEL)
WHEN FULL, YOU'LL GET AN EXTRA LIFE

(Player presses a switch)
PRESSED A SWITCH: THIS WILL TOGGLE
ONE OR MORE LED INDICATORS IN THE 
PANEL. WATCH OUT ITS EFFECT.

(After blinking to the new combination)
THIS TIME IT TURNED ONE LED ON.
FIND THE COMBINATION TO TURN ALL
LEDS ON TO DESTROY THE SHIP
The Instructions screen (which includes two pages of text) will be split, so that the intro text is shown while the game is in presentation mode (as another screen similar to Hall of Fame or Power-ups or menu), and the second page which includes how to play the game will be printed when the user selects the Beginner's game before launching it.

Once the player knows how to play, he can proceed with the Play Game menu item, which won't include the in-game help messages.

Does this make sense?

This will add a little touch of modernity to the game, as well as remove the need to read an external instructions document.

Re: Fast scrolling game howto, anyone?

Posted: Fri Jun 13, 2014 10:46 am
by Godzil
Will it be some sort of a bubble that point to the thing you are explaining?

Re: Fast scrolling game howto, anyone?

Posted: Fri Jun 13, 2014 11:42 am
by Chema
No. Unfortunately I cannot plot text on the play area. The game pauses and the message appears at the bottom three lines of text (where the radar is located). It remains there for some time or until the user presses a key. Then the radar is displayed again and the game continues.

It would be nice to have a bubble and an arrow pointing to the items, but cannot be done :(

Anyway, I think it would work and would be a nice addition.

Re: Fast scrolling game howto, anyone?

Posted: Fri Jun 13, 2014 12:01 pm
by Godzil
At least if you can, make the thing (if possible of course) blink so that we now what the text is about

Re: Fast scrolling game howto, anyone?

Posted: Fri Jun 13, 2014 8:25 pm
by coco.oric
It seems to be a good idea.
Even if it isn't in a bubble

Re: Fast scrolling game howto, anyone?

Posted: Tue Jun 24, 2014 7:59 pm
by Chema
Well, I have finished a couple of things and added this kind of simple tutorial mode and I sent the beta to some volunteers... Now I am waiting for feedback.

If it is positive, I will clean up a couple of things and finally release this game... That is good news :)

Stay tuned.

Re: Fast scrolling game howto, anyone?

Posted: Tue Jun 24, 2014 8:17 pm
by ibisum
Woo hoo! Can't wait for release! It'll be party time!

Re: Fast scrolling game howto, anyone?

Posted: Wed Jun 25, 2014 8:41 am
by Hialmar
Wonderful, I can't wait to play it :)

Re: Fast scrolling game howto, anyone?

Posted: Mon Jul 07, 2014 2:34 pm
by Chema
Beta testing is almost finished. Really nice feedback with some issues detected (most of them already corrected too!).

There are a few details I'd like to polish, but it is almost there.

On the sad side I am unable to come up with a nice presentation screen. Made different attempts with horrible results. Definitely I'm not a good artist :(

Will try again, anyway.

I think it would be a nice idea to start preparing a webpage for the game... Dbug, can you give me room in DF as usual? I also want to put the sources of the game in the SVN as soon as they are quite definite.

Oh, and I will also include a small doc with basic instructions.

Cheers!

Re: Fast scrolling game howto, anyone?

Posted: Mon Jul 07, 2014 5:45 pm
by Dbug
Chema wrote:On the sad side I am unable to come up with a nice presentation screen. Made different attempts with horrible results. Definitely I'm not a good artist :(

Will try again, anyway.
I (or other) can give a shot at, if you tell us what type of presentation you are thinking of :)
Chema wrote:I think it would be a nice idea to start preparing a webpage for the game... Dbug, can you give me room in DF as usual? I also want to put the sources of the game in the SVN as soon as they are quite definite.

Oh, and I will also include a small doc with basic instructions.
Sure, no problem.
Just give me some material (picture, some text, logo, etc...) and I will add a new oricium.defence-force.org page :)