PASK doco gone?
A bookmark I had on the PASK doco a month ago is gone. Is that no longer supported, available...?
View ArticleEvents v.s. Operation responses
Hi, I've have been toying around with a join optimization as my product, kogama.com, usually has to send a lot of data pr. joining peer. The basic idea is most easily understood in the following: while...
View ArticleCan Photon Cloud Server handle 64 concurrent connections
For example, using the demoworker example for testing.
View ArticleWhat is the best lerp values for player synchronization?
Hi, i am developing a multiplayer fps shooter game with a kit also using photon server on my windows vds. My ping to server around 30 ms. Lerp setting value for player synchronization is 8.75. I have...
View ArticlePhoton LoadBalancing self hosted: player context
Hello, I am extending the LoadBalancing application and so far it is working well. I have a problem that it is not actually a Photon problem but it derives from the fact that Photon server does not...
View ArticlePhoton Server Lan
Hi, I am trying to create a LAN game without internet connection using Photon Server. I am able to join the lobby just fine, but when try to create a room, I get this error:Operation 227 failed in a...
View ArticleHow to automatically assign players to lowest latency server?
plz help. I am using photon server, I want players through load balancing master server is automatically assigned to the lowest delay the game server, how to set up this?thx
View ArticleHow to use the "src-server" in the file
In addition,What is the usefulness of this folder
View ArticleCan't connect at all
Hi there guys,Short version: following the Viking demo, doing everything required step-by-step, still doesn't allow me to connect.Long version:I'm trying to do the most simple tutorial of all - The...
View ArticleAdding peer to different room than requested
Good evening,I got the following problem. I'd like to send specific players into different rooms than other players (ex for cheating or bad behavior). Changing the gameID in JoinRequest didn't send...
View ArticleSend event to webservice
Guys, how I send event to webservice when client disconnect from the server?I have to trigger an event by the server?
View Article'Using CacheOperation.AddToRoomCache' add an event to only current slice
Hello.For some reasons, I'd like to control event cache system. Now we have a sliced cache system and we can set slice index and we can purge a slice we don't want anymore. But we can't add an event to...
View Article"An App From Scratch" - Tutorial won't work! (PeerBase no constructors definied)
HelloI try to create a photon server from scratch.I used this tutorial:http://doc.photonengine.com/en/onpremise/current/app-framework/an-app-from-scratchMy PeerBase constructor won't...
View ArticleS2SPeerBase vs InboundS2SPeer vs. OutboundS2SPeer
I need some clarification on your base objects if someone would be so kind:I'm working on updating some server code I have to utilize the latest Photon Server SDK 4 from 3.1 or 3.2, cant remember...
View ArticleServer SDK 4: getting rid of multiple connections per user
Average (most often used) server behavior: if the user is logged in from another device - server disconnects his previous connection.Alas, this is not implemented in LoadBalancing. At the forum, many...
View ArticlePhoton LoadBalancing > Photon Stopped after of 10 seconds ?
I'm having a ploblema with my Photon Control when I turn on the Server .He calls for a few seconds until you reach 61 mb and derrepende for working with the message: Photon Stopped
View ArticleStartup chain for server applications
Hi there,I have the following question: Is ist somehow possible to define a startup chain within photon control? Let's describe what I have: MasterServer LoginServer RealmServer_DE_01 RealmServer_DE_02...
View ArticleWhat's the equivalent of NetworkingPeer.OpCustom() when inside a room? (using...
I was able to add code to the Server's MasterClientPeer to handle custom operations when a client is either in a lobby or simply on the MasterServer. Whenever I enter a room though, I get an error when...
View ArticleObtaining App ID with Photon Server
While using many of the demos from PUN I am asked for my App Id. The thing is, I want to test these demos using Photon Server. How can I change the code so that it connects to Photon Server?
View Article