How to check what revision is a plus emulator

Parsov

Member
May 18, 2016
315
206
Oh so sorry Lemme clarify this what I meant is because I can't see my revision in web can I see it in the source code it's for my on work in progress retro
If you're using Plus and have "GetClientVersionEvent.cs" in your Server that means there is something which already gets the version.
You will just need to make a command or wherever you want to show the revision.

C#:
// This should do
            Session.SendWhisper("Client Version: " + PlusEnvironment.SWFRevision + "");

Just a simple way of showing how you could display the revision.

Most likely the actual PRODUCTION VERSION is being sent from the client.
 

Bran

mediocre graphics artist
Mar 13, 2017
1,729
1,537
Pretty sure Plus has a info or about command, which will tell you the revision, if not just add it, like he’s said above.
it doesn't say the revision it just has the production i thought people just knew what emu they use? lmao
 

Joe

Well-Known Member
Jun 10, 2012
4,090
1,918
it doesn't say the revision it just has the production i thought people just knew what emu they use? lmao
Ohhhh the revision? Sorry @BR4N

Just check the code, they were tons of changes to know which revision of Plus it is. The problem is there’s a lot of renames with not many changes LUL
 

Users who are viewing this thread

Top