fongka2's Forum Posts

  • What does it mean when a server breaks down once a month?

  • I've tinkered a bit more, and see I can get a file to load using the FileSystem plugin. I'm a bit confused now on how to get a .txt file a user would load in and connect it in a way that it replaces the names.txt that's already in the project.

    Getting closer...

    just place a textinput(type:multiline) for user to paste it line by line

  • god damnit, really missing the old community, Ashley what have you done

  • Heyyyy hello? anyone? please

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • > I want a user to be able to load in a list of names (.txt file? I have no idea). I'm guessing those would be stored in a dictionary or something? Perhaps that's not even necessary.

    >

    >

    > Next, I want to randomly pull one name from that list that was loaded in by the user.

    >

    >

    > Last, is there a way to save this experience for the user to use for next time?

    >

    Thank you for this all. I'm working on this first step, but am not sure where to start. Is loading from ajax a system command? I have a button (sprite) that I want to set as a "Load" button that when clicked, the user could load in their text file of names. From there, I would load that list into a dictionary it sounds like?

    ajax plugin>request project file, to load the text file

  • > ok thanks for the suggestion but for some reason I'm using construct as a game engine and it's that I don't know how to program although lately I've been interested in learning gdscript but thanks for the idea anyway, and one last question, what if I bought a construct 3 license on February 29th would I have to pay for it on February 28th? (I'm just asking out of curiosity, not that it makes you do it), it makes me very angry to see how lately what is "yours" is no longer yours so to speak, since you're only buying a license to use that product at any time the company can take away that license from you, and hopefully the problem you have with your netbook is solved bro and that you get the most out of it. 👌

    I don't create plugins either, but rather than change engine, I try to create inside C2/C3 events functions that can simulate a new behaviour rather than create a new plugin. Not for everything is possible, but in most case it works and it's still better than start from scratch with a new engine where you might find anyway other issues.

    About the license, I don't know, but I guess that it would have to paid the 28th at the end of the day, so it would be still like having paid it the 29th at the end of the day. The day after is still the 1st of March in both cases.

    Yeah, the owning part is something that only in rare case I give up as idea, aside for C3 license, Dropbox and my website domain I don't have any major subscription where if I stop to pay i loose everything. This of course for the digital part of the world, on the rest of the things like utilities as electricity, water and such, I'm working on them.

    Anyway, going back to Windows XP, that's another issue about things, something that was still working was forced to end so Microsoft could make more money. The whole push for advancement leaving things behind, makes me always thing about the waste of resource we are pushed to do. So again, if I can still use C2 on my old netbook, I'm happy to do it :)

    i don't play C2 & XP, but i totalyy agree with you that how internet/tech stuff going thou, the econ env destorying everything and force ppl to "change" for no reason but money? i really hate that, i feel like i am a slave of them big company also some inden who dream about become big, we have to do something before too late

  • I dont get what you want, also what error you recieve? never happen for me once

  • https://editor.construct.net/#open=ghost-racer

    check this example will see how is the basic racing gameplay

  • you have to make a list loop search to see which lang name you actually need, like me to see the keywords i need then i storage as var 搜關鍵字找對就儲起

  • you've to adjust your game display region when Ads on, construct or plugin have no idea to autofit your design, it's so bad if your game already in a unmodable complex situation, suggest that go for other ads platfrom which able load ads by fullscreen frame page

  • I want a user to be able to load in a list of names (.txt file? I have no idea). I'm guessing those would be stored in a dictionary or something? Perhaps that's not even necessary.

    Next, I want to randomly pull one name from that list that was loaded in by the user.

    Last, is there a way to save this experience for the user to use for next time?

  • just made a calculator system, everything is fine but i have no idea how to share a text based csv file on mobile export(adnroid like app)

    please any screenshot show me the way i able to using Share plugin to share not just image from Ajax?

    thanks a lot

  • I though got ban from server, now i see server down lol

  • the community seems killed by Ashley, it's alright i might Google the old good time myself to see how

  • After a snapshot(usermedia) i store the image data (like below text)

    i cannot load it back from Sprite's action (Load image from URL)

    console error: Failed to load texture, TypeError: Failed to fetch

    i am making an image transfer between player via MultiPlayer plugin