roguecore's Forum Posts

  • A miniboss from the beginning of Cyber Shadow

    Also first time posting here, I think, hello

    I really like the style of this one. Where can I play it?

  • This looks like a really cool idea! I can't wait to try it

  • Awesome! The question now would be how to draw walls. Polygon plugin maybe?

    The real pain will be the the z-sorting I guess.

    Yeah, that's the problem. I've considered maybe using the polygon plugin to color ground areas. You wouldn't have to worry about z-sorting problems for that. Maybe it will be best to just line up sprites like they're pillars to make some barriers. You couldn't do too much of this because the sprite count would get huge really fast. I'm thinking this experiment would be used for mostly outdoor games and just stick to sprites so there's a consistent style. I think there's a way to project sprites so they look flat on the ground so you could make puddles and paths and stuff. I'll work on this part next I think.

  • Or maybe a boss that you have to survive. It shoots a laser that takes up half of the play area so you have limited space to dodge other shots while the laser is firing.

  • This is a very slick idea. What kind of features will you add? Maybe a score multiplier as you go faster?

  • roguecore - I like how you made 3D possible by just using events . But there are still many bugs on scaling, field of view and movement. Sometimes when I scale, the sprites becomes inverted (If scaled too small, I think) and when I increase or decrease the field of view when I move the objects tends to follow the players movement so they move away from the player. But I still like it, a little more fix and it'll be amazing.

    Thanks! Yeah, I didn't not lock the scale value to stop at zero so you can actually set it to negative numbers. This would cause the sprites to invert. I knew the sprites were acting funny when you had really high FOV set but I didn't think it would matter since most games are probably going to be played between 60-90 FOV. However, after reading your comments I went back and looked again and I realized that it's behaving exactly how it's supposed to. I set the FOV up to 360 and as you walk forward you can see as the sprites reach the camera they move from the center to the edge of the view and reverse direction. This happens because the left and right areas of the screen are covering the rear 180 of the FOV. So it's like looking in a rear view mirror almost. Thanks for your feedback!

  • So your ship changes direction with each tap?

  • There are some extra objects in the simulation area that I was using to delete trees and mark out a road. Just ignore those.

  • Just looked at the source - and I have no idea what you did

    And it's tiny. I thought there would be a lot of events - but boy was I wrong.

    It's great and when I have time I will study it.

    THX for sharing

    There are two areas, the viewport and everything outside of it which is the simulation area. The simulation area is where you put object_ objects. The player never sees these. Each object_ has a sprite_ attached to it by UID. The camera object is in the simulation area. The difference between the camera angle and the relative angle of an object_ to the camera is used to determine the X placement in the viewport for the sprite_ that belongs to that object_. For this I had to solve for the FOV by dividing up 360 and stuff. A similar thing is done for the Y coordinate but instead of relative angle the distance between camera and an object_ is used to determine Y placement from the horizon and scale of the corresponding sprite_. Hope this helps.

  • Thanks anyway for the CapX, will be useful to study!

    Sorry there is no tutorial. Let me know if you have any questions

  • I plan on making the sprites change animation based on angle to the camera so you can have them rotate. This will be easy but I didn't have a sprite with rotation animation handy when I put the project together.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • do it with rpgmaker. it's more easy

    This game has a very unique style added to it that would be impossible with RPGmaker.

  • Getting steady 60fps. You're off to a good start! Really nice job faking the 3D

  • Sorry I can't reply to your PM until I get to 500 rep. I've got an idea that might help with the iso game; I'll put it together in a small capx and post it for you probably in a day or two.

  • Here's the project file, sorry it's a mess. This was just a scratch project to test the idea so it's not very tidy and I didn't comment any of the events. I took out mouselook for now because the plugin to lock the mouse was acting up. Thanks for the feedback everyone Let me know if you have any questions.

    dl.dropboxusercontent.com/u/26348967/3rd_person_test.capx