crowtongue's Forum Posts

  • Glad to see that enemies can crouch and punch now. That should make your game play a lot better! The AI seems cool too.

  • It would be nice if I didn't have to sign up for some site I don't want to be a part of to download it. Could you host it somewhere else like Dropbox?

  • It's worth pointing out that Packtpub has a sale on right now where if you buy more than one book you can get each book for $5. I know which certain Construct book I'll be picking up!

    Edit: The sale ends on January 3rd!

  • This isn't my project.

    I've been following it ever since I saw a gameplay video in the "Your Creations" section of the CC forum. It is hands down the most amazing thing I have seen with Construct, and there is now a kickstarter for it.

    http://www.kickstarter.com/projects/1548272412/radio-the-universe-0

    It has already reached it's goal, but is definitely worth checking out the art and the music on the page.

  • I am impressed!

    I played the level a few times and died each time. It is evident that you have spent a decent amount of time on it, and it really comes across as a polished game. The bullet case dropping and bouncing each time you shoot, and all the myriad of little animations like that are great.

    There are enough enemies and they are varied enough where it makes it interesting. I could definitely be convinced to buy this when it's finished.

  • Seems like you've really ramped this project up. Interested to see how that character will factor into the gameplay.

    New version soon??

  • Just wanted to post and say thanks again! I implemented this and got it to work finally. Turns out I have to make some UI changes to make it work with my project, but I'm glad to be moved on to the next step!

  • Thank you so much r0j0. It's going to take me a couple of days to wrap my head around how to change my project into this, but at least it's here in front of me and i know it's possible.

  • Thanks a lot. The .cap I posted was actually very stripped down and I'm still not sure what's going on.

  • I have tried again a few times to put in a simple event replacing the one that changes the tiles animation frame. No luck.

  • I'm actually not sure if I need to share all of the images I've used or if they are embedded in my project. In either case here are two sets of images:

    https://dl.dropbox.com/u/69407974/app-images.zip

    https://dl.dropbox.com/u/69407974/images.zip

    App images are just images for my buttons and spritefonts. The images .zip contains a bunch of .png files.

    At runtime if you click the folder with a plus sign on it it should pop up a folder dialog. Select whichever folder you extracted the images.zip archive to and it should populate with tiles.

  • That's what I thought too. Maybe I'm just making it all too complicated again and missing the obvious. Hope you can prove me wrong

    I've fixed the link in my initial post. Also put in a different file and stripped down most of the unnecessary events.

    I removed the event that had the "set frame" action in it altogether as well. Thanks for looking!

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Is there any way where I can present my problem better or any crucial information I'm not passing along here?

    I realize of all the people who are skilled at CC even fewer of them still browse these forums, So I definitely don't mean to be impatient... but it seems to be back to the drawing board unless someone can help me with this, and I've already spent quite a lot of time on it so I'd really prefer to not have to do that.

  • Looks like you've done a lot since we last got a play. The waterfalls are much nicer, running along the branches is much improved, the boar has been implemented, looks great!

    Having read that you're going to try and get a kickstarter going though, I would be super picky about getting this ready.

    • Title screen, the fonts are a bit bland here. I would spruce them up a bit or make a custom font.
    • Title screen, this would be very nice if you animated it I think. Like some sort of breeze pushing around a layer of grass and the wolfs hair. Something like that.
    • Background - It was on the tip of my tongue but I didn't quite realize it until Rory pointed it out... Something to add more depth would make the entire game look a lot better. I would personally suggest the color desaturation route, as I think the graphics in the background are wonderful and wouldn't want to blur them.

    -Gameplay - Dying - Death seems a bit weird sometimes. First of all if you entangle some enemies with your skill, then die, they will still be like t hat. If you die after running over the wooden planks they will still all be collapsed when you respawn. Sometimes when you fall on a bramble bush from above you are screwed, you take one hit immediately, and when you move you take another right away too and die. This seems to be easier to avoid when running into them from the side.

    I have encountered a strange bug I haven't been able to replicate where before respawning the wolf will float in the air and everything will shake.

    -Graphics - edge of waterfall pond - these ponds just abruptly end in a square shape. I'd make a transition.

    = Enemy AI - Although you put such care into animating the enemies they feel like kind of an afterthought while playing the game. When the giant horned deer enemy runs past you, he doesn't come back to chase you. Spiders always stay on whatever surface they are on. The boar simply charges back and forth kind of slowly. There is no challenge here, and no reason to really want to kill the enemies. It's not a fun part of the game, doesn't give you anything, and they are pretty easy to dodge. So why not just avoid them?

    Give them special attacks they can do sometimes! If a spider can't follow you anymore, maybe it can shoot webs at you from wherever it's stopped.

    Maybe a boar can charge up and do a really fast charge, and when he hits something if you're close it will stun you.

    Maybe the giant deer can jump around and follow you.

    I realize all of those things are a lot of work, but trust me it will improve your game so much.

    Anyways, your game has really come along and it it's super impressive. It's inspiring to me as I struggle to work on my own things in Construct. Great job and I really hope to see more soon!

  • Well... I guess I'm a little further with this, but still need help.

    If I add a "Tile('tex') Equal to 0" condition into each of the events above then the texture will come back when you scroll the screen over and back.

    The problem with this is that it loses one tile for copying as you scroll, so there will be tiles missing from the map for each one you place.

    I've tried to set up another event to catch this and spawn another object in its place but this either loops and freezes construct or doesn't do anything.