MantisBT - Zandronum
View Issue Details
0000930Zandronum[All Projects] Suggestionpublic2012-07-21 20:312014-06-11 21:39
FLYBAT 
 
normalfeatureN/A
closedfixed 
 
 
0000930: Item remembering
Doom does not remember your stats and inventory, yes?
But you could make it so the port will have a flag that remembers player's IP, name and the whole inventory just like Minecraft or any MMO does.

Like, when the player quits the game, the "Quit Game" button does not close the game first. Instead, it sends the whole player information to the server. Server remembers it by creating a file which contains item and stat data, maybe like this:

192.168.0.1
   {
      Player256
         {
            Health, 95
            Pistol, 1
            Clip, 34
            BlueArmor, 197
         }
      MegaDude
         {
            Health, 100
            Pistol, 1
            Clip, 50
            Chainsaw, 1
         }
      Doomer
         {
            Health, 57
            Pistol, 1
            Clip, 0
            Chainsaw, 1
            PlasmaRifle, 1
            Cell, 20
         }
   }

And then player quits the game.
When a player joins the server, if the "Remember player stats" flag is set, then the server checks for this player's IP and name in the list, and if finds them, gives all the listed stuff to a player.
Then the player quits another time and the server writes new data instead of the old.

This function is, um... I think it is not hard to make, yes?
But we just dream about it. If it will be implemented in future versions...
It will be... I don't even know how to describe the size of mega-epic-happiness the developers will give to us, doomers.

I think this can be added to the port by using an external file.
This method will even make an admin a local king. Because he'll edit the file and give himself admin items which are present in game but not accessible from any level.

This feature is really wanted because it will be the point of creating RPG wads.
Anyway, it will be very nice.
No tags attached.
Issue History
2012-07-21 20:31FLYBATNew Issue
2012-07-22 02:45ZzZomboNote Added: 0004025
2012-07-22 08:51Torr SamahoNote Added: 0004027
2014-06-11 21:39WatermelonNote Added: 0009113
2014-06-11 21:39WatermelonStatusnew => closed
2014-06-11 21:39WatermelonResolutionopen => fixed

Notes
(0004025)
ZzZombo   
2012-07-22 02:45   
Useless until we implement an account system, because IPs and nicknames tend to change.
(0004027)
Torr Samaho   
2012-07-22 08:51   
The corresponding forum thread lists enough reasons why the systems proposed as it is here is infeasible. Moreover, mods can already implement similar systems, so it would be better to request something that allows mods to do this in a more flexible way.
(0009113)
Watermelon   
2014-06-11 21:39   
Can now do with the account system