EpicRaid's Forum Posts

  • Hey thanks, don't we need the ( ) characters for this somewhere in the code though?

    Anyway, after some testing;

    Self.Bullet.Speed/dt*12000 Is the part that makes the car turn 'instantly' - there's no smooth movement at all. Lowering it to for example dt*200 or dt*2000 doesn't appear to make any difference. 200 without the dt* part worked.

    Since I've got little experience with this, how should I proceed?

  • Hey there,

    I was wondering if there is any way to check if the music I purchased is 'original'?

    I understand that it might be difficult to check this, but it's something I want to be sure about before submitting my games to publishers. I wouldn't want to get into trouble finding out the music I purchased on the asset store was stolen from somewhere else or otherwise illegally sold.

    Or how do you guys deal with music (and possibly the same goes for sound effects) is there any way I can run it through a database or something? I can think of only two reliable ways to make sure you get legal music; someone created it for you specifically or use music that is free to the public. Personally, getting customized tracks doesn't seem feasible financially, and public domain music, well, everyone's already using that.

    Otherwise, what trouble could I be in if the music appears to stolen etc? Would a receipt of the Asset Store suffice to prove your innocence?

    Thanks!

    Tagged:

  • Thanks for your replies.

    oosyrag OK I changed '200' to 'dt*12000', I now have: Self.Bullet.Speed/dt*12000

    But it rotates almost instantly, so it's way too fast.

    Or does changing the other lines' lerp code (line 75 & 77) influence line 79?

    BadMario So used lerp(Self.BulletSpeed,600,1-0.1^dt) as you said, it accepts that line, but should it be exactly like that or did you mean that the 1-0.1^dt part is variable and you posted an example? So that it could be ranging from 1 to 0.1? And shouldn't it be 1-0.1*dt instead of 1-0.1^dt?

    I'm a bit puzzled by all of this. Sometimes it feels like I just don't seem to be able to understand code that's beyond a basic to intermediate level. I love making games but sometimes I have my doubts!

  • Hey, no problem. How long did you work on this game? You are right that focus is important if you want to get results.

    I've got way too many ideas, too much excitement and too little time. I've got dozens of A4 papers with ideas that I drawed out that I'd like to work on..!

  • It seems like a simple thing to do, but I believe you.

    I'm just glad we got a response. The big question is though, is it going to be changed?

    They should surely hire someone to assist you with your tasks, it seems you've got a long list of work to do.

  • Thanks for your reply.

    Someone made this lerp code for me a long time ago. I wasn't sure what all of that line of code 'meant' at the time, heck, still not even sure yet what the delta time part is for. But will the behavior change if I remove the dt*6 part? Or can I swap that part with something else (wouldn't know what though)?

  • I tried both of these approaches in detail but they didn't end up working. SDo you have any other suggestions?

    Maybe you didn't code it correctly, if you can post another screenshot. I'm no expert but user dop2000 is.

    I made a game once where you could catch things. Now the basket I used to catch things was moveable with your cursor/touch. But when I moved the basket really fast, the falling things would go right through the basket because the engine couldn't 'calculate' it fast enough or something. Perhaps something similar is going on with your project; not sure if it's possible, but you could slow down the movement of the cursor a bit. I don't know how it's done though, but again, dop2000 might know!

  • Thanks, though that 'Select all in project' still doesn't tell you which layer they're on if you select them that way.

  • I recently discovered (with some of my other games as well) some issues with my code. It must have started since I got a new, much faster computer.

    I believe that I need to add delta time somewhere on line 79? To make the code 'framerate independent'? I set out WayPoints that a car will follow. On my new computer, the turning is much more off, while on my phone, it aligns perfectly around the corner.

    If I do need to add dt, where does it need to be added, should it also be dt*6 like on line 75 and 77? I'm a little confused about this. I've read similar posts, but I often find it hard to apply explanations to my own situation.

    Thanks!

  • C'mon dude, don't you think I know that? I already mentioned that in C2 you can see the object properties, and would like to use the feature in C3.

  • That's correct, but you can select it from the objects panel. That's what I was going for.

  • Heya,

    I noticed you can't see on which layer the object is located, if that layer/all layers are locked.

    You can imagine its inconvience if you have a lot of layers. In C2 you could see it in a glimpse on the left properties bar. Same for behavior information etc. - everything's greyed out. Why is that changed from C2? Can I change this setting?

  • I'm thinking a safe area is the only real solution for this. Disabling gestures doesn't seem like a good idea nor do I think Android will allow it - in this case I wouldn't wish for it.

    I am wondering though.. how do I know how large these 'trigger areas' are? Other than trying out myself with trial and error. I tried searching for it but I couldn't find any results. Are these trigger areas set to fixed, or do they have a responsive width, and how wide would the width be in pixels/percentage.. that's the kind of information I'm looking for.

    If anyone knows, or has a link, thanks!

  • Well, I've never seen a platform game with a dog before. It's even kind of cute! I probably wouldn't play it myself - I assume it's meant for kids due to its innocent character and display - but I'm sure a few generations younger would like it!

    I especially love the last 'outro' part of your gameplay movie on Steam. You kept it perfectly fun, cute and innocent. You definitely have skill with animation and character display, keep it up!

    One thing though; it seems to be all and only about running over and across obstacles/platforms, is it an 'auto-running' game only? I wasn't sure about that if you could control the character.

    I mean, you could make much more of a 'Little Dog Bob Adventure' game if you could control the dog more. You know, turn left, right, enter kennels to go to another or sub level, dig pre-dug small holes further out and go into an underground tunnel, or find enough dog biscuits to transcend to the clouds (bonus level). Maybe even a 'boss' level where you must sneak past a mean dog, and/or find the dog whistle that'll scare it off so you can enter the 'big' kennel and go to the next level.

    And on the final level, find his leash so his 'boss' will come by and finally take him away. You could save different fellow dogs in or at the end of the level from a cage that the boss dog guards. Doesn't have to be a dog only game, you could also save pet cats, birds, mice, etc. For example, after freeing the bird, you must follow it and not lose track while overcoming obstacles.

    I understand that I suggested this with Mario-esque gameplay in mind, I'm not exactly experienced with creating platformers but I'm sure you get my drift; there's so much more you could do with this concept. Or save it for a second title catered to a bit higher age group: 'Little Dog Bob: Adventure'. I suppose anyone could make a game with these ideas, but you already have a concept, the drawing/animation skills, and got accepted onto Steam thus giving you a foot in the door.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • You didn't give anyone even a glimpse of your game, you want us to provide you feedback for free AND you're asking us to do something as outrageous like signing an NDA? We don't even know you!

    What you're asking is way too much. I suggest you create some sort of demo, post it here so people can play and give feedback without having to jump through hoops. And if you're really worried, you can sitelock it to your own domain.

    Best of luck!