Sami424's Forum Posts

  • , >salko<#7894 add me anyone who wants to work together

  • Anyone got the reX.parser with c3 runtimes? Or any mysql plugin for c3

  • Seems if i switch to c2 runtime all of the rex_rainbow even firebase API works.

  • Sami424

    rex_time_awayL for c3runtime.

    https://drive.google.com/file/d/14A0dgPgUC9r18GH84knp2mtOuZ4Eu3EM/

    Bl4ckSh33p

    here c3runtime rex_date plugin

    https://drive.google.com/file/d/1yD_rXZFjmClXXu992eWc-_ORWZhT5U5P/

    damn thanks, they worked, any other up to date rex mods for c3???

  • Thank you for The help! What does Play FAB include that is good for me and my plans, if i am running my own server already? Just wondering since my plan is to use sort of mysql dB, since in school im working with html, php and mysql, do you have Any tip on how i would connect to The SQL DB? I could try to paste The include mysqllogin.php in the index.html , i Will try this.

    And for The origins thanks a very good explanation, i Will leave it alone for Now.

    And The last question, if i store These AJAX files in my Web server, is it not a security risk for cheaters to easy execute JavaScript to for ex. Get more gold? Im new at JSON

    Edit : checked out The link and now i understand that what i want is possible, The tutorial on php SQL and c2 worked for c3 aswell. Thank you very much!

    Thank you for your reply

  • Very Nice! Reading things over and over is how you learn, i am sorry if my explanation was abit blurry , it was new years eve (= Nice job and keep It going!

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • And also the. C3 add-ons from the link does not show up after installation

  • I.will pay for the reX.time away l plugin. Pm me c3 also looking for firebase auth and storage

  • I will gladly work with someone, what is you discord? I have been using construct since 2013

  • Use the Google play plugin ,make a login button and on click > sign in.

    For a online leader board you need a website, server or a database with the scores, use AJAX to get and post files to browser , you can also use the browser event tof save and load filea.

    As I said instead of local try the AJAX plugin , I'm not that good at it so I can't explain much more but I know what your looking for is possible don't give up !

    Edit :I also think Google play has leader board but you need to be a customer and purchase dev membership to add apps on Google play

  • Could you explain more simplified ? You can use event > yourobject >spawn another object

    Or use the spawn object at position and enter the x and y . Use a variable to determine when you want the object to spawn another object.

    Sorry for my English

  • I've seen that plugin and I'm planning to buy it. I have a wamp server running with php and mysql. Im trying to figure out how to use my website with construct 3.

    I have the html element plugin for ex posting or getting from sql dB since that's the language in know and php. Imagine a browser rpg game with users etc...

    And about access-control-allow-origin . Should I leave this for now or do I put it in the index file how do I add this and where ?

    Thank you for your reply I understand a lot more now ! You don't have to answer the questions that was just what was in my mind. About the plugin I'm definitely getting it. It has all the comforts plugins it seems

  • Sami424

    Hi. What you are looking for is the PlayFab Master Collection and that is included in the Construct Master Collection.

    Yes, you can use the PlayFab Server Time as your guide. It is on the Title Manager plugin.

    Yes too, you can get the Gold data, for example, from either the User Data plugin, Publisher (Studio Data) plugin, Virtual Currencies plugin or the Cloud Script plugin, the equivalent of Firebase FireStore of PlayFab, but focused on Ease of Use and Games unlike Firebase, which is only general-purpose.

    I don't see why you can't post the data to another site or server. You can AJAX or use the PlayFab SDK if you want. It's as easy as requesting and receiving a JSON string.

    I hope that answered your questions. Have a nice day.

    Thank you very much, i am buying this product! Yes it should be easy enough, but i have spent days reading about JSON now, i have a hard time grasping it but i will learn :) . But again, thank you for your reply!! I will enjoy these plugins!

  • I will buy this as it seems like its almost every single good plugins (rex etc) working on construct 3, i have been searching alot, construct 2 had so many options. my question is, my plan is to make a time based game, would i be able to use timers with theese mods? will i be able to post and read certain users ex "gold" that he has in his bank, since i am a website developer aswell, this gold that the players recieves i want to be shown on my website aswell,

    so will i be able to post scores to a another site/server/database and recieve ?

    this would help me to do alot of things. Sorry if i am bad at my english. Im buying this tho, great job, !!!

  • You can do it several ways, i might upload a file untill tomorow if i dont explain good.

    But i do it different ways, sometimes i add instance variables on the objects, called "Collision", 0 is false 1 is true. Also i prefer to control the overlapping points myself so i do invisible sprites that i call "enemycol" or something, sometimes its better to use the "on collision" , since its hard getting already overlapped things to not overlap again, especially if the object is not moving. You could use instance variables to detect collision, you will figure it out trust me, theres alot of ways!

    basicly > if object1 collision with object 2 set instance variable "col" of object 1 to 1,

    and do a invert event same as above but right click and click invert on the "is overlapping" , wich means you set the col to 0 cuz its invert, it means it only executes if its not overlapping.