GeorgeZaharia's Recent Forum Activity

  • > maxwell88 You probably are using an old browser (Internet Explorer) which doesn't support WebGL, or it could be a bad graphics card driver or a blacklisted gpu...

    Maybeits something with graphics drivers but im almost sure i have updated. What you mean blacklisted?

    khronos.org/webgl/wiki/BlacklistsAndWhitelists

  • well the beginners guide also tells u there is the manual, which teaches u construct terms and expressions of the system and other more advanced stuff.

    there is the new tutorial section construct.net/en/tutorials

    and there is the old Construct 2 section where a lot of the community members contributed a long the time scirra.com/tutorials/top but will probably be moved eventually in the new tutorial section.

    there is the youtube official channel should be somewhere in the community menu on top of website, and there is youtube itself which has tons of other channels talking about construct and examples.

    my suggestion to quick learning is open the construct's pre-built templates and try learn them, and how things work in them and why they work the way they do. it will get u up to speed fast. that worked for me when i started. there are some posts also on the community forum as well for tutorials take your time and welcome.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • I have an existing game which I publish on the play store 2 years ago,the thing is I used different game engine back then and I want to make an update on the game and use C3 instead.Is that even legally OK?

    that's totally fine, since the game is yours/game idea.... supposedly legally speaking .... you can prove that if someone sues you.

    now ... if is not your game idea, and u just cloning it, u can do it, as long as u don't use the same assets (songs,images etc) and not limited to portions of the original code.

    but since u will be using Construct and not normal coding( i mean the traditional one, construct coding is still normal coding, just filtered trough a visual editor), that's probably not going to be the case.

    however.... if the idea of the game, was patented... and the original developer has a monopoly over the game(example like the tetris company and the game tetris )... then u are in a bit of a trouble, and i suggest just do ur own game and forget about the old one, but that doesn't mean u can't still clone it, and make it unique in its own way, gameplay might be similar but u have to have all interactions totally changed or be different then the original, in tetris game for example, the patent covers the shapes and the movement and even the background layout / game area pixel by pixel tile size by tile size and even how many tile counts are... so if u cloning tetris, the original one has 20 tiles as game area on vertical by 9 or 10 on horizontal, if u be doing, a 19 tiles vertical and a 12 tile horizontal won't be the same game anymore... however u have to have different shapes... and that is where many tetris cloners lost in court against law sues.

    but if u are a publisher, and not the developer of the game u published... legally speaking, u can publish the original one again... but if u lost the source files... u have to go back to the developer and ask him to give u permission once more to use his code, or remake his game.

  • Thanks for the explanation. That make sense. I always thought that it means I pay once and can do what I want with it.

    don't worry that's what most people think that means, unless ur being sarcastic.... if ur not... read bellow ...

    well u kinda do what u want .... with it... but ur a limited to : not being able to resell it as per being your's

  • And what does this symbol mean - &

    is just how u use a text >

    and a variable >

    together in Construct in a text object or any text object that displays stuff.

  • Asmodean, no what that means is that per project... the files u are using if u paid 5$ per the files u using, and u make 100k or 1 mil... u don't pay no extra royalties to the guy who sold u the song or the character spritesheet. etc... so if u make 1 mil $ and is cause of his song... the license he sold it to u... stops him for suing u for a % cut.

    Edited:

    however if u are using the same license on a different project... license which legally was consumed, then he can claim whatever % cut he wants.... cause of 5$ bundle stuff u avoided... which is kinda like it sounds....

    now that 1 time use... per commercial project... it depends on what he considers one time use.... is that license applying in his mind "the seller" as for each individual file inside the bundle... or he means "analogy jar with coolair.... u opened it u used it... but u only use just 10% of the coolair he considers 100% usage cause u opened it."

    so like we both said ... he needs contact seller and ask him that...

  • Hi guys, help me to understand please?

    if i bought a "music pack" on the store, and its says permits royalty free usage for one single commercial project...And.. i did a free game for devices using just 1 of 5 soundtracks of the pack.

    1.-Can i use the rest on different projects?

    2.-A free game with ads it's a commercial project?

    3.-What if i use the music on youtube videos?

    those licenses mean the content u bought can be used 1 time per project, if u want to use the same content from the same bundle u bought u have to buy it again usually.

    however that doesn't apply to all songs if they are split apart. for example

    you making 2 different projects. u have 3 songs... u use 1 of them in 1 project and 1 in another. in order for the license to kick its re-buy status u have to put all 3 songs in one project. as long u don't reuse the same songs in other projects ur good to go with the main license.

    that would be the main logic of things, but the developer/publisher of the files that sold it to u might have a different idea on how stuff should work and how much money he wants to make so you are ought to contact him and ask him what is permitted or not.

    so basically short quick answer...

    1 yes legally speaking you can use the rest of the songs in any different projects as long u not reusing the same song that was already used in a prior project. / no, morally speaking talk with the seller if his ok with it and what he considers consumed license. if he says u have to buy it again just buy it, even if he sues and will lose the case cause not how things work, u will have ur time wasted in court, lawyer fees etc. not worth it.

    2 yes basically what commercial means is that every software that has the ability to gain money is commercial. No matter if you have advertisement plugins, in-app-payment systems or if it's a paid software in the first place.

    3 the license is per use on commercial project, doesn't matter if its a youtube video where u run ads a game or a movie that makes u 10 mil dollars on box office.

    Edited: on the chance u might be sued lets say... and the bundle is just 5$ or 20$ or whatever the price... id just re-buy it if the seller considers one time project use 1 song out of the N songs the bundle contains already used. is not even worth the pain and hustle. id just buy it one more time.

  • that is just 3 .... i was rushing the example and there was a glitch when value 4 was in place...

    but that was cause i used smaller or equal if u swap to <4 instead of =<3 or =<4-1 would work the same also.

    and thanks that is actually a old example r0j0hound shared a long long time ago around C2 forum. i liked how was made so i kept it in my examples also. saves a lot of trouble when comes to using lots of frames for a simple animation.

  • It's going to be a mobile app, and that's an excellent question. Honestly, I'm not sure yet. I think unfocused because a player might still have that app open but not be playing it, in which case the function still needs to run. But the function would have to work in both scenarios, unfocused and closed.

    How do I detect either of those?

    that's why i asked also, cause i never done it before, was thinking u already solved it, from my knowledge if is unfocused the app won't run any background events cause automatically pauses itself unless im mistaken.

    and if u use the mobile app service thing button to force close the app is again unfocused so it won't know is being closed... this is a tricky thing to do on mobile. unless u can detect the input of mobile that shows all apps running and then quickly tell the app to save progress when the user touched that input... but probably saving progress every 1 minute would do the trick. but then ul have a 1 minute gap glitch where people could just get fast energy by closing and reopening it again, before it saves.

    id have to test it out though.

  • Some questions then:

    Is there a Good service like that, that is free, or with a small one time payment, where you can hide the "powered by"?

    On this page I have a full-screen procedurally generated background, that I can only make in construct, unless I want to learn a new language. Is this possible to include on these services?

    Cheers!

    wix is my best advice for the $ and as a never touched programming before person, has a subscription month but... u can get 1st month free trial with no splashes and i think u can export the website and host it on ur own hosting service in the trial not sure, or get their plan for 5$ a month and u can edit the website unlimited times create unlimited websites and databases and have hosting included which is not that bad is 99.97% up-time which is normal for any hosting service since there will be downtime for maintenance once a year for like 5 minutes.

    if u dont want their hosting u can pay 5$ for 1 month then cancel the subscription get ur custom website done in that time export it to html5 get the zip files and put it on ur own hosting and no splash powered by nothing.

    as for the full-screen procedural generated bg, all i see is some leaves in the background moving around on my end... are those what u call procedural generated? u can do the same thing either by putting a video in ur website bg or using prebuilt js that u can find on jsfiddle or other websites like it even putting ur c2 animated bg as an iframe as the bg of ur website crazy right? xD there are many other services like wix a lot of website hosting providers offer easy website builders that have drag and drop functions. but wix as i said for a person like u that never touched coding is my best advice to u. and is rather cheap. probably by 2019 since we going to pass into the next year soon, are already existing better intuitive UI's then wix's but i tried it a long time ago 1 year probably and their system of making websites stuck in my head, cause of the simplicity of it. i don't use it, cause i like doing things manually and have control over my own hosting and editor when comes to websites (notepad++ lol). but over C2 capabilities id go with wix, even though i been praising Construct for years now, and it can indeed make great stuff on designing apps/websites/games/movies etc it is not entirely made for all those things, so there will be a lot of issue you will face. but if u are happy with C2 u should keep using it for ur project, just on my end as i tested ur project now, i found 5 glitches by using only my 1 button which is click on mouse. one being on the very 1st page when u scroll up and then press the text saying "have a look around ..." text and all disappears outside menu. that wouldn't happen in a normal website as a glitch.

    and if u think html5 coding is hard don't worry nobody really memorizes the code... every programmer has a notebook somewhere reminding him what his code does. if u wanna learn some html5 best advice is start with w3school tutorials they cover everything literally and their example are so simple u will get it immediately u can even copy paste the code from there lol and do ur own website from the tutorials only.

    have fun again, like what u did with ur website it has personality.

  • Hi, yes, this is basically what I have used so far.

    My main concern was though that WASD does not even exist (as a normal mapping) on any other keyboard than qwerty. So for you and me wasd makes sense, but not in all the other parts of the world. :)

    true, but i doubt there is a big number of people using those keyboards in today's age when they want to play stuff or have free time ... i mean some do at their job and in France people might use azerty since is their version of qwerty as their language is much more accommodating to that type of letter assembly dvorak is designed for typists which i doubt they use the same computer to play games. i think u might overthink this issue a bit.

    if u really concerned with this problem, i would create a custom setting menu where people can bind/map their control keys as they like. would be just easier for you, in eliminating the types of keyboards or controls out there. have it pre-filed for qwerty but leave option to edit it and use the preferred custom keys they want. i do see your concern though i get it, so many choices can get confusing, that would be my advice for you though. hope it helps you.

    Edited: instead of wasd default i would use arrow keys with the option to modify.

    to do that you might want to take a look at Kyatric 's example here on youtube

  • HUGE thanks! Just what i needed!

    Website looks good design wise... but...

    why aren't you doing this with wix or a service like it to drag and drop things? is going to be way faster performance wise since is a normal website, and multi-platform compatible devices etc / responsive (meaning will fit any device orientation etc... compared to the current website). ur wesbite is cool in C2 but will have a lot of major limitations and you will probably need a huge tutorial list to create a search database. unless u use google search but that won't work for C2 websites cause there is not sitemap.xml to index ur pages.

    i suggest you in a friendly manner, try wix. believe me it will save u a lot of pain down the road.

    and no this is not a wix advertising... is just makes more sense.

    Edited: if you are worried about pricing there are other services that are completely free and splash free for drag and drop website creation. just google some of them visual coding website creator etc...

    if u worry about powered by at bottom of page... that can be hidden very easily with a little bit of css even though is not recommended if the provider of the tool is enforcing it by their TOS.

    anyway cool stuff :D i like the music u featured there.

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.