Sirvoid's Forum Posts

  • Disable the default control of your spaceship behaviour and do this:

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

    On left pressed

    If ActorNr=Photon.MyActorNr --> Simulate control Left

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

    The line ActorNr=Photon.MyActorNr select the local client.

    Edit:

    Oh and replace the Photon.ActorNr by a Photon.MyActorNr or you will have some problems.

  • Does the plugin work on the scirra arcade ?

    Because my game don't work on the arcade :s

    Everybody are disconnected when they try to join the room.

  • This is already possible and easy to do a chat :

  • Hi Sirvoid I need you for developed multiplayer card game (dominoes) - > I just try to upload in 103.6.52.111/domima , I need you to finish it.

    Inbox me

  • Nice jobs ^^

  • sound interesting! I love the character you draw but I would like to see more

  • Hey guys !

    I search a job for a multiplayer game that uses Photon or the Official Multiplayer plugin.

    I have more experience with Photon and I can easily make almost everything you want.

    I'm french and I'm only ok to write. Maybe I can try to talk but I don't think this is a good idea..

    Anyways If you want to see the multiplayer game I did check my signature

    (I am not an artist don't let the graphics make you afraid )

  • I personally try to do a multiplayer building game but I dont find how to load the texture

    EDIT: I convert the model file to js with python but the texture don't load >< my model , mtl and js file are in the same dir with the correct name inside the js file.

    I'm really confused right now. Does i really need a .js file for the texture ???

    REEDIT: Ok i feel stupid .. I didn't add directional light.

  • Someone have a .obj converter to .js ?

    I used that for blender but this is not compatible I have an error.

  • > Someone have an idea why my game don't work when I export it.

    > I have just a black screen ..

    > I tried on the 200 , 221 and the 226

    >

    Make sure minify is disabled, this plugin uses a lot of special global states to communicate between objects which construct 2's minifying process prevents from working because it renames everything. If you want to reduce your code size afterwards you can run the JS files through a less severe minification process that removes whitespace.

    Oh it was that >< thanks

  • Someone have an idea why my game don't work when I export it.

    I have just a black screen ..

    I tried on the 200 , 221 and the 226

  • I'm not sure to understand why but more I go at the right side of my map more I lose fps.

    This is weird but I'm pretty sure that is related to the tilemap.

    If someone have an idea why ..

    thanks.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Oh but if people can't move is because you place a tile with no image. You need to Erase the tile.

  • For my game I have the same problem. this is why I made another tilemap for no solid object.

  • Please if someone have the time to do a plugin to encode the microphone input it would be nice because I want to do a voice chat and I need to send the sound in a string

    Someone already made a plugin like this but in flash player here

    But I don't like so much flash player and sometime the plugin bug.

    Thanks.