dcadjust's Forum Posts

  • Hi All

    I am in the need for a pixel artist to create one character for me in 8 bit style. I have already done a character, but its based on the Megaman characters so will probably not be allowed. Nevertheless, I really liked how the character turned out so I'm looking for something as in the below url.

    (Sorry images are blown up, but you will get the idea)

    https://goo.gl/photos/NvCeBuwKg4M4N4RM6

    The character needs to have a cool helmet with visor and the antennas on the side. It should be kept basic to fit in with an 8 bit game as that is what I'm making. In the end I will need 8 frames for the character. A 3 frame walk cycle will do. a Jump sprite, a sprite firing from his hand, one ladder climbing sprite which I can mirror to make him look like he is climbing and a wall jump sprite alla Megaman X style and last, but not least an idle sprite.

    The size needs to be 32x32 pixels.

    If anyone is interested please pm me with an estimate on cost and time. I can pay via Paypal?

    Thanks

    Sam

  • pls someone already ban these "performance trolls".

    anyway - profitability is not ultra high mega giga whatever someone said - because it's a html 5 game engine. that means - no real native performance ever. even cocoon isn't native. it's a wrapper, but a better one then crosswalk.

    if you want real native performance for android pls go learn Java and DIY, whole engine and game all over again, we're tired of listening to your whines. if you want IOS - go learn XCODE and make native game with whole engine again.

    c2 can't simply jump from HTML to C++ or Java (or both) because it would require starting from nothing to create engine (whole construct) in c++ or Java (or both) - to get native performance. so stop your whines for god sakes, because there will never be native on html. it simply doesn't exist.

    now a couple of pics for you whiners to finally get it in your thick skulls:

    http://www.ntu.edu.sg/home/ehchua/progr ... rocess.png < - this is a c++ generating code. you write your code, then you build it and an EXE pops out (step 1-4). After you run exe only 2 steps have to happen - loader and execution - that is native performance - when you load compiled code and it executes on cpu. simple as that.

    and this is for C++.

    now for javascript:

    http://qph.is.quoracdn.net/main-qimg-ab ... _webp=true

    when you write down your code it has to get INTERPRETED. that is different from COMPILE. when you get to execution step

    the nature of javascript is dynamicall so it has an interpreter that will constantly generate new bytecode. that bytecode will again run into execution - therefore you have a step more then with compiling. now you're wondering what interprets javascript - our browser. and browser is a compiled exe. get why there is no native with javascript? it can be fast, it can be good - but native - never.

    SO FOR THE LAST GOD DAMN TIME - STOP YOUR WHINES AND GO LEARN C++ OR JAVA IF C2 IS BAD TO YOU.

    Agreed. For those who wants nafive performance I recommend Fusion 2.5. This app has native android and ios exporters and you do not need to know how to code. I own it but rarely start it up. Because 1. C2 is easier to use and does not hamper me and 2. I manage fine with crosswalk and its performance. Busy with a platformer for android and I test via crosswalk player regularly and the game runs fine. Also remember as time goes by software improves and hardware becomes more and more powerful. Eventually the line between wrappers and native apps will be blurred. So lets just enjoy making games and work with what we got. If that does not work for you then yes, follow above advice and learn to program.

  • Not bad at all. Thats what we aim for. If it kicks off and your installs become a lot you are good to go. I also use admob. How do you get your banner so small? Mine is way bigger. Good luck with your game mate.

  • Wow. I see 1000 to 5000 installs. That's great man. I hope it grows by a million more. I don't mean to pry, but may I please ask. With the total installs you have are you at least making some money?

  • Howzit Hasnan999

    The mechanics and idea is pretty good. I would have liked to see a bowler in the game instead of the ball just coming in from off screen. I think if you take this framework, evolve it and build on it you might have something good on your hands. Overall a good little game to play while you waiting in a queue. Cheers.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Very nice and I love your artistry. Wish I could draw like that.

  • Wow, that's cool man.

  • dcadjust remove line else and see what happens

    Hi Lordshiva1948

    Tried that.

    Its still all messed up, but its OK. For now I'm just setting the scale from 1 to 2 and back to 1. This will do for now while I work on the game. I can come back to it later and figure it out. Can't be that difficult

  • Hi all

    Please help

    I am stuck with the following problem. I'm sure this will be very simple to solve for an advanced user. (Or someone with better math skill than myself.)

    What I want to achieve is to smoothly scale an object while it is overlapping a specific tiled background (from any angle). So as soon as it overlaps it needs to scale to double its size and when it is not overlapping scale down to its original size and for the life of me I'm not getting it right.

  • dcadjust

    it works well, but it's only 1 ball

    You mean with Ads on? Yes only one ball but on my galaxy tab 3 with ads- frame rate just dies. I feel it is crosswalk related. On the previous version ads had some effect on performance but not this drastic.

  • dcadjust

    What about jittering in Crosswalk? Is is only about banners,

    or is it still Chromium issue?

    I wouldn't say jittering is a problem in my game. You can try the game and see what happens. Its a basic basketball/puzzle game. With ads on you will see a huge drop in frame rate then if you disable your internet connection so there are no ads the game runs much better

    https://play.google.com/store/apps/deta ... hotmadness

  • >

    > > dcadjust heisendev on AdMob account disable text banners. I noticed that animated text banners are the cause.

    > >

    >

    > Thanks Cipriux. Will give that a try.

    >

    Hi All. just to let you know this has worked for me. My game is running smoothly now disabled text banners. I hope the issue eventually gets fixed. Right now it doesn't matter as my game is not really being played by anyone and I am making no money from it. I see this more as a learning experience. Things to keep in mind as I go along. Hopefully in the future I start delivering games people do want to play and by then ads works well.

    Thanks for the help. Appreciated as always.

    Some more feedback - Did some more testing last night for a longer time and sad to say the the huge frame rate drop is still there. For now I think I will stick with interstitial ads until the problem is resolved.

  • Hi No offense, but personally I find ads quite annoying when they interrupt game play so end up harming the game experience. I would rather pay for access to higher levels. Someone was talking yesterday about maybe putting a forum discussion together focused on sharing best practice regarding income generation.

    I also like the idea of having an in app purchase to unlock a game. Unfortunately in several countries, including South Africa where I am from, we are not allowed to sell on Google play. Ads are our only way to monetize at this stage. I do feel you can make money with ads, if you do it properly and not intrude on game play.

  • > dcadjust heisendev on AdMob account disable text banners. I noticed that animated text banners are the cause.

    >

    Thanks Cipriux. Will give that a try.

    Hi All. just to let you know this has worked for me. My game is running smoothly now disabled text banners. I hope the issue eventually gets fixed. Right now it doesn't matter as my game is not really being played by anyone and I am making no money from it. I see this more as a learning experience. Things to keep in mind as I go along. Hopefully in the future I start delivering games people do want to play and by then ads works well.

    Thanks for the help. Appreciated as always.

  • dcadjust heisendev on AdMob account disable text banners. I noticed that animated text banners are the cause.

    Thanks Cipriux. Will give that a try.