Failed to join room using Unity Client SDK
I replied to this thread: http://forum.photonengine.com/discussion/1059/photon-server-join-create-game-problemMy reply: http://forum.photonengine.com/discussion/comment/31499/#Comment_31499But I think...
View ArticleHow can I derive from PhotonPeer to create my own implementation of a Peer?
I would like to do so to add new operations.I have made a simple Peer class: public class MyPeer : PhotonPeer { public MyPeer(ConnectionProtocol protocolType) : base(protocolType) {} public...
View ArticlePhoton Server Stopped and never Continue
I download the Photon Server yet it never initialized. It always stop!
View Articles2s TCP Receive delay
I find that it has a big delay when receiving a large message.(The each message is small.)Is that relating to the photonserver.config?Here is my photonserver.config: <GameServerGroup...
View ArticlePricing Question
The plans in photon server pricing include the sentence Per App / Server.Does that mean that if I want to have 3 servers for one game(or app) I have to pay 3 times the plan?Example: I want to have 3...
View ArticleGetting Started
Hey I'm just getting started with Photon Server. Anyway I can see the requests?
View ArticleStart and Debug LiteApplication
Hello,at the moment I'm trying to build an unity application which connects to my own photon server app.For debugging purposes I went through the whole forum to find some working solutions.Well... I...
View ArticleERROR: Wrong license type - expected redist license
Hi I am using redistributable server. I got a lisense for 100CCU free in my dashboard. I have put the lisense in bin_Win32 folder, and trying to start the photon server. But the server stops...
View Articlehow many is online ?!!
hi i am using photon server and i want to know how many are online on server? how can i do that in windows 2012tnx
View ArticleThreading and operations in a custom server solution
I have looked at many examples of photon usage and from what I can tell the 2 main ways that people structure their project is they run with a plugin, peer to peer and use raise event to send events to...
View ArticleHow to make Personal Chat within a room?
Hi,I am using photon plugin for enterprise server, and Javascript in client side. My players are able to join a room and chat with all others in that room. Now I want to make a option for personal chat...
View ArticleHow to make Personal Chat within a room?
Hi,I am using photon plugin for enterprise server, and Javascript in client side. My players are able to join a room and chat with all others in that room. Now I want to make a option for personal chat...
View ArticlePhoton - LoadBalancing - Create room serverside
Hi,I'm trying to use the LoadBalancing demo as base for a game idea I have, I have followed tons of tutorials, and found an old thread about it here too:...
View ArticleMMO Examples / Demos?
Just curious if there is an MMO example and /or demo for photon server package? Any insight on this would be greatly appreciated.Thanks, Sambuka
View ArticleHow can I raise an event from the GameServer or send a message to a specific...
How can I raise an event from the server-side code so that all players in the room receive it?How can I send a message to a specific client?
View ArticleCannot Start or Remove Service after re-installing Photon
I deleted Photon and re-installed it in a new place but now, whenever I try to start a service or remove it, it looks like it's trying to get it from the old path of the previous Photon installation.
View ArticlePhoton Enterprise Cloud adding a new plugin documentation reference - section...
Photon Enterprise Cloud adding a new plugin..where is the section?I wondered why from documents i can see the following steps but never find out a way to perform them...To add a new plugin:1. Go to the...
View ArticleMoving the game avatar around
I have a setup where the game avatar is just a camera with the interest area in front of it to look from a top down at the world. I have code that moves the camera in relation to dragging (via mouse)...
View ArticleHow to create bot in Photon Server SDK without using masterclient
Hello, excuse me.Where should i start to implement this? there is no documentation of this. I have a poker game that needed a bot system.Im currently using master client system and some friends said...
View Article