Alexixiv's Forum Posts

  • Feels oldschool with a good combination of abilities and limitations. I think the starting keyboard controls could be better like maybe make moving left and right A and D and abilities something like J K L. You do have a way to set your own controls which is nice though. Game is responsive and animations are well done. I would suggest adding it to the Scirra Arcade to give it a little more exposure.

  • Alright, Mesh, Color and Armature done...

    This will replace the ship in my demo. Here is Inkscape concept and the blender3D model.

    <center><img src="https://lh4.googleusercontent.com/-gQqYJV8ZODc/UmqmaK9s5PI/AAAAAAAADZ8/w_w3CSEgD8k/w895-h783-no/BTbeforeNafter.png" border="0" />

    <img src="https://lh4.googleusercontent.com/-yJ6kKUY6T1g/UmqgoXyuRDI/AAAAAAAADZQ/87hT2vKHHFA/w300-h400-no/output_C1T8Er.gif" border="0" /></center>

  • I use Sumopaint or inkscape for the stand-in graphics then move to blender for production graphics, Here are a couple of examples

    <center><img src="https://lh3.googleusercontent.com/-tIiDf04i_gE/UVmKSq44PKI/AAAAAAAAC3k/pYDWIKSo4-U/w514-h611-no/photo.jpg" border="0" />

    <img src="https://lh4.googleusercontent.com/-ou961sXd7oo/TcjRPlPNhTI/AAAAAAAADZI/i_BIQMwR29s/w631-h704-no/Sage_TestREND.png" border="0" />

    </center>

  • Demo and details:

    Hard Space WIP Cs2 Thread

    <img src="https://lh4.googleusercontent.com/-DRngQ6yPiUY/UmV77oezzTI/AAAAAAAADYg/u4-l2rSD46E/w830-h540-no/Hard+Space+Concept+SS.jpg" border="0">

  • 06/01/2014: Progress Report

    Test Play Link:

    https://googledrive.com/host/0B4hvjRyB7 ... hzaXpQaE0/

    Coming back from my game making hiatus, I got the move system done and unpolished production graphics. I had to change to a smaller main sprite to give more visibility to the scene so it is now a glowing spot with a triangular indicator. To match the lore, the mech is actually piloted using remote cameras that transmit to the cockpit. Will be adding some enemies soon.

    10/12/2013: Original Post

    Here is a mechanics concept build of what I have so far...

    Just using stand-in graphics right now to hash out the events.

    *Click to move to a line of site location

    *Press any key to use charged EMP

    https://googledrive.com/host/0B4hvjRyB7 ... index.html

  • I have a very basic game idea someone is welcome to, would work great for touch devices.

    Top-down View of streets with traffic lights at every intersection and a parking garage. The cars all move at the same speed and the player must tap the traffic lights to direct the flow of cars and get them all into the parking garage.

    The streets are all single lane streets, but not one way.

    The traffic lights have four modes: Stop, Go, Left Turn, Right Turn

    Additional mechanic concepts:

    -The player may tap and hold on a traffic light and select a traffic cop to clear traffic jams automatically. Maybe only three traffic cops per scenario.

    -Difficulty can be increased by changing the cars speed limit, by making the cars pass a check point before going to the parking garage or reducing the number of entrances into the parking garage.

    Hope someone finds this useful.

  • I started by thinking up a game that I want to play myself. Something that I feel is missing from the available games. Then I started writing down just the mechanics that would be needed to make the game such as how the player will move or what interaction the player will have with objects. Then from that point I began making several small test projects containing a single mechanic and stand in graphics (black squares and circles). Once I have the mechanics all worked out I set out to merge them into a single project one mechanic at a time. Then I begin putting in production graphics and implementing them as I go so that I constantly feel my game come to life. Then I go through another phase of extensive testing to try and break my game as a player might and correct any bugs I find. Then I begin the part I like the most, which is polish. Special FX, animation touch ups, graphical enhancements, flavor text, lore, everything that might give a player a sentimental connection to the game.

    I manage my project time by establishing a schedule and sticking to it whenever possible but with a kid a lot of time that can be impossible and you will have to delay until the next day or so but always try to keep it. Here is mine (sorry if this seems a little silly):

    Monday: Workout, Gaming

    Tuesday: Cooking, Workout, Gaming

    Wednesday: Developing, House Cleaning

    Thursday: Shopping, Workout, Developing

    Friday: Workout, Gaming

    Saturday: Cooking, Family Projects/Trips, Developing

    Sunday: Family Projects/Trips, Developing or Gaming

    I have found that the trick here is to only develop as many days as you have planned for and not more, which will help with preventing burn out and I always make up my missed dev days by overwriting a game day where needed.

  • Might need a little more information about your game. I can interpret your request several different ways.

  • yes, I tried that, seems that even if the player is not visibly overlapping the black tiles if it is behind the object the player is currently on it still counts as overlapping it so I cannot use it as a blanket behind everything as I would like.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • awesome, thanks for taking a swing at that for me. Not quite what i was looking for but that is my fault really for not giving more info on my project.

    I am making a top down rpg where players acquire suits that let them travel underground and underwater. I am using 8 dir movement behavior. when the player is wearing a suit that can go underground for instance they click a button and all the surface objects are hidden and the underground objects are made visible and collisions enabled. i do not want them to be able to leave the tiled area as that might be into water or something. it would be nice to have a black layer behind the walkable layer that the player cannot go to. I am hoping to not have to create a barrier object to line the whole map with because I would have to do it for each layer which would be a little tedious.

    I am totally holding onto that example for future mechanics in my game though, that is pretty cool.

    Thanks!!

  • Ok here is the breakdown

    -Sprite Object

    -Grass Tiled Background

    -Black Tiled Background

    The Grass area is not covering the whole layout but the Black area is. The Grass tile is on top of the Black area.

    The goal is to keep the sprite from leaving the Grass area without having to create a separate collision object.

    So whatcha got?

  • It looks like every time it moves it removes the blocks then puts them back and during that tick it sees the event "when not overlapping plunger" as true and then spawns the new blocks...

    Anyone have a suggestion?

  • Ok, I got something close enough to a solution that I can continue on with my project. It still messes up over speed of 1900, but that is enough of a speed range to work with.

    I started rounding the angle of the bullet motion to the nearest 90 degrees and the x/y position to the nearest multiple of 64 and made sure all my objects and origin points were positioned accordingly and voila.

    Special thanks to Mipeyon this postfor the rounding formula.

  • Could you look at the example that I have and add your suggestion to it, I cannot seem to get that to work for me...