JP2023127365A - Game program, game control method, and information processor - Google Patents
Game program, game control method, and information processor Download PDFInfo
- Publication number
- JP2023127365A JP2023127365A JP2022031119A JP2022031119A JP2023127365A JP 2023127365 A JP2023127365 A JP 2023127365A JP 2022031119 A JP2022031119 A JP 2022031119A JP 2022031119 A JP2022031119 A JP 2022031119A JP 2023127365 A JP2023127365 A JP 2023127365A
- Authority
- JP
- Japan
- Prior art keywords
- character
- game
- attack
- collision
- contact state
- 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.)
- Pending
Links
- 238000000034 method Methods 0.000 title claims abstract description 70
- 230000008859 change Effects 0.000 claims abstract description 34
- 230000008569 process Effects 0.000 claims abstract description 29
- 238000012545 processing Methods 0.000 claims description 44
- 230000010365 information processing Effects 0.000 claims description 9
- 230000004044 response Effects 0.000 claims description 6
- 230000004913 activation Effects 0.000 description 32
- 210000005155 neural progenitor cell Anatomy 0.000 description 24
- 238000010586 diagram Methods 0.000 description 15
- 238000004891 communication Methods 0.000 description 10
- 230000009471 action Effects 0.000 description 8
- 230000006870 function Effects 0.000 description 7
- 230000002860 competitive effect Effects 0.000 description 5
- 238000004364 calculation method Methods 0.000 description 2
- 241000251468 Actinopterygii Species 0.000 description 1
- 230000001133 acceleration Effects 0.000 description 1
- 230000006399 behavior Effects 0.000 description 1
- 239000002775 capsule Substances 0.000 description 1
- 238000005266 casting Methods 0.000 description 1
- 230000000694 effects Effects 0.000 description 1
- 238000012986 modification Methods 0.000 description 1
- 230000004048 modification Effects 0.000 description 1
- 230000003287 optical effect Effects 0.000 description 1
- 230000035515 penetration Effects 0.000 description 1
- 239000004065 semiconductor Substances 0.000 description 1
- 238000004088 simulation Methods 0.000 description 1
Images
Landscapes
- Processing Or Creating Images (AREA)
Abstract
Description
本開示は、ゲームプログラム、ゲーム制御方法及び情報処理装置に関する。 The present disclosure relates to a game program, a game control method, and an information processing device.
アクションゲームやシミュレーションゲーム等、多数のキャラクタが密集するゲームが知られている。例えば、アクションゲームではプレイヤキャラクタを攻撃しようとする敵キャラクタが、プレイヤキャラクタの周囲に密集する場合がある。 Games such as action games and simulation games in which a large number of characters are crowded together are known. For example, in an action game, enemy characters attempting to attack the player character may gather around the player character.
これに対して、密集したキャラクタの動きを制御する技術が考案されている(例えば特許文献1参照。)。また、仮想的な光線を投げ、光線が遮られることでキャラクタ等のオブジェクトを検知するレイキャストの技術がある。 In response to this, a technique has been devised to control the movement of characters that are closely packed together (see, for example, Patent Document 1). There is also a raycasting technique that casts a virtual beam of light and detects objects such as characters when the beam is blocked.
しかしながら、レイキャストでは細い光線がオブジェクトの隙間を通過してしまい、対戦するキャラクタの一方から他方へ攻撃を行ったときに攻撃の障害となるオブジェクトであっても検知されない場合がある。この場合、攻撃を発動するようにキャラクタの動きを制御すると、発動された攻撃は、本来当たるべき敵キャラクタとプレイヤキャラクタとの間のオブジェクトには当たらずに通過し、オブジェクトの奥の対戦相手に当たる等の不自然な動作となる場合がある。 However, in raycasting, a thin beam of light passes through gaps between objects, so when one character attacks the other, even an object that is an obstacle to the attack may not be detected. In this case, if you control the character's movement to launch an attack, the launched attack will pass through without hitting the object between the enemy character and the player character that it should have hit, and instead hit the opponent behind the object. This may result in unnatural movements such as
これに対してレイキャストにおいて複数の光線を投げ、複数の光線のいずれかが遮られることでオブジェクトを検知する方法も考えられるが、光線の数が増えるため判定が煩雑になる。 On the other hand, a method can be considered in which multiple light rays are cast in raycasting and an object is detected when one of the plurality of light rays is blocked, but this increases the number of light rays and makes the determination complicated.
そこで、1つの側面では、本開示は、キャラクタを含む複数のオブジェクト間でより自然な動作となるようにゲームを演出する。 Therefore, in one aspect, the present disclosure presents a game so that more natural movements occur between multiple objects including characters.
1つの実施態様では、仮想空間においてゲーム処理をコンピュータに実行させるゲームプログラムであって、(a)第1キャラクタと前記第1キャラクタに対向する第2オブジェクトとの間を結ぶように設置されるコリジョンオブジェクトに対する第3オブジェクトの接触の有無を判定し、(b)前記(a)において前記コリジョンオブジェクトに対して前記第3オブジェクトの接触状態が変化したと判定された場合、前記ゲーム処理の制御を変更する、処理を実行させるゲームプログラムが提供される。 In one embodiment, there is provided a game program that causes a computer to execute game processing in a virtual space, the game program including: (a) a collision installed to connect a first character and a second object facing the first character; Determining whether or not the third object is in contact with the object, and (b) changing the control of the game process if it is determined in (a) that the contact state of the third object with the collision object has changed; A game program is provided that causes the process to be executed.
1つの側面では、本開示は、キャラクタを含む複数のオブジェクト間でより自然な動作となるようにゲームを演出することができる。 In one aspect, the present disclosure can produce a game such that more natural movements occur between multiple objects including characters.
以下、本開示を実施するための形態について図面を参照して説明する。なお、本明細書及び図面において、実質的に同一の構成については、同一の符号を付することにより重複した説明を省く場合がある。 Hereinafter, embodiments for implementing the present disclosure will be described with reference to the drawings. Note that in this specification and the drawings, substantially the same configurations may be given the same reference numerals to omit redundant explanations.
[ゲームシステム]
図1は、実施形態に係るゲームシステム1の構成例を示す図である。ゲームシステム1は、情報処理装置の一例であるゲーム機3と、ゲームコントローラ5と、表示装置7とを有する。ゲームコントローラ5及び表示装置7の各々は、ゲーム機3と有線又は無線により通信可能に接続されている。
[Game system]
FIG. 1 is a diagram showing a configuration example of a
ゲーム機3は、例えば据え置き型のゲーム専用機である。但し、これに限定されるものではなく、ゲーム機3は、例えば入力部や表示部等を一体に備えた携帯型のゲーム機でもよい。
The
また、ゲーム機3はゲーム専用機に限らず、例えば、コンピュータ、デスクトップ型コンピュータ、ノート型コンピュータ、タブレット型コンピュータ等のように、コンピュータとして製造、販売等されているものや、スマートフォン、携帯電話、ファブレット等のように、電話機としても機能する携帯端末でもよい。これらの装置は、普段は汎用的な情報処理端末装置として利用されるが、プレイヤがインストールされたゲームプログラムを実行すると、ゲーム専用機と同様、プレイヤがゲームを進行できるようになる。
Furthermore, the
ゲーム機3には、本実施形態のゲームプログラムがインストールされる。ゲームプログラムはCD-ROMなどの光記憶媒体やUSBメモリなどの半導体メモリに記憶された状態で配布されたり、サーバ装置からダウンロードされたりする形態で配布される。
The game program of this embodiment is installed on the
プレイヤは、ゲームコントローラ5を用いて各種の操作入力を行う。図1に示す例では、ゲームコントローラ5は例えば十字キー9、及び複数のボタン8等を有する。なお、ゲームコントローラ5は上記に代えて又は加えて、例えばジョイスティックやタッチパッド等を有してもよい。また、ゲームコントローラ5がマイクを備え、音声操作が可能でもよい。ゲームコントローラ5がジャイロセンサや加速度センサ等を備え、プレイヤがゲームコントローラ5の姿勢を変えることで操作が可能でもよい。
The player uses the
また、ゲーム機3は更にネットワーク上のサーバ装置と通信してもよい(図2参照)。同じゲームプログラムを実行する複数のゲーム機3は、サーバ装置に接続するので、いわゆるオンラインゲームが可能になる。オンラインゲームとは、例えば、多人数で同じゲームプログラムを協調して操作できるゲームをいう。オンラインゲームのサーバ装置は、他のプレイヤの位置や操作コマンドを受け付け、他のプレイヤのゲーム機3に送信する処理等を行ってもよい。ゲーム機3では各プレイヤの描画や操作コマンドの反映処理など実際のゲーム処理を行う。
Furthermore, the
図2は、実施形態におけるゲームシステム1の他の構成例を示す図である。実施形態のゲームシステム1は、ネットワークN(例えば、インターネット等)を介してゲームに関する各種サービスをプレイヤに提供する。ゲームシステム1は、サーバ装置10と端末装置30とを有する。サーバ装置10は、ゲームに関する各種サービスを端末装置30に提供する情報処理装置(処理装置)の一例である。サーバ装置10は、パーソナルコンピュータ、ワークステーション、クラウドコンピュータ等であってよい。
FIG. 2 is a diagram showing another configuration example of the
端末装置30は、ゲームをプレイする際にプレイヤが使用する情報処理装置の一例である。端末装置30は、ゲーム機でもよいし、コンピュータ、デスクトップ型コンピュータ、ノート型コンピュータ、タブレット型コンピュータ等のように、コンピュータとして製造、販売等されているものや、スマートフォン、携帯電話、ファブレット等のように、電話機としても機能する携帯端末でもよい。
The
端末装置30は、サーバ装置10に対してゲームに関する各種情報(ゲーム制御方法が記載されたゲームプログラムやゲーム画面等)の配信要求を行う。サーバ装置10は、端末装置30から各種情報の配信要求を受け付けると、端末装置30においてプレイするゲームプログラムやゲーム画面のWebページを配信する。
The
端末装置30は、プレイヤにゲーム画面を表示するWebページを閲覧させるためのWebブラウザ機能を有する。これにより、端末装置30は、サーバ装置10から配信されたゲーム画面等のWebページを表示することができる。サーバ装置10は、プレイヤが動作させるプレイヤキャラクタ及びノンプレイヤキャラクタが敵及び味方に分かれて対戦するオンラインゲーム等のゲームを提供してもよい。
The
ゲームシステム1は、図1に例示するゲーム機3や図2に例示する端末装置30が別のゲーム機3や別の端末装置30と通信するいわゆるP2P(Peer To Peer)方式でもよい。この場合、図2のサーバ装置10は設けなくてもよい。また、ゲームシステム1はいわゆるクラウドゲームでもよい。なお、図1及び図2のゲームシステム1は一例であり、用途や目的に応じて様々なシステム構成例が考えられる。以下では、主に図1の構成を用いて本実施形態のゲームシステム1について説明する。
The
ゲーム機3は、対戦ゲーム、スポーツゲーム、レーシングゲーム、街づくりゲーム等、あらゆるゲームを提供できる。また、ゲーム機3は、ガチャ等によりゲームを提供できる。ただし、本実施形態にて開示するゲームシステム1で実行されるゲームは、仮想空間において実行される3Dゲーム又は2Dゲームであって、対戦ゲーム(アクションゲーム)が好適である。本実施形態では、第1キャラクタと第2キャラクタとの対戦において、より自然なゲームを演出するようにゲーム処理を制御する。
The
なお、オブジェクトとは、本実施形態では主に仮想空間(例えば3D空間)に存在するキャラクタを含む物体をまとめてオブジェクトという。例えば、プレイヤキャラクタ(PC)、ノンプレイヤキャラクタ(以下、「NPC」ともいう。)、建物等、およそ仮想空間に登場するものはオブジェクトである。キャラクタには、敵キャラクタや味方キャラクタが含まれ、プレイヤが操作するプレイヤキャラクタでもよいし、AI等が自動操作するノンプレイヤキャラクタでもよい。 Note that in this embodiment, objects including characters that mainly exist in virtual space (for example, 3D space) are collectively referred to as objects. For example, objects appear in virtual space, such as player characters (PCs), non-player characters (hereinafter also referred to as "NPCs"), and buildings. The characters include enemy characters and ally characters, and may be player characters operated by the player or non-player characters automatically operated by AI or the like.
[ゲーム機のハードウェア構成]
次に、ゲーム機3のハードウェア構成について、図3を参照して説明する。図3は、実施形態に係るゲーム機3のハードウェア構成を示す図である。ゲーム機3は、CPU(Central Processing Unit)121、メモリ122、通信装置123、入力装置124及び表示装置125を有する。CPU121は、ゲーム機3を制御する。メモリ122は、例えば、CPU121が直接アクセス可能なゲーム機3内の記憶媒体である。通信装置123は、他の装置との通信を制御するネットワーク回路などの通信デバイスである。入力装置124は、入力デバイスであり、ゲームコントローラ5のようにゲーム機3に接続され、ゲーム機3の内部に有しなくてもよい。入力装置124は、カメラ又はタッチパネルなどの入力デバイスでもよい。表示装置125は、ディスプレイなどの出力デバイスである。
[Hardware configuration of game console]
Next, the hardware configuration of the
ゲーム機3は、GPU(Graphics Processing Unit)、DSP(Digital Signal Processor)などの各種マイクロプロセッサ、VRAMやRAM、ROM等の各種のメモリ122を搭載してもよい。
The
ゲーム機3は、演算処理によりゲームプレイするために必要な各種のゲームデータをメモリ122に記憶し、ゲーム処理を制御及び管理するゲーム管理機能を有する。CPU121が所定のゲームプログラム及びゲームデータに基づいて演算処理を行うことにより、ゲーム制御方法が実行される。
The
[ゲーム機の機能構成]
次に、ゲーム機3の機能構成について図4を参照して説明する。図4は、実施形態に係るゲーム機3の機能構成を示す図である。ゲーム機3は、制御部11、記憶部12及び通信部13を有する。
[Functional configuration of game machine]
Next, the functional configuration of the
制御部11は、各部間のデータの受け渡しを行うと共にゲーム機3の制御を行う。制御部11は、CPU121がメモリ122に格納されたゲームプログラムを実行することによって実現される。
The
記憶部12は、ゲームをコンピュータに実行させるゲームプログラム、各種のデータ及び各種の情報を記憶している。記憶部12は、例えばメモリ122によって実現される。記憶部12は、ゲームプログラムが記憶された読み取り専用の記憶領域であるROM(Read Only Memory)と、制御部11による演算処理のワーク領域として使用される書き換え可能な記憶領域であるRAM(Random Access Memory)とを有している。記憶部12は、例えば、フラッシュメモリやハードディスク等の不揮発性の記憶装置によって実現される。ゲームプログラムの一部又は全部はRAMに格納されてもよい。
The
更に、記憶部12は、パラメータテーブル21を記憶する。図5は、実施形態に係るパラメータテーブル21の一例を示す図である。パラメータテーブル21は、キャラクタを含むオブジェクトを識別可能な情報(名称、ID)毎に設定されたオブジェクトの属性及び/又はキャラクタの性格、種類をパラメータとして記憶する。
Furthermore, the
通信部13は、端末装置及び/又はその他の装置との間で通信を行うための機能を有する。通信部13は、端末装置及び/又はその他の装置から送信される各種データを受信する受信部としての機能と、制御部11の指令に応じて各種データを端末装置及び/又はその他の装置へ送信する送信部としての機能を有する。通信部13は、例えば、NIC(Network Interface Card)によって実現される。
The
制御部11は、ゲーム実行処理部14、コリジョン設定部15、判定部16、制御変更部17及び表示制御部18を有する。ゲーム実行処理部14は、仮想空間内において例えばプレイヤが操作するプレイヤキャラクタが敵ボスキャラクタと対戦する対戦ゲームを実行する。ただし、ゲーム実行処理部14が行うゲームは、プレイヤキャラクタと敵ボスキャラクタ以外の戦いであってもよい。
The
なお、本明細書におけるオブジェクトは、仮想空間に表示される表示部品であり、ゲーム画面に表示された、移動可能なオブジェクト及び固定オブジェクトが含まれる。移動可能なオブジェクトには、プレイヤキャラクタ、ノンプレイヤキャラクタ、馬、武器等が含まれる。建物や山等のオブジェクトは、通常固定オブジェクトであるが、移動可能なオブジェクトとしてもよい。 Note that an object in this specification is a display component displayed in a virtual space, and includes movable objects and fixed objects displayed on a game screen. Movable objects include player characters, non-player characters, horses, weapons, and the like. Objects such as buildings and mountains are usually fixed objects, but may also be movable objects.
図6に示すように、本ゲームにおいて、第1キャラクタ101と第1キャラクタ101に対向する第2キャラクタ100との間にカプセル状のコリジョンオブジェクト(以下、「コリジョン102」ともいう。)が設定されている。第1キャラクタ101は、例えばプレイヤキャラクタである。第2キャラクタ100は、例えば敵ボスキャラクタである。コリジョン102は、第1キャラクタ101と第2キャラクタ100との間を、第1キャラクタ101及び/又は第2キャラクタ100の形状、サイズ及び第1キャラクタ101と第2キャラクタ100が行う攻撃に応じた幅で直線状に結ぶように設置される。
As shown in FIG. 6, in this game, a capsule-shaped collision object (hereinafter also referred to as "
第1キャラクタ101は、プレイヤキャラクタでもよいし、敵ボスキャラクタ又は敵キャラクタでもよいし、味方キャラクタでもよい。第2キャラクタ100は、敵ボスキャラクタ又は敵キャラクタでもよいし、プレイヤキャラクタでもよいし、味方キャラクタでもよい。第1キャラクタ101がプレイヤキャラクタの場合、第2キャラクタ100は敵ボスキャラクタ又は敵キャラクタでもよい。第1キャラクタ101が敵ボスキャラクタ又は敵キャラクタの場合、第2キャラクタ100はプレイヤキャラクタでもよい。敵ボスキャラクタ、敵キャラクタ及び味方キャラクタはNPCであってよい。
The
図6の例でコリジョン102に接触している第3キャラクタ103,104は、敵キャラクタでもよいし、味方キャラクタでもよいし、キャラクタ以外のオブジェクトでもよい。第3キャラクタ103,104はNPCでもよい。第2キャラクタ100は、第2オブジェクトの一例であり、第3キャラクタ103,104は、第3オブジェクトの一例である。第2オブジェクトおよび第3オブジェクトは、キャラクタ以外のオブジェクトでもよい。第2オブジェクト及び第3オブジェクトがキャラクタ以外のオブジェクトの場合、第2オブジェクト及び第3オブジェクトには大砲等の武器、馬等の乗り物、建物、ステージ等、あらゆる物体が含まれてよい。第2オブジェクト及び第3オブジェクトは、プレイヤが生成したオブジェクトでもよい。
The
コリジョン102は、例えばコリジョン102に対する第3オブジェクトの接触の有無を判定するために用いられる。コリジョン102は仮想体であり、画面上では表示されない。よって、プレイヤには、コリジョン102は見えていない。ただし、コリジョン102は可視化可能である。コリジョン102の形状はカプセル状に限らず、四角、球状、円柱状など、様々な形状及びサイズを用いることができる。
The
コリジョン設定部15は、仮想空間内においてキャラクタ等のオブジェクトの大きさ、形状、動きに連動してコリジョンの設定及び移動を制御する。コリジョン102の形状及びサイズは、第2キャラクタ100の形状及びサイズ、第2キャラクタ100の攻撃、第1キャラクタ101の形状及びサイズ、第1キャラクタ101の攻撃のいずれかに応じて変化させてもよい。例えば、第2キャラクタ100が行う攻撃の幅が狭い場合、コリジョン102の幅を狭く設定してもよい。第2キャラクタ100が行う攻撃の幅が広い場合、コリジョン102の幅を広く設定してもよい。ただし、コリジョン102の幅は、レイキャストで使用される光線のように細いものではなく、例えば対向するキャラクタの大きさ等、ある程度の幅を有する。コリジョン102の形状及びサイズは、固定されていてもよい。
The
判定部16は、第1キャラクタ101と第2キャラクタ100との間に設置されるコリジョン102に対する第3キャラクタ103,104の接触の有無を判定する。判定部16は、コリジョン102に対する第3キャラクタ103,104の接触から非接触への変化、又は非接触から接触への変化を判定してもよい。
The
制御変更部17は、コリジョン102に対する接触判定の結果に基づき、ゲーム処理の制御を変更する。制御変更部17は、第1キャラクタ101、第2オブジェクト(第2キャラクタ100)及び第3オブジェクト(第3キャラクタ103,104)の少なくともいずれかの動作に関するゲーム処理の制御を変更してよい。制御変更部17は、例えば、コリジョン102に対して第3キャラクタの接触判定の結果、及び予め設定された変更条件を満たすか否かの判定結果に基づき、ゲーム処理の制御を変更してもよい。制御変更部17は、第1キャラクタ101、第2キャラクタ100及び第3キャラクタ103,104の性格、属性及び/又は種類の少なくともいずれかの情報を記憶したパラメータテーブル21を参照して、前記情報に基づき変更条件を満たすかを判定してもよい。
The
表示制御部18は、キャラクタやオブジェクトの表示を制御する。表示制御部18は、複数のキャラクタやその他のオブジェクトが登場する仮想空間をゲーム機3の表示装置125に表示させる。表示制御部18は、ゲーム画面のWebページを制御し、ゲーム画面のWebページを通信部13によりゲームを行う端末装置に送信し、端末装置の画面に表示してもよい。表示制御部18は、第3キャラクタ103,104のいずれかが接触から非接触の状態に変化したと判定された場合、第2キャラクタ100の攻撃及び前記攻撃の予兆を第1キャラクタ101から視認可能に表示してもよい。表示制御部18は、第3キャラクタ103,104のいずれかが非接触から接触状態に変化したと判定された場合、「このままだと打てない」等のフキダシを表示したり、攻撃ボタンのアイコンを表示したりしてもよい。なお、「攻撃」とは、例えば射撃であれば、攻撃対象を撃つことをいう。例えば魔法による攻撃であれば、魔力を攻撃対象に放つことをいう。本明細書では、攻撃の発動の可否は、コリジョン102を用いて判定される。また、「攻撃の予兆」とは、例えば射撃による攻撃であれば、攻撃対象に狙いを定める動作をいう。例えば魔法による攻撃であれば、魔力を溜める動作をいう。
The
<第1実施形態>
[ゲーム制御方法]
次に、第1実施形態に係るゲーム制御方法について、図7及び図8を参照して説明する。図7は、第1実施形態に係るゲーム制御方法を示すフローチャートである。図8は、第1実施形態に係るゲーム制御方法を説明する図である。図7のゲーム制御方法はゲーム機3によって実行される。以下では対戦ゲームを例に挙げて説明する。なお、以下の説明では、第3キャラクタとして2体のNPCが登場するが、第3キャラクタの数はこれに限らない。また、第3キャラクタの代わりにキャラクタ以外のオブジェクトを障害物に用いてよい。
<First embodiment>
[Game control method]
Next, a game control method according to the first embodiment will be described with reference to FIGS. 7 and 8. FIG. 7 is a flowchart showing the game control method according to the first embodiment. FIG. 8 is a diagram illustrating the game control method according to the first embodiment. The game control method of FIG. 7 is executed by the
ゲームが開始されると、ステップS1において、ゲーム実行処理部14は、プレイヤが操作するプレイヤキャラクタ、味方キャラクタ、敵ボスキャラクタ及び敵キャラクタを含む複数のキャラクタの動作を制御し、対戦ゲームを実行する。ゲーム中、ゲーム実行処理部14は、キャラクタの動作に限らず、キャラクタ以外のオブジェクトの移動等も制御する。コリジョン設定部15は、例えば図6に示すように、対向する第1キャラクタ101と第2キャラクタ100の間にコリジョン102を設定する。コリジョン設定部15は、設定したコリジョン102の位置を管理する。本実施形態では、第1キャラクタ101はプレイヤキャラクタ、第2キャラクタ100は敵ボスキャラクタ、第3キャラクタ103,104は味方又は敵キャラクタである。第2キャラクタ100及び第3キャラクタ103,104はNPCである。なお、コリジョン102を設定するタイミングとしては、プレイヤがプレイヤキャラクタに攻撃を行わせる操作を行ったタイミングでもよいし、CPU121がNPCに攻撃を行わせると判定したタイミングでもよい。NPCに攻撃を行わせると判定したタイミングとしては、戦闘開始から所定時間が経過したタイミングや、攻撃対象がNPCの所定範囲内に存在するといった条件を満たしたタイミング等が挙げられる。
When the game starts, in step S1, the game
ステップS3において、判定部16は、第3キャラクタ103,104がコリジョン102に接触しているかを判定する。第3キャラクタ103,104がコリジョン102に接している場合、及び第3キャラクタ103,104がコリジョン102にめり込んでいる場合のいずれも第3キャラクタ103,104がコリジョン102に接触していると判定される。なお、第3キャラクタ103,104の少なくともいずれかがコリジョン102に接触していればよい。図6の例では、第3キャラクタ104がコリジョン102に接触している。
In step S3, the
ステップS5において、第3キャラクタ103,104の両方がコリジョン102に接触していないと判定された場合、ステップS15に進む。一方、ステップS5において、第3キャラクタ103,104のいずれかがコリジョン102に接触していると判定された場合、ステップS7~S13の処理を実行した後、ステップS15に進む。
If it is determined in step S5 that neither of the
ステップS7において、制御変更部17は、コリジョン102に接触した第3キャラクタ(図6の例では第3キャラクタ104)の性格、属性及び/又は種類の少なくともいずれかの情報を取得する。これらの情報は、パラメータテーブル21に記憶され、パラメータテーブル21から抽出する(図5参照)。
In step S7, the
次に、ステップS9において、制御変更部17は、取得した情報に基づき、発動条件を満たすかを判定する。発動条件は、予め設定されている。発動条件の一例としては、コリジョン102に接触した第3キャラクタが敵キャラクタであるか、味方キャラクタであるかを該当する第3キャラクタの種類から判定し、判定結果に発動条件を満たすかを判定してもよい。
Next, in step S9, the
例えば、攻撃を発動する第2キャラクタ100が敵ボスキャラクタであって第3キャラクタ103,104が敵雑魚NPCである場合を例に挙げる。この場合、図8(a)の例では、第2キャラクタ100の敵ボスキャラクタが攻撃を発動すると、攻撃が第1キャラクタ101に当たる前に第3キャラクタ104の敵雑魚NPCに当たる。この場合、敵同士で攻撃してしまう。発動条件には敵同士の攻撃、及び味方同士の攻撃は条件を満たさないと定められている。よって、制御変更部17は、ステップS11において発動条件を満たさないと判定する。
For example, consider a case where the
他の例では、攻撃を発動するキャラクタが第1キャラクタ101であって第3キャラクタ103,104が味方NPCである場合を例に挙げる。この場合、図8(a)の例では、第1キャラクタ101が攻撃を発動すると、第2キャラクタ100に当たる前に第3キャラクタ104の味方NPCに当たる。この場合、味方同士で攻撃してしまう。よって、制御変更部17は、ステップS11において発動条件を満たさないと判定する。
In another example, a case will be exemplified in which the character that initiates the attack is the
ステップS11において、制御変更部17は、発動条件を満たさないと判定すると、ステップS13をスキップし、攻撃処理を中止する。一方、ステップS11において、制御変更部17は、発動条件を満たすと判定すると、ステップS13にて攻撃処理を実行する。このようにしてコリジョン102に対する第3キャラクタ103,104の接触状態に応じてゲーム処理の制御を変更することができる。なお、ステップS11において、発動条件を満たさないと判定された場合、表示制御部18は、「このままだと打てない」等のフキダシを表示したり、攻撃ボタンのアイコンを表示したりしてもよい。
In step S11, if the
次に、ステップS15において、ゲーム実行処理部14は、ゲームを終了するかを判定し、ゲームを終了すると判定された場合、本処理を終了する。一方、ゲーム実行処理部14は、ゲームを終了しないと判定した場合、ステップS3に戻り、再びコリジョン102の接触判定を行う。ステップS15において、ゲームを終了すると判定されるまでステップS3~S15の処理が繰り返される。これにより、ゲームを終了するまで、第1キャラクタ101と第2キャラクタ100との間に第3キャラクタが存在するかを連続的に判定し続けることができる。なお、第3キャラクタ103,104の替わりに、図8(b)に示す建物等のオブジェクト105を使用してもよい。オブジェクト105は、第3オブジェクトの一例である。
Next, in step S15, the game
図5のパラメータテーブル21に一例を示すように、オブジェクトにも属性があってよく、オブジェクトの属性が発動条件の変更に影響してもよい。例えば敵が攻撃を行う場合、オブジェクトが防御壁であればプレイヤキャラクタに攻撃が届かないため攻撃をやめるという場面が例として挙げられる。また、例えばオブジェクトが敵の宝等であれば攻撃によって壊してしまわないように攻撃をやめるという場面が例として挙げられる。攻撃をやめるとは、発動条件が満たされず発動不可となることである。 As an example is shown in the parameter table 21 of FIG. 5, objects may also have attributes, and the attributes of objects may affect changes in activation conditions. For example, when an enemy attacks, if the object is a defensive wall, the attack cannot reach the player character, so the enemy stops attacking. Further, for example, if the object is enemy's treasure, etc., the attack may be stopped in order to prevent the object from being destroyed by the attack. Stopping the attack means that the activation conditions are not met and it cannot be activated.
発動条件は、キャラクタの属性や攻撃の種類などに基づいて変化するものであってよい。これにより、キャラクタの属性や攻撃の種類等によって、攻撃が発動可又は発明不可が変わる場合が生じ、ゲームにバリエーションを与え、ゲームの興趣性を高めることができる。また、キャラクタの属性や攻撃の種類等に応じてより自然なゲームを演出することができる。 The activation condition may change based on the character's attributes, the type of attack, and the like. As a result, depending on the attributes of the character, the type of attack, etc., an attack may or may not be inventable, which can give variation to the game and increase the interest of the game. Furthermore, it is possible to produce a more natural game depending on the attributes of the characters, the types of attacks, etc.
発動条件が変更される具体例について、以下を例示する。
(1)攻撃発動可否の判定基準となる第3オブジェクトの数を変更する場合
例えば攻撃を行うキャラクタの属性が「悪徳」の場合、発動条件を「コリジョンに接触している味方オブジェクトの数が5以下であれば発動可能」とする。これにより、「悪徳」のキャラクタは多少味方を巻き込んだとしても構わず攻撃することを表現できる。
(2)「コリジョンに接触しているか否か」の判定基準を変更する場合
例えば攻撃を行うキャラクタの属性が「悪徳」の場合、コリジョンに50%以上めりこんでいる第3オブジェクトのみをコリジョンに接触していると判定し、属性が「仁徳」の場合、めりこみ度合にかかわらずコリジョンに接触しているすべての第3オブジェクトを接触していると判定する。これにより、「仁徳」のキャラクタであれば、第3オブジェクトに少しでも攻撃が当たる恐れがあれば攻撃をやめることを表現できる。つまり、キャラクタの属性や性格によって、発動条件を変更することができる。
The following is a specific example of how the activation condition is changed.
(1) When changing the number of third objects, which is the criterion for determining whether or not an attack can be activated. For example, if the attribute of the attacking character is "vice," the activation condition is changed to "The number of friendly objects in contact with the collision is 5. It can be activated if the following conditions apply. With this, it is possible to express that the "unscrupulous" character will attack even if some allies are involved.
(2) When changing the judgment criteria for "whether or not it is in contact with a collision" For example, if the attacking character's attribute is "vicious", only the third object that is 50% or more into the collision will be the collision. If it is determined that they are in contact and the attribute is "benevolence", all third objects that are in contact with the collision are determined to be in contact regardless of the degree of penetration. As a result, a "benevolent" character can express that he or she will stop attacking if there is even the slightest possibility that the third object will be attacked. In other words, the activation conditions can be changed depending on the character's attributes and personality.
第1実施形態に係るゲーム制御方法では、第1キャラクタ101と第1キャラクタ101に対向する第2キャラクタ100との間を結ぶように設置されるコリジョン102に対する第3キャラクタ103,104の接触の有無を判定する(工程a)。工程aにおいてコリジョン102に対して第3キャラクタ103,104が接触したと判定された場合であって、予め設定された変更条件(発動条件)を満たすと判定した場合、ゲーム処理の制御を変更する(工程b)。この場合、攻撃を発動しないようにする。
In the game control method according to the first embodiment, the presence or absence of contact between the
図7のステップS7及びステップS9は省略してもよい。すなわち、発動条件の判定は省略できる。この場合、コリジョン102に対して第3キャラクタ103,104が接触したと判定された場合、ステップS11において発動条件を満たすと判定される。
Steps S7 and S9 in FIG. 7 may be omitted. That is, the determination of the activation condition can be omitted. In this case, if it is determined that the
この場合、工程bにおいては変更条件を判定せず、工程aにおいてコリジョン102に対する第3キャラクタ103,104の接触が判定された場合、工程bにおいてゲーム処理の制御を変更し、攻撃を発動しないようにする。
In this case, the change condition is not determined in step b, and if contact of the
発動条件は、変更条件の一例であり、予め設定されている。発動条件の一例としては、第1キャラクタ101と第2キャラクタ100のうち攻撃される側が、攻撃する側を視認できるかが挙げられる。攻撃される側が攻撃する側を視認できない場合に発動しないように発動条件を設定してもよい。ただし、発動条件は、これに限らない。発動条件に、コリジョン102に接触する第3オブジェクトの個数を加え、第3オブジェクトの個数によって攻撃を行うか中止するかを変更するようにしてもよい。更に、第1キャラクタ101が第2キャラクタ100の一定距離内にいるかを含め、第1キャラクタ101と第2キャラクタ100とが一定距離内にいない場合、発動しないように発動条件を設定してもよい。第2キャラクタ100の体力が一定以下になるまで発動しないように発動条件を設定してもよい。
The activation condition is an example of a change condition and is set in advance. An example of the activation condition is whether the side being attacked out of the
本実施形態によれば、キャラクタを含む複数のオブジェクト間でより自然な動作となるようにゲームを演出することができる。なお、本実施形態では、発動条件を満たさない場合に攻撃を中止したが、これに限らない。発動条件を満たさない場合、攻撃の種類を変えて攻撃を行ってもよい。また、発動条件に対して、攻撃の種類に応じてコリジョン102の形状及びサイズを変更し、発動し易く、もしくは発動し難くさせてもよい。
According to this embodiment, it is possible to produce a game so that more natural movements occur among a plurality of objects including characters. Note that in this embodiment, the attack is canceled when the activation conditions are not met, but the attack is not limited to this. If the activation conditions are not met, you may perform an attack with a different type of attack. In addition, the shape and size of the
<第2実施形態>
[ゲーム制御方法]
次に、第2実施形態に係るゲーム制御方法について、図9及び図10を参照して説明する。図9は、第2実施形態に係るゲーム制御方法を示すフローチャートである。図10は、第2実施形態に係るゲーム制御方法を説明する図である。図9のゲーム制御方法はゲーム機3によって実行される。図9の各ステップのうち、第1実施形態に係るゲーム制御方法(図7)のステップと同じ処理を行うステップには同一番号を付すことにより、同一処理の重複説明を省略する。
<Second embodiment>
[Game control method]
Next, a game control method according to the second embodiment will be described with reference to FIGS. 9 and 10. FIG. 9 is a flowchart showing a game control method according to the second embodiment. FIG. 10 is a diagram illustrating a game control method according to the second embodiment. The game control method of FIG. 9 is executed by the
なお、本実施形態では、第1キャラクタ101は、プレイヤの操作により移動可能なプレイヤキャラクタであり、第2キャラクタ100は敵ボスキャラクタである。
Note that in this embodiment, the
ゲームが開始されると、ステップS1において、ゲーム実行処理部14は、対戦ゲームを実行する。次に、ステップS21において、ゲーム実行処理部14は、攻撃の予兆があるかを判定する。ゲーム実行処理部14は、攻撃の予兆がないと判定した場合、ステップS15に進む。一方、ゲーム実行処理部14は、攻撃の予兆があると判定した場合、ステップS23において、表示制御部18は攻撃の予兆を画面に表示する。
When the game starts, in step S1, the game
次に、ステップS25において、ゲーム実行処理部14は、プレイヤの操作に応じてプレイヤキャラクタである第1キャラクタ101を移動させる。このとき、プレイヤは、第3キャラクタ103,104がコリジョン102に非接触から接触状態に変化するように第1キャラクタ101を移動させる操作を行う(図10参照)。
Next, in step S25, the game
次に、ステップS27において、判定部16は、コリジョン102に対する第3キャラクタ103,104の接触判定を行う。判定部16は、第3キャラクタ103,104がコリジョン102に非接触から接触状態に変化したかを判定する。判定の結果、ステップS29において、判定部16は、第3キャラクタ103,104が非接触から接触状態に変化していないと判定した場合、制御変更部17は、ステップS30において攻撃処理を行った後、ステップS15に進む。一方、判定部16は、第3キャラクタ103,104が非接触から接触状態に変化したと判定した場合、第1実施形態において説明したステップS7~S15の処理を行う。ステップS15においてゲームを終了すると判定されたとき本処理は終了する。
Next, in step S27, the
第2実施形態に係るゲーム制御方法では、図10に示すように、プレイヤの操作に応じて第3キャラクタ103,104がコリジョン102に非接触の状態(図10(a))から接触状態(図10(b))に変化するように第1キャラクタ101を移動させる(工程c)。工程bは、第2キャラクタ100の攻撃又は攻撃の予兆(図10(a))を検知したときに、工程aにおいて第3キャラクタ103,104が非接触から接触状態に変化したと判定された場合、第2キャラクタ100の攻撃を発動しないように、すなわち、攻撃を発動可能から発動不可能にゲーム処理の制御を変更する。
In the game control method according to the second embodiment, as shown in FIG. 10, the
これにより、対戦する第1キャラクタ101及び第2キャラクタ100の周囲の第3キャラクタ103,104の配置状況に応じて第1キャラクタ101のプレイヤキャラクタのとる行動に変化を促し、攻撃されそうな第1キャラクタが、敵雑魚NPCや防御壁などのオブジェクトを盾として攻撃されることを回避することができる。これにより第2キャラクタ100の攻撃を阻止できる。このようにしてプレイヤの考えを反映したゲーム制御の変更を実現できる。これにより、プレイヤのゲームに対する興趣性を高めることができる。
This prompts the player character of the
なお、ステップS21及びS23では、攻撃の予兆を判定及び表示したが、攻撃のアクションを判定及び表示してもよい。 Note that in steps S21 and S23, a sign of an attack is determined and displayed, but an attack action may also be determined and displayed.
<第3実施形態>
[ゲーム制御方法]
次に、第3実施形態に係るゲーム制御方法について、図11及び図12を参照して説明する。図11は、第3実施形態に係るゲーム制御方法を示すフローチャートである。図12は、第3実施形態に係るゲーム制御方法を説明する図である。図11のゲーム制御方法はゲーム機3によって実行される。図11の各ステップのうち、第1又は第2実施形態に係るゲーム制御方法(図7、図9)のステップと同じ処理を行うステップには同一番号を付す。
<Third embodiment>
[Game control method]
Next, a game control method according to the third embodiment will be described with reference to FIGS. 11 and 12. FIG. 11 is a flowchart showing a game control method according to the third embodiment. FIG. 12 is a diagram illustrating a game control method according to the third embodiment. The game control method of FIG. 11 is executed by the
なお、本実施形態では、第1キャラクタ101は、プレイヤの操作により移動可能なプレイヤキャラクタであり、第2キャラクタ100は敵ボスキャラクタである。
Note that in this embodiment, the
ゲームが開始されると、ステップS1において、ゲーム実行処理部14は、対戦ゲームを実行する。次に、ステップS21において、ゲーム実行処理部14は、攻撃の予兆があるかを判定する。ゲーム実行処理部14は、攻撃の予兆がないと判定した場合、ステップS15に進む。ゲーム実行処理部14は、攻撃の予兆があると判定した場合、ステップS23において、表示制御部18は、攻撃の予兆を表示する。
When the game starts, in step S1, the game
次に、ステップS31において、ゲーム実行処理部14は、NPCの第3キャラクタ103、104をコリジョン102と接触しない位置へ移動させる。これにより、第3キャラクタ103、104がコリジョン102に接触状態から非接触状態に変化する(図12参照)。
Next, in step S31, the game
次に、ステップS27において、判定部16は、コリジョン102に対する第3キャラクタ103、104の接触状態を判定する。判定の結果、ステップS32において、判定部16は、コリジョン102に対して第3キャラクタ103、104が接触から非接触状態に変化したと判定した場合、ステップS33において攻撃処理を行い、ステップS15に進む。なお、ステップS33において、攻撃処理を行う前に攻撃の予兆を表示してもよい(工程e)。効果としては、例えば敵ボスキャラクタによる攻撃が行われる前に、その攻撃の予兆を表示することで、プレイヤは攻撃を察知して、敵雑魚NPCがコリジョン102に接触する位置にプレイヤキャラクタを移動させるなどの方法で攻撃を回避することができる。
一方、ステップS32において、判定部16は、第3キャラクタ103、104が接触から非接触状態に変化していないと判定した場合、第1実施形態において説明したステップS7~S15の処理を行う。
Next, in step S27, the determining
On the other hand, in step S32, when determining that the
第3実施形態に係るゲーム制御方法では、図12に示すように、第3キャラクタ103、104は、移動可能であり、工程dにおいて第1キャラクタ又は第2キャラクタ100の攻撃又は前記攻撃の予兆に対して、第3キャラクタ103、104をコリジョン102に接触した状態(図12(a))から非接触状態(図12(b))へ変化するように移動させる。すなわち、工程dでは攻撃を行うのは第1キャラクタであっても第2オブジェクトであってもよい。工程bでは、第2キャラクタ100の攻撃又は攻撃の予兆を検知したときに、工程aにおいて第3キャラクタ103、104が接触から非接触の状態に変化したと判定された場合、第2キャラクタ100の攻撃を発動するように、すなわち、攻撃を発動不可能から発動可能にゲーム処理の制御を変更する。
In the game control method according to the third embodiment, as shown in FIG. 12, the
これにより、対戦する第1キャラクタ101及び第2キャラクタ100の周囲の第3キャラクタ103,104の配置状況に応じて第1キャラクタ101が第2キャラクタ100の行動を視認可能にして、ストレスなく戦えるようにすることができる。また、第2キャラクタ100のとる攻撃に変化を促し、ゲーム制御の変更を実現できる。これにより、キャラクタを含む複数のオブジェクト間でより自然なゲームを演出することができる。また、プレイヤのゲームに対する興趣性を高めることができる。
As a result, the
第3実施形態に係るゲーム制御方法では、工程dにおいて第1キャラクタ又は第2オブジェクトの攻撃又は前記攻撃の予兆に対して、第3オブジェクトをコリジョンに接触から非接触状態へ変化するように移動させる。そして、工程bは、第1キャラクタの攻撃又は攻撃の予兆を検知したときに、工程aにおいて第3オブジェクトが接触から非接触の状態に変化したと判定された場合、第1キャラクタの攻撃を実行してもよい。なお、工程eでは、前記工程aにおいて第3オブジェクトが接触から非接触の状態に変化したと判定された場合、第1キャラクタの攻撃を行う前に攻撃の予兆を表示してもよい。 In the game control method according to the third embodiment, in step d, in response to the attack of the first character or the second object or a sign of the attack, the third object is moved so that the collision changes from a contact state to a non-contact state. . Then, in step b, when it is determined in step a that the third object has changed from a contact state to a non-contact state when the first character's attack or a sign of an attack is detected, the first character's attack is executed. You may. Note that in step e, if it is determined in step a that the third object has changed from a contact state to a non-contact state, a sign of an attack may be displayed before the first character attacks.
バリエーションとしては、敵キャラクタとの戦闘中、味方NPCによりプレイヤが行う攻撃が発動できない場合があり、プレイヤがストレスとなる場合がある。この場合、本実施形態では、味方NPCをコリジョン102の外側に移動させることにより、プレイヤは攻撃を発動できるようになり、ストレスなく対戦することができる。
As a variation, during a battle with an enemy character, an attack performed by the player may not be activated by an ally NPC, which may cause stress to the player. In this case, in this embodiment, by moving the friendly NPC to the outside of the
また、敵雑魚NPC又は味方NPCがコリジョン102の外側に移動する例を挙げたが、これに限らない。敵雑魚NPCが敵ボスキャラクタの盾となることを表現する場合など、敵雑魚NPC又は味方NPCが相手の攻撃の道を塞ぐようにコリジョン102の内側に移動するようにしてもよい。
Further, although an example has been given in which the enemy small fry NPC or the friendly NPC moves outside the
なお、第3実施形態において、第3キャラクタ103,104は敵雑魚NPC又は味方NPCで又はその両方でもよい。
In the third embodiment, the
第1実施形態~第3実施形態に係るゲーム制御方法によれば、キャラクタを含む複数のオブジェクト間でより自然なゲームを演出することができる。 According to the game control methods according to the first to third embodiments, it is possible to produce a more natural game between a plurality of objects including characters.
以上、ゲームプログラム、ゲーム制御方法及び情報処理装置を上記実施形態により説明したが、本開示に係るゲームプログラム、ゲーム制御方法及び情報処理装置は上記実施形態に限定されるものではなく、本実施形態の範囲内で種々の変形及び改良が可能である。また、上記実施形態及び変形例が複数存在する場合、矛盾しない範囲で組み合わせることができる。 Although the game program, game control method, and information processing device have been described above using the above embodiments, the game program, game control method, and information processing device according to the present disclosure are not limited to the above embodiments; Various modifications and improvements are possible within the scope. Further, if a plurality of the above embodiments and modified examples exist, they can be combined as long as they do not contradict each other.
本開示に係るゲーム制御方法では、第1キャラクタから第2オブジェクトの視線が通っているかをコリジョンに対する接触により判定できる。これにより、例えば、コリジョンに対する接触が生じていない場合、視線が通っていると判定し、第1キャラクタは、味方キャラクタに第2オブジェクト(例えば敵ボスキャラクタ)に見つかったことを通知してもよい。また、コリジョンに対する接触が生じていない場合、視線が通っていると判定し、ゲームオーバにする等、視線が通っているか否かの判定結果に応じて様々なゲーム処理の制御を行うことができる。 In the game control method according to the present disclosure, it is possible to determine whether the first character is in the line of sight of the second object based on contact with the collision. As a result, for example, if there is no contact with the collision, it may be determined that the first character is in line of sight, and the first character may notify the ally character that the second object (for example, an enemy boss character) has detected it. . In addition, if there is no contact with the collision, it is determined that the line of sight is through, and various game processing can be controlled depending on the result of determining whether the line of sight is through, such as setting the game over. .
1 ゲームシステム
3 ゲーム機
11 制御部
12 記憶部
13 通信部
14 ゲーム実行処理部
15 コリジョン設定部
16 判定部
17 制御変更部
18 表示制御部
21 パラメータテーブル
100 第2キャラクタ
101 第1キャラクタ
102 コリジョン
103、104 第3キャラクタ
1
Claims (11)
(a)第1キャラクタと前記第1キャラクタに対向する第2オブジェクトとの間を結ぶように設置されるコリジョンオブジェクトに対する第3オブジェクトの接触の有無を判定し、
(b)前記(a)において前記コリジョンオブジェクトに対して前記第3オブジェクトの接触状態が変化したと判定された場合、前記ゲーム処理の制御を変更する、
処理を実行させるゲームプログラム。 A game program that causes a computer to execute game processing in a virtual space,
(a) determining whether a third object is in contact with a collision object installed to connect a first character and a second object facing the first character;
(b) if it is determined in (a) that the contact state of the third object with the collision object has changed, changing the control of the game process;
A game program that executes processing.
請求項1に記載のゲームプログラム。 (b) changes control regarding the movement of at least one of the first character, the second object, and the third object;
The game program according to claim 1.
(c)プレイヤの操作に応じて前記第3オブジェクトが前記コリジョンオブジェクトに非接触から接触状態に変化するように前記第1キャラクタを移動させ、
前記(b)は、前記第2オブジェクトの攻撃又は攻撃の予兆を検知したときに、前記(a)において前記第3オブジェクトが非接触から接触状態に変化したと判定された場合、前記第2オブジェクトの攻撃を発動可能から発動不可能に前記ゲーム処理の制御を変更する、
請求項1又は請求項2に記載のゲームプログラム。 the second object is movable;
(c) moving the first character so that the third object changes from non-contact to contact with the collision object in response to a player's operation;
In the above (b), when it is determined that the third object changes from a non-contact state to a contact state in the above (a) when an attack or a sign of an attack of the second object is detected, the second object changing the control of the game processing from being able to activate the attack to being unable to activate it;
The game program according to claim 1 or claim 2.
(d)前記第1キャラクタ又は前記第2オブジェクトの攻撃又は前記攻撃の予兆に対して、前記第3オブジェクトを前記コリジョンオブジェクトに非接触から接触状態へ変化するように移動させ、
前記(b)は、前記第1キャラクタ又は前記第2オブジェクトの攻撃又は攻撃の予兆を検知したときに、前記(a)において前記第3オブジェクトが非接触から接触状態に変化したと判定された場合、前記前記第1キャラクタ又は第2オブジェクトの攻撃を発動可能から発動不可能に前記ゲーム処理の制御を変更する、
請求項1又は請求項2に記載のゲームプログラム。 The third object is movable,
(d) in response to an attack by the first character or the second object or a sign of the attack, moving the third object to change from a non-contact state to a contact state with the collision object;
(b) above is a case where it is determined in (a) that the third object has changed from a non-contact state to a contact state when an attack or a sign of an attack of the first character or the second object is detected. , changing the control of the game process from allowing the first character or the second object to attack to making it impossible;
The game program according to claim 1 or claim 2.
(d)前記第1キャラクタ又は第2オブジェクトの攻撃又は前記攻撃の予兆に対して、前記第3オブジェクトを前記コリジョンオブジェクトに接触から非接触状態へ変化するように移動させ、
前記(b)は、前記第1キャラクタの攻撃又は攻撃の予兆を検知したときに、前記(a)において前記第3オブジェクトが接触から非接触の状態に変化したと判定された場合、前記第1キャラクタの攻撃を実行する、
請求項1又は請求項2に記載のゲームプログラム。 The third object is movable,
(d) in response to an attack by the first character or second object or a sign of the attack, moving the third object so that the collision object changes from a contact state to a non-contact state;
In (b) above, when it is determined in (a) that the third object has changed from a contact state to a non-contact state when an attack by the first character or a sign of an attack is detected, the first character Execute the character's attack,
The game program according to claim 1 or claim 2.
請求項5に記載のゲームプログラム。 (e) If it is determined in (a) that the third object has changed from a contact state to a non-contact state, displaying a sign of the attack before the first character attacks;
The game program according to claim 5.
請求項3及至請求項6のいずれか一項に記載のゲームプログラム。 The collision object is installed so as to connect the first character and the second object with a straight line having a width corresponding to the attack.
The game program according to any one of claims 3 to 6.
請求項1及至請求項7のいずれか一項に記載のゲームプログラム。 The above (b) is a case where it is determined that the contact state of the third object with respect to the collision object has changed in the above (a), and when it is determined that a preset change condition is satisfied, the above change control of game processing,
The game program according to any one of claims 1 to 7.
請求項8に記載のゲームプログラム。 referring to a storage unit that stores information on at least one of the personality, attribute, and type of the first character, the second object, and the third object, and determining whether the change condition is satisfied based on the information;
The game program according to claim 8.
(a)第1キャラクタと前記第1キャラクタに対向する第2オブジェクトとの間を結ぶように設置されるコリジョンオブジェクトに対する第3オブジェクトの接触の有無を判定し、
(b)前記(a)において前記コリジョンオブジェクトに対して前記第3オブジェクトの接触状態が変化したと判定された場合、前記ゲーム処理の制御を変更する、
処理をコンピュータが実行する、ゲーム制御方法。 A game control method in which a computer executes game processing in a virtual space, the method comprising:
(a) determining whether a third object is in contact with a collision object installed to connect a first character and a second object facing the first character;
(b) if it is determined in (a) that the contact state of the third object with the collision object has changed, changing the control of the game process;
A game control method in which processing is performed by a computer.
(a)第1キャラクタと前記第1キャラクタに対向する第2オブジェクトとの間を結ぶように設置されるコリジョンオブジェクトに対する第3オブジェクトの接触の有無を判定する判定部と、
(b)前記(a)において前記コリジョンオブジェクトに対して前記第3オブジェクトの接触状態が変化したと判定された場合、前記ゲーム処理の制御を変更する制御変更部と、
を有する情報処理装置。 An information processing device that executes game processing in a virtual space,
(a) a determination unit that determines whether or not a third object is in contact with a collision object installed to connect a first character and a second object facing the first character;
(b) a control changing unit that changes control of the game process when it is determined in (a) that the contact state of the third object with the collision object has changed;
An information processing device having:
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2022031119A JP2023127365A (en) | 2022-03-01 | 2022-03-01 | Game program, game control method, and information processor |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2022031119A JP2023127365A (en) | 2022-03-01 | 2022-03-01 | Game program, game control method, and information processor |
Publications (1)
Publication Number | Publication Date |
---|---|
JP2023127365A true JP2023127365A (en) | 2023-09-13 |
Family
ID=87971560
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2022031119A Pending JP2023127365A (en) | 2022-03-01 | 2022-03-01 | Game program, game control method, and information processor |
Country Status (1)
Country | Link |
---|---|
JP (1) | JP2023127365A (en) |
-
2022
- 2022-03-01 JP JP2022031119A patent/JP2023127365A/en active Pending
Similar Documents
Publication | Publication Date | Title |
---|---|---|
KR20210151838A (en) | Virtual object control method and apparatus, device and storage medium | |
JP6782159B2 (en) | Program and game equipment | |
JP2020096778A (en) | Game program, method, and information processor | |
JP6327439B2 (en) | Program and game device | |
CN112221135B (en) | Picture display method, device, equipment and storage medium | |
CN113056311A (en) | Game program, computer device, and game control method | |
US12023587B2 (en) | Storage medium, information processing system, information processing apparatus, and game processing method | |
JP2022019979A (en) | Game program, and game system | |
US20230390650A1 (en) | Expression display method and apparatus in virtual scene, device and medium | |
JP2023127365A (en) | Game program, game control method, and information processor | |
JP7227499B2 (en) | Game program, game system, and computer | |
JP7273319B2 (en) | Game program, game system, and server device | |
JP7252915B2 (en) | Game program, method, and information processing device | |
JP7405556B2 (en) | Computer systems, server systems and programs | |
JP7321692B2 (en) | game program | |
KR102096856B1 (en) | Apparatus and method for matching game | |
JP2020110453A (en) | Game program, method, and information processing device | |
JP6555384B2 (en) | Program and game device | |
JP6878651B1 (en) | Programs, information processing equipment and information processing methods | |
JP7556171B1 (en) | Information processing system, information processing device, information processing program, and information processing method | |
JP7389643B2 (en) | Programs, terminal devices and systems | |
JP7356055B2 (en) | Game programs, game systems, and server devices | |
JP7225181B2 (en) | Game program, computer device, and game control method | |
JP7474100B2 (en) | Game program, recording medium, and game processing method | |
JP7093024B2 (en) | Game programs, game systems, and server devices |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
RD01 | Notification of change of attorney |
Free format text: JAPANESE INTERMEDIATE CODE: A7421 Effective date: 20231011 |