mOOnpunk's Forum Posts

  • The excellent 3d object plugin is free now.

    kindeyegames.itch.io/c3-3dobject-alpha

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • You could have a value in the array which specifies which region a tile belongs to, then check tiles per region only when you need to.

    You would have to set this value before the game begins manually though.

    Also be aware that when it comes to foreach loops doing

    array = 1,

    foreach

    is more efficient than doing,

    foreach,

    array = 1

  • Its hard to say without seeing your code logic for determining how an enemy ship is destroyed.

    The ship has to be singled out in some way, whether its on a Collison check with a missile and health is below 1.

    Or check all healths of enemy ships like; enemy ship health < 1, for each enemy ship, destroy enemy ship.

  • wow crazy.

  • Do empty array slots take up resources? I dont know.

  • You just match the x and y tile id to the x y position in the array, and use the z slots 0, 1, 2 etc to store the values. You just need to keep track of what the values relate to for each slot.

  • Are you wanting to make it fully 3d like the later games, or like the original with an 360 degree image?

    You could do both full 3d environment or, i think there's a plugin for 360 image.

  • Is it possible to have objects associated with a dialog box clip when they move outside of the boxes edge, so objects can be scrolled without the need for doing force own texture and destination out?

  • Nice videos. Seems like a well thought-out design so far.

  • Sounds great.

    I think some of your icons are mixed up on your website.

    Also i'm not signing up to Instagram just to watch your demo video.

  • Are your walls 2d, then you place 3d objects where the 2d walls are?

    Line of site is 2d only and doesn't work in 3d.

    If you want to do 3d ray casting you can use the third party 3dobject plugin which has it.

  • Also i think the debugger itself can contribute to a high cpu usage.

    You coded your game badly. We all do it when we first start.

    People here showed you how to do it a better way, they were olite and gave you multiple options, but you were unwilling to learn.

    It's not people helping you giving excuses lol.

  • Very impressive as always.

    Everything seems to be working flawlessly now.

    Thanks very much. It should be included with the official C3 examples.

  • I've never been able to get offline mode to work, even when i get the message saying its ready of use offline. Luckily its not so much a problem as i have reliable internet.

    I've never liked how Scirra doesnt credit accounts for downtime. If they are down for a day, then you should get an extra day added to you subscription.