r4j4h / quake-2-vortex

Automatically exported from code.google.com/p/quake-2-vortex
0 stars 0 forks source link

Missing starting weapon or blaster #1

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Connect to the server
2. Begin playing
3. Wait until the map changes
4. Join and try to switch weapons

What is the expected output? What do you see instead?
You should have both the blaster and your starting weapon, but one of them will 
be missing until the next time you die.

Please use labels and text to provide additional information.

Original issue reported on code.google.com by Tica...@gmail.com on 30 Jun 2012 at 9:47

GoogleCodeExporter commented 9 years ago
This is due to the way of saving- since iD standard inventories are not saved 
within sqlite there are two possible solutions: on load, create a new invetory, 
or save the inventory as either a blob within sqlite or the individual parts. 
For what it's worth, I'd go for the first option, inventory (considering 
pregame) isn't really that much of a gamechanger, and even then, the armory is 
still there. Also there's the possibility of saving the inventory in a side 
file, anyway.

Original comment by forsaken...@gmail.com on 1 Jul 2012 at 12:07

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago

Original comment by forsaken...@gmail.com on 2 Jul 2012 at 1:52