GeorgeZaharia's Recent Forum Activity

  • I think the answer might be NO, if you mean the exported project file animation that has some weird .lala termination or what ever is called, reason being is that those programs are open software, and so far at a quick glance i couldn't see a SDK so you can make a plugin and integrate them into Construct3 or any other software.

    But you can export spritesheets? If so, just use the spritesheet animations i know is tedious and heavy as file size but it's the price we pay for using unknown barelly out of the laboratory type of software. id just save 100$ and buy a spline or dragonbone animation license or that brushmonkey software one that is featured on the scirra store, since they have active plugins that are maintained in Construct.

  • sir i am making an android game it was an platformer game 500 level in the game and 32 by 32 tileset and 854 by 480 of the game screen and i am using bunch of assets so tell me construct is good or not for me

    and its good or not for makinga an android games tell me ?

    even if you design the 500 level pack 1 by 1 with different assets im pretty sure Construct 3 can handle it, as it won't load all assets in 1 shot, but only when you load a specific layout/level,

    however why limit yourself to a 500 level pack?

    you can design each level to be randomly generated on parent/child schematic and use fragments of level design to come up with unique non-repeating levels without a level cap.

    i think there was a platformer youtube tutorial that was doing this, at that point the only memory you will use is HDD space as GPU / CPU / RAM will always be at the same usage.

    Short answer to your question, yes Construct 3 can handle your 500 levels.

    Long answer however handling them depends on lots of factors, while it can handle your levels, it is vital and important that you optimize your game to be loading and performing optimally, if you do a bunch of levels and have a 100,000 lines of code that repeat and are broken then those 500 levels might feel slower or unusable.

  • > holy sh*t that is amazing, pretty sure that recording of the 26-27 files was a pain in the butt? XD

    Pretty sure it was! But not for me :) I got these recordings from that link you posted:

    https://www.youtube.com/watch?v=RYnI_ZLj5ys

    hah i didn't even noticed the repository :) i think was someone around forum that was collecting capx example and posting them somewhere around? this should be a good addition to that website.

  • Here is my attempt:

    https://www.dropbox.com/s/c4m5x2rx9wxj4w0/Text2AnimalCrossingSpeech.c3p?dl=0

    holy sh*t that is amazing, pretty sure that recording of the 26-27 files was a pain in the butt? XD

    playback rate 2.5-4 is closer and smoother amazing ... not sure what the use of this would be but ehm... great stuff

  • yea so you have to assign as i said for each letter detected in the TEXT file you have a "audio file" that sayis something, like A saying "Ah" and then when u play that with audio plugin, you can adjust the pitch speed, etc and make it sound like that... in order to Asign the A to "Ah" b to "bah" etc you have to do the manual work, as there is no library for construct that does that .. plus you will need "custom audio files" it won't sound the same if you pronounce perfectly A but instead you have to pronounce how is heard "A." so ... is a bit of work to be done.

    if im not mistaken R0J0hound or dop2000 had some midi player thingie that was assigning .wav recorded notes to some keystrokes on keyboard... that should probably work, you just replace the keys on keyboard with the TEXT detection of the letters that appear in screen.

    however the midi file example im talking about is like 3-4 years old example lost to the time in the Construct 2 section, you might be able to find the post if you do a "Construct 2 midi to keyboard player "search something like that..

  • here is a construct 3 text to speech method that is supported by default, this should give you an idea on how things should go.

    text-to-speech

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • you have on space down everytick, is on floor everytick, is not moving everytick... you need to swap the

    on space down, to on space pressed, and should work.

  • i think he means the readout of the chat, mumble voice in the new animal crossing...

    this guy explains it here in this video

    i built the animal crossing voice in 64 lines of code

    his approach is pretty good and you can replicate it with Construct also. i think Construct also has a text-to-vose synthethisizer and you could high-pitch and speed up the way it's read the text im to busy to play with it... but you could do it by following that video also it just requires some sort of "events script, that plays the ABC recorded sound" for each ABC letter found in your text... hope it helps.

  • wow, you got in game award festival, as featured, that is amazing :D i need to watch this further loving the progress so far! amazing work .. keep it up!

  • here is what i found on iphone 11 now others might vary i think but overal the bottom part where says

    "Audio playback" & "Video Playback" is what you need to use. seems for audio/video you could go with H.264 which is .avi format, i think. but for most surely if you got the apple format what is it

    iphone 11 specs

    if that doesn't work, it might be a compiler issue, have you checked if you get any errors on export?

    i remember in C2 there was this "media plugin" or "video plugin" that we used to play movies/videos inside C2 and even playback some Mp3 since C2 didn't allow .mp3 format. but in order to play those files we would've used the h.264 codec inside the plugin, which was selected from a dropdown thingie on the plugins settings. Not sure now if C3 changed to much on this aspect, probably ...

    im still at "placeholder" mechanics in my game, il probably hit the same snag when i go to "audio" section.

    also for me on google seems that for audio codec this comes 1st result

    Edited: oh wait... this is in Construct2 area... you have to playback your audio/video files using that media plugin and select H.264 format and fil in the url for file in there, there is no default way for IOS as far as i remember in C2.

  • as oosyrag said, use a global variable, but instead of multiple sprites, id use animation frames, but same object for example you can have 1 sprite called CAR and inside the CAR object you can have a animation with N = infinity number of Frames.. each frame can be a CAR. or a BodyKit for the car, since you might want the Wheels to be animated independent, or use physics to rotate them. Make sure you turn the animation speed to 0 and the Loop of animation is "unchecked"

    then what you have to do to swap the frames/CAR is when you click the button you set the global variable to 5 for example, and then set the action for the CAR as follows

    Button on clicked = Set Global Variable = 5;
    		 = CAR Set animation frame to Global Variable
    
    

    And that is it.

  • hi, i didn't made the fade-out effect, but made the circle and other stuff... ehm, for the effect, im pretty sure Gigatron has this effect or had it for Construct 2, not sure if he ported it to C3 tho, forgot how the effect was called.

    anyway here is what i have for you hope it helps (not commented but is straight forward, easy to understand)

GeorgeZaharia's avatar

GeorgeZaharia

Member since 30 Jun, 2014

Twitter
GeorgeZaharia has 35 followers

Trophy Case

  • 10-Year Club
  • Jupiter Mission Supports Gordon's mission to Jupiter
  • Forum Contributor Made 100 posts in the forums
  • Forum Patron Made 500 posts in the forums
  • Forum Hero Made 1,000 posts in the forums
  • x9
    Popular Game One of your games has over 1,000 players
  • x21
    Coach One of your tutorials has over 1,000 readers
  • Educator One of your tutorials has over 10,000 readers
  • Regular Visitor Visited Construct.net 7 days in a row
  • RTFM Read the fabulous manual
  • Great Comment One of your comments gets 3 upvotes
  • Email Verified

Progress

21/44
How to earn trophies

Blogs

  • Construct For Dummies - Simple Tutorial Collection

    I scour the Construct forums for users tutorial requests, and create small quick and simple tutorials using Construct's defaults features so anyone can use and apply them.

  • My Dev Logs

    Thinking on games 24/7 is fun and waste of time and unproductive if we don't bring those game ideas to life. In this blog im bringing my game ideas to life and log their development process.