Diego
Member
Hi you all!
I don't know how to solve this problem..
I've implemented an "Unknown" name system, so each player could give fake names to other ones (and they can take note of that names multiple times, in this way "Unknown" turns into "Name").
I've also implemented a "Citizens, Evaders, Outlaws Registry" in which players are scheduled with their real name, but now I've just realized that's wrong because they would sign in even with fake names, or in incognito mode.. (right now, if a player signs in, his real name appears.. but if he turns into incognito, the name in the registry changes too).
Maybe I can solve this adding a manual sign in to let players write the name they want (I hope in no bad language...) and serialize that name instead, but I don't want players sign in multiple times with different identities. Other ideas?
Another problem is that with an "Unknown" system, if a player goes incognito or disguised, other ones should view him as "Unknown" again (even if they already took note of his name in the past).. and should take note of another temporary name without overwriting the original one... How could I do this? And if the player want disguise in the same person multiple times, how can I overwrite the "Unknown" with the saved "Fake Name", if exists? It seems very hard to manage all these real/fake names..
Moreover.. I would give a good GDR experience to my players, so do you think guards, warehouse-keepers and bankers should not recognize them in incognito mode or disguised?
I'm really stuck..
I don't know how to solve this problem..
I've implemented an "Unknown" name system, so each player could give fake names to other ones (and they can take note of that names multiple times, in this way "Unknown" turns into "Name").
I've also implemented a "Citizens, Evaders, Outlaws Registry" in which players are scheduled with their real name, but now I've just realized that's wrong because they would sign in even with fake names, or in incognito mode.. (right now, if a player signs in, his real name appears.. but if he turns into incognito, the name in the registry changes too).
Maybe I can solve this adding a manual sign in to let players write the name they want (I hope in no bad language...) and serialize that name instead, but I don't want players sign in multiple times with different identities. Other ideas?
Another problem is that with an "Unknown" system, if a player goes incognito or disguised, other ones should view him as "Unknown" again (even if they already took note of his name in the past).. and should take note of another temporary name without overwriting the original one... How could I do this? And if the player want disguise in the same person multiple times, how can I overwrite the "Unknown" with the saved "Fake Name", if exists? It seems very hard to manage all these real/fake names..
Moreover.. I would give a good GDR experience to my players, so do you think guards, warehouse-keepers and bankers should not recognize them in incognito mode or disguised?
I'm really stuck..