rhymu8354 / OmniaRegna

This holds public information about OmniaRegna (https://omniaregna.com/), an online RPG. Issues for the game may be reported here or in the game itself.
8 stars 1 forks source link

Player data downloads include spoilers #261

Open rhymu8354 opened 4 years ago

rhymu8354 commented 4 years ago

Currently all components of a player's character entity, along with all components of that characters items, is included in a player data download. In the future, these most certainly will include "spoiler" information, such as special flags and abilities marked on items, quest information, etc.

Since such information is not personally identifying information, we don't need to reveal this to the player. However, data downloads also serve as backups, and we need all this information should we wish to restore a player's character after it has been deleted from the game.

How about encrypting the "spoiler" information using the game's secret key?