This repository was archived by the owner on Apr 28, 2026. It is now read-only.
i know this might be a bit stupid, but how do i set a photon appid? #6
Answered
by
RealMCoded
fluffykanade
asked this question in
Q&A
Replies: 2 comments 1 reply
|
Hello there! I would refer you to my build modification guide, but since that is unfinished because i am lazy, i can just do a quick write up here. This expects that you already have a PUN and Voice server app ID. Firstly, you need to get a hex editor. I use HXD, but any other one should work. Open the file Press CTRL+F, type in "photon" into the box that appears You should find something that looks like this: From there you just need to replace the numbers with the appropriate IDs, The first ID is your PUN, the second is your Voice. |
1 reply
Answer selected by
fluffykanade
|
Thats rather helpful thanks man |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment



Hello there! I would refer you to my build modification guide, but since that is unfinished because i am lazy, i can just do a quick write up here. This expects that you already have a PUN and Voice server app ID.
Firstly, you need to get a hex editor. I use HXD, but any other one should work.
Open the file
resources,assets(located inRecroom_Release_Data) in HxD, it should look something like this:Press CTRL+F, type in "photon" into the box that appears
You should find something that looks like this:
From there you just need to replace the numbers with the appropriate IDs, The first ID is your PUN, the second is your Voice.