Can this be reproduced online?

Ask questions, discuss ideas, get answers
Post Reply
Diamondback
Posts: 589
Joined: Mon Oct 01, 2012 3:13 pm
Location: Canada
Contact:

Can this be reproduced online?

Post 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?
See my Strasbourg map project here.
Post Reply