CN113181637A - Game playback method and system - Google Patents

Game playback method and system Download PDF

Info

Publication number
CN113181637A
CN113181637A CN202110507024.6A CN202110507024A CN113181637A CN 113181637 A CN113181637 A CN 113181637A CN 202110507024 A CN202110507024 A CN 202110507024A CN 113181637 A CN113181637 A CN 113181637A
Authority
CN
China
Prior art keywords
game
server
combat data
playback
key value
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
CN202110507024.6A
Other languages
Chinese (zh)
Other versions
CN113181637B (en
Inventor
祁昂
李刚
张任其
姜再兴
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Shanghai Hode Information Technology Co Ltd
Original Assignee
Shanghai Hode Information Technology Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Shanghai Hode Information Technology Co Ltd filed Critical Shanghai Hode Information Technology Co Ltd
Priority to CN202110507024.6A priority Critical patent/CN113181637B/en
Priority claimed from CN202110507024.6A external-priority patent/CN113181637B/en
Publication of CN113181637A publication Critical patent/CN113181637A/en
Application granted granted Critical
Publication of CN113181637B publication Critical patent/CN113181637B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • AHUMAN NECESSITIES
    • A63SPORTS; GAMES; AMUSEMENTS
    • A63FCARD, BOARD, OR ROULETTE GAMES; INDOOR GAMES USING SMALL MOVING PLAYING BODIES; VIDEO GAMES; GAMES NOT OTHERWISE PROVIDED FOR
    • A63F13/00Video games, i.e. games using an electronically generated display having two or more dimensions
    • A63F13/45Controlling the progress of the video game
    • A63F13/49Saving the game status; Pausing or ending the game
    • A63F13/497Partially or entirely replaying previous game actions
    • AHUMAN NECESSITIES
    • A63SPORTS; GAMES; AMUSEMENTS
    • A63FCARD, BOARD, OR ROULETTE GAMES; INDOOR GAMES USING SMALL MOVING PLAYING BODIES; VIDEO GAMES; GAMES NOT OTHERWISE PROVIDED FOR
    • A63F13/00Video games, i.e. games using an electronically generated display having two or more dimensions
    • A63F13/30Interconnection arrangements between game servers and game devices; Interconnection arrangements between game devices; Interconnection arrangements between game servers
    • A63F13/35Details of game servers
    • AHUMAN NECESSITIES
    • A63SPORTS; GAMES; AMUSEMENTS
    • A63FCARD, BOARD, OR ROULETTE GAMES; INDOOR GAMES USING SMALL MOVING PLAYING BODIES; VIDEO GAMES; GAMES NOT OTHERWISE PROVIDED FOR
    • A63F2300/00Features of games using an electronically generated display having two or more dimensions, e.g. on a television screen, showing representations related to the game
    • A63F2300/60Methods for processing data by generating or executing the game program
    • A63F2300/63Methods for processing data by generating or executing the game program for controlling the execution of the game in time
    • A63F2300/634Methods for processing data by generating or executing the game program for controlling the execution of the game in time for replaying partially or entirely the game actions since the beginning of the game

Abstract

The embodiment of the application provides a game playback method, which is used in a server and comprises the following steps: sending a plurality of pieces of combat data in game play to a game terminal of a target player one by one so that the game terminal stores a plurality of key value pairs, wherein each key value pair comprises one piece of combat data and a timestamp of the piece of combat data; when the game match is reported to be abnormal by the target player, informing the game terminal to upload the plurality of key value pairs; and receiving the plurality of key value pairs and providing the plurality of key value pairs to a playback terminal so that the playback terminal can perform playback operation according to the plurality of key value pairs in a time sequence. The technical scheme provided by the embodiment of the application can timely check and follow up the detail problem of abnormity generated in game match, and find out the loophole more efficiently.

Description

Game playback method and system
Technical Field
The embodiment of the application relates to the technical field of computers, in particular to a game playback method, a game playback device, computer equipment, a computer-readable storage medium and a game playback system.
Background
With the development of computer technology, people can play various network games on computer equipment. In the network game, players need to control virtual characters to perform various actions, such as battle, PK among players, monster, treasure snatching, and the like. The game level of the player largely determines the win or loss of the game, and meanwhile, bugs or cheating behaviors in the game can also become keys for the win or loss. Therefore, it is necessary to perform a duplication of the game process to troubleshoot the above problems.
Disclosure of Invention
An object of the embodiments of the present application is to provide a game playback method, apparatus, computer device, computer-readable storage medium, and game playback system, for conducting a rerun of a game process to troubleshoot problems occurring in a game.
An aspect of an embodiment of the present application provides a game playback method for use in a server, the method including: sending a plurality of pieces of combat data in game play to a game terminal of a target player one by one so that the game terminal stores a plurality of key value pairs, wherein each key value pair comprises one piece of combat data and a timestamp of the piece of combat data; when the game match is reported to be abnormal by the target player, informing the game terminal to upload the plurality of key value pairs; and receiving the plurality of key value pairs and providing the plurality of key value pairs to a playback terminal so that the playback terminal can perform playback operation according to the plurality of key value pairs in a time sequence.
Optionally, the notifying, when the game match is reported to be abnormal by the target player, the game terminal to upload the plurality of key-value pairs includes: acquiring player information of the target player and field information of the game play; detecting whether the target player executes game login operation through the game terminal according to the player information; and when the game login operation is detected, notifying the game terminal to inquire the plurality of key value pairs corresponding to the game play according to the field information of the game play and uploading the plurality of key value pairs to the server.
Optionally, the pieces of combat data include combat data of virtual characters controlled by the game terminal and combat data of other virtual characters; the method further comprises the following steps: when the other virtual characters are controlled by the server, comparing a plurality of pieces of combat data in the key values with a plurality of pieces of combat data stored by the server; wherein, the plurality of pieces of combat data stored by the server are the combat data corresponding to the game play.
Optionally, the method further includes: and judging whether the target player has cheating behavior according to a comparison result between a plurality of pieces of combat data in the key values and a plurality of pieces of combat data stored by the server.
Optionally, the pieces of combat data include combat data of virtual characters controlled by the game terminal and combat data of other virtual characters; the method further comprises the following steps: when the other virtual characters are controlled by the other game terminals, comparing the plurality of pieces of fighting data in the plurality of key value pairs with the plurality of pieces of fighting data uploaded by the other game terminals; and the plurality of pieces of combat data uploaded by the other game terminals are combat data corresponding to the game play.
Optionally, the method further includes: and judging whether the target player cheats or not according to the comparison result between the pieces of combat data in the key value pairs and the pieces of combat data uploaded by the other game terminals.
An aspect of an embodiment of the present application further provides a game playback apparatus for use in a server, the apparatus including: the issuing module is used for issuing a plurality of pieces of combat data in the game match to a game terminal of a target player one by one so that the game terminal stores a plurality of key value pairs, and each key value pair comprises one piece of combat data and a timestamp of the piece of combat data; a notification module, configured to notify the game terminal to upload the key value pairs when the game match is reported to be abnormal by the target player; and the providing module is used for receiving the plurality of key value pairs and providing the plurality of key value pairs to the playback terminal so that the playback terminal can perform playback operation according to the plurality of key value pairs in time sequence.
An aspect of an embodiment of the present application further provides a game playback method, used in a game terminal, including: receiving combat data in game play issued one by a server; storing each piece of combat data into a local memory in a key value pair mode respectively to obtain a plurality of key value pairs; each key-value pair comprises a piece of combat data and a timestamp of the piece of combat data; and responding to the instruction of the server, uploading the plurality of key value pairs to the server, so that the server issues the plurality of key value pairs to a playback terminal, and the playback terminal performs playback operation according to the plurality of key value pairs.
Optionally, the plurality of key-value pairs are located in one data file; the uploading the plurality of key value pairs to the server in response to the instruction of the server comprises: and inquiring the data file corresponding to the game play according to the field information in the instruction and uploading the data file.
Optionally, the method further includes: generating target combat data according to an operation instruction of a target player, and uploading the target combat data to the server; receiving the target combat data issued by the server; comparing a timestamp of when the target combat data was generated with a timestamp of when the target combat data was received from the server; and if the time interval between the time stamp when the target combat data is generated and the time stamp when the target combat data is received is larger than a preset threshold value, judging that the game match is abnormal, and reporting the abnormality to the server.
An aspect of an embodiment of the present application further provides a game playback apparatus for use in a game terminal, the apparatus including: the receiving module is used for receiving the combat data in the game-play issued by the server one by one; the storage module is used for storing each piece of combat data into the local memory in a key value pair mode respectively to obtain a plurality of key value pairs; each key-value pair comprises a piece of combat data and a timestamp of the piece of combat data; and the response module is used for responding to the instruction of the server and uploading the plurality of key value pairs to the server so as to enable the server to issue the plurality of key value pairs to a playback terminal, so that the playback terminal performs playback operation according to the plurality of key value pairs.
An aspect of an embodiment of the present application further provides a game playback method, used in a playback terminal, where the method includes: receiving a data file issued by the server, wherein the data file comprises a plurality of key value pairs related to game play, and each key value pair comprises one piece of combat data and a timestamp of the piece of combat data; performing a playback operation to simulate the game play according to the plurality of key-value pairs: starting timing operation, interpolating the timestamp of a first key value pair in the plurality of key value pairs with the current timestamp, and adding the interpolation to the timestamps of each subsequent key value pair of the first key value pair to obtain each updated timestamp; and in the simulation process, loading the combat data into the game correspondingly according to the updated time sequence of the time stamps so that the game executes game playback operation according to the combat data.
Optionally, the method further includes: and searching for the loophole of the game match according to the playback result of each fighting data at the playback terminal.
Optionally, the method further includes: downloading the data file from the server according to the player identification of the target player; the data file is acquired by the server from the abnormal reported game terminal.
An aspect of the embodiments of the present application further provides a computer device, including a memory, a processor, and a computer program stored on the memory and executable on the processor, the processor implementing the steps of the game playback method as described above when executing the computer program.
An aspect of the embodiments of the present application further provides a computer-readable storage medium, including a memory, a processor, and a computer program stored on the memory and executable on the processor, the processor implementing the steps of the game playback method as described above when executing the computer program.
One aspect of the embodiments of the present application further provides a game playback system, including a server, and a game terminal and a playback terminal in communication with the server, wherein: the game terminal is used for generating target combat data according to an operation instruction of a target player in game play and uploading the target combat data; the server is used for acquiring a plurality of pieces of combat data and broadcasting the plurality of pieces of combat data one by one; the plurality of pieces of combat data comprise the target combat data uploaded by the game terminals and combat data uploaded by other game terminals; the playback terminal is used for playing back the game pair; the game terminal is further configured to receive the plurality of pieces of combat data broadcast by the server, and store each piece of combat data in the plurality of pieces of combat data in a local memory in a key-value pair manner, so as to obtain a plurality of key-value pairs; each key-value pair comprises a piece of combat data and a timestamp of the piece of combat data; the server is further configured to, when the game match is reported to be abnormal by the target player, obtain a plurality of key-value pairs corresponding to the game match from the game terminal, and provide the plurality of key-value pairs to a playback terminal; the playback terminal is further used for performing playback operation according to the plurality of key values.
Optionally, the game terminal is further configured to: comparing a timestamp of when the target combat data was generated with a timestamp of when the target combat data was received from the server; and if the time interval between the time stamp when the target combat data is generated and the time stamp when the target combat data is received is larger than a preset threshold value, judging that the game match is abnormal, and reporting the abnormality to the server.
Optionally, the server is further configured to: acquiring player information of the target player and field information of the game play; detecting whether the target player executes game login operation through the game terminal according to the player information; and when the game login operation is detected, notifying the game terminal to inquire the plurality of key value pairs corresponding to the game play according to the field information of the game play and uploading the plurality of key value pairs to the server.
Optionally, the playback terminal is further configured to: receiving the plurality of key value pairs issued by the server; performing a playback operation to simulate the game play according to the plurality of key-value pairs: starting timing operation, interpolating the timestamp of a first key value pair in the plurality of key value pairs with the current timestamp, and adding the interpolation to the timestamps of each subsequent key value pair of the first key value pair to obtain each updated timestamp; and in the simulation process, loading the combat data into the game correspondingly according to the updated time sequence of the time stamps so that the game executes game playback operation according to the combat data.
According to the game playback method, the game playback device, the computer equipment, the computer readable storage medium and the game playback system, when the target player feeds back the abnormal game, the plurality of key value pairs stored in the game terminal used by the target player can be obtained through the scheme, and the playback operation is performed through the playback terminal, so that the detailed problem of the abnormal game in the game match can be timely checked and followed, and the loophole in the game can be found out more efficiently.
Drawings
FIG. 1 schematically illustrates an operational environment diagram of a game playback system according to an embodiment of the present application;
FIG. 2 schematically illustrates an exemplary diagram of a game playback flow based on the game playback system of FIG. 1;
FIG. 3 schematically shows a flow chart of a game playback method according to the second embodiment of the present application;
FIG. 4 is a sub-flowchart of step S302 in FIG. 3;
FIG. 5 is a flow chart schematically illustrating additional steps of a game playback method according to the second embodiment of the present application;
FIG. 6 is a flow chart schematically illustrating another additional step of the game playback method according to the second embodiment of the present application;
FIG. 7 schematically shows a flow chart of a game playback method according to a third embodiment of the present application;
FIG. 8 is a sub-flowchart of step S704 in FIG. 7;
FIG. 9 is a flow chart schematically illustrating additional steps of a game playback method according to a third embodiment of the present application;
FIG. 10 schematically shows a flow chart of a game playback method according to a fourth embodiment of the present application;
FIG. 11 is a flow chart schematically illustrating additional steps of a game playback method according to a fourth embodiment of the present application;
fig. 12 schematically shows a block diagram of a game playback apparatus according to embodiment five of the present application;
fig. 13 schematically shows a block diagram of a game playback apparatus according to a sixth embodiment of the present application; and
fig. 14 schematically shows a hardware architecture diagram of a computer device according to a seventh embodiment of the present application.
Detailed Description
In order to make the objects, technical solutions and advantages of the present application more apparent, the present application is described in further detail below with reference to the accompanying drawings and embodiments. It should be understood that the specific embodiments described herein are merely illustrative of the present application and are not intended to limit the present application. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present application.
It should be noted that the descriptions relating to "first", "second", etc. in the embodiments of the present application are only for descriptive purposes and are not to be construed as indicating or implying relative importance or implicitly indicating the number of technical features indicated. Thus, a feature defined as "first" or "second" may explicitly or implicitly include at least one such feature. In addition, technical solutions between various embodiments may be combined with each other, but must be realized by a person skilled in the art, and when the technical solutions are contradictory or cannot be realized, such a combination should not be considered to exist, and is not within the protection scope of the present application.
In the description of the present application, it should be understood that the numerical references before the steps do not identify the order of performing the steps, but merely serve to facilitate the description of the present application and to distinguish each step, and therefore should not be construed as limiting the present application.
The present application relates to the interpretation of terms:
and (4) battle data storage: when the player carries out the battle of the public battle, the battle data is saved into the local file one by one. Wherein the key is the current timestamp and the value is the data issued by the current server.
Uploading a data file: when the player reports the abnormity, the player logs in the game to upload the combat data to the cloud server according to the player playerlID configuration field.
Converting the time stamp: and reading data according to the received data file, and storing the data into a preset data structure. And restoring the key in the key value pair to the corresponding timestamp.
Simulating server battle: running a timer logic locally, interpolating a first key in the client data with the current timestamp, taking the first key value as the current time, adding the interpolation to each key, and loading the data in the value in the circulating logic of the timer along with the time. The logic of server battle is simulated, and the playing is carried out one by one to complete the playback function.
KV: Key-Value Key Value pair, where Key is a Key and Value is a Value.
Fig. 1 schematically shows an environment operation diagram of a game playback method according to an embodiment of the present application.
As shown in fig. 1, the environment schematic includes a server 2, a network 4, game terminals (6A, 6B,. and 8A, 8B, …), and a playback terminal 10, wherein:
the server 2, as a game service platform, may be constituted by a single or a plurality of computing devices. The single or multiple computing devices may include virtualized compute instances. The virtualized computing instance may include a virtual machine, such as an emulation of a computer system, an operating system, a server, and so forth. The computing device may load the virtual machine based on a virtual image and/or other data that defines the particular software (e.g., operating system, dedicated application, server) used for emulation. As the demand for different types of processing services changes, different virtual machines may be loaded and/or terminated on one or more computing devices. A hypervisor may be implemented to manage the use of different virtual machines on the same computing device.
The server 2 may receive the combat data uploaded by each player through the client, and generate game effect data according to the combat data uploaded by each player or broadcast the combat data uploaded by each player to each game client.
Server 2 may be configured to communicate with gaming terminals 6A, 6B,. and 8A, 8B, …, etc., over network 4. The gaming terminal may include any type of computing device, such as a mobile device, a tablet device, a laptop computer, a virtual reality device, a gaming device, a set-top box, a vehicle terminal, a smart television, a television box, and so forth.
Game terminals (6A, 6B,. and 8A, 8B, …) for running game clients. The game client is used for providing functions of game login, operation, payment and the like. Game terminals 6A, 6B, … and game terminals 8A, 8B, … are devices used by both parties in a game scene. It is noted that the above-described apparatus is exemplary, and the number of game terminals for both parties of a match may be increased or decreased in different game scenarios.
Each gaming terminal may be configured with a gaming client, taking gaming terminal 6A as an example:
game terminal 6A may be configured with a game client. The game client outputs (renders, plays) content to the user. The content may be game landing pages, game screens, audio, commentary, and/or the like. For example, the game client is configured to provide a game login page, and provide an account number and a password input by the user to the server 2, so as to determine whether to enter the game page according to the server 2. In the game page, the player can select a game virtual character and apply to the server 2 for composition or participation in a certain game session. In game play, a player can manipulate the game virtual character by entering instructions, such as forward, reverse, attack, and the like.
And a playback terminal 10 for playback operation of the game. The playback terminal 10 may be a tablet device, laptop, gaming device, set-top box, smart television, or the like. The playback terminal 10 may also be used as a game terminal.
The game play may be a guild play. The guild battles are large-scale battles held regularly.
Example one
With continued reference to fig. 1, the present embodiment provides a game playback system. The game playback system includes: a server 2, a game terminal (e.g., 6A), and a playback terminal 10. Optionally, when multiple player operations are required in the game, the game playback system may further include other game terminals 6B, 6C, …, and 8A, 8B, 8C, …, and the like. Wherein:
in game play, each player needs to input an operation command through a terminal to control each virtual character in the game. For example:
the target player Play _1 inputs an instruction to Play its virtual character in the game Play through the game terminal 6A. The other player Play _2 inputs an instruction to Play its virtual character in the Play through the game terminal 6B. The other player Play _3 inputs an instruction to Play its virtual character in the Play through the game terminal 8A.
The following takes game terminal 6A as an example to describe the interaction process of the game playback system:
and the game terminal 6A is used for generating target combat data according to the operation instruction of the target player in game play and uploading the target combat data.
The server 2 is used for acquiring a plurality of pieces of combat data and broadcasting the plurality of pieces of combat data one by one; wherein the pieces of combat data include the target combat data uploaded by the game terminal 6A and combat data uploaded by other game terminals.
And the playback terminal 10 is used for playing back the game pair.
The game terminal 6A is further configured to receive the pieces of combat data broadcast by the server 2, and store each piece of combat data in the pieces of combat data in a local memory in a key-value pair manner, so as to obtain a plurality of key-value pairs; each key-value pair includes a piece of combat data and a timestamp for the piece of combat data.
The server 2 is further configured to, when the game match is reported to be abnormal by the target player, obtain a plurality of key-value pairs corresponding to the game match from the game terminal 6A, and provide the plurality of key-value pairs to a playback terminal;
the playback terminal 10 is further configured to perform a playback operation according to the plurality of key value pairs.
In this embodiment, when the target player feeds back the abnormality, the data (the plurality of key value pairs) stored in the game terminal 6A used by the target player may be acquired through the above scheme, and the playback operation is performed through the playback terminal 10, so that the detailed problem of the abnormality occurring in the game match is checked and followed up in time, and the bug is found out more efficiently.
In addition, implementing player cloud archive by each terminal (game terminal 6A, and other game terminals) can reduce the storage pressure of server 2. Meanwhile, although the server 2 broadcasts each piece of combat data to each terminal indiscriminately, the presentation of the same combat on different terminals may have variability due to the wire speed, hardware, etc. of each terminal. Therefore, the data actually stored by each terminal may have differences, and the data stored by the corresponding terminal is played back, so that the running and display conditions of the abnormal terminal (such as the game terminal 6A) reported can be reflected more truly, and the special problems of each terminal can be found more specifically and more easily.
In the same game play, some terminals may be normal and some terminals may be abnormal due to the above discrepancy. In order to improve efficiency, the following embodiments employ a reporting mechanism to play back data stored by a terminal with abnormal reporting in a targeted manner. As an example, game terminal 6A, is further configured to: comparing a timestamp of when the target combat data was generated with a timestamp of when the target combat data was received from the server; and if the time interval between the time stamp when the target combat data is generated and the time stamp when the target combat data is received is larger than a preset threshold value, judging that the game match is abnormal, and reporting the abnormality to the server 2. Games generally emphasize instantaneity. When the time interval between the time stamp when the game terminal 6A generates the target combat data and the time stamp when the target combat data is received is relatively large, it indicates that the network may be in failure and an exception needs to be reported.
When the target player feeds back the abnormality, the locally stored data (i.e., the plurality of key-value pairs) corresponding to the game pair are acquired from game terminal 6A, and it should be noted that the process of server 2 acquiring the plurality of key-value pairs from game terminal 6A is not sensible to the target player and does not affect the normal game process and experience of the target player. The method comprises the following specific steps: as an example, the server 2 is further configured to: acquiring player information of the target player and field information of the game play; detecting whether the target player executes game login operation through the game terminal according to the player information; and when the game login operation is detected, notifying the game terminal to inquire the plurality of key-value pairs corresponding to the game play according to the field information of the game play and uploading the plurality of key-value pairs to the server 2.
As an example, to achieve accurate simulation and playback, the playback terminal 10 is further configured to: receiving the plurality of key value pairs issued by the server; performing a playback operation to simulate the game play according to the plurality of key-value pairs: starting timing operation, interpolating the timestamp of a first key value pair in the plurality of key value pairs with the current timestamp, and adding the interpolation to the timestamps of each subsequent key value pair of the first key value pair to obtain each updated timestamp; and in the simulation process, loading the combat data into the game correspondingly according to the updated time sequence of the time stamps so that the game executes game playback operation according to the combat data.
In order to make the solution described in this embodiment more clear, as shown in fig. 2, a specific example is provided as follows:
in a game pair:
game terminal 6A provides a game operation page, generates target fighting data according to an input instruction of a target player, and uploads the target fighting data to server 2 so that server 2 broadcasts the target fighting data. In this game play, the target player may enter a large number of instructions, thereby generating a large amount of target combat data.
The server 2 receives pieces of combat data of a plurality of terminals entering the game play. The pieces of combat data include the target combat data from game terminal 6A and combat data from other game terminals.
The server 2 broadcasts the pieces of combat data piece by piece to issue the pieces of combat data piece by piece to the game terminal 6A of the target player and to issue the pieces of combat data piece by piece to other game terminals of other players.
Game terminal 6A receives the pieces of combat data broadcast by server 2 and controls the display effect according to the pieces of combat data.
It should be noted that each piece of combat data may include a player ID, position coordinates, blood volume values, attribute values, and the like of each virtual character.
Game terminal 6A writes the plurality of battle data broadcast by server 2 in the form of key value pairs one by one into a data file located locally stored. The Key Value in each Key Value pair is the corresponding current timestamp, and the Value is a piece of combat data. When the game is completed, the data file is saved. In some embodiments, to facilitate storage, the Key value in each Key-value pair may be string-type data.
S1: the target player finishes the game play and returns the game page to the home page.
S2: the data file is saved in a local memory of the game terminal 6A.
The data file may be saved for three days by default.
And if the target player does not report the abnormity, deleting the data file for more than three days to prevent the storage space from occupying too much. The player is not sensible to the storage, subsequent uploading and deletion, and the normal game process and experience of the player cannot be influenced.
(II) the target player feedbacks the exception occurred in the game play:
s3: if the feedback of the target player is abnormal, the server 2 configures corresponding fields, such as a specific place and a specific day, according to the player identifier of the target player.
S4: if it is detected that the target player logs in the game by being game terminal 6A, server 2 notifies game terminal 6A to automatically upload the data file corresponding to the game play, so as to provide the data file to server 2.
Optionally, for a PVE (Player VS Environment) mode, the server 2 compares the data file uploaded by the game terminal 6A with the data file corresponding to the game play of this time stored in the server 2, so as to verify the authenticity of the data file uploaded by the target Player and determine whether the target Player has cheating behavior. In PVP (Player versus Player, Player VS Player), there may be a plurality of players uploading data files of the game play, and therefore, the data files uploaded by the game terminal 6A may be compared with the data files uploaded by the other game terminals, respectively, to determine whether there is cheating.
S5: the playback terminal 10 pulls the data file from the server 2 according to the player identification of the target player.
(III) after the playback terminal 10 takes the data file, performing playback operation according to the data file:
s6: the playback terminal 10 obtains a time loading logic according to the Key Value in each Key Value pair of the data file, and loads the Value in each Key Value pair into the game based on the time loading logic to complete the playback operation.
After the data file is taken, the data file is selected for game playback by a playback tool in the playback terminal 10;
and analyzing each key value pair, and putting the analyzed content into a preset data structure. For example, the Key value in each Key value pair is restored to the corresponding timestamp, and the value is restored to the data structure issued by the server 2.
And executing a timing operation, interpolating the Key value in the first Key value pair with the current timestamp, taking the Key value in the first Key value pair as the current time, and adding the interpolation to the Key value in each Key value pair after the first Key value pair. Thus, the data in the corresponding Value may be loaded over time in the loop logic of the timing operation. By the method, the logic in game play can be simulated, and the play can be performed one by one to complete the playback function.
The game playing method can complete the game play-back according to the storage and uploading of the game terminal, the data analysis and the simulation logic under the condition that the game has no play-back function, so that bug checking can be performed, and the game playing method is clearer and clearer than the method for analyzing the combat data only. Meanwhile, the possibility of subsequent development of the game playback module in the game body is also reserved,
example two
In the present embodiment, the server 2 is taken as an execution subject for description, and reference may be made to embodiment one for technical details and effects.
Fig. 3 schematically shows a flowchart of a game playback method according to the second embodiment of the present application.
As shown in fig. 3, the game playback method may include steps S300 to S304, in which:
step S300, a plurality of pieces of combat data in the game match are sent to the game terminal of the target player one by one, so that the game terminal stores a plurality of key value pairs, and each key value pair comprises one piece of combat data and the timestamp of the piece of combat data.
Taking one of the Key Value pairs KV as an example, the Value in the Key Value pair KV is a piece of combat data issued by the server 2, the Key Value in the Key Value pair KV is a timestamp of the piece of combat data, and the timestamp may be a time when the game terminal displays an effect on the piece of combat data. It should be noted that, for the convenience of storage, the type of the Key value may be a string type.
Step S302, when the game match is reported to be abnormal by the target player, the game terminal is informed to upload the plurality of key value pairs.
Step S304, receiving the plurality of key value pairs, and providing the plurality of key value pairs to a playback terminal, so that the playback terminal performs playback operation according to the plurality of key value pairs in a time sequence.
As an example, as shown in fig. 4, the step S302 may include: step S400, obtaining player information of the target player and field information of the game play; step S402, detecting whether the target player executes game login operation through the game terminal according to the player information; and step S403, when the game login operation is detected, notifying the game terminal to inquire the plurality of key-value pairs corresponding to the game play according to the field information of the game play and uploading the plurality of key-value pairs to the server.
The pieces of combat data include, by way of example, combat data of virtual characters controlled by the game terminal and combat data of other virtual characters. As shown in fig. 5, the game playback method may further include: step S500, when the other virtual characters are controlled by the server, comparing a plurality of pieces of combat data in the plurality of key values with a plurality of pieces of combat data stored by the server; wherein, the plurality of pieces of combat data stored by the server are the combat data corresponding to the game play. In the embodiment, the game situation of the target player can be efficiently analyzed.
As an example, the game playback method may further include: and judging whether the target player has cheating behavior according to a comparison result between a plurality of pieces of combat data in the key values and a plurality of pieces of combat data stored by the server. In the present embodiment, the cheating behavior of the target player can be effectively identified.
The pieces of combat data include, by way of example, combat data of virtual characters controlled by the game terminal and combat data of other virtual characters. As shown in fig. 6, the game playback method may further include: step S600, when the other virtual characters are controlled by the other game terminals, comparing the plurality of pieces of combat data in the plurality of key value pairs with the plurality of pieces of combat data uploaded by the other game terminals; and the plurality of pieces of combat data uploaded by the other game terminals are combat data corresponding to the game play. In the embodiment, the game situation of the target player can be efficiently analyzed.
As an example, the game playback method may further include: and judging whether the target player has cheating behavior according to the comparison result between the pieces of fighting data in the key value pairs and the pieces of fighting data uploaded by the other game terminals. In the present embodiment, the cheating behavior of the target player can be effectively identified.
EXAMPLE III
In the present embodiment, game terminal 6A is used as the execution subject for description, and reference may be made to embodiment one for technical details and effects.
Fig. 7 schematically shows a flowchart of a game playback method according to the third embodiment of the present application.
As shown in fig. 7, the game playback method may include steps S700 to S704, in which:
step S700, receiving combat data in game-play issued one by a server;
step S702, storing each piece of combat data in a local memory in a key value pair mode respectively to obtain a plurality of key value pairs; each key-value pair comprises a piece of combat data and a timestamp of the piece of combat data; and
step S704, in response to the instruction of the server, uploading the plurality of key value pairs to the server, so that the server issues the plurality of key value pairs to a playback terminal, so that the playback terminal performs a playback operation according to the plurality of key value pairs.
By way of example, the plurality of key-value pairs are located in one data file. As shown in fig. 8, the step S704 includes: and step S800, inquiring the data file corresponding to the game match according to the field information in the command and uploading the data file.
As an example, as shown in fig. 9, the game playback method may further include: step S900, target combat data are generated according to the operation instructions of the target players and uploaded to the server; step S902, receiving the target combat data issued by the server; step S904 of comparing the time stamp when the target combat data is generated with the time stamp when the target combat data is received from the server; step S906, if the time interval between the time stamp when the target combat data is generated and the time stamp when the target combat data is received is larger than a preset threshold value, judging that the game match is abnormal, and reporting the abnormality to the server.
Example four
The present embodiment is described with the playback terminal 10 as an execution subject, and technical details and effects can be referred to in the first embodiment.
Fig. 10 schematically shows a flowchart of a game playback method according to the fourth embodiment of the present application.
As shown in fig. 10, the game playback method may include steps S1000 to S1002, in which:
step S1000, receiving a data file issued by the server, wherein the data file comprises a plurality of key value pairs related to game play, and each key value pair comprises one piece of combat data and a timestamp of the piece of combat data;
step S1002, according to the plurality of key-value pairs, performing a playback operation to simulate the game play: starting timing operation, interpolating the timestamp of a first key value pair in the plurality of key value pairs with the current timestamp, and adding the interpolation to the timestamps of each subsequent key value pair of the first key value pair to obtain each updated timestamp; and in the simulation process, loading the combat data into the game correspondingly according to the updated time sequence of the time stamps so that the game executes game playback operation according to the combat data.
As an example, the game playback method may further include: and searching for the loophole of the game match according to the playback result of each fighting data at the playback terminal. In the embodiment, the vulnerability can be efficiently searched based on the playback result.
As an example, as shown in fig. 11, the game playback method may further include: step S1100, downloading the data file from the server according to the player identification of the target player; the data file is acquired by the server from the abnormal reported game terminal.
EXAMPLE five
Fig. 12 schematically shows a block diagram of a game playback apparatus according to a fifth embodiment of the present application, which may be divided into one or more program modules, the one or more program modules being stored in a storage medium and executed by one or more processors to complete the embodiments of the present application. The program modules referred to in the embodiments of the present application refer to a series of computer program instruction segments capable of performing specific functions, and the following description will specifically describe the functions of each program module in the embodiments.
As shown in fig. 12, the game playback apparatus 1200 may include a distribution module 1210, a notification module 1220, and a providing module 1230, wherein:
the issuing module 1210 is configured to issue multiple pieces of combat data in a game match to a game terminal of a target player one by one, so that the game terminal stores multiple key value pairs, where each key value pair includes one piece of combat data and a timestamp of the piece of combat data;
a notification module 1220, configured to notify the game terminal to upload the key-value pairs when the game match is reported by the target player as abnormal; and
a providing module 1230, configured to receive the multiple key value pairs and provide the multiple key value pairs to a playback terminal, so that the playback terminal performs a playback operation in a time sequence according to the multiple key value pairs.
As an example, the notification module 1220 is further configured to:
acquiring player information of the target player and field information of the game play;
detecting whether the target player executes game login operation through the game terminal according to the player information; and
when the game login operation is detected, the game terminal is informed to inquire the plurality of key value pairs corresponding to the game play according to the field information of the game play and upload the plurality of key value pairs to the server.
The pieces of combat data include, by way of example, combat data of virtual characters controlled by the game terminal and combat data of other virtual characters. The game playback apparatus may further include a comparison module (not identified) configured to compare, when the other virtual character is controlled by the server, the pieces of combat data in the plurality of key values with the pieces of combat data stored by the server; wherein, the plurality of pieces of combat data stored by the server are the combat data corresponding to the game play.
As an example, the game playback device may further include an anti-cheating module (not identified) for: and judging whether the target player has cheating behavior according to a comparison result between a plurality of pieces of combat data in the key values and a plurality of pieces of combat data stored by the server.
The pieces of combat data include, by way of example, combat data of virtual characters controlled by the game terminal and combat data of other virtual characters. The game playback device may further include a comparison module (not identified) configured to compare the pieces of combat data in the key value pairs with the pieces of combat data uploaded by the other game terminals when the other virtual character is controlled by the other game terminals; and the plurality of pieces of combat data uploaded by the other game terminals are combat data corresponding to the game play.
As an example, the game playback device may further include an anti-cheating module (not identified) for: and judging whether the target player cheats or not according to the comparison result between the pieces of combat data in the key value pairs and the pieces of combat data uploaded by the other game terminals. In the embodiment, the cheating behaviors of the user can be effectively identified.
EXAMPLE six
Fig. 13 schematically shows a block diagram of a game playback apparatus according to a sixth embodiment of the present application, which may be divided into one or more program modules, the one or more program modules being stored in a storage medium and executed by one or more processors to complete the embodiments of the present application. The program modules referred to in the embodiments of the present application refer to a series of computer program instruction segments capable of performing specific functions, and the following description will specifically describe the functions of each program module in the embodiments.
As shown in fig. 13, the game playback apparatus 1300 may include a receiving module 1310, a saving module 1320, and a responding module 1330, wherein:
a receiving module 1310, configured to receive battle data issued by the server one by one in a game match;
a saving module 1320, configured to save each piece of combat data in a local memory in a form of a key value pair, so as to obtain multiple key value pairs; each key-value pair comprises a piece of combat data and a timestamp of the piece of combat data; and
a response module 1330, configured to, in response to the instruction of the server, upload the plurality of key value pairs to the server, so that the server issues the plurality of key value pairs to a playback terminal, so that the playback terminal performs a playback operation according to the plurality of key value pairs.
By way of example, the plurality of key-value pairs are located in one data file. The response module 1330 is further configured to: and inquiring the data file corresponding to the game play according to the field information in the instruction and uploading the data file.
As an example, the game playback apparatus may further include an abnormality determination module (not identified). The abnormality determination is configured to:
generating target combat data according to an operation instruction of a target player, and uploading the target combat data to the server;
receiving the target combat data issued by the server;
comparing a timestamp of when the target combat data was generated with a timestamp of when the target combat data was received from the server;
and if the time interval between the time stamp when the target combat data is generated and the time stamp when the target combat data is received is larger than a preset threshold value, judging that the game match is abnormal, and reporting the abnormality to the server.
EXAMPLE seven
Fig. 14 schematically shows a hardware architecture diagram of a computer device 1400 suitable for implementing a game playback method according to a seventh embodiment of the present application. The computer device 1400 may function as any of the server 2, game terminals 6A, 6B, … and 8A, …, and playback terminal 10. In this embodiment, the computer device 1400 is a device capable of automatically performing numerical calculation and/or information processing according to a preset or stored instruction. For example, the server may be a smart phone, a tablet computer, a laptop, a personal computer, a workstation, a rack server, a blade server, a tower server, or a rack server (including a stand-alone server or a server cluster composed of multiple servers). As shown in fig. 14, computer device 1400 includes at least, but is not limited to: memory 1410, processor 1420, network interface 1430 may be communicatively linked to each other via a system bus. Wherein:
the memory 1410 includes at least one type of computer-readable storage medium including a flash memory, a hard disk, a multimedia card, a card type memory (e.g., SD or DX memory, etc.), a Random Access Memory (RAM), a Static Random Access Memory (SRAM), a Read Only Memory (ROM), an Electrically Erasable Programmable Read Only Memory (EEPROM), a Programmable Read Only Memory (PROM), a magnetic memory, a magnetic disk, an optical disk, etc. In some embodiments, the storage 1410 may be an internal storage module of the computer device 1400, such as a hard disk or memory of the computer device 1400. In other embodiments, the memory 1410 may also be an external storage device of the computer device 1400, such as a plug-in hard disk, a Smart Media Card (SMC), a Secure Digital (SD) Card, a Flash memory Card (Flash Card), etc. provided on the computer device 1400. Of course, the memory 1410 may also include both internal and external memory modules of the computer device 1400. In this embodiment, the memory 1410 is generally used for storing an operating system installed in the computer apparatus 1400 and various kinds of application software, such as program codes of a game playback method, and the like. In addition, the memory 1410 may also be used to temporarily store various types of data that have been output or are to be output.
Processor 1420 may be a Central Processing Unit (CPU), controller, microcontroller, microprocessor, or other data Processing chip in some embodiments. The processor 1420 is generally used for controlling the overall operation of the computer device 1400, such as performing control and processing related to data interaction or communication with the computer device 1400. In this embodiment, the processor 1420 is configured to execute program codes stored in the memory 1410 or process data.
Network interface 1430 may include a wireless network interface or a wired network interface, with network interface 1430 typically being used to establish communication links between computer device 1400 and other computer devices. For example, the network interface 1430 is used to connect the computer apparatus 1400 with an external terminal via a network, establish a data transmission channel and a communication link between the computer apparatus 1400 and the external terminal, and the like. The network may be a wireless or wired network such as an Intranet (Intranet), the Internet (Internet), a Global System of Mobile communication (GSM), Wideband Code Division Multiple Access (WCDMA), a 4G network, a 5G network, Bluetooth (Bluetooth), or Wi-Fi.
It is noted that FIG. 14 only shows a computer device having components 1410 and 1430, but it is understood that not all of the shown components are required and that more or fewer components may be implemented instead.
In this embodiment, the game playback method stored in the memory 1410 may be further divided into one or more program modules and executed by one or more processors (in this embodiment, the processor 1420), so as to complete the embodiment of the present application.
Example eight
The present application also provides a computer-readable storage medium having stored thereon a computer program which, when executed by a processor, implements the steps of the game playback method in the embodiments.
In this embodiment, the computer-readable storage medium includes a flash memory, a hard disk, a multimedia card, a card type memory (e.g., SD or DX memory, etc.), a Random Access Memory (RAM), a Static Random Access Memory (SRAM), a Read Only Memory (ROM), an Electrically Erasable Programmable Read Only Memory (EEPROM), a Programmable Read Only Memory (PROM), a magnetic memory, a magnetic disk, an optical disk, and the like. In some embodiments, the computer readable storage medium may be an internal storage unit of the computer device, such as a hard disk or a memory of the computer device. In other embodiments, the computer readable storage medium may be an external storage device of the computer device, such as a plug-in hard disk, a Smart Media Card (SMC), a Secure Digital (SD) Card, a Flash memory Card (Flash Card), and the like provided on the computer device. Of course, the computer-readable storage medium may also include both internal and external storage devices of the computer device. In this embodiment, the computer-readable storage medium is generally used for storing an operating system and various types of application software installed in the computer device, for example, the program code of the game playback method in the embodiment, and the like. Further, the computer-readable storage medium may also be used to temporarily store various types of data that have been output or are to be output.
It will be apparent to those skilled in the art that the modules or steps of the embodiments of the present application described above may be implemented by a general purpose computing device, they may be centralized on a single computing device or distributed across a network of multiple computing devices, and alternatively, they may be implemented by program code executable by a computing device, such that they may be stored in a storage device and executed by a computing device, and in some cases, the steps shown or described may be performed in an order different from that described herein, or they may be separately fabricated into individual integrated circuit modules, or multiple ones of them may be fabricated into a single integrated circuit module. Thus, embodiments of the present application are not limited to any specific combination of hardware and software.
The above description is only a preferred embodiment of the present application, and not intended to limit the scope of the present application, and all modifications of equivalent structures and equivalent processes, which are made by the contents of the specification and the drawings of the present application, or which are directly or indirectly applied to other related technical fields, are included in the scope of the present application.

Claims (20)

1. A game playback method, for use in a server, the method comprising:
sending a plurality of pieces of combat data in game play to a game terminal of a target player one by one so that the game terminal stores a plurality of key value pairs, wherein each key value pair comprises one piece of combat data and a timestamp of the piece of combat data;
when the game match is reported to be abnormal by the target player, informing the game terminal to upload the plurality of key value pairs; and
and receiving the plurality of key value pairs and providing the plurality of key value pairs to a playback terminal so that the playback terminal can perform playback operation according to the plurality of key value pairs in a time sequence.
2. The game playback method of claim 1, wherein notifying the game terminal to upload the plurality of key-value pairs when the game match is reported to be abnormal by the target player comprises:
acquiring player information of the target player and field information of the game play;
detecting whether the target player executes game login operation through the game terminal according to the player information; and
when the game login operation is detected, the game terminal is informed to inquire the plurality of key value pairs corresponding to the game play according to the field information of the game play and upload the plurality of key value pairs to the server.
3. The game playback method according to claim 1, wherein the pieces of combat data include combat data of virtual characters controlled by the game terminal and combat data of other virtual characters; the method further comprises the following steps:
when the other virtual characters are controlled by the server, comparing a plurality of pieces of combat data in the key values with a plurality of pieces of combat data stored by the server; wherein, the plurality of pieces of combat data stored by the server are the combat data corresponding to the game play.
4. A game playback method as recited in claim 3, further comprising:
and judging whether the target player has cheating behavior according to a comparison result between a plurality of pieces of combat data in the key values and a plurality of pieces of combat data stored by the server.
5. The game playback method according to claim 1, wherein the pieces of combat data include combat data of virtual characters controlled by the game terminal and combat data of other virtual characters; the method further comprises the following steps:
when the other virtual characters are controlled by the other game terminals, comparing the plurality of pieces of fighting data in the plurality of key value pairs with the plurality of pieces of fighting data uploaded by the other game terminals; and the plurality of pieces of combat data uploaded by the other game terminals are combat data corresponding to the game play.
6. The game playback method of claim 5, further comprising:
and judging whether the target player cheats or not according to the comparison result between the pieces of combat data in the key value pairs and the pieces of combat data uploaded by the other game terminals.
7. A game playback apparatus for use in a server, the apparatus comprising:
the issuing module is used for issuing a plurality of pieces of combat data in the game match to a game terminal of a target player one by one so that the game terminal stores a plurality of key value pairs, and each key value pair comprises one piece of combat data and a timestamp of the piece of combat data;
a notification module, configured to notify the game terminal to upload the key value pairs when the game match is reported to be abnormal by the target player; and
and the providing module is used for receiving the plurality of key value pairs and providing the plurality of key value pairs to the playback terminal so that the playback terminal can perform playback operation according to the plurality of key value pairs in time sequence.
8. A game playback method, for use in a game terminal, the method comprising:
receiving combat data in game play issued one by a server;
storing each piece of combat data into a local memory in a key value pair mode respectively to obtain a plurality of key value pairs; each key-value pair comprises a piece of combat data and a timestamp of the piece of combat data; and
responding to the instruction of the server, uploading the plurality of key value pairs to the server, so that the server issues the plurality of key value pairs to a playback terminal, and the playback terminal performs playback operation according to the plurality of key value pairs.
9. A game playback method as claimed in claim 8, wherein the plurality of key-value pairs are located in one data file; the uploading the plurality of key value pairs to the server in response to the instruction of the server comprises:
and inquiring the data file corresponding to the game play according to the field information in the instruction and uploading the data file.
10. The game playback method according to claim 8 or 9, further comprising:
generating target combat data according to an operation instruction of a target player, and uploading the target combat data to the server;
receiving the target combat data issued by the server;
comparing a timestamp of when the target combat data was generated with a timestamp of when the target combat data was received from the server;
and if the time interval between the time stamp when the target combat data is generated and the time stamp when the target combat data is received is larger than a preset threshold value, judging that the game match is abnormal, and reporting the abnormality to the server.
11. A game playback apparatus for use in a game terminal, the apparatus comprising:
the receiving module is used for receiving the combat data in the game-play issued by the server one by one;
the storage module is used for storing each piece of combat data into the local memory in a key value pair mode respectively to obtain a plurality of key value pairs; each key-value pair comprises a piece of combat data and a timestamp of the piece of combat data; and
and the response module is used for responding to the instruction of the server and uploading the plurality of key value pairs to the server so as to enable the server to issue the plurality of key value pairs to a playback terminal, so that the playback terminal performs playback operation according to the plurality of key value pairs.
12. A game playback method for use in a playback terminal, the method comprising:
receiving a data file issued by the server, wherein the data file comprises a plurality of key value pairs related to game play, and each key value pair comprises one piece of combat data and a timestamp of the piece of combat data;
performing a playback operation to simulate the game play according to the plurality of key-value pairs:
starting timing operation, interpolating the timestamp of a first key value pair in the plurality of key value pairs with the current timestamp, and adding the interpolation to the timestamps of each subsequent key value pair of the first key value pair to obtain each updated timestamp;
and in the simulation process, loading the combat data into the game correspondingly according to the updated time sequence of the time stamps so that the game executes game playback operation according to the combat data.
13. The game playback method of claim 12, wherein the method further comprises:
and searching for the loophole of the game match according to the playback result of each fighting data at the playback terminal.
14. The game playback method according to claim 12 or 13, characterized in that the method further comprises:
downloading the data file from the server according to the player identification of the target player;
the data file is acquired by the server from the abnormal reported game terminal.
15. A computer device comprising a memory, a processor and a computer program stored on the memory and executable on the processor, characterized in that the processor, when executing the computer program, is adapted to carry out the steps of the game playback method of any one of claims 1 to 6, 8 to 10, 12 to 14.
16. A computer-readable storage medium, having stored therein a computer program executable by at least one processor to cause the at least one processor to perform the steps of the game playback method of any one of claims 1 to 6, 8 to 10, 12 to 14.
17. A game playback system comprising a server, and a game terminal, a playback terminal in communication with the server, wherein:
the game terminal is used for generating target combat data according to an operation instruction of a target player in game play and uploading the target combat data;
the server is used for acquiring a plurality of pieces of combat data and broadcasting the plurality of pieces of combat data one by one; the plurality of pieces of combat data comprise the target combat data uploaded by the game terminals and combat data uploaded by other game terminals;
the playback terminal is used for playing back the game pair;
the game terminal is further configured to receive the plurality of pieces of combat data broadcast by the server, and store each piece of combat data in the plurality of pieces of combat data in a local memory in a key-value pair manner, so as to obtain a plurality of key-value pairs; each key-value pair comprises a piece of combat data and a timestamp of the piece of combat data;
the server is further configured to, when the game match is reported to be abnormal by the target player, obtain a plurality of key-value pairs corresponding to the game match from the game terminal, and provide the plurality of key-value pairs to a playback terminal;
the playback terminal is further used for performing playback operation according to the plurality of key values.
18. The game playback system of claim 17, wherein the game terminal is further configured to:
comparing a timestamp of when the target combat data was generated with a timestamp of when the target combat data was received from the server; and
and if the time interval between the time stamp when the target combat data is generated and the time stamp when the target combat data is received is larger than a preset threshold value, judging that the game match is abnormal, and reporting the abnormality to the server.
19. The game playback system of claim 17, wherein the server is further configured to:
acquiring player information of the target player and field information of the game play;
detecting whether the target player executes game login operation through the game terminal according to the player information; and
when the game login operation is detected, the game terminal is informed to inquire the plurality of key value pairs corresponding to the game play according to the field information of the game play and upload the plurality of key value pairs to the server.
20. The game playback system of any one of claims 17 to 19, wherein the playback terminal is further configured to:
receiving the plurality of key value pairs issued by the server;
performing a playback operation to simulate the game play according to the plurality of key-value pairs:
starting timing operation, interpolating the timestamp of a first key value pair in the plurality of key value pairs with the current timestamp, and adding the interpolation to the timestamps of each subsequent key value pair of the first key value pair to obtain each updated timestamp;
and in the simulation process, loading the combat data into the game correspondingly according to the updated time sequence of the time stamps so that the game executes game playback operation according to the combat data.
CN202110507024.6A 2021-05-10 Game playback method and system Active CN113181637B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110507024.6A CN113181637B (en) 2021-05-10 Game playback method and system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110507024.6A CN113181637B (en) 2021-05-10 Game playback method and system

Publications (2)

Publication Number Publication Date
CN113181637A true CN113181637A (en) 2021-07-30
CN113181637B CN113181637B (en) 2024-04-16

Family

ID=

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113694515A (en) * 2021-09-23 2021-11-26 腾讯科技(深圳)有限公司 Interface display method, device, terminal and storage medium

Citations (21)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1713201A (en) * 2004-06-23 2005-12-28 世嘉股份有限公司 Online game irregularity detection method
JP2006192142A (en) * 2005-01-14 2006-07-27 Namco Bandai Games Inc Network ranking system and program
US20070004507A1 (en) * 2005-06-30 2007-01-04 Kabushiki Kaisha Square Enix (Also Trading As Square Enix Co., Ltd.) Score verification system and score verification method of online game
CN1893347A (en) * 2005-07-08 2007-01-10 王荣 Method for detecting network game cheat
KR20070117893A (en) * 2006-06-09 2007-12-13 주식회사 와이앤케이 코리아 Method for preventing abnormal access in on-line game
US20130210512A1 (en) * 2012-02-14 2013-08-15 Igt Gaming system, gaming device, and method for providing a replay of previously played games
JP2015128734A (en) * 2015-04-17 2015-07-16 株式会社ユニバーサルエンターテインメント Game machine
CN107614075A (en) * 2015-05-20 2018-01-19 Cy游戏公司 Information processing system, server and program and terminal and program
CN108176053A (en) * 2018-01-04 2018-06-19 网易(杭州)网络有限公司 It plays plug-in detection method, device, server, client and storage medium
CN109260711A (en) * 2018-08-15 2019-01-25 宏诚盛世(天津)网络科技有限公司 A kind of network game external store detection system and method
CN109364473A (en) * 2018-09-29 2019-02-22 杭州电魂网络科技股份有限公司 Analysis method and system are reported in game
CN110237530A (en) * 2019-06-14 2019-09-17 腾讯科技(深圳)有限公司 Anomaly detection method, device and readable storage medium storing program for executing
CN110339575A (en) * 2018-04-08 2019-10-18 腾讯科技(深圳)有限公司 It practises fraud in a kind of determining online game the method and device of user
CN110909630A (en) * 2019-11-06 2020-03-24 腾讯科技(深圳)有限公司 Abnormal game video detection method and device
US10661169B1 (en) * 2017-03-06 2020-05-26 Amazon Technologies, Inc. Game content playback
CN112199260A (en) * 2020-11-17 2021-01-08 Oppo(重庆)智能科技有限公司 Application monitoring method, device, system, terminal equipment and storage medium
CN112370793A (en) * 2020-11-25 2021-02-19 上海幻电信息科技有限公司 Risk control method and device for user account
CN112402982A (en) * 2020-02-13 2021-02-26 上海哔哩哔哩科技有限公司 User cheating behavior detection method and system based on machine learning
CN112434894A (en) * 2019-08-23 2021-03-02 上海哔哩哔哩科技有限公司 Real-time risk control method, computer equipment and readable storage medium
CN112619130A (en) * 2020-12-29 2021-04-09 珠海金山网络游戏科技有限公司 Multi-scene playback method and device for game
CN112712179A (en) * 2019-10-25 2021-04-27 上海哔哩哔哩科技有限公司 Model training method, server and terminal equipment

Patent Citations (21)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1713201A (en) * 2004-06-23 2005-12-28 世嘉股份有限公司 Online game irregularity detection method
JP2006192142A (en) * 2005-01-14 2006-07-27 Namco Bandai Games Inc Network ranking system and program
US20070004507A1 (en) * 2005-06-30 2007-01-04 Kabushiki Kaisha Square Enix (Also Trading As Square Enix Co., Ltd.) Score verification system and score verification method of online game
CN1893347A (en) * 2005-07-08 2007-01-10 王荣 Method for detecting network game cheat
KR20070117893A (en) * 2006-06-09 2007-12-13 주식회사 와이앤케이 코리아 Method for preventing abnormal access in on-line game
US20130210512A1 (en) * 2012-02-14 2013-08-15 Igt Gaming system, gaming device, and method for providing a replay of previously played games
JP2015128734A (en) * 2015-04-17 2015-07-16 株式会社ユニバーサルエンターテインメント Game machine
CN107614075A (en) * 2015-05-20 2018-01-19 Cy游戏公司 Information processing system, server and program and terminal and program
US10661169B1 (en) * 2017-03-06 2020-05-26 Amazon Technologies, Inc. Game content playback
CN108176053A (en) * 2018-01-04 2018-06-19 网易(杭州)网络有限公司 It plays plug-in detection method, device, server, client and storage medium
CN110339575A (en) * 2018-04-08 2019-10-18 腾讯科技(深圳)有限公司 It practises fraud in a kind of determining online game the method and device of user
CN109260711A (en) * 2018-08-15 2019-01-25 宏诚盛世(天津)网络科技有限公司 A kind of network game external store detection system and method
CN109364473A (en) * 2018-09-29 2019-02-22 杭州电魂网络科技股份有限公司 Analysis method and system are reported in game
CN110237530A (en) * 2019-06-14 2019-09-17 腾讯科技(深圳)有限公司 Anomaly detection method, device and readable storage medium storing program for executing
CN112434894A (en) * 2019-08-23 2021-03-02 上海哔哩哔哩科技有限公司 Real-time risk control method, computer equipment and readable storage medium
CN112712179A (en) * 2019-10-25 2021-04-27 上海哔哩哔哩科技有限公司 Model training method, server and terminal equipment
CN110909630A (en) * 2019-11-06 2020-03-24 腾讯科技(深圳)有限公司 Abnormal game video detection method and device
CN112402982A (en) * 2020-02-13 2021-02-26 上海哔哩哔哩科技有限公司 User cheating behavior detection method and system based on machine learning
CN112199260A (en) * 2020-11-17 2021-01-08 Oppo(重庆)智能科技有限公司 Application monitoring method, device, system, terminal equipment and storage medium
CN112370793A (en) * 2020-11-25 2021-02-19 上海幻电信息科技有限公司 Risk control method and device for user account
CN112619130A (en) * 2020-12-29 2021-04-09 珠海金山网络游戏科技有限公司 Multi-scene playback method and device for game

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
刘洪善;吴蒙;: "P2P反作弊在线游戏系统", 电信快报, no. 07, 10 July 2013 (2013-07-10), pages 48 - 52 *
苑陈娟;孙国梓;李华康;王纪涛;: "牌类游戏可信存证链系统", 应用科学学报, no. 01, 30 January 2020 (2020-01-30), pages 85 - 96 *

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113694515A (en) * 2021-09-23 2021-11-26 腾讯科技(深圳)有限公司 Interface display method, device, terminal and storage medium
CN113694515B (en) * 2021-09-23 2023-07-25 腾讯科技(深圳)有限公司 Interface display method, device, terminal and storage medium

Similar Documents

Publication Publication Date Title
US20220362666A1 (en) Interaction scene starting method and apparatus, storage medium, client, and server
CN110898428B (en) Multi-virtual object interaction method, device, server and storage medium
CN109698771B (en) Game server pressure testing method and device
CN110851307A (en) Method, system, terminal and storage medium for testing performance of hard disk in vibration environment
CN111432227B (en) Virtual resource transfer risk determination method, device, server and storage medium
CN111298434B (en) Service processing method, device, equipment and storage medium
CN114288639B (en) Picture display method, picture providing device, picture display equipment and storage medium
CN114979029A (en) Control method, device, equipment and storage medium of virtual robot
CN114504827A (en) Method, system, electronic device and storage medium for verifying cheating of battle game
CN113181637B (en) Game playback method and system
CN113181637A (en) Game playback method and system
US11904239B2 (en) Verification of game score
CN113032278B (en) Application running mode, and method and device for confirming grade of terminal equipment
US11000771B1 (en) Gameplay telemetry and video acquisition system
CN114344918A (en) Data recording method, device, equipment, medium and product based on virtual scene
KR101984947B1 (en) Method for testing a game and a server performing the method
CN111068315A (en) Method and device for positioning frame synchronization problem and electronic equipment
CN112199229A (en) Data processing method, device, equipment and storage medium
CN112473146A (en) Game fighting process information automatic testing method, device and system
CN112190950A (en) Method and device for detecting abnormal player account
KR20200071645A (en) Method for testing a game and a server performing the method
CN114489408B (en) Animation processing system, method, device and storage medium
JP2019154667A (en) Server, method, and program for providing game
CN109495456B (en) Verification method and device of matching module and readable storage medium
JP6768982B1 (en) Methods, programs, systems and servers for program verification

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant