DUTOIT's Forum Posts

  • DatapawWolf - if you miss it, like I always do, due to timezones. They are pretty good at having the videos/course materials up a day or 2 after.

    Maxum, the last course was very good... it was beginner, but had some nuggets in it. This is going to be pure gold

    lennaert, as always, great fedback.

  • Microsoft is hosting another Construct2 Teaching Session. This time it is advanced game development which includes multiplayer scenarios.

    Register for free here

    [quote:3kutuzim]Find out how to include privacy and support settings, and even add a leaderboard. Work with multiplayer scenarios, advertising, in-app purchases, and much more

    Looks like fun.

  • DUTOIT Would you have an example of use?

    Absolutely,

    Open C2.

    CLICK NEW

    Search Multiplayer.

    You will get 3 examples

    Chat room.

    Real Time game (ghost shooter)

    Pong

    Open pong and export project to android using this tutorial

    Sidenote: you will have to change the mouse to touch to make it work on mobile.

  • but he multiplayer plugin of construct2 works on android or not?

    Yes, it works perfectly on android.

    But not on samsung phones (s3,s4,s5) Samsung broke something, which they say they will fix (no timeline)

  • I've taken time out in helping in the forums for similar reasons.

    Users feel it is their right, that they are entitled to our time, our resources. They want a capx for this or that, and when it isn't exactly like they want it - then they feel it is their entitlement that we have to change it because the capx is broken.

    So I took a little holiday away for the forums

  • Yes it does.

    I would create a your array (just a few) in construct then download to json. Then use what I did and load it, then you can add all your data to that json file using the correct format.

    I attached a json file to the tut - you can look at what it should look like.

    Something like this

    {
    "c2array":true,
    "size":[x,y,z],
    "data":[[
    
    ["00"],
    ["1"],
    ["11"]
    ],[
    ["01"],
    ["2"],
    ["22"]
    ],[
    ["02"],
    ["3"],
    ["33"]
    
    ]]
    }[/code:a8hqfvt6]
  • You are missing...

    {

    "c2array":true,
    "size":[13,6,1],
    "data":[[[/code:21u9uywp]
    
    I added a small tut months ago... it should steer you in the right direction.
    [url=https://www.scirra.com/tutorials/978/example-load-data-from-json-to-array-and-populate-game-card]load data from json to array and populate game card[/url]
    
    If you want organized, and are dealing with huge amount of data... this is a gem
    [url=https://www.scirra.com/store/game-making-tools/c2-data-editor-124]c2 data editor[/url]
  • What Kyatric said...

  • Love it. Brilliant use of multiplayer. Now i see where you were going with it

    I like this very much. Good Job.

  • No, last person to find it was 2 years ago.

  • Thanks DUTOIT , but I have tried going all the way back to 182 and a game file from the same time and the issue persists. I could dirty hack it to work maybe, but seens it was working totally fine before I really don't want to mess with it. The only thing I can see that might be related is on 185: "Multiplayer: caused Javascript error on IE9.". Maybe they changed something on the server for this? Just grabbing at air I think.

    Multiplayer doesn't work with IE - because IE doesn't support Webtrc. IE doesn't support lots of things - they are pretty useless browser.

  • I am sorry for the newb question, but I see in the forums posts that have text active as hyperlinks that look like this. I'm trying to figure out how to do that...?

    I remember that some time ago, when I wanted to insert a hyperlink, the forum popped out a window that had two fields: one for the text that would be displayed on the post and one for the actual www address. I can't find anything like this...

    Thanks for any help on the subject

    [url=www]your link text[/url] [/code:37bij3sv]
    
    Just go to full editor and push the buttons, they insert relevant code.
  • Okay, so I found a couple hours and whipped this up Blood Solitaire in support for #30daydev and because I couldn't let have all the fun.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • I tried 186, and my project doesn't launch in preview in that version for some reason. Just a whole bunch of errors. The last time I tried it and it worked was 184, just a day or so before 185 came out. The only time I have had similar issues was when I had people incorrectly logging into old rooms that were still open, but they were rather different issues and have since been fixed.

    186 is broke.

    185 and latest java seems to be giving some folks issues... I don't know what the connection is.

    185 is working ok for me. I reverted back from 186 (It was broke - lol)

  • +1 same issue with latest beta.

    I see ashley's tweet. Lol.