EpicRaid's Forum Posts

  • Impressive. Did you make/recreate all the graphics by hand or ran them through a filter of some sort?

    It looks very authentic as well. Small things. Like how the splash screen 'resets'.

  • Good concept, I see many of these games with very simplistic gameplay yet nice cartoony graphics. I wonder which target audience plays these games?

  • Hi busydude

    What about tablets for example? Won't you need a lot of extra art?

    I also noticed the resolution changes depending on portrait or landscape. Since the white areas are in a different place. This makes it only more confusing.

    Can't figure this thing out!

  • Hello.

    Ok so what should I use? I'm a bit confused. I'm thinking that to have a game fit on both 16:9 and 4:3 resolutions, you can use an 'aestethic' fill space to avoid black bars.

    Also, what resolutions do you guys use? Like 1280x960 or 720x540 or other..? Or do you create seperate games for mobile/tablet? So the graphics will load fast yet look good.

    I've read the Scirra article about resolutions. Do you guys use scale inner or outer? I don't understand which one to use as they both have their quirks.

    Thanks.

  • Try Construct 3

    Develop games in your browser. Powerful, performant & highly capable.

    Try Now Construct 3 users don't see these ads
  • Hello,

    I created this game a few weeks ago. I was inspired by 'Rags to Riches' for the Commodore 64 even though I never actually played the game, but watched it on Youtube.

    Play 'Lousy **** on the Scirra Arcade:

    construct.net/en/free-online-games/lousy-bum-4780/play

    It's not a fully fledged game, more of a demo if you will, but I was curious as to what people think of it.

    - R

    P.S. If anyone knows a better way of updating the leaderboard.. currently it does so every minute. You only die in the game if you get driven over, and there is no ending to the game otherwise.

  • pinellos is totally right. I did as described and it works!

    My game 'Lousy ***** scirra.com/arcade/adventure-games/lousy-bum-33827

  • Thanks for your replies.

    This gives me something to work with. I'm also reading up on picking (Youtube Scirra Videos).

    Regards

  • Hello,

    I'm building a type of tycoon game - or at least am trying to.

    I want to run an event for an amount of time.

    Say, every 0.5 seconds, I add 1 to LotValue for a duration of 10 seconds.

    Every 5 seconds another house is picked and runs that event.

    Or, I guess I could also set a condition just above 'Every 0.5 seconds' instead of having a duration of 10 seconds.

    But the main problem is, the whole thing runs only once. When testing, every 5 seconds it picks a house and sets the containered LotValue and adds '1' to it only once. Then it's off to another random house.

    I'm still learning and this game is a whole new challenge for me.

    Thanks.

  • Well exporting to HTML5 website gives you seperate files in folders. You can still manually zip it yourself. Right click on main folder > send to > zip file.

  • You do not have permission to view this post

  • Hello,

    Doesn't this fit better in the 'Tutorials' section on the Scirra network?

    ;)

  • Edit: Didn't know I just bumped a 25 day old topic. My bad, maybe the user still has some use for this.

    Check your asset files. If they're large, or together large, it will take longer to load.

    Try to use smart ways to reduce file sizes. E.g. use tiled backgrounds, or compress your .jpg files better. Also try to use the same assets but in a smarter way, for example a tree sprite, you can flip horizontally, change it's size, etc.

    Don't forget about audio files, they can chew up MBs in no time.

    Oh, and, delete any unused sprites, files, tiled backgrounds etc from your Construct 2 library.

  • I think you should try to do it differently.

    Say, on key pressed 'Right' -> play 'Walk' animation.

    There's got to be an event before everything.

    So, on key pressed 'Space' -> play 'Fly' animation.

    If 'Player' is on collision with 'Ground' -> Stop 'Fly' animation.

    That sorta thing. I'm not sure what you're making, but it helps to be creative and reading tutorials helps with that :P

    - R

  • You do not have permission to view this post

  • The graphics are certainly high quality, and everything looks and handles professional. But I guess it's got to, after 2+ years of work ;). I'm not that familiar with match 3 games, but the idea looks pretty interesting.

    Anyway, I noticed the original Construct 2 loader (just the loading bar) was still initially on screen. Then it disappeared and the fancy rotating loader showed up. Me being a bit of a perfectionist there.

    Loading time is still a bit long. I don't think it is my PC or internet speed. I guess the loading time will reduce once the game is installed on a device?

    As for gameplay, the planets don't seem to slide smoothly. Every planet 'connects' for a moment and then you need to slide even further.

    Perhaps you could make them slide smoothly (without connecting), and once the user ends touch, then automatically align with the closest planet. I just thought it was annoying to have to slide all the way especially when the correct planet is on the other side of the ring.

    I think smooth sliding could be a real improvement for gameplay speed. Not sure if it can be integrated, but I'm pretty sure you can figure it out. It will also reduce multiple touches for dragging the rings, making it a bit less 'clunky'.

    Out of curiosity, will you charge a fixed amount for the game or will it be free, with ingame purchases for example?

    Anyway, I've seen you helping a lot of people on the forum, so I wish you extra luck with its launch.

    -R