Game user data storage method and system
Patent Information
- Authority / Receiving Office
- CN · China
- Patent Type
- Applications(China)
- Current Assignee / Owner
- 福建天晴在线互动科技有限公司
- Publication Date
- 2017-08-18
Smart Images

Figure 1 
Figure 2 
Figure 3
Abstract
Description
technical field
[0001] The invention relates to the field of computer technology, in particular to a method and system for storing game user data. Background technique
[0002] In the prior art, game attributes are mostly obtained based on traversing the data table, for example, the attack power attribute of a certain weapon has different attack power values according to different weapon levels, so each level needs to store a corresponding data record. When the program obtains the attack power of the weapon, it then queries the corresponding weapon name and the attack power value of the level from the data table.
[0003] And there is following shortcoming in above-mentioned method:
[0004] Disadvantage 1: Data maintenance is difficult. A large amount of data needs to be initialized during initialization. If relevant attribute values need to be modified during the maintenance process, the data to be maintained is huge and error-prone.
[0005] Disadvantage 2: The amou...