Quantcast
Channel: Photon Server — Photon Engine
Viewing all articles
Browse latest Browse all 1557

Hello. Tutorials about Photon MMO? and questions how to make MMO.

$
0
0
I found Photon.MMO example in Photon Server package and it looks interesting for me. I want to know more about it. I tried to understand the code but I still dont understanding many parts of code. Is there instruction about this code or is there available tutorial: how to make MMO using Photon Server? I need next things:
1.How can I make primitive physics using Photon Server? I need make something like an Unity Collider for walls so players will not be able to move into walls etc. (In Unity I too have colliders, but players can hack client-side so I want to make simillar colliders on server-side)
2.Bullets. And it collisions&moving&killing players on server side, reflecting by walls etc

How would you make move for get max protect and optimize traffic usage and server cpu usage? I tried send coords and on serverside checking, if newposition-prevposition more than limit then move player back to old position etc. Or better send from client direction and move it on server? I think this way is better but its need better server-side physics.

Viewing all articles
Browse latest Browse all 1557

Trending Articles