spacewarguy's Forum Posts

  • It is an interesting and as far as I know, unique mechanic. I also like the style of the game itself, especially the background which is simple and clean yet stylish. Perhaps make it when you are shooting the target reticle stays still, rather than still moving slowly?

  • It doesn't work for me either. Although I can't really find the definite answer anywhere... I'm pretty sure that function isn't finished or simply doesn't work. <img src="smileys/smiley17.gif" border="0" align="middle" />

  • One day it might be able to...? <img src="smileys/smiley17.gif" border="0" align="middle" />

    One thing I hated about Game Salad is that it seemed extremely difficult to get objects to "interact" with other objects. Other then that, it was alright. Except. I. Hate. XCode. Not because I've acually used it, because I haven't, but because the download size was so freaking big.

  • Nice Intrepid! I like the retro approach. And I agree- there is a sad lack of mining games, I'd very much like to see one.

  • Here's a simple way to make an object "swing". Knowing my knowledge, there's probably a better and easier way to do this, but by combining sine behaviours you can acheive a simple swing, also inlcuded in this is ropes that attach to the "board" and move with it.

    I guess it could be useful as a swinging light in a platformer, or something else to add atmosphere...

    <img src="http://i43.tinypic.com/jtvx8x.jpg" border="0" />

    Cap:

    dl.dropbox.com/u/48504160/basicswing.cap

  • Indeed. I used Game Salad before, but it must be the most frustrating interface ever. Now that Construct 2 looks like it will soon be able to make proper iPhone games... well, good bye Game Salad.

  • Maybe something like this?

    dl.dropbox.com/u/48504160/fallingleaves.cap

    EDIT: Dammit, forgot to check which section this post was in. Never mind, that cap above was in CC. I'll see if I can get something working in C2, if you want.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Hi... again. This question is in relation to the one I asked just before, beleive it or not... <img src="smileys/smiley17.gif" border="0" align="middle" />

    Anyway, I've got a system going where the player can build a "starship" out of square blocks, which are aligned on a grid. There are solid wall blocks, and ground blocks. I'm trying to make it so the player needs to build walls to build a room in the starship, and also need to place ground blocks in the empty space so the room is enclosed.

    What method should I use to "detect" whether the room is "complete", ex there is wall blocks enclosing the entire room and there is ground blocks taking up the whole floor (no holes). Or better yet, is there a way to detect if a whole room is created, and then fill it in with ground?

    As I said, the placing thing is all working. Just not the detection.

    Or is this too complex a thing to do?

  • I see, thanks for explaining! It turns out another problem, and I'm seriously embarrased for not noticing this earlier, was that the player soldiers PV for health was set at 3, while the enemy soldiers were set to 6. Change that, and the battles are more equal. Thanks for all the help tulamide!

  • Thanks tulamide!

    I've fixed it so it changes the angle of the correct object, thanks for pointing that one out. However, what do you mean by targets being constantly added? How can I fix this target problem?

  • Hiya everybody,

    This problem is really starting to bug me. I seem to run into it whenever I build a game that involves multiple objects and then tries to handle their destruction from a certain condition, and something always seems to stuff up.

    Here is a simple side on strategy game project, very bare bones. In it, there are two main objects, player soldiers and enemy soldiers. One type marches across from the left, the other the right. The have a bunch of events that handle shooting, walking, aiming and death. Here's the problem.

    These two groups of events, each group handling a different object, should be identical. In fact, I'm almost certain that they are completely identical. However, the "Player Soldiers" do not seem to handle death correctly. As in, technically only the first soldier in the group should be killed, because that's all the bullet could hit. However, every friendly soldier object gets mowed down, not finishing their death animation etc. And yet the other enemy soldiers objects do. Why don't they work the same, even though they are identical?

    Would somebody mind helping go through this CAP? You can download it here if you want to help out:

    dl.dropbox.com/u/48504160/tinywar.cap

    Anyhelp would be seriously, seriously appreciated!

  • >

    > I've been putting a quick game together over the last two days for a break on my main project. It's a mix between an open world space game and an arcade shoot 'em up, with a very... very... heavy focus on customization. It has 35 different ships, with 423,234 different- oh wait, screenshot thread, right. I'll shut up now.

    >

    This kind of sounds like the old Escape Velocity games made by Ambrosia for the Mac. I lost hours of my life on those games... and spent just as much time modding them. I look forward to your game if it comes to fruition.

    Thanks for your interest! I can't say I've played the EV series, but if I remember correctly, wasn't that top down or isometric or something? Unfourtantly, the one I'm putting together is a twist on the open world genre by having flight between planets from a "side on" veiw. So I'm not sure if it's really like EV... <img src="smileys/smiley17.gif" border="0" align="middle" />

  • Looks good. I'm intriqued to know how you created a racing AI. I have pondered so many times on creating unique AI, but I never fully succeed.

  • Wow Instant, that looks very professional. And of course, useful as well! <img src="smileys/smiley17.gif" border="0" align="middle" />

    I've been putting a quick game together over the last two days for a break on my main project. It's a mix between an open world space game and an arcade shoot 'em up, with a very... very... heavy focus on customization. It has 35 different ships, with 423,234 different- oh wait, screenshot thread, right. I'll shut up now.

    <img src="http://i39.tinypic.com/fy21zp.png" border="0" />

    <img src="http://i43.tinypic.com/27x05dd.png" border="0" />

  • You could inlcude the Redistributable DirectX9 installer with the game. I know that would likely be a nuisance though because of its size.