mgsoftwaring's Forum Posts

  • I have a problem with peer connection when peers are on the web and not in a local network.

    Multiplayer plugin works well when all the players are on the same internal network, but if they are scattered around the web the peers cannot connect to the host even if they are logged properly and are in the same room as the host.

    There are some posts that highlight the problem but without a solution.

    Now I would like to understand if there is a way to remedy the problem, in the official documentation I found no trace of it, indeed it would be appropriate for Scirra to highlight the thing, before you get it done and then having to change everything to the finished product.

    Yes the game is ready but in multiplayer it's not going.

    Questions: if I have to use WebSocket do I have to change all the messages between the various objects / players? If it means starting from 50% of the game: terrible !!!

    Give me a suggestion, please

    Mimmo

  • I have the same problem

    But should changes be made only to the signaling server or even to peer networks? Because if it has to be done on peer networks it becomes a problem, it's impossible

    I think I understood that I could use websocket or similar but I have to review the whole game, now that it works at 99% it's a real problem

    Thanks for any suggestions

    Mimmo

  • Hi everyone,

    a serious problem occurred to me now that I've finished a multiplayer game. Played in a local network the game works well.

    It is now on a remote server and the players are in different places with different connections; when the first player connects everything is ok. Correct connection as host and excellent stability no disconnection from the room even after a long time even if you do not play.

    The problem occurs when peers enter; the player enters the room but afterwards when a second Kicked event appears in the chat messages. With the motivation that he can't connect to the host. Which could be the motivation.

    Do peers fail to connect because the various routers prevent the entry of replies? Or: does the game have runtime version 2 and version 2 has problems with multiplaier?

    Tell me if you have a solution or an idea

    Thank you

    Mimmo

  • Buongiono

    we have a problem with the multi-user version of our game. I see the problem that comes in being connected

    The game includes 4 players, each of whom chooses a color and a name to play.

    The connection phase takes place as follows. The player has to choose a room with which to play and at this stage the game tells me how many players are present in the room at most I can enter in 4.

    The first problem is born here. when the room is empty, he replies that there are 4 empty seats while after the first player has entered (host) for the others the game always answers that there are 3 free places even if the connected players are 4.

    In the chat I'm trying to connect to a different room.

    Basically the first two players entering the room are perfectly connected and play correctly. while the second 2 players do not receive messages from the host i nor send them to be re-transmitted to the other peers

    We have tried to entatre alternately with different colors but always the first two play and the other two seem not collgati.

    We can not understand why because if everyone is working correctly, what we have sabiliated in the code.

    Thank you

    Mimmo

  • Hi to everyone

    I uploaded an HTML game on one of my servers and it works on every desktop browser. I tried to run it on a 3 gen Ipad, but it loads the game up to about 90% and then blocks it by not starting the game

    You have suggestions

    Thank's

    Regars

  • Hi everyone

    someone could tell me where I can find a well done example on how to insert a web game on Google Play, in addition to the example of the manual that is clear but does not say what should be done side game

    I repeat nin for andorid but web

    Thank you

  • Hi,

    i have deleted a few plugin and now editor dont'start it's blocked at99%

    Cai I do someting?

    MImmo

  • ludikproject.com/kimeryos

    Now click on "Gioca gratis"

  • Hi everyone

    I have a problem with construct 3 but I'm using the runtime version 2

    I create the game in HTML, construct creates in fiuloe .zip, I load it on my server and the game is random and I do not understand why.

    In the editor it works correctly while online stops responding

    You have suggestions

    Thank you

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • It possible to have Switch plugin compatible with version 3 cof Contruct Runtime

    Thank's

    Mimmo

  • Thak's

    I've already done many of the things you've written

    There are few animations with few frames

    Mimmmo

  • Hi to all

    I saw that on the site of scirra but also on Kongregate that the maximum file size of the game to be loaded should not exceed 50 mb.

    I read from many parts to reduce the size of the images and so I did, the file .c3 has been reduced by 50 mb, but the finished game has remained the same size as always 160 mb.

    Can I do anything else to reduce the size and be able to load it?

    I understand that the site of scirra is free but with 50 MB that games can be done? Would not it be better to charge the space with a fee of 50 MB for free?

    Thank you,ù

    Mimmo

  • Hi to all

    I have a strange problem. Perfectly functional game in all its parts. I decided to improve the graphic appearance I inserted an animation in the procedure where an elent of an array with a "pop on x" is deleted

    In the oridignary game, an element of the array is correctly eliminated starting from the phonograph. In the modification delete 4 elements at a time. In the proceedings only passes once.

    What happens and how can I remedy the problem?

    Thank you

  • Excuse me a sentence in Italian has escaped me.

    The sound is set to understand if it actually passes through the procedure several times, but does it only once

    The three houses are different but behave equally.

    Thanks for the help

  • This is the code

    + Function: On "punteggio_mano"

    + System: arr_punt_quadri.At(carta_girata-1,1) > 0

    ----+ a_SwitchCase: Switch Function.Param(0)

    -----> System: Set p_giallo to 0

    --------+ a_SwitchCase: Case compare switch var = "giallo"

    ---------> System: Set p_giallo to pp_giallo

    ---------> System: Set pp_giallo to 0

    ---------> Function: Call "agg_giallo" (p_giallo)

    ---------> a_SwitchCase: Break

    --------+ a_SwitchCase: Case compare switch var = "blu"

    ---------> System: Set punti_partita_blu to int(punt_part_blu.Text)+punti_asta_n

    ---------> punt_part_blu: Set text to punti_partita_blu

    ---------> Audio: Play Zen Temple Bell-SoundBible.com-2070036999 not looping at volume 0 dB (tag "")

    ---------> a_SwitchCase: Break

    --------+ a_SwitchCase: Case compare switch var = "verde"

    ---------> System: Set punti_partita_verde to int(punt_partita_verde.Text)+punti_asta_n

    ---------> punt_partita_verde: Set text to punti_partita_verde

    ---------> Audio: Play Zen Temple Bell-SoundBible.com-2070036999 not looping at volume 0 dB (tag "")

    ---------> a_SwitchCase: Break

    -------------------

    + Function: On "agg_giallo"

    -> System: Set pp_giallo to Function.Param(0)+punti_asta_n

    -> punt_part_giallo: Set text to pp_giallo

    -> Audio: Play Zen Temple Bell-SoundBible.com-2070036999 not looping at volume 0 dB (tag "")

    il suono è messo per capire se davvero passa puù volte nella procedura, ma lo esegue una volta sola

    I tre case sono diversi ma si compoortano in maniera uguale

    The audio is put for