GoldSpace (Working title: Space Pirate)

Bombini

  • *
  • Posts: 1400
Hôla!
I was asked how i create the back ground stars.
It is actually very simple.
In case you are also interested:



Cheers!

1MrPaul1

  • *
  • Posts: 1285
Is it very good idea to create objects with effects every 0.1 sec?
it can cost a lot of power, especially outside of flash.
I can suggest you to make 4 particles animations (with your colors), create 50 or 100 at once, move them,  than when they go out of screen, place them on the opposite side of the screen on start pos and set random color to it and random Y pos
May be you don't need my advice, but this behavior id better for fps and especially when you want smooth motion of the objects on screen.
Good luck with your projcts, hope you will publish it soon

« Last Edit: January 11, 2018, 07:57:20 am by 1MrPaul1 »

Bombini

  • *
  • Posts: 1400
Thanks!
I didnt know that and will try it out.
Cheers!


Bombini

  • *
  • Posts: 1400
I never had problems with performance but i will take a look.
Images do not give me the same effect because of the various speeds.

Thx!

Bombini

  • *
  • Posts: 1400
Puh...the last days have been rough.
I was close to deleting all files and calling it a day (those moments you have 3-4 times in a project).

There are personal conversations (not the mission briefing/debriefing) in the game which follow a certain logic:
  • Conversations become available after a certain mission
  • Players can speak to characters with available conversations either before or after a mission.
  • Conversations do not change until the player has spoken with the character. For example, if Saratia had a conversation become available after mission 3, but the player chooses not to speak with her, that conversation will
    remain the same until he does. Even if additional conversations with Saratia become available, the player needs to talk with her and experience her mission 3 dialogue before her, say, her mission 7 dialogue appears.
  • If the player completes all of a character’s dialoguebefore the final mission he has the opportunity to have unique final mission dialogue before leaving on his shuttle.



These conversations should introduce the characters better in case you are interested.
And this logic drove me nuts :)

NickamonPoppytail

  • Posts: 1141
Puh...the last days have been rough.
I was close to deleting all files and calling it a day (those moments you have 3-4 times in a project).

3-4 times? Usually this only happens to me once or twice per project (and the reason is simply because they were bad Poppytail games).

There are personal conversations (not the mission briefing/debriefing) in the game which follow a certain logic:
  • Conversations become available after a certain mission
  • Players can speak to characters with available conversations either before or after a mission.
  • Conversations do not change until the player has spoken with the character. For example, if Saratia had a conversation become available after mission 3, but the player chooses not to speak with her, that conversation will
    remain the same until he does. Even if additional conversations with Saratia become available, the player needs to talk with her and experience her mission 3 dialogue before her, say, her mission 7 dialogue appears.
  • If the player completes all of a character’s dialoguebefore the final mission he has the opportunity to have unique final mission dialogue before leaving on his shuttle.

These conversations should introduce the characters better in case you are interested.
And this logic drove me nuts :)

It makes sense. However some players may find it annoying if they have to listen to dialogue from many missions ago (I don’t know how many missions are in the game, nor how long each mission dialogue is).
Upcoming Projects
Poppytail 5 and Pixeltail: Fifth and sixth main instalments in Poppytail series. A Game About Trimming Hedges: Final Version: An updated version of the original AGATH. One Million: Last-one-standing style small project. The Poppytales: Platformer boss rush with character collecting. Skies n' Fall: Boss rush shooter prequel to Rise n' Brawl. Precious: Weird platformer. Christmas Time 2: Sequel to Christmas Time 1.

Bombini

  • *
  • Posts: 1400
3-4 times? Usually this only happens to me once or twice per project (and the reason is simply because they were bad Poppytail games).
Oh well its a complex system with a couple of complex core systems which interact withanother ;)

It makes sense. However some players may find it annoying if they have to listen to dialogue from many missions ago (I don’t know how many missions are in the game, nor how long each mission dialogue is).

This has been taken into account:
  • Those are personal conversations which are not realted to the current mission but give you details about the character. You are getting to know them better
  • Those are not mandatory. Only the mission briefing/debriefing

Bombini

  • *
  • Posts: 1400
Something i am currently testing is a cover system which i wanted to have for a long time.
The player will basically go into cover when hitting a cover makred obstacle.
This allows a more interesting level design.

Like this:


One issue i was facing was the projectile. I wanted the player to be able to shoot from out of cover.
Fact is though that the projectiles obviously hit obstacles in egenral and set them on fire , let them explode or whatever.

I somehow had to let the projectile pass throuigh the cover though.
An idea i had was removing the the collission and adding it again when cover is passed:

This doesnt work though (atleast in simply physics which i am using because of the tile collision boxes).
What i am doing right now is a bit dirty but it works.
I spawn a projectile without collision and kill it/let it create the standard projectile with coillision when the cover is passed.

Lets see if playtesters like it.
Did you guys work with some sort of cover systems in the past?
Any other ideas?

Cheers!

merrak

  • *
  • Posts: 2737
While not for a cover system, I did attempt the same thing you did with adding/removing collision shapes for something with my isometric game and pretty much came to the conclusion it wasn't a good idea. I forgot why by now, but I do remember having the same problem you did. I didn't stick with it long enough to try to debug it, since by then I was also coming to the conclusion I needed to write my own physics system (for different reasons).

For what it's worth, I think your "workaround" is actually the better solution anyway. Another solution would be to use different animations (one with collisions and one without), but I don't think there's any reason to switch methods.

Bombini

  • *
  • Posts: 1400
Inyeresting!
I sctually tried changing animations as well but could not get a good result.
Cheets!

merrak

  • *
  • Posts: 2737
Inyeresting!
I sctually tried changing animations as well but could not get a good result.
Cheets!

Hands shifted one column to the right on the keyboard? :P

Bombini

  • *
  • Posts: 1400
Hehe... ;)
Mobile phone while trying to prepare breakfast and get ready for work.

Bombini

  • *
  • Posts: 1400
Some serious transforming going on ...


Bombini

  • *
  • Posts: 1400
hi guys,

I added some new elements:
  • Electro fields which obviously harm you
  • Walking spider bombs
  • Freezing blow which freezes you



Cheers!