Page 1 of 1

Can this be reproduced online?

Posted: Tue Jan 27, 2015 2:25 am
by Diamondback
I'm trying to find a way to reproduce the little menu you get at the end of a singleplayer campaign in a multiplayer Internet server. The information that really interests me is the accuracy of the player (HIT RATIO). I would like to reproduce that information on an Internet or LAN server.

Pic:
Image

I found the corresponding nodes in the InGame meme file, but at this point I don't know if those only work for Singleplayer or if they can be adapted for Multiplayer (Internet). Basically, here's the code which I think relates to this:

Code: Select all

dice::meme::BoolData -ext: Scoreboard/GameStatusEndGame
AND

Code: Select all

dice::meme::BoolData -ext: Scoreboard/GameStatusSinglePlayer
Has anyone fiddled with these commands and know if they would work online?