Systems and methods for determining distances required to achieve a line of site between nodes

Information

  • Patent Grant
  • 10807003
  • Patent Number
    10,807,003
  • Date Filed
    Tuesday, January 22, 2019
    6 years ago
  • Date Issued
    Tuesday, October 20, 2020
    4 years ago
Abstract
Disclosed is a system and method of generating, for a given game map, an LOS catalog before gameplay and identifying a spawn location during gameplay based on the LOS catalog. For every unique pair of map nodes in a game map, the LOS catalog may indicate the minimum distance that must be traveled from a first map node of the pair to achieve LOS to a second map node of the pair, an identifier for the first map node, and an identifier for the second map node. When a gameplay session is initiated, the LOS catalog may be retrieved and used to identify relatively safe spawn points based on distances that must be traveled from enemy positions to achieve LOS to potential spawn points.
Description
FIELD OF THE INVENTION

The invention relates generally to video games, and more particularly to a system and method for generating, for a given game map, a line of site (“LOS”) catalog of minimum distances to travel to achieve line of site to potential spawn locations, and identifying a spawn location during gameplay based on the LOS catalog.


BACKGROUND OF THE INVENTION

In most video games, players typically control a character (e.g., an athlete, soldier, “rock-star,” superhero, monster, animal, imaginary creature or beast, etc.) or object (e.g., race car, spaceship, etc.) to perform various game actions in order to accomplish a game event.


In many multiplayer (and other) video games, players are often placed (or created) at a given location in a game map at the start of a gameplay session, or new level or round, etc. This process is known as “spawning.” “Respawning” is the replacement (or recreation) of a player at a given location in a game map during gameplay after he, she (or it) has been killed, destroyed, or otherwise removed from gameplay for a predetermined time period. Respawning is common in video games where a player may have multiple lives, such as in first-person shooter video games including, for example, the “Call of Duty®” video game franchise published by Activision Publishing, Inc. The locations in a game map at which players are spawned and/or respawned are known as “spawn locations” or “spawn points.”


Typically, potential spawn (and respawn) locations for a game map may be determined by video game designers. During game play, a computer system (e.g., a game server) that hosts a video game often determines an appropriate spawn location from among potential spawn locations for a player. Most players have an expectation that they will not be re-spawned during gameplay at a spawn location that puts them in immediate danger or harm's way. Otherwise, a player may be killed as she is re-spawned, or forced to engage opponents much more quickly than desired, leading to unsatisfactory gameplay. Indeed, the practice of “spawn camping,” or lying in wait at or near a spawn location in order to engage and/or kill opponents as they are being respawned, can be considered (depending on the game) poor sportsmanship.


Conventional attempts at identifying safe spawn locations at which to re-spawn players include direct line of sight computations from an enemy position and a spawn location to determine whether or not the spawn location is safe. However, such runtime computations can be computationally expensive because they typically involve issuing line of sight traces between a player position and the spawn location through the map geometry. Because of this computational burden, some computer systems may attempt to cache the most current information possible without simultaneously running multiple line of site calculations by performing a line of site computation each server frame, even if no spawn requests were made for that server frame. This can lead to outdated line of site information and slow down game processes (or prevent other game processes that could otherwise be performed) during the server frame.


Furthermore, conventional line of site determinations are error prone in many instances, and therefore fail to provide a good estimate of the relative safety of a given spawn location. For example, even though a given map node may not have a direct line of site to a spawn location, an enemy player at that map node may have to make only minimal movements to gain line of site to the spawn location, in which case the direct line of site test would not be a good indicator of the safety of the spawn location. For these and other reasons, it may not be possible to estimate the length of time a player might expect to live if re-spawned at a given spawn location using conventional direct line of site spawn systems.


These and other drawbacks exist with conventional spawning systems for video games.


SUMMARY OF THE INVENTION

The invention addressing these and other drawbacks relates to a system and method for generating, for a given game map, a line of site (“LOS”) catalog of minimum distances to travel to achieve line of site to potential spawn locations, and identifying a spawn location during gameplay based on the LOS catalog.


As used herein, the terms “spawn” and “respawn” may be used interchangeably unless expressly indicated otherwise. Further, references herein to a “player” being spawned/respawned should be understood to refer to and encompass any video game character or object controlled by (or otherwise representing) the player being spawned/respawned.


Moreover, while aspects of the invention may be described herein with reference to various game levels or modes, game maps, characters, roles, game items, etc. associated with a “shooter” game, it should be appreciated that any such examples are for illustrative purposes only, and are not intended to be limiting. The system and method described in detail herein may be used in any genre of video game, without limitation, in which a video game character or object may be spawned/re-spawned. Further, the description, layout, content, etc. of any game map described herein or depicted in the accompanying drawing figures is for exemplary purposes only, and is not intended to be limiting. Additionally, while aspects of the invention may be further described with reference to multiplayer video games, it should be recognized that the features and functionality described herein are equally applicable to a single player video game.


According to an aspect of the invention, each map node of a given game map may be identified by a map node identifier. For each map node of a game map, the LOS catalog may indicate a minimum distance to travel to or from each other map node of the game map to achieve LOS to the map node. In other words, for every unique pair of map nodes in a game map, the LOS catalog may indicate the minimum distance that must be traveled from a first map node of the pair to achieve LOS to a second map node of the pair, an identifier for the first map node, and an identifier for the second map node. In some implementations, the LOS catalog may be pre-computed (e.g., before gameplay), indexed by map node identifier(s), and stored for later retrieval. Therefore, computational processing may be performed “offline” and not during gameplay. Later, when a gameplay session is initiated, the LOS catalog may be retrieved and used to identify relatively safe spawn points.


In one implementation, the minimum distance values of the LOS catalog may be used to determine the proximity of unsafe map nodes around a potential spawn location during gameplay. For example, to assess the relative safety of a spawn location at a first map node, the system may identify all enemy (or opponent) positions (e.g., at various map nodes). For each enemy position (referred to as an “enemy map node”), the system may look up the first map node and the enemy map node pair in the LOS catalog to identify the minimum distance of travel between the two map nodes to achieve LOS. A larger (or greater) minimum distance equates to a relatively safer spawn location because an enemy would have to traverse a longer (or greater) distance to achieve LOS compared to a smaller (or lesser) minimum distance.


The system may select the smallest (or lesser) one of these minimum distances as the representative value for a given spawn location so that the safety of a given spawn location may be measured based on an enemy map node that is closest to achieving LOS to the spawn location. The system may repeat the foregoing process for each spawn location, and compare the smallest one of the minimum distances in order to select the safest spawn location.


For example, if a first spawn location is a minimum distance of five distance units from a first enemy node, and a minimum distance of six distance units from a second enemy node, then the minimum distance of five will used as a representative value for the first spawn location. If a second spawn location is a minimum distance of two distance units from the first enemy node and a minimum distance of five distance units from the second enemy node, then the minimum distance of two will be used as a representative value for the second spawn location. The system in this example may select the first spawn location to spawn a player because its minimum distance (five distance units) is greater than the second spawn location's minimum distance (two distance units). In other words, an enemy would have to travel further (five distance units) to achieve LOS to the first spawn location than to the second spawn location (two distance units).


As illustrated in the foregoing example, the system may select the relatively most safe spawn location, while taking into account only slight movements that may be necessary to achieve LOS to the spawn location. Such selection may be efficiently performed during gameplay because the LOS catalog has been (in some implementations) pre-computed.


According to an aspect of the invention, to generate an LOS catalog, the system may, for each map node of a game map, perform pairwise processing with respect to every other map node of the game map. In these implementations, any given pair of map nodes may be processed. In other implementations, the system may, for each potential spawn location, perform pairwise processing with respect to every other map node. In these implementations, only pairs involving each spawn location and every other map node may be processed.


The pairwise processing may include determining whether LOS exists between the pair of map nodes. If so, the system may store an indication (e.g., minimum distance of zero) in the LOS catalog that direct LOS exists between the pair of map nodes, and then proceed to processing the next pair of map nodes. If no LOS exists between the pair of map nodes, the system may identify a path between the two map nodes using a pathfinding algorithm. The pathfinding algorithm may identify the shortest path between the pair of map nodes.


The system may traverse the path in a first direction (e.g., from a first map node of the pair to a second map node of the pair) and determine whether LOS exists as the path is traversed. For example, at each interim map node (if any), the system may determine whether LOS exists between the interim map node and the destination node (e.g., the second map node). The system may record a first distance traveled in the first direction to achieve LOS to the destination node. The system may then traverse the path in a second direction (e.g., opposite the first direction, from the second map node of the pair to the first map node of the pair). The system may record a second distance traveled in the second direction to achieve LOS to the destination node (e.g., the first map node). The system may select the smaller of the first distance and the second distance as a minimum distance value for the map node pair and generate an entry in the LOS catalog using the selected distance. This is to account for either the spawned player or an enemy player (who would each traverse the path in opposite directions relative to the other) traversing the path to achieve LOS.


In some instances, based on information that identifies a known map node having LOS to a destination node, the system may diverge from the path and traverse from a location along the path to the known map node. This may represent a new path (e.g., not necessarily the shortest path found by the pathfinder) in which LOS may be achieved more quickly than if the path had been faithfully traversed. In this manner, the system may account for known map nodes having direct LOS (e.g., based on previous pairwise processing) to a destination node when determining minimum distances for the LOS catalog.


The system may repeat the foregoing pairwise processing for each unique map node pair (or for each unique spawn location and map node pair), thereby building a comprehensive listing of minimum distances to achieve LOS between any two map nodes.


These and other objects, features, and characteristics of the system and/or method disclosed herein, as well as the methods of operation and functions of the related elements of structure and the combination of parts and economies of manufacture, will become more apparent upon consideration of the following description and the appended claims with reference to the accompanying drawings, all of which form a part of this specification, wherein like reference numerals designate corresponding parts in the various figures. It is to be expressly understood, however, that the drawings are for the purpose of illustration and description only and are not intended as a definition of the limits of the invention. As used in the specification and in the claims, the singular form of “a”, “an”, and “the” include plural referents unless the context clearly dictates otherwise.





BRIEF DESCRIPTION OF THE DRAWINGS


FIG. 1 illustrates a system of generating, for a given game map, a minimum distance to LOS catalog and identifying a safe spawn location during gameplay based on the LOS catalog, according to an implementation of the invention.



FIG. 2 depicts a block diagram of a LOS catalog application and a game engine, according to an implementation of the invention.



FIG. 3 depicts a schematic diagram of map nodes of a game map and exemplary paths between a first map node and a second map node, according to an implementation of the invention.



FIG. 4A depicts a schematic diagram of traversing a path from the second map node to the first map node in a first direction to identify the minimum distance to travel from the second map node to the first map node to achieve LOS to the first map node, according to an implementation of the invention.



FIG. 4B depicts a schematic diagram of traversing the path from the first map node to the second map node in a second direction to identify the minimum distance to travel from the second map node to the first map node to achieve LOS to the first map node, according to an implementation of the invention.



FIG. 4C depicts a schematic diagram of traversing a path that includes non-node positions between a pair of map nodes to determine a minimum distance to LOS between the map nodes, according to an implementation of the invention.



FIG. 4D depicts a schematic diagram of traversing an alternative path that includes non-node positions, based on previously known LOS information, to determine a minimum distance to LOS between a pair of map nodes, according to an implementation of the invention.



FIG. 5A depicts a schematic diagram of determining whether LOS exists between two map nodes, according to an implementation of the invention.



FIG. 5B depicts a schematic diagram of determining whether LOS exists between two map nodes, according to an implementation of the invention.



FIG. 6 depicts a process of generating a minimum distance to LOS catalog, according to an implementation of the invention.



FIG. 7A depicts a first portion of a process of determining a minimum distance to travel from a given map node to achieve LOS to a potential spawn location, according to an implementation of the invention.



FIG. 7B depicts a second portion of a process of determining a minimum distance to travel from a given map node to achieve LOS to a potential spawn location, according to an implementation of the invention.



FIG. 8 depicts a process of identifying a spawn location, from among potential spawn locations on a game map, at which to spawn a player based on a distance to LOS catalog, according to an implementation of the invention.



FIG. 9 depicts a process of identifying a closest unsafe map node to a spawn location based on a minimum distance to LOS catalog and location of unsafe game elements, according to an implementation of the invention.





DETAILED DESCRIPTION OF THE INVENTION

The invention described herein relates to a system and method for generating, for a given game map, a minimum distance to LOS catalog (also referred to interchangeably herein as “LOS catalog”) and identifying a spawn location during gameplay based on the LOS catalog.


The LOS catalog may, for each potential spawn location of a game map, indicate a minimum distance to travel from each other map node of a game map to achieve LOS to the potential spawn location. In other words, for every spawn location and other map node pair, the LOS catalog may indicate the minimum distance that may be traveled from the other map node to the spawn location to achieve LOS. A distance may be measured in any distance unit defined by a given video game. As such, the distances provided in a given LOS catalog may be specific for a given video game or game map.


The minimum distance may represent a distance that an enemy player (or opponent) at a given map node, for example, would have to travel before a player spawned at the potential spawn location is visible to the enemy player. In this context, a first spawn location having a greater minimum distance from a given map node (occupied by an enemy player) to achieve LOS may be safer than a second spawn location having a smaller minimum distance from a given map node occupied by an enemy player (occupied by an enemy player) to achieve LOS. Other factors may be considered to assess the relative safety of a spawn location as well. As such, the LOS catalog may be used to identify a safe spawn location, from among various spawn locations, based on information from the LOS catalog and one or more enemy locations (e.g., map nodes at which an enemy or opponent is located).


Exemplary System Architecture



FIG. 1 depicts an exemplary architecture of a system 100 of generating, for a given game map, a minimum distance to LOS catalog and identifying a safe spawn location during gameplay based on the LOS catalog, according to an implementation of the invention.


In one implementation, system 100 may include one or more computer systems 110, one or more databases 130, one or more end user devices 140, and/or other components.


Computer system 110 may be configured as a server (e.g., having one or more server blades, processors, etc.), a gaming console, a handheld gaming device, a personal computer (e.g., a desktop computer, a laptop computer, etc.), a smartphone, a tablet computing device, and/or other device that is programmed to generate a distance to LOS catalog and/or identify safe spawn locations as described herein.


Computer system 110 may include one or more processors 112 (also interchangeably referred to herein as processors 112, processor(s) 112, or processor 112 for convenience), one or more storage devices 114 (which may store a LOS catalog application 120 and a game engine 122), and/or other components. Processors 112 may be programmed by one or more computer program instructions. For example, processors 112 may be programmed by LOS catalog application 120 and/or other instructions. LOS catalog application 120 and game engine 122 may each include various instructions that program computer system 110. As described herein, LOS catalog application 120 and game engine may each be described as programming computer system 110 to perform various operations. However, it should be understood that a portion (or all) of LOS catalog application 120 and/or game engine 122 may, alternatively or additionally, program other system components (e.g., end user device 140) to perform at least some of the functions of the applications.


According to an aspect of the invention, end user device 140 may be configured as a gaming console, a handheld gaming device, a personal computer (e.g., a desktop computer, a laptop computer, etc.), a smartphone, a tablet computing device, and/or other device that can be programmed to perform various functions (e.g., of LOS catalog application 120) described herein. Although not illustrated in FIG. 1, an end user device 140 may include one or more physical processors programmed by computer program instructions. For example, end user device 140 may be programmed by all or a portion of LOS catalog application 120 (e.g., when hosting a multi-player video game with other user devices, or when locally playing a multi-player video game with multiple users).


Although illustrated in FIG. 1 as single components, computer system 110 and end user device 140 may each include a plurality of individual components (e.g., computer devices), each programmed with at least some of the functions described herein. In this manner, some components of computer system 110 and/or end user device 140 may perform some functions while other components may perform other functions, as would be appreciated. The one or more processors 112 may each include one or more physical processors that are programmed by computer program instructions. The various instructions described herein are exemplary only. Other configurations and numbers of instructions may be used, so long as the processor(s) 112 are programmed to perform the functions described herein.


Furthermore, it should be appreciated that although the various instructions are illustrated in FIG. 1 as being co-located within a single processing unit, in implementations in which processor(s) 112 includes multiple processing units, one or more instructions may be executed remotely from the other instructions.


The description of the functionality provided by the different instructions described herein is for illustrative purposes, and is not intended to be limiting, as any of instructions may provide more or less functionality than is described. For example, one or more of the instructions may be eliminated, and some or all of its functionality may be provided by other ones of the instructions. As another example, processor(s) 112 may be programmed by one or more additional instructions that may perform some or all of the functionality attributed herein to one of the instructions.


The various instructions described herein may be stored in a storage device 114, which may comprise random access memory (RAM), read only memory (ROM), and/or other memory. The storage device may store the computer program instructions (e.g., the aforementioned instructions) to be executed by processor 112 as well as data that may be manipulated by processor 112. The storage device may comprise floppy disks, hard disks, optical disks, tapes, or other storage media for storing computer-executable instructions and/or data.


The various databases 130 described herein may be, include, or interface to, for example, an Oracle™ relational database sold commercially by Oracle Corporation. Other databases, such as Informix™, DB2 (Database 2) or other data storage, including file-based, or query formats, platforms, or resources such as OLAP (On Line Analytical Processing), SQL (Structured Query Language), a SAN (storage area network), Microsoft Access™ or others may also be used, incorporated, or accessed. Database 130 may comprise one or more such databases that reside in one or more physical devices and in one or more physical locations. Database 130 may store a plurality of types of data and/or files and associated data or file descriptions, administrative information, or any other data.


Each of the various components illustrated in FIG. 1 may be coupled to at least one other component via a network 102, which may include any one or more of, for instance, the Internet, an intranet, a PAN (Personal Area Network), a LAN (Local Area Network), a WAN (Wide Area Network), a SAN (Storage Area Network), a MAN (Metropolitan Area Network), a wireless network, a cellular communications network, a Public Switched Telephone Network, and/or other network. In FIG. 1, as well as in other drawing Figures, different numbers of entities than those depicted may be used. Furthermore, according to various implementations, the components described herein may be implemented in hardware and/or software that configure hardware.


The foregoing system architecture is exemplary only and should not be viewed as limiting. Other system configurations may be used as well, as would be appreciated by those having skill in the art.


LOS Catalog Application 120 and Game Engine 122



FIG. 2 depicts an exemplary block diagram of LOS catalog application 120 and game engine 122, according to an implementation of the invention. LOS catalog application 120 may generate a distance to LOS catalog. Game engine 122 may use the LOS catalog, together with information indicating whether unsafe elements exist at a given game node, to identify a spawn location at which to spawn a player.


The instructions of LOS catalog application 120 may include, without limitation, a distance to LOS engine 202 (referred to interchangeably as “LOS engine 202”), a LOS modeling engine 204, and/or other instructions 206 that program computer system 110 to perform various operations, each of which are described in greater detail herein.


Game engine 122 may include a spawn engine 210 that identifies spawn locations for players during gameplay based on the LOS catalog and in-game information and/or other instructions. As used herein, for convenience, the various instructions will be described as performing an operation, when, in fact, the various instructions program the processors 112 (and therefore computer system 110) to perform the operation.


When describing various implementations of generating a LOS catalog, reference throughout this disclosure will be made to FIGS. 3, 4A, 4B, 4C, 4D, 5A, and 5B, as well as various processing operations illustrated in FIGS. 6, 7A, and 7B.


When describing various implementations of using the LOS catalog to identify spawn locations for players, reference throughout this disclosure will be made to FIGS. 8 and 9.



FIG. 3 depicts a schematic diagram 300 of map nodes N1-N18 of a game map and exemplary paths 301A, 301B between a first map node N1 and a second map node N5, according to an implementation of the invention. A given map node may represent an area of a game that a player (e.g., the player's character, object, etc.) may traverse during gameplay. Each map node may include 2-dimensional or 3-dimensional coordinates/characteristics, depending on the type of game to which the game map relates. The various map nodes N1-N18 are exemplary only. Other numbers and configurations of map nodes may be used depending on the design of the game map. Furthermore, some or all of the map nodes N1-N18 may serve as potential spawn locations, depending on a game designer's default selections, user configurations, and/or other information that indicates which map nodes of a game map should be used as potential spawn locations.


Various pathfinding algorithms may identify the shortest path between two map nodes and calculate the minimum distance to achieve LOS between the two map nodes along the shortest path (as will be described further below). In the Figures, the shortest path is illustrated as path 301A, and will be used in examples herein throughout. Using the shortest path approach, the minimum distance to LOS between a map node and a spawn location may represent the shortest distance that an enemy player at the map node must travel to achieve LOS to a player spawned at the spawn location.


In some implementations, the system may identify and traverse two or more paths (which may represent the shortest N paths or all paths) between two map nodes, and calculate a minimum distance to LOS for each path. The system in these implementations may use the average minimum distances, mean minimum distances, and/or other cumulative minimum distances associated with the multiple paths to determine the minimum distance to LOS between two nodes. For example, the minimum distance from a map node to a spawn location may be determined by averaging the minimum distances along two or more paths. For computational efficiency, however, only the shortest path between two map nodes may be used to determine a minimum distance to LOS for the two map nodes.



FIG. 4A depicts a schematic diagram of traversing a path 301A from the second map node N1 to the first map node N5 in a first direction (denoted by the arrows) to identify the minimum distance to travel from the second map node to the first map node to achieve LOS to the first map node, according to an implementation of the invention. Filled (or solid) map nodes (e.g., N3 and N4, N19) represent nodes in which LOS to the first map node N5 exists. In some instances, a nearby node having known LOS to a target node, but not on the identified path, may be traversed to from the path to measure the distance to travel to the nearby node. For example, even though map node N19 is not on path 301A, it may be traversed to because it has known LOS to map node N5 (e.g., based on prior traversals of the game map). This may be the case whether or not there exists a path from N19 to map node N5, so long as there exists LOS between N19 and map node N5. Traveling to N19 from path 301A may, in some instances, represent the minimum distance to achieve LOS to the target N5 from map node N1 even though N19 is not on path 301A.



FIG. 4B depicts a schematic diagram of traversing the path 301A from the first map node N5 to the second map node N1 in a second direction (denoted by the arrows, and opposite the direction of FIG. 4A) to identify the minimum distance to travel from the second map node to the first map node to achieve LOS to the first map node, according to an implementation of the invention. Filled (or solid) map nodes (e.g., N2) represent nodes in which LOS to the second map node N1 exists.



FIG. 4C depicts a schematic diagram 400 of traversing a path 401A that includes non-node positions between a pair of map nodes (N2, N5) to determine a minimum distance to LOS between the map nodes (N2, N5), according to an implementation of the invention. As used herein, a non-node position (e.g., positions indicated by distances traversed d1-6 of FIGS. 4C and 4D) on a map is a position (e.g., an Artificial Intelligence mesh point) that is not a map node but can be traversed by a player. Typically, though not necessarily, such non-node positions may be generated after a map is compiled or otherwise instantiated (e.g., after the map has been designed by a game developer or others).


As illustrated in FIG. 4C, a visual obstruction 402 (e.g., a virtual object) may obstruct LOS between a given pair of positions (whether either position is a node or non-node position) on a game map. Such LOS obstruction may be in two or more dimensions. LOS engine 202 may traverse a path 401A between nodes N1 and N5. Although not illustrated, LOS engine 202 may traverse path 401A in two directions (e.g., a first direction from N1 to N5 and a second direction, which may be a reverse of the first direction, from N5 to N1) and compare the results of the two passes to determine an overall minimum distance to achieve LOS, as described herein. At various points (e.g., points defined by distances traveled d1-4) along path 401A, LOS engine 202 may determine whether LOS exists between each point and node N5. As illustrated, LOS engine 202 may determine that LOS is first detected from N1 to N5 along path 401A at a point corresponding to a distance traveled d4. LOS engine 202 may store this value as a first minimum distance for the first pass from N1 to N5. LOS engine 202 may repeat the foregoing operations in a second pass from N5 to N1 to determine a second minimum distance to achieve LOS. LOS engine 202 may select the smaller of the first and the second minimum distances as representative of the minimum distance to achieve LOS between nodes N1 and N5.



FIG. 4D depicts a schematic diagram 400 of traversing an alternative path 401B that includes non-node positions, based on previously known LOS information, to determine a minimum distance to LOS between a pair of map nodes (N2, N5), according to an implementation of the invention. In some implementations, LOS engine 202 may access information that indicates LOS between a pair of map nodes (e.g., N2 and N5) exists, and use that information when determining a minimum distance to achieve LOS between another pair of map nodes (e.g., N1 and N5). For example, because LOS is known to exist between N2 and N5, LOS engine 202 may identify a path 401B from N1 to N2 when determining a minimum distance to achieve LOS between N1 and N5. This is because pathing from N1 to N2 may identify a position along path 401B (which may include N2 itself, a non-node position (as illustrated in FIG. 4D), or intervening nodes (not illustrated in FIG. 4D) along path 401B) that has LOS to N5 at a smaller distance than any points along path 401A (illustrated in FIG. 4C).


Although not explicitly illustrated in the Figures, LOS engine 202 may traverse a path that includes both nodes and non-node positions as well.



FIG. 5A depicts a schematic diagram 500A of determining whether LOS exists between two map nodes N1 and N2, according to an implementation of the invention. FIG. 5B depicts a schematic diagram 500B of determining whether LOS exists between two map nodes N1 and N2, according to an implementation of the invention. FIGS. 5A and 5B illustrate testing whether LOS exists at various heights (H1, H2, H3, . . . HN).


Generating a LOS Catalog



FIG. 6 depicts a process 600 of generating a minimum distance to LOS catalog, according to an implementation of the invention. Although LOS engine 202 is described below as performing various operations of process 600, other components of system 100 may, alternatively or additionally, perform one or more operations of process 600. Furthermore, in the examples that follow, although a potential spawn location is described as being analyzed with respect to another map node, process 600 may be used to determine minimum distance to LOS between any pair of map nodes of a game map.


In an operation 602, LOS engine 202 may obtain a set of map nodes for which minimum distances to LOS is to be obtained. The set of map nodes may include potential spawn locations, which may include a portion or all map nodes of a game map. The potential spawn locations may be pre-selected by a game designer, modified by a player or others, and/or may otherwise be selected from among map nodes of the game map.


In an operation 604, LOS engine 202 may identify a potential spawn location from among the set of potential spawn locations for pairwise processing with other map nodes. For example, as will be described below, for each potential spawn location, LOS engine 202 may iterate through each other map node of the game map to build a catalog of minimum distances required to travel from each other map node to the potential spawn location to achieve LOS to the potential spawn location.


This process may be iterated for each potential spawn location, building a comprehensive set of minimum distances to achieve LOS to a given spawn location from a given map node. For example, referring to FIG. 3, a potential spawn location (map node N1) may be analyzed with respect to each other map node (map nodes N2-N18) to determine a minimum distance that must be travelled from another map node to achieve LOS with the potential spawn location. To do so, a path may be traversed from the other map node to the potential spawn location. Determining a minimum distance that must be traveled from another map node N5 to achieve LOS to a potential spawn location N1 is illustrated. To determine the minimum distance, one or more paths (301A, 301B, 401A, 401B) between the potential spawn location N1 and other map node N5 may be traversed.


The foregoing process may be repeated for each potential spawn location/other map node pair to generate the LOS catalog. Assuming that all unique pairwise comparisons of map nodes are performed, the total number of pairwise comparisons would be given by equation (1) below:

N2  (1),


wherein N=number of map nodes in a game map.


As an example, for 18 map nodes, the foregoing would yield 324 pairwise comparisons.


However, LOS engine 202 may optimize storage requirements of a LOS catalog. For example, LOS engine 202 may ignore self-node comparisons (e.g., node N1 to N1) and store only the smaller of the directions from a given map node to another map node (e.g., N1 to N2 and N2 to N1). Assuming only the foregoing optimizations are made (further optimizations may be performed as well), the total number of pairwise comparisons would be given by equation (2) below:











N
*

(

N
+
1

)


2

,




(
2
)







wherein N=number of map nodes in a game map.


According to equation (2), for 18 nodes, the number of entries in the LOS catalog would be equal to 171, a reduction from 324. Using the foregoing and other optimization techniques, the processing requirements to generate and the storage requirement to store the LOS catalog may be substantially reduced.


In an operation 606, LOS engine 202 may identify the next map node from among the other map nodes for processing with the next potential spawn location identified in operation 604.


In an operation 608, LOS engine 202 may determine and store (in a memory) a minimum distance required to travel from the second map node to achieve LOS to the first map node. Such storage may be temporary until iterative processing of process 600 is complete, resulting in generation of the LOS catalog. The determined minimum distance may be indicative of the relative safety of the analyzed spawn location (e.g., the first map node) with respect to another map node (e.g., the second map node) of the game map. Details of determining the minimum distance are described in greater detail with respect to FIGS. 7A and 7B.


In an operation 610, LOS engine 202 may determine whether there exist additional other map nodes to analyze. Responsive to a determination that other map nodes are to be analyzed, LOS engine 202 may return to operation 606 and identify another map node to analyze with respect to the potential spawn location. Responsive to a determination that no other map nodes are to be analyzed, meaning that for a given potential spawn location, all pairwise comparisons with other map nodes of the game map have been analyzed, in an operation 612, LOS engine 202 may determine whether other potential spawn locations are to be analyzed. Responsive to a determination that other potential spawn locations are to be analyzed, LOS engine 202 may return to operation 604, where the next spawn location to be analyzed is identified.


Responsive to a determination that other potential spawn locations are to be analyzed, in an operation 614, LOS engine 202 may generate and store the LOS catalog based on the stored minimum distances. For example, the game map, LOS catalog, and/or any versions thereof, may be stored at and retrieved from an LOS database, such as a database 130.


Table 1 (below) illustrates an exemplary LOS catalog (e.g., generated by process 600) that includes entries for two potential spawn locations (N1 and N2) and a total of 18 map nodes N1-N18. It should be understood that the entries in Table 1 (and Table 2 below) are for illustrative purposes only. Typically, there are hundreds of map nodes (if not more) and dozens of potential spawn locations (if not more) in a given game map.













TABLE 1







Potential Spawn

Minimum



Location
Map Node
Distance to LOS









N1
N2
3



N1
N3
5



N1
N4
5



N1
N5
5



N1
. . .
. . .



N1
N18
4



N2
N3
3



N2
N4
3



N2
N5
3



N2
. . .
. . .



N2
N18
6










Determining a Minimum Distance to LOS Between Two Map Nodes



FIG. 7A depicts a first portion of a process 700 of determining a minimum distance to travel from a given map node to achieve LOS to a potential spawn location, according to an implementation of the invention. FIG. 7B depicts a second portion of process 700 of determining a minimum distance to travel from a given map node to achieve LOS to a potential spawn location, according to an implementation of the invention. Process 700 may be used to determine a minimum distance from a given map node to another map node (not limited to a potential spawn location) as well. As such, the various processing operations of FIGS. 7A and 7B will be described with respect to LOS between a spawn location and a map node for convenience and not limitation. The output of process 700 may be used as a value for the minimum distance to LOS in the LOS catalog for a given pair of map nodes, whether or not one or both nodes of the pair is a potential spawn point.


In an operation 702, LOS engine 202 may obtain a spawn location and map node for which to obtain a minimum travel distance to achieve LOS from the map node to the spawn location. For example, referring to FIGS. 4A, 4B, 4C, AND 4D, LOS engine 202 may perform a pairwise analysis for potential spawn location N1 and map node N5.


In an operation 704, LOS engine 202 may determine whether LOS exists from the map node to the spawn location. To accomplish the foregoing, LOS engine 202 may issue one or more line of site traces (e.g., using a min/max kd-tree, ray tracing techniques, Bresenham's line algorithm for two-dimensional games, etc.) starting from one map node to another map node and/or vice versa. For example, LOS engine 202 may issue one or more line of site traces from the map node to the spawn location. In some implementations, LOS engine 202 may account for elevation differences in a 3D game map when determining whether LOS exists from the map node to the spawn location. Referring to FIGS. 5A and 5B, for instance, LOS engine 202 may issue one or more line of site traces from each of various heights (H1, H2, H3 . . . HN) at a position P to a node N2 (or non-node position on a map). Position P may include a node (such as a node N1) or a non-node position on a map between nodes. In some instances, LOS engine 202 may issue one or more line of site traces from a given height at position P to more than one height of another node N2.


Each height (H1, H2, H3 . . . HN) may represent different player stances/positions. For example, a first height may represent a laid down position of the player, a second height may represent a crouched position of the player, a third height may represent a standing position of the player, and a fourth height may represent a highest jumping position of the player. Other heights may be used as well. For example, another height may represent a position of a player standing on a virtual object. In either example, an average player height may be used for the foregoing line of site traces.


In some implementations, if line of site traces from (or to) any one of the heights results in LOS, LOS engine 202 may determine that LOS exists from the position P to the spawn location. In some implementations, LOS engine 202 may analyze a line of site trace from (or to) a particular height separately from the other heights. For example, LOS engine 202 may determine whether line of site exists from the position P to the spawn location depending on whether line of site traces from (or to) any one of the first three heights (e.g., laid down, crouched, or standing position) results in LOS and depending on whether line of site exists from the map node to the spawn location depending on whether line of site traces from (or to) a fourth height (e.g., the jumping position). In a particular example, the jumping position (and/or other heights) may be separately weighted in making the determination of whether or not LOS exists from the position P to the spawn location. Such weights may be based on empirical observations, such as observations relating to the relative frequency that players are at different heights for a given position. For example, even if LOS is achieved at a jumping height but not at a standing height at a given position, this does not necessarily mean that an enemy player at the given position will be at the jumping height (e.g., an enemy player may be observed to usually be in a standing height rather than a jumping height at the given position). The foregoing types of observations may be map-specific because at a given position in the map, a player may tend to be at one height rather than another height (e.g., a given position on a map may require or otherwise be advantageous for a player to be either crouching, standing, jumping, etc.). Based on the frequency of heights that players are observed to be at a given position, the system or developer may apply different weights for those heights for that given position. In this manner, heights having less frequency of actual occurrence may be weighted lower than heights having a greater frequency of actual occurrence.


In implementations in which various heights are used to assess LOS (as illustrated in FIGS. 5A and 5B), the storage requirements for the LOS catalog may be given by equation (3) below.












N
*

(

N
+
1

)


2

*
M





bytes

,




(
3
)







wherein N=number of map nodes in a game map, and


wherein M=number of bytes used to store height value sets.


For example, if two sets of heights (e.g., a jumping height and all other heights), then M would equal two.


It should be noted that LOS is not necessarily limited to a visual line of site in a two-dimensional or three-dimensional video game in which a player is able to visually see another player. For example, in two dimensional contexts (such as side-scrolling games, top-down games, etc.), even though a player may be able to visually see another player, LOS may not exist between the two players depending on the particular mechanics of that game. In particular, LOS may not exist between two players if a barrier between the players prevents some action (e.g., a player shooting another player) from occurring. In these instances, determining whether LOS exists may involve traversing a path between two nodes of the game (as described herein), but the line of sight traces may involve determining whether the action (such as shooting another player) is possible.


Responsive to a determination that LOS exists between the map node and the spawn location, in an operation 706, LOS engine 202 may store an indication that LOS exists between the map node and the spawn location. For example, LOS engine 202 may store a distance to LOS value of zero (to indicate no distance need be travelled to achieve LOS from the map node to the spawn location).


Responsive to a determination that LOS does not exist between the map node and the spawn location, in an operation 708, LOS engine 202 may identify and traverse a path (e.g., a shortest path 301A between N1 and N5 illustrated in FIGS. 4A and 4B, a path 401A illustrated in FIG. 4C, and/or a path 401B illustrated in FIG. 4D) between the spawn location and the map node. As will be described further, LOS engine 202 may traverse a given path in two directions (e.g., in a first direction indicated by arrows in FIG. 4A and a second, opposite, direction indicated by arrows in FIG. 4B). LOS engine may determine a minimum distance to achieve LOS between the map node and the spawn location for each direction, and identify the smaller of the two minimum distances, which may be used as the minimum distance to achieve LOS for the spawn location and map node pair.


LOS engine 202 may apply one or more conventional pathfinding algorithms (e.g., A*—commonly referred to as “A-Star”) to identify the path. In some instances, the identified path is the shortest path between two nodes. Such a path may include intervening nodes (e.g., N2-N4 illustrated in FIGS. 4A and 4B), and/or non-node positions (e.g., positions indicated by distances traversed d1-6 along a path 401A illustrated in FIG. 4C and a path 401B illustrated in FIG. 4D). LOS engine 202 may traverse a distance to a position along the path, which may include traversing to each intervening node in a given direction and/or traversing to various points along a path denoted by distance travelled d1-6 illustrated in FIGS. 4C and 4D.


In an operation 710, when LOS engine 202 traverses to a position along the path (e.g., one of intervening nodes one of N2-N4 or a non-node position), it may determine whether LOS exists from the position to the potential spawn location (e.g., N1). Such a determination may be made in a manner similar to that described above with respect to operation 704. In some implementations, LOS engine 202 may traverse, from a position on the identified path, to a nearby node not on the identified path that is known to have LOS to the potential spawn location.


Responsive to a determination that LOS exists between the traversed-to position and the spawn location, in an operation 712, LOS engine 202 may record the distance travelled to the position, which represents the minimum distance to achieve LOS while traveling from the potential spawn location N1 to the other node N5 along path 301A in a first direction (denoted by arrows in FIG. 4A). LOS engine 202 may then proceed to operation 716 (illustrated in FIG. 7B), described below.


Responsive to a determination that LOS does not exist between the traversed-to position, and the spawn location, in an operation 714, LOS engine 202 may determine whether the other node has been reached. If yes, LOS engine 202 may return to operation 708, in which LOS engine 202 traverses to another distance to a next position along the path. If the other node has been reached, LOS engine 202 may proceed to operation 716 (illustrated in FIG. 7B).


In an operation 716, LOS engine 202 may repeat operations 708-714, but traversing path 301A or 401A in the opposite direction.


In an operation 718, LOS engine 202 may compare the minimum distances obtained from the first direction and the second direction. If no minimum distance was recorded for a given directional pass (meaning that there was no LOS in a position traversed between the pair of nodes along the direction traversed), then the distance travelled between the pair of nodes will be used as a minimum distance. Alternatively, a predefined maximum default value may be used as a minimum distance. For example, and without limitation, prior to a pathing operation, a minimum distance may be defaulted to the maximum default value, which is replaced when LOS is achieved. Alternatively, when no minimum distance is determined, then the maximum default value is selected.


In either instance, the minimum distance to achieve LOS may be stored as, without limitation, a single byte. In this example, the maximum default value may be quantized to be stored using the single byte. For example, the maximum default value (or the actual minimum distance to achieve LOS) may be quantized by dividing the distance by 10. In this example, the data may be initialized to 255 (implying a distance to line of sight of 2550 in distance units). When a minimum distance that is shorter than the maximum default value is found, the minimum distance will be used instead of the maximum default value.


In an operation 720, LOS engine 202 may select and return the smaller of the two minimum distances. Alternatively, LOS engine 202 may calculate an average the two smaller minimum distances and return the average.


In one non-limiting example, a minimum distance may be returned as a quantized value ranging from 0.0 to 1.0. For example, the minimum distance may be returned based on equation (4) below.










1
-

d
255


,




(
4
)







wherein d=distance units.


According to equation (4), a minimum distance value of 1.0 indicates instantaneous LOS exists (because distance units, d, is zero), while a minimum distance value of 0.0 indicates the distance is equal to the max distance of 2550 distance units (because, per the above, the maximum distance value of 2550 divided by 10 is 255). Other quantization values may be used as well.


In some implementations, referring to FIGS. 4C and 4D, LOS may be known to exist between a given map node N5 and another map node N2, which is not necessarily along a path between a pair of nodes (N1 and N5) being processed. If so, then LOS engine 202 may traverse a path 401B from one of the pair of nodes being analyzed (e.g., N1) to the map node (N2) having known LOS with the other of the pair of map nodes being analyzed (e.g., N5) and may periodically determine, at positions at various distances traversed (e.g., d5 and d6), whether LOS exists between the positions and the other map node (e.g., N5) using processing operations described herein with respect to FIGS. 5A and 5B. For example, LOS engine 202 may determine that LOS is first achieved at a position corresponding to a distance traveled (d6) along path 401B. LOS engine 202 may determine that LOS is first achieved at a position corresponding to a distance traveled (d4) along path 401A. In these instances, LOS engine 202 may compare the minimum distances to achieve LOS between N1 to N5 based on paths 401A and 401B to obtain the overall minimum distance to achieve LOS between N1 and N5. For example, LOS engine 202 may identify which one of d4 and d6 is smaller, and use the smaller value as the minimum distance to achieve LOS between the pair of map nodes N1 and N5.


In some implementations, for a given pair of nodes (e.g., N1 and N5) for which a minimum distance to achieve LOS between the pair has been determined (e.g., based on process 600 and/or process 700), LOS engine 202 may identify a set of one or more nodes (each of these nodes also being referred to as an NLOS node) having LOS to a first node (e.g., N1) of the pair. For each node in the set of NLOS nodes, LOS engine 202 may obtain a minimum distance (Dmin) to LOS between the NLOS node and the second node of the pair (e.g., N5). Dmin may have been previously determined based on prior processing (e.g., via process 600 and/or process 700). If Dmin is smaller than the minimum distance to achieve LOS between N1 and N5, LOS engine 202 may determine a distance between N1 and the NLOS node (e.g., by determining the length of a 3D distance vector between N1 and the NLOS node). LOS engine 202 may sum the distance with Dmin and determine whether the sum is smaller than the minimum distance to achieve LOS between N1 and N5. If so, then LOS engine 202 may replace the minimum distance to achieve LOS between N1 and N5 with the sum. This is because, in the foregoing instance, a player may achieve LOS faster (e.g., smaller minimum distance) by traversing from node N1 to NLOS than had the player traversed from N1 to N5 using the path used to obtain the previous minimum distance to achieve LOS (as determined based on process 600 and/or process 700). On the other hand, if the sum is greater than the minimum distance to achieve LOS between N1 and N5 that was previously determined (e.g., based on process 600 and/or process 700), then LOS engine 202 may not replace the minimum distance with the sum.


LOS engine 202 may repeat the foregoing for the other one (e.g., N5) of the pair of nodes (e.g., N1 and N5) and select the smaller of the two resulting values. LOS engine 202 may process a given pair of nodes using two or more passes of the foregoing process of using NLOS nodes to refine and update the LOS catalog as well. Furthermore, LOS engine 202 may repeat the foregoing for each pair of nodes for which minimum distance to achieve LOS between the pair has been determined (e.g., using process 600 and/or process 700).


It should be noted that all or a portion of process 600 and/or 700 may be repeated to account for any changes to a game map for which a LOS catalog has been generated. This may account for changes in map node locations, including any changes to spawn location locations, of the game map. For example, and without limitation, to the extent that the number of map node location changes for a given game map exceeds a predefined threshold value (e.g., one or more changes), an all-new LOS catalog may be generated for the changed game map. Otherwise, only portions of the LOS catalog affected by the changed map node locations may be updated. Furthermore, for updated game maps, changes to the LOS catalog may be stored as deltas that each indicate how the updated LOS catalog has changed relative to a previous version of the LOS catalog. In this sense, game maps and corresponding LOS catalogs, in some implementations, may be managed using version control techniques for storage and computational efficiency.


Revising LOS Catalogs Based on Empirical and/or Game Map Data


In an implementation, LOS modeling engine 204 may observe gameplay and record actual traversal times between map nodes. These traversal times may be used to determine weights for minimum distance to LOS. For example, even though a first sets of nodes may be spaced apart an equal distance as a second set of nodes, the first set of nodes may be more difficult to traverse (and therefore take longer to traverse) due to obstacles, tendency of players to congregate, and/or other factors. In these instances, the minimum distance until LOS is achieved for the first set of nodes may be weighted higher (e.g., have a distance weight>1), effectively increasing the minimum distance. Alternatively or additionally, the minimum distance until LOS is achieved for the second set of nodes may be weighted lower (e.g., have a distance weight<1), effectively decreasing the minimum distance.


Table 2 illustrates an exemplary LOS catalog having weighted minimum distances based on empirical and/or game map data, according to an implementation of the invention.














TABLE 2









Minimum Distance






until LOS achieved



Potential

from Map Node to
Distance



Spawn location
Map Node
Spawn location
Weight









N1
N2
3
1.2



N1
N3
5
1.0



N1
N4
5
1.0



N1
N5
5
1.0



N1
. . .
. . .
. . .



N1
N18
4
1.0



N2
N3
3
1.0



N2
N4
3
1.0



N2
N5
3
0.9



N2
. . .
. . .
. . .



N2
N18
6
1.5










Identifying a Spawn Location for a Player Based on the LOS Catalog


In an implementation, game engine 122 may load a game map and its corresponding LOS catalog (either an unweighted version of the LOS catalog such as illustrated in Table 1 or weighted version of the LOS catalog such as illustrated in Table 2). Game engine 122 may process gameplay between one or more players. During gameplay, a player (whether a human player or an NPC player) may be killed, or otherwise require spawning.



FIG. 8 depicts a process 800 of identifying a spawn location, from among potential spawn locations on a game map, at which to spawn a player based on a distance to LOS catalog, according to an implementation of the invention.


In an operation 802, spawn engine 210 may obtain an indication to spawn the player. In an operation 804, spawn engine 210 may obtain an identification of potential spawn locations. The identification may be obtained from the LOS catalog or other source.


In an operation 806, spawn engine 210 may determine a distance from the closest unsafe map node to the spawn location. A map node may be considered “unsafe” if an unsafe game element that has LOS to the spawned player is currently located at the map node. The distance to an unsafe map node may be defined by a minimum distance to achieve LOS from the unsafe map node to the spawn location. The foregoing determination is further described below with respect to FIG. 9.


In an operation 808, spawn engine 210 may store the distance for the spawn location in a memory for later comparison to other distances for other spawn locations.


In an operation 810, spawn engine 210 may determine whether additional spawn locations are to be analyzed. Responsive to a determination that additional spawn locations are to be analyzed, spawn engine 210 may return to operation 806 to iterate through all potential spawn locations and store each of their respective distances.


Responsive to a determination that no additional spawn locations are to be analyzed, in an operation 812, spawn engine 210 may compare the distances for each of the spawn locations (e.g., previously stored in memory) and select a spawn location based on the comparison. For example, spawn engine 210 may select a spawn location having the greatest distance to an unsafe map node may be selected.


In some implementations, spawn engine 210 may select a spawn location based further on one or more other spawn factors. In other words, the greatest distance to an unsafe map node may be used as one of many factors. The other spawn factors may include, without limitation, a number of unsafe elements (e.g., number of enemy players, virtual grenades, automated virtual weapons, etc.) in nearby map nodes (e.g., a number of enemy players at the closest N map nodes, where N is an integer value greater than zero), a characteristic of an unsafe element (e.g., a type of weapon carried by an enemy player—where an enemy player carrying only a handgun may be less dangerous than an enemy carrying a rifle), and/or other factors.


In some implementations, the spawn factors may each be weighted and their corresponding weighted values may be cumulated to generate an overall score for each spawn location. Such weights may be pre-assigned by a game developer, user or others. Alternatively or additionally, the weights may be updated based on observations of the performance of players spawned at various spawn locations, and corresponding conditions around those spawn locations. For example, spawn engine 210 may observe that a high density of nearby enemy players contributes more so to kills of spawned players than does a type of weapon carried by an enemy player. Accordingly, the density of nearby enemy players may be weighted more heavily than a type of weapon carried by an enemy player. Likewise, spawn engine 210 may observe that a short distance to LOS contributes more so to kills of spawn players than other spawn factors. Spawn engine 210 may quantify such importance based on observations of time before a spawned player is killed, a number of times spawned players are killed under certain spawn factor conditions, and/or other observed gameplay metric.



FIG. 9 depicts a process 900 of identifying a closest unsafe map node to a spawn location based on a minimum distance to LOS catalog and location of unsafe game elements, according to an implementation of the invention. Process 900 may receive as input a spawn location (e.g., a map node identifier corresponding to a spawn location) from operation 806 illustrated in FIG. 8. As such, in some implementations, process 900 may be executed for each potential spawn location described with respect to FIG. 8.


In an operation 902, spawn engine 210 may identify unsafe map nodes. An unsafe map node may include a map node occupied by an unsafe game element. An unsafe game element may include a moving or stationary game element that can target a spawned player if LOS exists between the game element and a spawned player. An unsafe game element may include, without limitation, an enemy human or NPC player, an object (e.g., an automated weapon) that can target a spawned player, and/or other game element that can target a spawned player.


In an operation 904, spawn engine 210 may identify a minimum distance needed to travel from an unsafe map node to the spawn location. In an operation 906, spawn engine 210 may store the minimum distance for the unsafe map node.


In an operation 908, spawn engine 210 may determine whether more unsafe map nodes are to be processed. Responsive to a determination that more unsafe map nodes are to be processed, spawn engine 210 may return to operation 904.


Responsive to a determination that no more unsafe map nodes are to be processed, spawn engine 210 may identify and return the smallest minimum distance from among the distances identified and stored at operations 904 and 906. In this manner, process 900 may identify the closest unsafe map node to a given spawn location (e.g., smaller minimum distances to LOS may correspond to greater unsafety compare to greater minimum distances to LOS).


The various processing operations and/or data flows depicted in FIGS. 6, 7A, 7B, 8, and 9 may be accomplished using some or all of the system components described in detail above and, in some implementations, various operations may be performed in different sequences and various operations may be omitted. Additional operations may be performed along with some or all of the operations shown in the depicted flow diagrams. One or more operations may be performed simultaneously. Accordingly, the operations as illustrated (and described in greater detail below) are exemplary by nature and, as such, should not be viewed as limiting.


It should be noted that although LOS catalog is described in various examples as relating to LOS distance values for pairs of map nodes (whether or not a given map node of a given pair is a spawn point), the system may determine a distance to achieve LOS between other types of positions along a path, including non-node positions, as well. As such, an LOS catalog may include distances to achieve LOS between pairs of non-node positions, pairs of a non-node position and a map node, and/or other pair of positions for which a distance to achieve LOS between the pair may be determined and recorded. It is further noted that doing so, however, may increase the storage requirements of the LOS catalog and reduce the efficiency of the system.


Other implementations, uses and advantages of the invention will be apparent to those skilled in the art from consideration of the specification and practice of the invention disclosed herein. The specification should be considered exemplary only, and the scope of the invention is accordingly intended to be limited only by the following claims. As used herein throughout, the term “exemplary” is intended to convey “an example of.”

Claims
  • 1. A computer-implemented method of determining distances required to travel to achieve a line of site (“LOS”) between pairs of map nodes of a game map for a video game, the method being implemented in a computer system having one or more physical processors programmed with computer program instructions that, when executed by the one or more physical processors, cause the computer system to perform the method, the method comprising: obtaining, by the computer system, a plurality of map nodes of the game map, the plurality of map nodes comprising at least a first map node and a second map node;identifying, by the computer system, a path between the first map node and the second map node;traversing, by the computer system, the path in at least a first direction from the first map node to the second map node;identifying, by the computer system, a first location along the path at which LOS is achieved between the first location and the second map node by issuing a first trace from the first location at a first height to the second map node, issuing a second trace from the first location at a second height, different than the first height, to the second map node, determining whether or not LOS exists from the first location to the second node based on the first trace or the second trace, wherein the first location is identified responsive to a determination that LOS exists from the first location;determining, by the computer system, a first distance traveled to the first location along the path; andgenerating, by the computer system, an entry in a LOS catalog using an identification of the first map node, an identification of the second map node, and a distance based on the first distance traveled.
  • 2. The method of claim 1, wherein the first trace or second trace is issued using at least one of a minimum-maximum kd-tree technique, a ray tracing technique, or a Bresenham's line algorithm for two-dimensional games.
  • 3. The method of claim 1, further comprising: traversing, by the computer system, the path in at least a second direction, different than the first direction, from the second map node to the first map node;identifying, by the computer system, a second location along the path at which LOS is achieved between the second location and the first map node;determining, by the computer system, a second distance traveled to the second location along the path; andidentifying, by the computer system, a smaller one of the first distance and the second distance, wherein the distance based on the first distance equates to the smaller one of the first distance and the second distance.
  • 4. The method of claim 1, further comprising: identifying, by the computer system, a third map node, not on the path, known to have LOS with the second location, wherein the third map node is also known to have a third distance to the second map node; andidentifying, by the computer system, a smaller one of the first distance and the third distance, wherein the distance based on the first distance equates to the smaller one of the first distance and the third distance.
  • 5. The method of claim 1, wherein traversing the path in at least the first direction further comprises: traversing, by the computer system, from the first map node to a non-node position that is between the first map node and the second map node or an intermediary map node that is between the first map node and the second map node, wherein the first location comprises the non-node position or the intermediary map node.
  • 6. The method of claim 1, wherein identifying the path further comprises: identifying, by the computer system, a shortest path between the first map node and the second map node.
  • 7. The method of claim 1, wherein the plurality of map nodes comprises a fourth map node, the method further comprising: identifying, by the computer system, a second path between the first map node and the fourth map node;traversing, by the computer system, the second path in at least a third direction from the first map node to the fourth map node;identifying, by the computer system, a second location along the path at which LOS is achieved between the second location and the fourth map node;determining, by the computer system, a second distance traveled to the second location along the second path; andgenerating, by the computer system, a second entry in the LOS catalog using the identification of the first map node, an identification of the fourth map node, and a third distance based on the second distance traveled.
  • 8. The method of claim 7, wherein the plurality of map nodes comprises a fifth map node, the method further comprising: identifying, by the computer system, a third path between the fourth map node and the fifth map node;traversing, by the computer system, the third path in at least a fourth direction from the fourth map node to the fifth map node;identifying, by the computer system, a third location along the path at which LOS is achieved between the fourth location and the fifth map node;determining, by the computer system, a third distance traveled to the third location along the third path; andgenerating, by the computer system, a third entry in the LOS catalog using the identification of the fourth map node, an identification of the fifth map node, and a fourth distance based on the third distance traveled.
  • 9. The method of claim 1, wherein the entry in the LOS catalog is generated prior to initiation of a given video game session, the method further comprising: obtaining, by the computer system, an indication that a player should be spawned during gameplay of the given video game session;identifying, by the computer system, a spawn point for the player based on the LOS catalog; andcausing, by the computer system, the player to be spawned at the spawn point during the given video game session.
  • 10. The method of claim 9, wherein identifying the spawn point for the player based on the LOS catalog further comprises: identifying, by the computer system, a map node at which an unsafe game element is located; anddetermining, by the computer system, a minimum distance until LOS is achieved between the map node and the spawn point, wherein the spawn point is identified based on the minimum distance.
  • 11. The method of claim 9, wherein identifying the spawn point for the player based on the LOS catalog further comprises: identifying, by the computer system, a second spawn point; anddetermining, by the computer system, a second minimum distance until LOS is achieved between the map node and the second spawn point, wherein the spawn point is identified based on a determination that the minimum distance is greater than the second minimum distance.
  • 12. The method of claim 1, further comprising: identifying, by the computer system, a third map node having LOS with the first map node;obtaining, by the computer system, a minimum distance to achieve LOS between the third map node and the second map node;determining, by the computer system, that the minimum distance to achieve LOS between the third map node and the second map node is less than the distance;obtaining, by the computer system, a second distance between the first map node and the third map node;determining, by the computer system, a sum of: the second distance between the first map node and the third map node, and the minimum distance to achieve LOS between the third map node and the second map node;determining, by the computer system, that the sum is less than the distance; andreplacing, by the computer system, for the entry in the LOS catalog, the distance with the sum responsive to the determination that the sum is less than the distance.
  • 13. A system for determining distances required to travel to achieve line of site (“LOS”) between at least a first node and a second node of a game map for a video game, and of generating a LOS catalog based on the distances, the system comprising: one or more physical processors programmed with one or more computer program instructions which, when executed, cause the one or more physical processors to:obtain at least the first map node and the second map node;identify a path between the first map node and the second map node;traverse the path in at least a first direction from the first map node to the second map node;identify a first location along the path at which LOS is achieved between the first location and the second map node by issuing a first trace from the first location at a first height to the second map node, issuing a second trace from the first location at a second height, different than the first height, to the second map node, determining whether or not LOS exists from the first location to the second node based on the first trace or the second trace, wherein the first location is identified responsive to a determination that LOS exists from the first location;determine a first distance traveled to the first location along the path; andgenerate an entry in a LOS catalog using an identification of the first map node, an identification of the second map node, and a distance based on the first distance traveled.
  • 14. The system of claim 13, wherein the first trace or second trace is issued using at least one of a minimum-maximum kd-tree technique, a ray tracing technique, or a Bresenham's line algorithm for two-dimensional games.
  • 15. The system of claim 13, wherein the one or more physical processors are further caused to: traverse the path in at least a second direction, different than the first direction, from the second map node to the first map node;identify a second location along the path at which LOS is achieved between the second location and the first map node;determine a second distance traveled to the second location along the path; andidentify a smaller one of the first distance and the second distance, wherein the distance based on the first distance comprises the smaller one of the first distance and the second distance.
  • 16. The system of claim 13, wherein the one or more physical processors are further caused to: identify a third map node, not on the path, known to have LOS with the second location, wherein the third map node is also known to have a third distance to the second map node; and identify a smaller one of the first distance and the third distance, wherein the distance based on the first distance comprises the smaller one of the first distance and the third distance.
  • 17. The system of claim 13, wherein to traverse the path in at least the first direction, the one or more physical processors are further caused to: traverse from the first map node to a non-node position that is between the first map node and the second map node or an intermediary map node that is between the first map node and the second map node, wherein the first location comprises the a non-node position or the intermediary map node.
  • 18. The system of claim 13, wherein to identify the path, the one or more physical processors are further caused to: identify a shortest path between the first map node and the second map node.
  • 19. A computer-implemented method of determining a spawn point for a player in a video game session, the method being implemented in a computer system having one or more physical processors programmed with computer program instructions that, when executed by the one or more physical processors, cause the computer system to perform the method, the method comprising: obtaining, by the computer system, an indication that a player should be spawned during gameplay of the video game session;identifying, by the computer system, the spawn point for the player based on a line of site (“LOS”) catalog by identifying a map node at which an unsafe game element is located and determining a minimum distance until a LOS is achieved between the map node and the spawn point, wherein the spawn point is identified based on the minimum distance; andcausing, by the computer system, the player to be spawned at the spawn point during the video game session, wherein at least a portion of the LOS catalog is generated prior to initiation of the video game session by obtaining at least a first map node and a second map node of a game map, identifying a path between the first map node and the second map node;traversing the path in at least a first direction from the first map node to the second map node, identifying a first location along the path at which the LOS is achieved between the first location and the second map node, determining a first distance traveled to the first location along the path, and generating an entry in the catalog using an identification of the first map node, an identification of the second map node, and a distance based on the first distance traveled.
  • 20. A computer-implemented method of determining a spawn point for a player in a video game session, the method being implemented in a computer system having one or more physical processors programmed with computer program instructions that, when executed by the one or more physical processors, cause the computer system to perform the method, the method comprising: obtaining, by the computer system, an indication that a player should be spawned during gameplay of the video game session;identifying, by the computer system, the spawn point for the player based on a line of site (“LOS”) catalog by identifying a map node at which an unsafe game element is located, determining a minimum distance until a LOS is achieved between the map node and a first candidate spawn point, identifying a second candidate spawn point and determining a second minimum distance until LOS is achieved between the map node and the second candidate spawn point, wherein the spawn point is identified as the first candidate spawn point based on a determination that the minimum distance is greater than the second minimum distance; andcausing, by the computer system, the player to be spawned at the spawn point during the video game session, wherein at least a portion of the LOS catalog is generated prior to initiation of the video game session by obtaining at least a first map node and a second map node of a game map, identifying a path between the first map node and the second map node;traversing the path in at least a first direction from the first map node to the second map node, identifying a first location along the path at which the LOS is achieved between the first location and the second map node, determining a first distance traveled to the first location along the path, and generating an entry in the_LOS catalog using an identification of the first map node, an identification of the second map node, and a distance based on the first distance traveled.
CROSS-REFERENCE TO RELATED APPLICATIONS

The present application is a continuation application of U.S. patent application Ser. No. 15/142,468, entitled “System and Method for Identifying Spawn Locations in a Video Game” and filed on Apr. 29, 2016, which is hereby incorporated herein by reference in its entirety.

US Referenced Citations (283)
Number Name Date Kind
5530796 Wang Jun 1996 A
5561736 Moore Oct 1996 A
5563946 Cooper Oct 1996 A
5685775 Bakoglu Nov 1997 A
5706507 Schloss Jan 1998 A
5708764 Borrel Jan 1998 A
5736985 Lection Apr 1998 A
5737416 Cooper Apr 1998 A
5745678 Herzberg Apr 1998 A
5768511 Galvin Jun 1998 A
5825877 Dan Oct 1998 A
5835692 Cragun Nov 1998 A
5878233 Schloss Mar 1999 A
5883628 Mullaly Mar 1999 A
5900879 Berry May 1999 A
5903266 Berstis May 1999 A
5903271 Bardon May 1999 A
5911045 Leyba Jun 1999 A
5920325 Morgan Jul 1999 A
5923324 Berry Jul 1999 A
5969724 Berry Oct 1999 A
5977979 Clough Nov 1999 A
5990888 Blades Nov 1999 A
6014145 Bardon Jan 2000 A
6025839 Schell Feb 2000 A
6059842 Dumarot May 2000 A
6069632 Mullaly May 2000 A
6081270 Berry Jun 2000 A
6081271 Bardon Jun 2000 A
6091410 Lection Jul 2000 A
6094196 Berry Jul 2000 A
6098056 Rusnak Aug 2000 A
6104406 Berry Aug 2000 A
6111581 Berry Aug 2000 A
6134588 Guenthner Oct 2000 A
6144381 Lection Nov 2000 A
6148328 Cuomo Nov 2000 A
6185614 Cuomo Feb 2001 B1
6201881 Masuda Mar 2001 B1
6222551 Schneider Apr 2001 B1
6271842 Bardon Aug 2001 B1
6271843 Lection Aug 2001 B1
6282547 Hirsch Aug 2001 B1
6311206 Malkin Oct 2001 B1
6334141 Varma Dec 2001 B1
6336134 Varma Jan 2002 B1
6337700 Kinoe Jan 2002 B1
6353449 Gregg Mar 2002 B1
6356297 Cheng Mar 2002 B1
6411312 Sheppard Jun 2002 B1
6426757 Smith Jul 2002 B1
6445389 Bossen Sep 2002 B1
6452593 Challener Sep 2002 B1
6462760 Cox, Jr. Oct 2002 B1
6469712 Hilpert, Jr. Oct 2002 B1
6473085 Brock Oct 2002 B1
6499053 Marquette Dec 2002 B1
6505208 Kanevsky Jan 2003 B1
6525731 Suits Feb 2003 B1
6549933 Barrett Apr 2003 B1
6567109 Todd May 2003 B1
6618751 Challenger Sep 2003 B1
RE38375 Herzberg Dec 2003 E
6657617 Paolini Dec 2003 B2
6657642 Bardon Dec 2003 B1
6684255 Martin Jan 2004 B1
6717600 Dutta Apr 2004 B2
6734884 Berry May 2004 B1
6765596 Lection Jul 2004 B2
6781607 Benham Aug 2004 B1
6819669 Rooney Nov 2004 B2
6832239 Kraft Dec 2004 B1
6836480 Basso Dec 2004 B2
6886026 Hanson Apr 2005 B1
6948168 Kuprionas Sep 2005 B1
RE38865 Dumarot Nov 2005 E
6993596 Hinton Jan 2006 B2
7028296 Irfan Apr 2006 B2
7062533 Brown Jun 2006 B2
7143409 Herrero Nov 2006 B2
7209137 Brokenshire Apr 2007 B2
7230616 Taubin Jun 2007 B2
7249123 Elder Jul 2007 B2
7263511 Bodin Aug 2007 B2
7287053 Bodin Oct 2007 B2
7305438 Christensen Dec 2007 B2
7308476 Mannaru Dec 2007 B2
7404149 Fox Jul 2008 B2
7426538 Bodin Sep 2008 B2
7427980 Partridge Sep 2008 B1
7428588 Berstis Sep 2008 B2
7429987 Leah Sep 2008 B2
7436407 Doi Oct 2008 B2
7439975 Hsu Oct 2008 B2
7443393 Shen Oct 2008 B2
7447996 Cox Nov 2008 B1
7467181 McGowan Dec 2008 B2
7475354 Guido Jan 2009 B2
7478127 Creamer Jan 2009 B2
7484012 Hinton Jan 2009 B2
7503007 Goodman Mar 2009 B2
7506264 Polan Mar 2009 B2
7515136 Kanevsky Apr 2009 B1
7525964 Astley Apr 2009 B2
7552177 Kessen Jun 2009 B2
7565650 Bhogal Jul 2009 B2
7571224 Childress Aug 2009 B2
7571389 Broussard Aug 2009 B2
7580888 Ur Aug 2009 B2
7596596 Chen Sep 2009 B2
7640587 Fox Dec 2009 B2
7667701 Leah Feb 2010 B2
7698656 Srivastava Apr 2010 B2
7702784 Berstis Apr 2010 B2
7714867 Doi May 2010 B2
7719532 Schardt May 2010 B2
7719535 Tadokoro May 2010 B2
7734691 Creamer Jun 2010 B2
7737969 Shen Jun 2010 B2
7743095 Goldberg Jun 2010 B2
7747679 Galvin Jun 2010 B2
7765478 Reed Jul 2010 B2
7768514 Pagan Aug 2010 B2
7773087 Fowler Aug 2010 B2
7774407 Daly Aug 2010 B2
7782318 Shearer Aug 2010 B2
7792263 D Amora Sep 2010 B2
7792801 Hamilton, II Sep 2010 B2
7796128 Radzikowski Sep 2010 B2
7808500 Shearer Oct 2010 B2
7814152 McGowan Oct 2010 B2
7827318 Hinton Nov 2010 B2
7843471 Doan Nov 2010 B2
7844663 Boutboul Nov 2010 B2
7847799 Taubin Dec 2010 B2
7856469 Chen Dec 2010 B2
7873485 Castelli Jan 2011 B2
7882222 Dolbier Feb 2011 B2
7882243 Ivory Feb 2011 B2
7884819 Kuesel Feb 2011 B2
7886045 Bates Feb 2011 B2
7890623 Bates Feb 2011 B2
7893936 Shearer Feb 2011 B2
7904829 Fox Mar 2011 B2
7921128 Hamilton, II Apr 2011 B2
7940265 Brown May 2011 B2
7945620 Bou-Ghannam May 2011 B2
7945802 Hamilton, II May 2011 B2
7970837 Lyle Jun 2011 B2
7970840 Cannon Jun 2011 B2
7985138 Acharya Jul 2011 B2
7990387 Hamilton, II Aug 2011 B2
7996164 Hamilton, II Aug 2011 B2
8001161 Finn Aug 2011 B2
8004518 Fowler Aug 2011 B2
8005025 Bodin Aug 2011 B2
8006182 Bates Aug 2011 B2
8013861 Hamilton, II Sep 2011 B2
8018453 Fowler Sep 2011 B2
8018462 Bhogal Sep 2011 B2
8019797 Hamilton, II Sep 2011 B2
8019858 Bauchot Sep 2011 B2
8022948 Garbow Sep 2011 B2
8022950 Brown Sep 2011 B2
8026913 Garbow Sep 2011 B2
8028021 Reisinger Sep 2011 B2
8028022 Brownholtz Sep 2011 B2
8037416 Bates Oct 2011 B2
8041614 Bhogal Oct 2011 B2
8046700 Bates Oct 2011 B2
8051462 Hamilton, II Nov 2011 B2
8055656 Cradick Nov 2011 B2
8056121 Hamilton, II Nov 2011 B2
8057307 Berstis Nov 2011 B2
8062130 Smith Nov 2011 B2
8063905 Brown Nov 2011 B2
8070601 Acharya Dec 2011 B2
8082245 Bates Dec 2011 B2
8085267 Brown Dec 2011 B2
8089481 Shearer Jan 2012 B2
8092288 Theis Jan 2012 B2
8095881 Reisinger Jan 2012 B2
8099338 Betzler Jan 2012 B2
8099668 Garbow Jan 2012 B2
8102334 Brown Jan 2012 B2
8103640 Lo Jan 2012 B2
8103959 Cannon Jan 2012 B2
8105165 Karstens Jan 2012 B2
8108774 Finn Jan 2012 B2
8113959 De Judicibus Feb 2012 B2
8117551 Cheng Feb 2012 B2
8125485 Brown Feb 2012 B2
8127235 Haggar Feb 2012 B2
8127236 Hamilton, II Feb 2012 B2
8128487 Hamilton, II Mar 2012 B2
8131740 Cradick Mar 2012 B2
8132235 Bussani Mar 2012 B2
8134560 Bates Mar 2012 B2
8139060 Brown Mar 2012 B2
8139780 Shearer Mar 2012 B2
8140340 Bhogal Mar 2012 B2
8140620 Creamer Mar 2012 B2
8140978 Betzler Mar 2012 B2
8140982 Hamilton, II Mar 2012 B2
8145676 Bhogal Mar 2012 B2
8145725 Dawson Mar 2012 B2
8149241 Do Apr 2012 B2
8151191 Nicol, II Apr 2012 B2
8156184 Kurata Apr 2012 B2
8165350 Fuhrmann Apr 2012 B2
8171407 Huang May 2012 B2
8171408 Dawson May 2012 B2
8171559 Hamilton, II May 2012 B2
8174541 Greene May 2012 B2
8176421 Dawson May 2012 B2
8176422 Bergman May 2012 B2
8184092 Cox May 2012 B2
8184116 Finn May 2012 B2
8185450 McVey May 2012 B2
8185829 Cannon May 2012 B2
8187067 Hamilton, II May 2012 B2
8199145 Hamilton, II Jun 2012 B2
8203561 Carter Jun 2012 B2
8214335 Hamilton, II Jul 2012 B2
8214433 Dawson Jul 2012 B2
8214750 Hamilton, II Jul 2012 B2
8214751 Dawson Jul 2012 B2
8217953 Comparan Jul 2012 B2
8219616 Dawson Jul 2012 B2
8230045 Kawachiya Jul 2012 B2
8230338 Dugan Jul 2012 B2
8233005 Finn Jul 2012 B2
8234234 Shearer Jul 2012 B2
8234579 Do Jul 2012 B2
8239775 Beverland Aug 2012 B2
8241131 Bhogal Aug 2012 B2
8245241 Hamilton, II Aug 2012 B2
8245283 Dawson Aug 2012 B2
8265253 D Amora Sep 2012 B2
8310497 Comparan Nov 2012 B2
8334871 Hamilton, II Dec 2012 B2
8360886 Karstens Jan 2013 B2
8364804 Childress Jan 2013 B2
8425326 Chudley Apr 2013 B2
8442946 Hamilton, II May 2013 B2
8506372 Chudley Aug 2013 B2
8514249 Hamilton, II Aug 2013 B2
8554841 Kurata Oct 2013 B2
8607142 Bergman Dec 2013 B2
8607356 Hamilton, II Dec 2013 B2
8624903 Hamilton, II Jan 2014 B2
8626836 Dawson Jan 2014 B2
8692835 Hamilton, II Apr 2014 B2
8706298 Goulding Apr 2014 B2
8721412 Chudley May 2014 B2
8827816 Bhogal Sep 2014 B2
8838640 Bates Sep 2014 B2
8849917 Dawson Sep 2014 B2
8911296 Chudley Dec 2014 B2
8992316 Smith Mar 2015 B2
9083654 Dawson Jul 2015 B2
9152914 Haggar Oct 2015 B2
9205328 Bansi Dec 2015 B2
9286731 Hamilton, II Mar 2016 B2
9299080 Dawson Mar 2016 B2
9364746 Chudley Jun 2016 B2
9525746 Bates Dec 2016 B2
9583109 Kurata Feb 2017 B2
9682324 Bansi Jun 2017 B2
9764244 Bansi Sep 2017 B2
9789406 Marr Oct 2017 B2
9808722 Kawachiya Nov 2017 B2
9904982 Suzuki Feb 2018 B2
20040143852 Meyers Jul 2004 A1
20060040239 Cummins Feb 2006 A1
20070198178 Trimby Aug 2007 A1
20080026838 Dunstan Jan 2008 A1
20080235320 Joy Sep 2008 A1
20090113448 Smith Apr 2009 A1
20140344725 Bates Nov 2014 A1
20150050996 Kharkar Feb 2015 A1
20160191671 Dawson Jun 2016 A1
20160332074 Marr Nov 2016 A1
Foreign Referenced Citations (71)
Number Date Country
768367 Mar 2004 AU
2005215048 Oct 2011 AU
2143874 Jun 2000 CA
2292678 Jul 2005 CA
2552135 Jul 2013 CA
1334650 Feb 2002 CN
1202652 Oct 2002 CN
1141641 Mar 2004 CN
1494679 May 2004 CN
1219384 Sep 2005 CN
1307544 Mar 2007 CN
100407675 Jul 2008 CN
100423016 Oct 2008 CN
100557637 Nov 2009 CN
101001678 May 2010 CN
101436242 Dec 2010 CN
101801482 Dec 2014 CN
668583 Aug 1995 EP
0627728 Sep 2000 EP
0717337 Aug 2001 EP
0679977 Oct 2002 EP
0679978 Mar 2003 EP
0890924 Sep 2003 EP
1377902 Aug 2004 EP
0813132 Jan 2005 EP
1380133 Mar 2005 EP
1021021 Sep 2005 EP
0930584 Oct 2005 EP
0883087 Aug 2007 EP
1176828 Oct 2007 EP
2076888 Jul 2015 EP
2339938 Oct 2002 GB
2352154 Jul 2003 GB
3033956 Apr 2000 JP
3124916 Jan 2001 JP
3177221 Jun 2001 JP
3199231 Aug 2001 JP
3210558 Sep 2001 JP
3275935 Feb 2002 JP
3361745 Jan 2003 JP
3368188 Jan 2003 JP
3470955 Sep 2003 JP
3503774 Dec 2003 JP
3575598 Jul 2004 JP
3579823 Jul 2004 JP
3579154 Oct 2004 JP
3701773 Oct 2005 JP
3777161 Mar 2006 JP
3914430 Feb 2007 JP
3942090 Apr 2007 JP
3962361 May 2007 JP
4009235 Sep 2007 JP
4225376 Dec 2008 JP
4653075 Dec 2010 JP
5063698 Aug 2012 JP
5159375 Mar 2013 JP
5352200 Nov 2013 JP
5734566 Jun 2015 JP
117864 Aug 2004 MY
55396 Dec 1998 SG
2002073457 Sep 2002 WO
20020087156 Oct 2002 WO
2004086212 Oct 2004 WO
2005079538 Sep 2005 WO
2007101785 Sep 2007 WO
2008037599 Apr 2008 WO
2008074627 Jun 2008 WO
2008095767 Aug 2008 WO
2009037257 Mar 2009 WO
2009104564 Aug 2009 WO
2010096738 Aug 2010 WO
Related Publications (1)
Number Date Country
20190224569 A1 Jul 2019 US
Continuations (1)
Number Date Country
Parent 15142468 Apr 2016 US
Child 16254365 US