Playmaker Forum

PlayMaker Help & Tips => PlayMaker Help => Topic started by: ETGgames on July 29, 2015, 05:48:19 AM

Title: Can we have a very basic step by step tutorial on how to use Photon?
Post by: ETGgames on July 29, 2015, 05:48:19 AM
Playmaker is very well documented, but photon is not part of that. The documentation Jean provides is complex and not suitable for beginners like me. Is there, or can someone make a tutorial on how to make an online game from scratch, just a simple game that syncs player movement. Thanks
Title: Re: Can we have a very basic step by step tutorial on how to use Photon?
Post by: djaydino on July 29, 2015, 07:09:56 PM
Hi,
you should ask in the Tutorial (http://hutonggames.com/playmakerforum/index.php?board=24.0) section inside the Official Tutorial Request Thread (http://hutonggames.com/playmakerforum/index.php?topic=6424.0).
Title: Re: Can we have a very basic step by step tutorial on how to use Photon?
Post by: jeanfabre on July 30, 2015, 01:34:10 AM
Hi,

The sample is meant to be the most simple photon example, so if you have trouble understanding it, please ask precise questions on what exactly you don't get, cause it just does that, synchronize movement and animation, ou can ignore the chat system, but that example is the bear minimum you'll need to understand and master fully before taking anything more complex using Photon.

 So keep at it and go over it again and again until you understand it all, maybe I need to rephrase some explanations, etc etc. Simply ask.

 Bye,

 Jean
Title: Re: Can we have a very basic step by step tutorial on how to use Photon?
Post by: ETGgames on July 30, 2015, 05:31:36 AM
OK, thanks. Basically I don't really know where to start with the demo. Im not really sure the order in which the photon behaviours are called. Whats the very first thing that happens? Thanks
Title: Re: Can we have a very basic step by step tutorial on how to use Photon?
Post by: jeanfabre on July 30, 2015, 07:13:12 AM
Hi,

 The first thing is connecting to the server, once connection is established, it connects to the lobby, once connected to the lobby, you are presented with possible rooms to joins, then you join, and finally you are in a room, that's when you see the player.

 It's important in all cases, to read all the exitgames doc in the first place, to understand the system as a whole, even if they give code as examples, it's important to learn the various concepts.


It's also very important you read the wiki doc:

https://hutonggames.fogbugz.com/default.asp?W927

 read everything, several times... and also in that page, I have organized fsm, in order of importance, and so I suggest you study them in that order, the first most important being the [urlhttps://hutonggames.fogbugz.com/default.asp?W864]connection[/url]

It's a lot to read, yes, but it's necessary :)

Bye,

 Jean
Title: Re: Can we have a very basic step by step tutorial on how to use Photon?
Post by: ETGgames on July 30, 2015, 08:43:05 AM
Thankyou! Solved!
Title: Re: Can we have a very basic step by step tutorial on how to use Photon?[SOLVED]
Post by: jeanfabre on July 30, 2015, 09:11:47 AM
Playmaker is very well documented, but photon is not part of that. The documentation Jean provides is complex and not suitable for beginners like me. Is there, or can someone make a tutorial on how to make an online game from scratch, just a simple game that syncs player movement. Thanks