JP4902829B2 - Server system, game system and method - Google Patents
Server system, game system and method Download PDFInfo
- Publication number
- JP4902829B2 JP4902829B2 JP2001157966A JP2001157966A JP4902829B2 JP 4902829 B2 JP4902829 B2 JP 4902829B2 JP 2001157966 A JP2001157966 A JP 2001157966A JP 2001157966 A JP2001157966 A JP 2001157966A JP 4902829 B2 JP4902829 B2 JP 4902829B2
- Authority
- JP
- Japan
- Prior art keywords
- action
- encounter
- game
- event
- character
- 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.)
- Expired - Fee Related
Links
Images
Description
【0001】
【発明の属する技術分野】
本発明は、ネットワークゲームにおいて、端末とデータ通信を行うサーバシステム等に関する。
【0002】
【従来の技術】
以下、ゲームシステムはスタンドアローンで実行する家庭用ゲームシステムであることとして説明する。
【0003】
プレイヤーが操作するプレイヤーキャラクタ(本明細書を通じて、PCという。)が、ある事象に遭遇(即ち、イベントが発生)したとき、例えば、PCが敵キャラクタに技を仕掛けられたときについて説明する。ここでいう敵キャラクタは、コンピュータが制御するノンプレイヤーキャラクタ(本明細書を通じて、NPCという。)である。
【0004】
PCはNPCから技を仕掛けられたことにより、何らかのアクションを示す。例えば、その技が蹴りのときは、お腹を抱え込むアクションを示し、また、その蹴りが強いときには、後方へ倒れ込むアクションを示す。
【0005】
【発明が解決しようとする課題】
しかしながら、「蹴られる」というイベントに対しては、「お腹を抱え込む」アクションを示し、「強く蹴られる」というイベントに対しては、「後方へ倒れ込む」アクションを示すというふうに、イベントの種類によって、アクションが一意に決定されていた。そのため、何度同じイベントが発生しても、アクションが同じであるために、面白みに欠けたり、ゲームに飽きてしまったりするといった問題があった。
【0006】
本発明は、これらの課題に鑑みてなされるものであり、ゲーム進行等に応じて同一事象に対するキャラクタのアクションを変化させるものである。
【0007】
【課題を解決するための手段】
上記の課題を解決するための第1の発明は、プロセッサによる演算・制御により、モーションデータに基づいてキャラクタの動作を制御して、所与のゲームを実行することとなるシステムに対して、同一内容の動作ではあるが、挙動の異なる複数種類のモーションデータの中から一または複数のモーションデータを、少なくとも当該キャラクタに係る所与の履歴情報パラメータ(例えば、図3のパラメータp1、p2、p3、p4およびsp)に基づいて決定する決定手段(例えば、図1のPC制御部216)、を機能させるためのゲーム情報である。
【0008】
また第7の発明は、モーションデータに基づいてキャラクタの動作を制御して、所与のゲームを実行するゲームシステムであって、同一内容の動作ではあるが、挙動の異なる複数種類のモーションデータの中から一または複数のモーションデータを、少なくとも当該キャラクタに係る所与の履歴情報パラメータに基づいて決定する決定手段、を備えるゲームシステムである。
【0009】
ここで、履歴情報パラメータとは、当該キャラクタに関するゲーム中におけるゲーム経歴(履歴)であって、例えば、特定キャラクタを含む特定オブジェクトとの遭遇回数や、特定キャラクタとの対戦回数、特定ダンジョンの攻略回数、罠に掛かった回数、特定イベントの発生回数、特定オブジェクトとの遭遇回数、キーワードの使用回数といったパラメータのことである。
【0010】
第1または第7の発明によれば、同一内容の動作に対してバリエーションのあるモーションデータを持つことができ、実際に実行されるモーションは、所与の履歴情報パラメータに従って自動的に決定される。このため、例えば、「お辞儀」に関する動作に対して、浅いお辞儀から深いお辞儀までの複数のモーションデータを記憶しておき、実際にキャラクタに「お辞儀」をさせる時の履歴情報パラメータに従って、様々な「お辞儀」を実現することができる。これにより、ゲーム進行に応じたキャラクタの動作(アクション)の変化を自動的に表現することができる。
【0011】
第2の発明は、第1の発明において、前記システムに対して、動作実行条件(例えば、図6のアクション決定テーブルT5)を満足するか否かを判定する判定手段(例えば、図1のPC制御部216)を機能させるための情報と、前記決定手段に対して、前記判定手段による判定結果に基づいて、当該キャラクタのモーションデータを決定する、ように機能させるための情報と、を含むことを特徴とするゲーム情報である。
【0012】
ここで動作実行条件は、各モーションデータ毎に定められる条件であってもよいし、各動作毎に定められる条件であってもよい。
【0013】
この第2の発明によれば、判定手段が、動作実行条件を満足するか否かを判定し、満足すると判定した場合に、決定手段がモーションデータを決定する。従って、例えば、罠に掛かったこと(動作実行条件)がなければ何のモーションも起こさないといったことや、特定キャラクタに特定回数会ったこと(動作実行条件)がなければ何のモーションも起こさないといったことを表現することができる。即ち、ゲーム進行に応じて、キャラクタの起こす動作(アクション)を自動的に変更することが可能となる。尚、変更は自動的であっても、実際にその動作(アクション)を起こすか否かは、プレイヤーが適宜選択可能であってもよいし、動作(アクション)まで自動で実行することとしてもよい。
【0014】
第3の発明は、プロセッサによる演算・制御により、複数のゲーム端末とデータ通信を行って、所与のネットワークゲームを実行することとなるシステムに対して、前記複数のゲーム端末それぞれの操作対象である各キャラクタの動作実行条件が満足するか否かを判定する判定手段(例えば、図8のパラメータ更新部214V)と、前記判定手段により前記動作実行条件を満たすと判定されたキャラクタが存在した場合に、当該キャラクタに対するモーションデータとして、同一内容の動作ではあるが、挙動の異なる複数種類のモーションデータの中から一または複数のモーションデータを、少なくとも当該キャラクタに係る所与の履歴情報パラメータに基づいて決定する決定手段(例えば、図8のパラメータ更新部214V)と、を機能させるためのゲーム情報である。
【0015】
また第8の発明は、複数のゲーム端末とデータ通信を行って、所与のネットワークゲームを実行するゲームシステムであって、前記複数のゲーム端末それぞれの操作対象である各キャラクタの動作実行条件が満足するか否かを判定する判定手段と、前記判定手段により前記動作実行条件を満たすと判定されたキャラクタが存在した場合に、当該キャラクタに対するモーションデータとして、同一内容の動作ではあるが、挙動の異なる複数種類のモーションデータの中から一または複数のモーションデータを、少なくとも当該キャラクタに係る所与の履歴情報パラメータに基づいて決定する決定手段と、を備えるゲームシステムである。
【0016】
第3または第8の発明によれば、第1、第2、及び第7の発明の効果をネットワークゲームに対して実現することができる。即ち、同一内容の動作に対してバリエーションのあるモーションデータを持つことができ、実際に実行されるモーションは、各キャラクタの所与の履歴情報パラメータに従って自動的に決定される。
【0017】
また、モーションデータの決定に際しては、動作実行条件の具備が条件とされるが、言い換えると、次のような効果を奏することとなる。即ち、動作実行条件を具備しない場合にはモーションデータが決定されないため、特別なモーションは実行されないが、動作実行条件を具備すると判定された場合には、自動的にモーションデータが決定され、当該モーションが実行される。このため、ゲーム進行に応じて、各キャラクタの起こす動作(アクション)を自動的に変更することが可能となる。
【0018】
第4の発明は、第1から第3の何れかの発明において、前記所与の履歴情報パラメータには対オブジェクトパラメータが含まれ、前記システムに対して、一のキャラクタと他のキャラクタとの遭遇回数、会話回数、会話時間、および会話内容の内、少なくとも1つに応じて、前記一のキャラクタ又は/及び前記他のキャラクタの対オブジェクトパラメータを変化させる手段(例えば、図1のパラメータ更新部214または図8のパラメータ更新部214V)、を機能させるための情報と、前記決定手段に対して、前記一のキャラクタと前記他のキャラクタとの遭遇時又は/及び会話時のモーションデータを決定する場合には、前記一のキャラクタ又は/及び前記他のキャラクタの対オブジェクトパラメータに基づいて決定する、ように機能させるための情報(例えば、図4の経験値テーブルT3)と、を含むことを特徴とするゲーム情報である。
【0019】
第4の発明によれば、2以上のキャラクタが遭遇して何らかの動作(アクション)を起こす場合に、その動作に対して、過去の遭遇経験を反映することができる。例えば、遭遇回数や会話回数、会話時間に応じて、徐々に、動作の大きなモーションデータを選択することとして、親密度が向上したことを表現する、といったことが可能である。
【0020】
第5の発明は、第1から第4の何れかの発明において、前記キャラクタは関節構造を有するキャラクタであって、前記システムに対して、少なくとも前記キャラクタに係る所与の履歴情報パラメータに基づいて、モーションデータに含まれる各関節の変位を変更する変更手段、を機能させるための情報、を含むことを特徴とするゲーム情報である。
【0021】
この第5の発明によれば、モーションデータそのものを変更するのではなく、モーションデータに含まれる、各関節の変位を変更することができる。このため、モーションデータのデータ量を増大させずに、バリエーションのある動作表現が可能である。
【0022】
また、第6の発明のように、第1から第5の何れかの発明のゲーム情報を記憶する情報記憶媒体を実現することとしてもよい。
【0023】
【発明の実施の形態】
〔第1の実施の形態〕
以下、図を参照して本発明を適用した第1の実施の形態を詳細に説明する。
なお、説明を簡明にするため、ゲームの種類はロールプレイングゲーム(以下、RPGという。)であって、ゲームシステムはスタンドアローンで動作する家庭用ゲームシステムであることとし、プレイヤーは一つのPCだけを操作することとして説明する。
アクションには二通りあって、一つはプレイヤーの操作指示によりPCが実行するアクションであり、もう一つはゲームシステムがPCに実行させるアクションである。なお、本明細書を通じて、アクションとは後者を指すものとする。
【0024】
本第1の実施の形態におけるRPGは、主人公キャラクタ(即ち、PC)が、魔王のもとで囚われの身となった姫を助けに行こうとする勇者であって、旅の道中で出会う同志と助け合いながら、姫を救い出すというストーリーであることとする。
【0025】
ここで、主人公キャラクタが旅の途中で侍キャラクタ(即ち、NPC)と遭遇した(即ち、「遭遇」するイベントの発生)とする。侍キャラクタに初めて遭遇したときは、主人公キャラクタに何もさせない(即ち、何のアクションも実行させない)。
その後、主人公キャラクタが侍キャラクタと所与の回数遭遇すると、主人公キャラクタに会釈させる(即ち、アクションを実行させる)。
主人公キャラクタと侍キャラクタとの遭遇回数が更に増えると、主人公キャラクタに挨拶をさせる(即ち、別のアクションを実行させる)。
【0026】
即ち、主人公キャラクタの侍キャラクタに対する認識が、「見ず知らずの人」から、「面識のある人」に変化し、更には「知人」と変化している様を、遭遇(イベントの発生)回数とアクションの変化とによって表現する。このことによる効果は、二つの場合に分けられる。
一つは、プレイヤー自身も侍キャラクタのことを記憶している場合であり、もう一つは、プレイヤー自身が侍キャラクタのことを記憶していない場合である。
プレイヤー自身も侍キャラクタのことを記憶している場合には、プレイヤーと主人公キャラクタとは、その記憶において一致したアクションをとるため、まるでプレイヤーが主人公キャラクタとなったかのような効果、即ち、プレイヤーにPCとの一体感を与えることができる。また、プレイヤー自身が侍キャラクタのことを記憶していない場合には、いわばプレイヤーは主人公キャラクタの保護者や教育者といった別の人格であって、子供の成長を眺めているかのような感覚をプレイヤーに与えることができる。
【0027】
しかし、何れの場合においても主人公キャラクタに実行させるアクションはゲームの進行に応じて変化していくものとなる。即ち、イベントとアクションの関係は、一意に対応づけられるものではなく、ゲームシステムが所与の条件に従って自動的に変化していくこととなる。従って、主人公キャラクタに、プレイヤーにとって常に新鮮なアクションを実行させる(即ち、主人公キャラクタは感情の変化を反映した行動をとる)こととなる。
【0028】
次に、主人公キャラクタが道の真ん中にある落とし穴に近づいた(即ち、落とし穴から所与の範囲内に近接したというイベントの発生)とする。主人公キャラクタが、初めてその道を通るときは、落とし穴があることを知らずに、落とし穴に落ちてしまう。しかし、二度目以降に、その落とし穴に近づいた場合には、飛び越えるアクションを起こす。
【0029】
即ち、主人公キャラクタの落とし穴のある場所に対する認識が、「ごく普通の場所」から、「落とし穴がある場所」に変化している様を、落とし穴に接近する回数(即ち、イベントの発生回数)とアクションによって表現する。このことによる効果は、主人公キャラクタと侍キャラクタとが出会うときと同様に、二つの場合に分けられる。プレイヤー自身が落とし穴を記憶している場合と、そうでない場合である。
何れの場合においても、主人公キャラクタの起こすアクションは、主人公キャラクタの経験に基づいたものとなる。
【0030】
図1は、第1の実施の形態におけるシステム構成全体の概略を示す図である。同図において、ゲームシステム1は、操作部10と、処理部20と、記憶部30と、表示部40とから構成される。
【0031】
まず、記憶部30について説明する。記憶部30は、ゲームプログラム300と、モーション制御データ320と、アクション制御データ330とを記憶している。
【0032】
ゲームプログラム300には、イベント/アクション監視プログラム3100と、パラメータ更新プログラム3200と、PC制御プログラム3300が含まれる。イベント/アクション監視プログラム3100は、イベント/アクション監視部212を機能させるための情報である。パラメータ更新プログラム3200は、パラメータ更新部214を機能させるための情報である。PC制御プログラム3300は、PC制御部216を機能させるための情報である。
【0033】
モーション制御データ320には、モーションデータが含まれる。モーションデータとは、キャラクタの動作を決定する情報であって、例えば、キャラクタが関節構造を有している場合には、各関節に接続される部位の各フレームや各キーフレームにおける変位を表すものであり、各関節の変位角度や変化速度が表現されるものである。またこのモーションデータは、アクション毎に用意され、アクションに対応づけて記憶される。従って、アクション毎に異なるモーションデータを用意することとしてもよいし、一のモーションに含まれる関節の変位を変更させることとして、その変位量をもつこととしてもよい。
【0034】
アクション制御データ330には、イベント/アクションテーブルT1と、状態値テーブルT2と、経験値テーブルT3と、変化量テーブルT4と、アクション決定テーブルT5とが含まれる。
【0035】
図2はイベント/アクションテーブルT1の一例を示す図である。イベント/アクションテーブルT1は、イベントまたはアクションのIDと、イベントまたはアクションとが対応づけて格納されたデータテーブルである。例えば、「侍に遭遇」するイベントのIDはe1であり、「落とし穴に接近」するイベントのIDはe2であり、「侍に会釈」するアクションのIDはr1であり、「侍に挨拶」するアクションのIDはr2であり、「侍と会話」するアクションのIDはr3であり、「落とし穴に転落」するアクションのIDはr4であり、「落とし穴を飛越」するアクションのIDはr5である。以下、イベントおよびアクションについて、適宜このIDを代用して説明を行う。
なお、このイベント/アクションテーブルT1は固定値であってゲーム中に更新されることはない。
【0036】
図3は、状態値テーブルT2の一例を示す図である。状態値テーブルT2は、主人公キャラクタの状態を表すパラメータのIDと、その状態値とが対応づけて格納されたデータテーブルである。
本第1の実施の形態においては、主人公キャラクタの状態を表すパラメータとして、「喜のパラメータ」p1、「怒のパラメータ」p2、「哀のパラメータ」p3、「楽のパラメータ」p4および「生命力(即ち、ライフ)のパラメータ」spの5つのパラメータを用いている。以下、パラメータについて、適宜このIDを代用して説明を行う。
状態値とは、これらの主人公キャラクタの状態を表すパラメータに対する値をいう。なお、状態値テーブルT2に格納される状態値はゲーム中に更新される。
【0037】
図4に示す経験値テーブルT3は、イベントおよびアクションに対する経験回数のIDと、その経験回数とが対応づけて格納されたデータテーブルである。
本第1の実施の形態においては、イベントおよびアクションに対する経験回数として、「イベントe1に対する経験回数」e1exp、「イベントe2に対する経験回数」e2exp、「アクションr1に対する経験回数」r1exp、「アクションr2に対する経験回数」r2exp、「アクションr3に対する経験回数」r3exp、「アクションr4に対する経験回数」r4exp、「アクションr5に対する経験回数」r5expを用いている。以下、イベントおよびアクションに対する経験回数について、適宜このIDを代用して説明を行う。
経験回数とは、これらのイベントが発生した回数、または、アクションを実行させた回数をいう。経験値テーブルT3に格納される経験回数の値は、ゲーム中に更新される。
【0038】
図3(a)〜(e)および図4(a)〜(e)は、イベントの発生またはアクションの実行に伴って、状態値および経験回数を更新していく過程を示したものであり、詳細については後述する。
【0039】
変化量テーブルT4は、イベントまたはアクションのIDと、イベントの発生またはアクションの実行に伴う状態値および経験回数の変化量とが対応づけて格納されたデータテーブルである。例えば、図5に示す変化量テーブルT4において、イベントe1の発生に伴うp1の変化量は“0”であり、p2の変化量は“0”であり、p3の変化量は“0”であり、p4の変化量は“+1”であり、spの変化量は“0”であり、expの変化量は“+1”である。ここで、expは、イベントe1の発生に伴う変化量であって、経験値テーブルT3のうち「イベントe1に対する経験値」e1expに対応する。
なお、この変化量テーブルT4は固定値であって、ゲーム中に更新されることはない。
【0040】
図6は、アクション決定テーブルT5の一例を示した図である。条件式と、アクションのIDとが対応づけて格納されたデータテーブルである。条件式とは、状態値または経験回数の“範囲”を示したものであり、アクションのIDとは、状態値または経験回数が条件式に該当するときに実行させるアクションを示すIDのことである。
従って、例えば図6において、状態値または経験回数が「e1expが3以上かつ6未満」という条件式に該当する場合に、主人公キャラクタに実行させるアクションは「r1」である。
【0041】
ここで、再び図1に戻って説明を行う。
操作部10は、プレイヤーが主人公キャラクタの移動方向や、動作等を操作指示するための機能部であり、入力された指示信号は処理部20に出力される。
【0042】
処理部20は、主としてゲーム演算部210と、画像生成部220とから構成される。
ゲーム演算部210は、ゲーム空間の設定やゲームの進行の管理等を行う機能部であり、本発明を実現するための主要部として、イベント/アクション監視部212と、パラメータ更新部214と、PC制御部216とが含まれる。
【0043】
イベント/アクション監視部212は、ゲームプログラム300に含まれるイベント/アクション監視プログラム3100に従って、イベントの発生およびアクションの実行を監視し、検出する機能部である。例えば、主人公キャラクタが「落とし穴に接近」するイベントe2の発生は、次のように検出する。落とし穴はゲーム演算部210によってゲーム空間中に設定されるが、この落とし穴の周囲にイベント発生マーカーが併せて設定される。操作部10からの操作指示に従って、主人公キャラクタがゲーム空間中を移動することとなるが、イベント/アクション監視部212は、主人公キャラクタの位置情報と、イベント発生マーカーの位置情報とに基づいて、イベントe2の発生を検出する。
【0044】
また、イベント/アクション監視部212は、主人公キャラクタにアクションを実行させたか否かを監視し、実行させたアクションを検出する。
イベントまたはアクションを検出した場合、イベント/アクション監視部212は、検出したイベントまたはアクションのIDをパラメータ更新部214に出力する。
【0045】
パラメータ更新部214は、イベント/アクション監視部212から入力されるイベントまたはアクションのIDに対応する状態値および経験回数の変化量を変化量テーブルT4から読み込み、状態値テーブルT2および経験値テーブルT3の更新を行う。このパラメータ更新部214が行う処理は、パラメータ更新プログラム3200に従って実行されるものである。
【0046】
PC制御部216は、状態値および経験回数からPCに実行させるアクションの判断、および、PCの動作の決定を行う機能部である。
パラメータ更新部214が、状態値テーブルT2および経験値テーブルT3を更新した場合、PC制御部216は、主人公キャラクタにアクションを実行させるか否かを決定する。即ち、PC制御部216は、状態値テーブルT2および経験値テーブルT3に格納された状態値および経験回数を参照して、アクション決定テーブルT5に格納された条件式に該当するか否かを判定する。該当する条件式があった場合には、実行させるアクションを決定し、モーション制御データ320からそのアクションに対応するモーションデータを特定し、これに基づき、主人公キャラクタの動作を決定する。このPC制御部216が行う処理は、PC制御プログラム3300に従って実行されるものである。
【0047】
画像生成部220は、マトリクス演算がレンダリングを行うことにより、ゲーム演算部210によって設定されたPCを含むゲーム空間を所与の視点から見た画像として生成し、生成した画像を表示部40に出力する。
【0048】
以下、ゲーム演算部210の処理を図3および図4を用いて、より具体的に説明する。
【0049】
図3(a)の状態値テーブルT2および図4(a)の経験値テーブルT3は、イベントe1が発生する前の状態値および経験回数を示す図である。
イベント/アクション監視部212がイベントe1の発生を検出すると、パラメータ更新部214は、変化量テーブルT4を参照して、各状態値および経験回数を更新する。変化量テーブルT4によれば、イベントe1の発生に伴って更新する状態値および経験回数の変化量は、p4の変化量“+1”とe1expの変化量“+1”だけである。
従って、パラメータ更新部214は、図3(a)の状態値テーブルT2のうち、p4の状態値“4”を“+1”した“5”に、また、図4(a)の経験値テーブルT3のうち、e1expの経験回数 “9”を“+1”した“10”に更新する。
【0050】
イベントe1の発生に伴って更新された状態値および経験回数を、図3(b)および図4(b)に示す。即ち、p4は“5” となり、e1expは“10” となる。
【0051】
パラメータ更新部214が状態値テーブルT2および経験値テーブルT3の各値を更新したので、次に、PC制御部216は、更新された状態値および経験回数がアクション決定テーブルT5の条件式に該当するか否かを判定する。
ここでは、更新後のe1expの経験回数は“10”であり、p4の状態値は“5”であるので、アクション決定テーブルT5に示された条件式のうちr2+r3の条件式に該当する。よって、イベントe1の発生に伴って、主人公キャラクタに実行させるアクションを、r2およびr3と決定する。
【0052】
次に、PC制御部216は、モーション制御データ320に格納されているアクションr2およびr3に対応するモーションデータを特定し、これに基づき、主人公キャラクタの動作を決定する。
【0053】
アクションr2およびr3の実行に伴って、パラメータ更新部214は、変化量テーブルT4を参照して、各状態値および経験回数を更新する。
ここで、変化量テーブルT4より、アクションr2の実行に伴って更新する状態値および経験回数の変化量は、p1の変化量“+2”と、p4の変化量“+3”と、r2expの変化量 “+1”である。
また、アクションr3の実行に伴って更新する状態値および経験回数の変化量は、p1の変化量 “+4”と、p4の変化量 “+5”と、r3expの変化量 “+1”である。
【0054】
アクションr2およびr3の実行に伴って更新した状態値および経験回数を、図3(c)および図4(c)に示す。即ち、p1は“2”となり、p4は“13” となり、r2expは“5” となり、r3expは“1” となる。
【0055】
次に、イベント/アクション監視部212がイベントe2の発生を検出した場合について説明する。
イベントe2の発生に伴って、パラメータ更新部214は、変化量テーブルT4を参照して、各状態値および経験回数を更新する。
ここで、変化量テーブルT4より、イベントe2の発生に伴って更新する状態値および経験回数の変化量は、e2expの変化量“+1”だけである。
【0056】
イベントe2の発生に伴って更新した状態値および経験回数を、図3(d)および図4(d)に示す。即ち、e2expは“2” となる。
【0057】
次に、PC制御部216は、更新された状態値および経験回数がアクション決定テーブルT5の条件式に該当するか否かを判定する。
ここでは、e2expの経験回数は“2”であり、spの状態値は“182”であるので、アクション決定テーブルT5に示された条件式のうち、r5の条件式に該当する。よって、イベントe2の発生に伴って、主人公キャラクタに実行させるアクションを、r5と決定する。
【0058】
次に、PC制御部216は、モーション制御データ320に格納されているアクションr5に対応したモーションデータを特定し、これに基づき、主人公キャラクタの動作を決定する。
【0059】
アクションr5の実行に伴って、パラメータ更新部214は、変化量テーブルT4を参照して、各状態値および経験回数を更新する。
ここで、変化量テーブルT4より、アクションr5の実行に伴って更新する状態値および経験回数の変化量は、p1の変化量“+3”と、p4の変化量“+2”と、spの変化量“−10”と、r5expの変化量“+1”である。
【0060】
アクションr5の実行に伴って更新した状態値および経験回数を、図3(e)および図4(e)に示す。即ち、p1は“5”となり、p4は“15” となり、spは“172” となり、r5expは“1”となる。
【0061】
なお、イベントの発生またはアクションの実行に伴って更新した状態値および経験回数が、アクション決定テーブルT5に示された何れの条件式にも該当しないときは、PC制御部216は、主人公キャラクタにアクションを実行させない。
【0062】
なお、本第1の実施の形態において、主人公キャラクタが出会うNPCは侍キャラクタだけであるが、その他いろいろなNPCと遭遇することとしてもよい。その場合には、NPCの数だけ「〜に遭遇」というイベントを設け、経験値テーブルT3にこのイベントに対応した経験回数を格納することによって実現できる。
例えば、侍キャラクタ以外のNPCとして“仙人”がいる場合、イベント/アクションテーブルT1に「仙人に遭遇」というイベントを設定する。
【0063】
また、本第1の実施の形態において、パラメータは「喜」、「怒」、「哀」、「楽」、「生命力」、各イベントおよびアクションに対する「経験値」としたが、「疲労」、「緊張」、「根性」、「積極性」等、他のパラメータを用いてもよい。この場合には、状態値テーブルT2にその新たなパラメータの状態値を格納し、変化量テーブルT4にこの状態値を更新するための変化量を格納する。また、特有のアクションを実行させる場合には、アクション決定テーブルT5にその新たなパラメータを含んだ条件式を格納し、その特有のアクションに対応したモーションデータをモーション制御データ320に含める。このことによって実現が可能となる。
【0064】
具体的には、「疲労度のパラメータ」を用いる場合、状態値テーブルT2に「疲労度のパラメータ」の状態値を格納し、変化量テーブルT4に「疲労度のパラメータ」を更新するための変化量を格納する。更に、アクション決定テーブルT5に「疲労度のパラメータ」を含んだ条件式を格納することによって、主人公キャラクタの「疲労度」に応じたアクションを実行させることができる。なお、このアクションが特有のアクションであれば、そのアクションに対応したモーションデータをモーション制御データ320に含めることによって実現が可能となる。
【0065】
他に、イベントの発生やアクションの実行により変化しないパラメータ、例えば、主人公キャラクタの固有パラメータ(例えば、キャラクタの「年齢」、「性別」、「職業」、「能力」、「所持品」)を用いてもよい。その場合には、主人公キャラクタの固有パラメータのIDと、その状態値とが対応づけて格納されたデータテーブル(例えば、「固有値テーブル」)を記憶部30に記憶することによって実現できる。
【0066】
具体的には、「年齢のパラメータ」を用いる場合、固有値テーブルに「年齢のパラメータ」の固有値を格納する。更に、アクション決定テーブルT5に「年齢のパラメータ」を含んだ条件式を設けた場合、主人公キャラクタの「年齢」に応じたアクションを実行させることができる。
【0067】
他に、ゲーム中に主人公キャラクタが遭遇する各NPCに対するパラメータ(例えば、「親密度」)を用いてもよい。この場合には、状態値テーブルT2に各NPCに対するパラメータの状態値を格納し、変化量テーブルT4にこの状態値を更新するための変化量を格納することによって実現できる。
【0068】
具体的には、主人公キャラクタが遭遇するNPCとして、侍キャラクタと仙人キャラクタがいた場合に、侍キャラクタのIDをnpc1とし、仙人キャラクタのIDをnpc2とする。各NPCに対するパラメータとして「親密度のパラメータ」rpを用いる場合、「侍キャラクタに対する親密度のパラメータ」npc1rp と、「仙人キャラクタに対する親密度のパラメータ」npc2rpを設け、状態値テーブルT2にnpc1rp およびnpc2rpの状態値を格納し、変化量テーブルT4にnpc1rpおよびnpc2rpを更新するための変化量を格納することによって実現できる。
【0069】
また、イベント発生時からの経過時間を計測し、その時間に応じて、各パラメータを変化させることとしてもよい。この場合には、イベントの経過時間を計測するタイマーと、計測時間とパラメータとを演算する機能部を設けることによって実現できる。
【0070】
具体的には、「侍キャラクタに対する親密度のパラメータ」npc1rpを用いる場合、「侍と会話」するアクションに伴うnpc1rpの変化量が“+2”であったとする。主人公キャラクタが侍キャラクタと話す“会話時間”を分単位で計測し、npc1rpの変化量に乗じることとする。その会話時間が“2分”のときは、npc1rpの変化量“+2”に“2”を乗じるので、“+4”となり、会話時間が“5分” のときは、npc1rpの変化量“+2”に“5”を乗じるので、“+10”となる。
【0071】
なお、キーワードと、そのキーワードに対応するパラメータの変化量とを予め設定しておき、他のキャラクタとの会話中にキーワードを使用すると、「キーワードを使用した」というイベントが発生したものとして、キーワードに対応したパラメータを変化させることとしてもよい。
具体的には、「好き」をキーワードとして設定し、「好き」というキーワードに対応する親密度パラメータの変化量を“+2”とした場合に、PCが侍キャラクタとの会話中に「好き」というキーワードを使用すると、「侍キャラクタに対する親密度のパラメータ」npc1rpを“+2”変化させることで実現できる。
また、この場合に、会話文はPCに任意に入力させるものであってもよいし、予め用意された会話文から選択させるものであってもよい。予め用意された会話文から選択させる場合には、キーワードではなく、会話文に対応するパラメータの変化量を設定して、PCが選択した会話文に応じてパラメータを変化させてもよい。
【0072】
なお、パラメータに閾値を設け、パラメータがその閾値に達した場合、そのパラメータの値を閾値に固定することとしてもよい。例えば、侍キャラクタに対する親密度パラメータが閾値に達した場合に、侍キャラクタに対する親密度パラメータを閾値に固定してもよい。あるいは、侍キャラクタに対する親密度パラメータが閾値に達した場合に、侍キャラクタに「親友キャラクタ」という識別情報を与えてもよい。何れの方法によっても、PCと侍キャラクタとは「非常に親密である」という関係を、その後のイベントの発生に関わらず保持することができる。
具体的には、「親友キャラクタテーブル」を設け、親密度パラメータが閾値に達したキャラクタ、即ち、「侍キャラクタ」を格納することによって実現できる。また、それ以降は、侍キャラクタに対する親密度パラメータを変化させる必要がないため、変化量テーブルT4に格納された侍キャラクタに対する親密度パラメータを更新するための変化量を削除することにより、侍キャラクタに関するイベントが発生してもパラメータ更新処理を実行しなくて済むため、処理が軽減できる。
【0073】
なお、本第1の実施の形態においては、「ゲームシステムが主人公キャラクタに実行させるアクション」に伴って、状態値および経験回数を更新することととしたが、「プレイヤーの操作指示により主人公キャラクタが実行するアクション」に伴って、状態値および経験回数を更新することととしてもよい。
【0074】
本第1の実施の形態の処理手順について、図7のフローチャートを用いて説明する。図7は、イベントが発生する、または、主人公キャラクタにアクションを実行させる毎に、ゲーム演算部210が実行する処理の流れを示したフローチャートである。
【0075】
まず、イベント/アクション監視部212が、イベントが発生したこと、または、PC制御部216が主人公キャラクタにアクションを実行させたことを検出する(ステップS1)と、パラメータ更新部214が、変化量テーブルT4から、発生したイベントまたは実行させたアクションに対応した状態値および経験回数の変化量を読み込む(ステップS2)。
そして、状態値テーブルT2に格納された状態値と、経験値テーブルT3に格納された経験回数を更新する(ステップS3およびS4)。
【0076】
次に、PC制御部216は、状態値テーブルT2および経験値テーブルT3に格納された各状態値および経験回数が、アクション決定テーブルT5に格納された条件式の何れかに該当するかどうかを調べ、アクションを実行させるか否かを判断する(ステップS5)。アクションを実行させると判断した場合、PC制御部216は、どのアクションを実行させるかを決定する(ステップS6)。
【0077】
そして、PC制御部216は、モーション制御データ320からそのアクションに対応したモーションデータを特定する(ステップS7)。ステップS7の後、ゲーム演算部210は処理をステップS2に移行する。
【0078】
また、ステップS5において、アクションを実行させないと判断した場合、ゲーム演算部210は処理を終了する。
【0079】
〔第2の実施の形態〕
以下、図を参照して本発明を適用した第2の実施の形態について説明するが、第1の実施の形態と重複する説明を省略して、異なる点を主に説明する。
なお、本第2の実施の形態は、ネットワークゲームと呼ばれているゲームに本発明を適用する場合の実施形態である。ネットワークゲームを実現する形態としては、例えば、▲1▼家庭に設置してあるパソコンや家庭用ゲームシステム等をゲーム端末とし、インターネット網や専用線網等の電気通信回線を通じてサーバーと接続する形態、▲2▼複数のゲーム端末同士を電気通信回線で接続し、ピアツーピア型または親機と子機のような構成とする形態、▲3▼複数のゲーム端末同士を電気通信回線で接続し、その内の一台がサーバー機能を有する形態、▲4▼複数のゲーム端末が物理的に結合した、全体として一台のシステム(例えば業務用のゲームシステム)となっている形態、などがある。本発明は何れの形態に対しても適用可能であるが、本第2の実施の形態においては、▲1▼ゲーム端末と、サーバーとを所与の電気通信回線で接続した形態として説明する。
また、ゲームの種類はRPGであって、そのストーリーは第1の実施の形態に準ずるものとする。
【0080】
本第2の実施の形態において各ゲームシステムGを操作するプレイヤーは一つのPCのみを操作するものとする。また、各プレイヤーには、個別のID(以下、PCのIDという。)が付され、ネットワークゲームにおいては、このIDで各プレイヤーの操作するPCが識別されることとする。
【0081】
なお、第1の実施の形態においては、他のキャラクタとの遭遇は、イベントe1の「侍に遭遇」のように、NPCに対してだけであった。しかし、本第2の実施の形態においては、他のプレイヤーが操作するPC(以下、OPCという。)と遭遇することもある。この点が第1の実施の形態と大きく異なる点の一つである。
【0082】
図8は、本発明を適用したゲームシステムGおよびサーバーVの概略構成を示す図である。
【0083】
まず、ゲームシステムGについて説明する。図8において、ゲームシステムGは、操作部10Gと、処理部20Gと、記憶部30Gと、表示部40Gと、通信部50Gとから構成される。
【0084】
ゲームシステムGは、第1の実施の形態のゲームシステム1と略同一構成である。異なる点は、ゲーム演算部210Gと、記憶部30Gと、通信部50Gである。
ゲーム演算部210Gは、サーバーVから送信されるモーションデータを特定する情報(以下、モーション特定情報という。)に基づいて、対応するモーションデータをモーション制御データ320Gから読み出す。イベントの発生検出や、パラメータの更新といった処理は、後述する通り、サーバーVが実行する。
【0085】
通信部50Gは、インターネット網や専用線網等の電気通信回線を通じて、サーバーVと接続し、サーバーVの通信部51Vとネットワークゲームに関わる情報、例えば、PC識別情報やモーション特定情報、PCおよびOPC等の位置情報等の送受を行う。
【0086】
次に、サーバーVについて説明する。図8において、サーバーVは、処理部21Vと、記憶部31Vと、通信部51Vとから構成される。
【0087】
記憶部31Vは、主として進行管理プログラム310Vと、アクション制御データ330Vと、PC識別情報340Vとを記憶している。
【0088】
進行管理プログラム310Vには、イベント/アクション監視部212Vによって読み出されて実行されるイベント/アクション監視プログラム3100Vと、パラメータ更新部214Vによって読み出されて実行されるパラメータ更新プログラム3200Vと、PC制御部216Vによって読み出されて実行されるPC制御プログラム3300Vとが含まれる。
【0089】
アクション制御データ330Vには、イベント/アクションテーブルT1’と、状態値テーブルT2’および経験値テーブルT3’と、変化量テーブルT4と、アクション決定テーブルT5とが含まれる。
【0090】
図9は、イベント/アクションテーブルT1’の一例を示す図である。イベント/アクションテーブルT1’は、イベントまたはアクションのIDと、イベントまたはアクションとが対応づけて格納されたデータテーブルである。例えば、「遭遇」するイベントのIDはe1であり、「落とし穴に接近」するイベントのIDはe2であり、「会釈」するアクションのIDはr1であり、「挨拶」するアクションのIDはr2であり、「会話」するアクションのIDはr3であり、「落とし穴に転落」するアクションのIDはr4であり、「落とし穴を飛越」するアクションのIDはr5である。以下、イベントおよびアクションについて、適宜このIDを代用して説明を行う。
なお、このイベント/アクションテーブルT1’は固定値であってゲーム中に変更されることはない。
【0091】
図10は、状態値テーブルT2’の一例を示す図である。状態値テーブルT2’は、PCのIDと、各状態値(第1の実施の形態と同様、「喜」、「怒」、「哀」、「楽」、「生命力」のパラメータに対する状態値)および経験回数とがPC毎に対応づけて格納されたデータテーブルである。以下、パラメータについて、適宜このIDを代用して説明を行う。
なお、状態値テーブルT2’に格納される状態値はゲーム中に更新される。
【0092】
図11は、経験値テーブルT3’の一例を示す図である。経験値テーブルT3’は、PCのIDとイベントおよびアクションに対する経験回数とを、PC毎に対応づけて格納したデータテーブルである。以下、イベントおよびアクションに対する経験回数について、適宜このIDを代用して説明を行う。
経験値テーブルT3’に格納される経験回数の値は、ゲーム中に更新される。
【0093】
具体的には、例えば、図11において、PC1とPC3が「遭遇」する回数、即ち、PC1とPC3の間におけるイベントe1の発生回数は、PC1の「PC3との間にイベントe1が発生したことに対する経験値」e1exp-PC3に示される通り“5”であって、PC3の「PC1との間にイベントe1が発生したことに対する経験値」e1exp-PC1も同様に“5”である。
【0094】
その後、PC1とPC2が「遭遇」すると、PC1の「PC2との間にイベントe1が発生したことに対する経験値」e1exp-PC2が“1”となり、同様にPC2のe1exp-PC1が“1”となる。
【0095】
また、経験値テーブルT3’の行と列とは、ネットワークゲームに参加するプレイヤーの数に応じて拡張される。即ち、新たにゲームに参加するプレイヤーが増える毎に行と列が挿入される。具体的には、PC4が新規にゲームに参加した場合、PCのIDを“PC4”とする行が挿入されるとともに、このPC4に対するイベントおよびアクションの経験回数を格納する列が挿入される。
【0096】
PC識別情報340Vとは、サーバーに接続される複数のゲームシステムG,G,G・・・によって操作指示される個々のPCを識別するための情報であり、PC情報テーブルT6が含まれる。
【0097】
図12はPC情報テーブルT6の一例を示す図である。PC情報テーブルT6は、PCのIDと、職業と、ステージと、x座標と、y座標とが対応づけて格納されたデータテーブルである。ここで、職業とは各キャラクタの固有パラメータ(第1の実施の形態において説明した固有パラメータと同義である。)を決定するための情報であり、ステージとはPCが位置する現在のゲームステージを示す情報であり、x座標およびy座標はそのゲームステージにおけるPCの位置を示す情報である。
【0098】
処理部21Vには、本発明を実現するための主要部として、イベント/アクション監視部212Vと、パラメータ更新部214Vと、PC制御部216Vとが含まれる。
【0099】
イベント/アクション監視部212Vは、第1の実施の形態と同様、イベントの発生およびアクションを実行させたか否かを監視し、検出する機能部であるが、PC毎に監視および検出を行う。イベント/アクション監視部212Vは、イベントの発生またはアクションの実行を検出すると、検出したイベントまたはアクションのIDをパラメータ更新部214Vに出力する。このイベント/アクション監視部212Vが行う処理は、イベント/アクション監視プログラム3100Vに従って実行されるものである。
【0100】
パラメータ更新部214Vは、イベント/アクション監視部212Vから入力されるイベントまたはアクションのIDに対応する状態値および経験回数の変化量を変化量テーブルT4から読み込み、状態値テーブルT2’および経験値テーブルT3’の更新を行う。
【0101】
パラメータ更新部214Vが、状態値テーブルT2’および経験値テーブルT3’を更新した場合、PC制御部216Vは、PC若しくはOPCにアクションを実行させるか否かを決定する。即ち、PC制御部216Vは、状態値テーブルT2’および経験値テーブルT3’に格納された状態値および経験回数を参照して、アクション決定テーブルT5に格納された条件式に該当するか否かを判定する。該当する条件式があった場合には、実行させるアクションを決定し、サーバーVの通信部51からゲームシステムGの通信部50へ、モーション特定情報を送信する。
【0102】
ゲームシステムGのゲーム演算部210Gは、モーション特定情報をもとに、モーション制御データ320Gからモーションデータを特定し、これに基づき、PC若しくはOPCの動作を決定する。
【0103】
本第2の実施の形態の処理手順について、図13のフローチャートを用いて説明する。図13は、イベントが発生する、または、PC若しくはOPCにアクションを実行させる毎に、サーバーVの処理部21Vが実行する処理の流れを示したフローチャートである。
【0104】
まず、イベント/アクション監視部212Vが、イベントが発生したこと、または、PC制御部216VがPC若しくはOPCにアクションを実行させたことを検出する(ステップS1)と、パラメータ更新部214Vが、変化量テーブルT4から、発生したイベントまたは実行させたアクションに対応する状態値および経験回数の変化量を読み込む(ステップS2)。
そして、状態値テーブルT2’に格納された状態値と、経験値テーブルT3’に格納された経験回数を更新する(ステップS3およびS4)。
【0105】
次に、PC制御部216Vは、状態値テーブルT2’および経験値テーブルT3’に格納された各状態値および経験回数が、アクション決定テーブルT5に格納された条件式の何れかに該当するかどうかを調べ、アクションを実行させるか否かを判断する(ステップS5)。アクションを実行させると判断した場合、PC制御部216Vは、どのアクションを実行させるかを決定する(ステップS6)。
【0106】
そして、PC制御部216Vは、サーバーVの通信部51からゲームシステムGの通信部50へ、アクションに対応したモーション特定情報を送信する(ステップS7)。ステップS7の後、処理部21Vは処理をステップS2に移行する。
【0107】
また、ステップS5において、アクションを実行させないと判断したとき、処理部21Vは処理を終了する。
【0108】
〔ハードウェア構成例〕
次に、第1の実施の形態のゲームシステム1、第2の実施の形態のゲームシステムGおよびサーバーVを実現できるハードウェア構成の一例について図14を用いて説明する。同図に示すハードウェア構成は、CPU1000、ROM1002、RAM1004、情報記憶媒体1006、音生成IC1008、画像生成IC1010、I/Oポート1012および1014が、システムバス1016により相互にデータ入出力可能に接続されている。そして画像生成IC1010には表示装置1018が接続され、音生成IC1008にはスピーカ1020が接続され、I/Oポート1012にはコントロール装置1022が接続され、I/Oポート1014には通信装置1024が接続されている。
【0109】
ゲームシステム1およびゲームシステムGは、これら全ての構成要素を備えていてもよいが、サーバーVにおいては、最低限CPU1000、ROM1002、RAM1004、情報記憶媒体1006、I/Oポート1014、通信装置1024、システムバス1016を備えていれば実現可能である。
【0110】
情報記憶媒体1006は、プログラム、表示物を表現するための画像データ、音データ、プレイデータ等が主に格納されるものであり、図1における記憶部30、図8における記憶部30Gおよび記憶部31Vに相当する。例えば、情報記憶媒体としてCD−ROM、DVD、ゲームカセット等を用いてもよいし、ROM等のメモリやハードディスクを用いてもよい。
【0111】
コントロール装置1022はプレイヤーがゲームの進行に応じて行う判断の結果を処理部20または処理部20Gに入力するための装置であり、ゲームコントローラ、操作パネル等に相当する。また、図1においては操作部10に、図8においては操作部10Gに相当する。
【0112】
情報記憶媒体1006に格納されるプログラム、ROM1002に格納されるシステムプログラム(装置本体の初期化情報等)、コントロール装置1022から入力される信号等に従って、CPU1000はシステム全体の制御や各種データ処理を行う。RAM1004はこのCPU1000の作業領域等として用いられる記憶手段であり、情報記憶媒体1006やROM1002の所与の内容、あるいはCPU1000の演算結果等が格納される。
【0113】
更に、この装置には音生成IC1008と画像生成IC1010とが設けられていてゲーム音やゲーム画像の好適な出力が行えるようになっている。音生成IC1008は情報記憶媒体1006やROM1002に記憶される情報に基づいて効果音やBGM等のゲーム音を生成する集積回路であり、生成されたゲーム音はスピーカ1020によって出力される。また、画像生成IC1010は、RAM1004、ROM1002、情報記憶媒体1006等から送られる画像情報に基づいて表示装置1018に出力するための画素情報を生成する集積回路である。また表示装置1018は、CRT、LCD、TV、プラズマディスプレイ、液晶プラズマディスプレイ、プロジェクター等により実現される。
【0114】
また、通信装置1024は装置内部で利用される各種の情報を外部とやりとりするものであり、ゲームシステムGであればサーバーVと、サーバーVであればゲームシステムGと、通信回線を介してゲームプログラムに応じた所与の情報を送受するとき等に利用される。
【0115】
そして、図1〜図6および図8〜図12を参照して説明した種々の処理は、図7および図13のフローチャートに示した処理等を行うプログラムを格納した情報記憶媒体1006と、該プログラムに従って動作するCPU1000、画像生成IC1010、音生成IC1008等によって実現される。なお画像生成IC1010等で行われる処理は、CPU1000あるいは汎用のDSP等によりソフトウェア的に行うこととしてもよい。
【0116】
図15に、ゲームシステム1およびゲームシステムGを家庭用のゲームシステムに適用した場合の例を示す。プレイヤーはディスプレイ1200に映し出されたゲーム画像を見ながら、ゲームコントローラ1202、1204を操作してゲームを楽しむ。この場合、上記格納情報は、本体に着脱自在な情報記憶媒体であるCD−ROM(またはDVD)1206、ICカード1208、1212等に格納されている。
【0117】
なお、最後に確認のため付記するが、第1および第2の実施の形態においては、ゲームの種類がRPGである場合について説明したが、本発明はこれに限らず種々のゲーム(競争ゲーム、スポーツゲーム、対戦ゲーム等)にも適用が可能であることは言うまでもない。
【図面の簡単な説明】
【図1】第1の実施の形態におけるゲームシステムの概略を示す図。
【図2】第1の実施の形態におけるイベント/アクションテーブルの一例を示す図。
【図3】第1の実施の形態における状態値テーブルの一例を示す図。
【図4】第1の実施の形態における経験値テーブルの一例を示す図。
【図5】第1および第2の実施の形態における変化量テーブルの一例を示す図。
【図6】第1および第2の実施の形態におけるアクション決定テーブルの一例を示す図。
【図7】第1の実施の形態において、イベントの発生に伴うアクションの実行処理に係る動作を示すフローチャート。
【図8】第2の実施の形態におけるゲームシステムおよびサーバーの概略を示す図。
【図9】第2の実施の形態におけるイベント/アクションテーブルの一例を示す図。
【図10】第2の実施の形態における状態値テーブルの一例を示す図。
【図11】第2の実施の形態における経験値テーブルの一例を示す図。
【図12】第2の実施の形態におけるPC情報テーブルの一例を示す図。
【図13】第2の実施の形態において、イベントの発生に伴うアクションの実行処理に係る動作を示すフローチャート。
【図14】本実施の形態を実現できるハードウェアの構成の一例を示す図。
【図15】本発明を家庭用のゲームシステムに適用した場合の一例を示す図。
【符号の説明】
1、G ゲームシステム
V サーバー
10、10G 操作部
20、20G、21V 処理部
210、210G ゲーム演算部
212、212V イベント/アクション監視部
214、214V パラメータ更新部
216、216V PC制御部
220、220G 画像生成部
30、30G、31V 記憶部
300、300G ゲームプログラム
310V 進行管理プログラム
3100、3100V イベント/アクション監視プログラム
3200、3200V パラメータ更新プログラム
3300、3300V PC制御プログラム
320、320G モーション制御データ
330、330V アクション制御データ
340V PC識別情報
40、40G 表示部
50G、51V 通信部[0001]
BACKGROUND OF THE INVENTION
The present invention Server system for data communication with terminals in network games About.
[0002]
[Prior art]
Hereinafter, the game system will be described as being a home game system that is executed in a stand-alone manner.
[0003]
A case where a player character operated by the player (referred to as a PC throughout this specification) encounters a certain event (that is, an event occurs), for example, a case where the PC is tricked by an enemy character will be described. The enemy character here is a non-player character controlled by a computer (referred to as NPC throughout this specification).
[0004]
The PC shows some action when it is tricked by the NPC. For example, when the skill is kicking, an action of holding the stomach is shown, and when the skill is strong, an action of falling backward is shown.
[0005]
[Problems to be solved by the invention]
However, depending on the type of event, for example, the action “hold the stomach” is shown for the event “Kicked”, and the action “fall down” is shown for the event “Kicked strongly”. , The action was uniquely determined. Therefore, even if the same event occurs many times, there is a problem that the action is the same, so that it is not interesting or tired of the game.
[0006]
The present invention is made in view of these problems, and changes an action of a character with respect to the same event according to the progress of a game or the like.
[0007]
[Means for Solving the Problems]
To solve the above problems The first of The invention of the present invention has the same contents but different behavior for a system in which a given game is executed by controlling the movement of the character based on the motion data by calculation and control by the processor. Determination to determine one or a plurality of motion data from a plurality of types of motion data based on at least a given history information parameter (for example, parameters p1, p2, p3, p4 and sp in FIG. 3) related to the character This is game information for functioning means (for example, the
[0008]
Also 7th The present invention is a game system that executes a given game by controlling the motion of a character based on motion data, and is one of a plurality of types of motion data having the same content but different behavior. Alternatively, the game system includes a determination unit that determines a plurality of motion data based on at least a given history information parameter related to the character.
[0009]
Here, the history information parameter is a game history (history) in the game related to the character, for example, the number of encounters with a specific object including a specific character, the number of battles with a specific character, the number of captures of a specific dungeon. These are parameters such as the number of traps, the number of occurrences of a specific event, the number of encounters with a specific object, and the number of times a keyword is used.
[0010]
First Or 7th According to the present invention, it is possible to have motion data with variations for the operation of the same content, and the motion actually executed is automatically determined according to a given history information parameter. For this reason, for example, a plurality of motion data from a shallow bow to a deep bow is stored for an action related to “bow”, and various “ "Bowing" can be realized. Thereby, the change of the action (action) of the character according to game progress can be expressed automatically.
[0011]
Second The invention of 1st invention Information for causing the system to function as a determination means (for example, the
[0012]
Here, the operation execution condition may be a condition determined for each motion data, or may be a condition determined for each operation.
[0013]
this Second According to the invention, when the determination unit determines whether or not the operation execution condition is satisfied, and when it is determined that the determination is satisfied, the determination unit determines the motion data. Thus, for example, no motion occurs if there is no trap (motion execution condition), or no motion occurs unless a specific character is met a specific number of times (motion execution condition). Can be expressed. That is, the action (action) caused by the character can be automatically changed as the game progresses. Even if the change is automatic, whether or not the action (action) is actually caused may be appropriately selected by the player, or may be automatically executed until the action (action). .
[0014]
Third According to the invention, each of the plurality of game terminals is an operation target with respect to a system in which a given network game is executed by performing data communication with the plurality of game terminals by calculation and control by a processor. When there is a determination unit (for example, the
[0015]
Also 8th The present invention is a game system for executing a given network game by performing data communication with a plurality of game terminals, and whether or not the action execution condition of each character that is an operation target of each of the plurality of game terminals is satisfied When there is a determination unit that determines whether or not the character determined to satisfy the action execution condition by the determination unit, as motion data for the character, a plurality of types that have the same content but different behavior A determination means for determining one or a plurality of motion data based on at least a given history information parameter relating to the character.
[0016]
Third Or 8th According to the invention of First , Second ,as well as 7th The effect of the invention can be realized for a network game. That is, motion data with variations for the same content motion can be obtained, and the motion actually executed is automatically determined according to a given history information parameter of each character.
[0017]
In addition, when determining the motion data, the operation execution condition must be satisfied. In other words, the following effects can be obtained. That is, when the motion execution condition is not satisfied, the motion data is not determined, and thus the special motion is not performed. However, when it is determined that the motion execution condition is satisfied, the motion data is automatically determined and the motion is determined. Is executed. For this reason, it becomes possible to automatically change the action (action) caused by each character as the game progresses.
[0018]
4th The invention of First From Third Either Invention The given history information parameter includes an object parameter, and the system has at least one of the number of encounters between one character and another character, the number of conversations, the conversation time, and the conversation content. The information for causing the means for changing the object parameter of the one character or / and the other character (for example, the
[0019]
4th According to the present invention, when two or more characters encounter and cause some action (action), past encounter experiences can be reflected on the action. For example, it is possible to express that the closeness is improved by gradually selecting motion data having a large action according to the number of encounters, the number of conversations, and the conversation time.
[0020]
5th The invention of First From 4th Either Invention In the above, the character is a character having a joint structure, and for the system, changing means for changing the displacement of each joint included in the motion data based on at least a given history information parameter related to the character, The game information is characterized by including information for causing the to function.
[0021]
this 5th According to this invention, it is possible to change the displacement of each joint included in the motion data, instead of changing the motion data itself. For this reason, it is possible to represent variations of motion without increasing the amount of motion data.
[0022]
Also, 6th Like the invention of First From 5th Either Invention An information storage medium for storing the game information may be realized.
[0023]
DETAILED DESCRIPTION OF THE INVENTION
[First Embodiment]
Hereinafter, a first embodiment to which the present invention is applied will be described in detail with reference to the drawings.
For the sake of simplicity, it is assumed that the game type is a role-playing game (hereinafter referred to as RPG), the game system is a home-use game system that operates stand-alone, and the player is only one PC. Will be described as operating.
There are two types of actions, one is an action executed by the PC in response to an operation instruction from the player, and the other is an action that the game system causes the PC to execute. Throughout the specification, the action refers to the latter.
[0024]
The RPG in the first embodiment is a hero who is a hero character (ie, PC) trying to help a princess who was captured under the demon king, and met on the journey The story is to rescue the princess while helping each other.
[0025]
Here, it is assumed that the hero character encounters a samurai character (ie, NPC) during the journey (ie, the occurrence of an “encounter” event). When the character is first encountered, the main character is not allowed to do anything (ie, no action is performed).
Thereafter, when the hero character encounters the samurai character for a given number of times, it causes the hero character to talk (ie, execute an action).
When the number of encounters between the main character and the samurai character further increases, the main character is greeted (that is, another action is executed).
[0026]
In other words, the recognition of the hero character for the samurai character has changed from “Unknown Person” to “Intimate Person”, and also changed to “Acquaintance”. It expresses by the change of. The effect of this can be divided into two cases.
One is a case where the player himself / herself remembers the samurai character, and the other is a case where the player himself / herself does not remember the samurai character.
If the player also remembers the samurai character, the player and the hero character take actions that match in the memory, so the effect is as if the player became the hero character, that is, the PC Can give you a sense of unity. In addition, if the player himself does not remember the samurai character, the player has a different personality such as a guardian or an educator of the main character and feels as if he is watching the child's growth. Can be given to.
[0027]
However, in any case, the action executed by the main character changes as the game progresses. That is, the relationship between events and actions is not uniquely associated, and the game system automatically changes according to given conditions. Therefore, the hero character always causes the player to perform a fresh action (that is, the hero character takes an action reflecting a change in emotion).
[0028]
Next, it is assumed that the hero character approaches a pitfall in the middle of the road (that is, an event that the hero character approaches within a given range from the pitfall). When the main character passes the path for the first time, he falls into the pit without knowing that there is a pit. However, if you approach the pitfall after the second time, you will jump over.
[0029]
In other words, the number of times the hero character approaches the pitfall (that is, the number of occurrences of the event) and the action, as the recognition of the hero character's recognition of the pitfall location changes from “normal place” to “place with pitfalls” Expressed by The effect of this is divided into two cases, as in the case where the main character and the samurai character meet. The case where the player himself remembers the pitfalls and the case where it is not.
In any case, the action caused by the hero character is based on the experience of the hero character.
[0030]
FIG. 1 is a diagram showing an outline of the entire system configuration in the first embodiment. In FIG. 1, the
[0031]
First, the
[0032]
The
[0033]
The
[0034]
The
[0035]
FIG. 2 is a diagram showing an example of the event / action table T1. The event / action table T1 is a data table in which an event or action ID and an event or action are stored in association with each other. For example, the ID of the event “encountering a trap” is e1, the ID of the event “approaching the pitfall” is e2, the ID of the action “meeting the trap” is r1, and “greet the trap” The action ID is r2, the action ID for “conversing with a frog” is r3, the action ID for “falling into the pitfall” is r4, and the action ID for “jumping over the pitfall” is r5. Hereinafter, the event and action will be described by substituting this ID as appropriate.
The event / action table T1 is a fixed value and is not updated during the game.
[0036]
FIG. 3 is a diagram illustrating an example of the state value table T2. The state value table T2 is a data table in which IDs of parameters representing the state of the main character and the state values are stored in association with each other.
In the first embodiment, as parameters representing the state of the main character, “joy parameter” p1, “anger parameter” p2, “sad parameter” p3, “easy parameter” p4 and “life force ( That is, five parameters of “life” parameter “sp” are used. Hereinafter, the parameters will be described by substituting this ID as appropriate.
The state value is a value for a parameter representing the state of the main character. The state values stored in the state value table T2 are updated during the game.
[0037]
The experience value table T3 shown in FIG. 4 is a data table in which the number of experiences for events and actions is stored in association with the number of experiences.
In the first embodiment, as the number of experiences for events and actions, “experience count for event e1” e1exp, “experience count for event e2” e2exp, “experience count for action r1” r1exp, “experience for action r2” “Number of times” r2exp, “Number of experiences for action r3” r3exp, “Number of experiences for action r4” r4exp, and “Number of experiences for action r5” r5exp are used. In the following, the number of experiences for events and actions will be described by substituting this ID as appropriate.
The number of experiences refers to the number of times these events have occurred or the number of times an action has been executed. The value of the number of experiences stored in the experience value table T3 is updated during the game.
[0038]
3 (a) to 3 (e) and 4 (a) to 4 (e) show the process of updating the state value and the number of experiences with the occurrence of an event or the execution of an action. Details will be described later.
[0039]
The change amount table T4 is a data table in which an event or action ID is associated with a change amount of the state value and the number of experiences associated with the occurrence of the event or execution of the action. For example, in the change amount table T4 shown in FIG. 5, the change amount of p1 accompanying the occurrence of the event e1 is “0”, the change amount of p2 is “0”, and the change amount of p3 is “0”. The change amount of p4 is “+1”, the change amount of sp is “0”, and the change amount of exp is “+1”. Here, exp is the amount of change associated with the occurrence of event e1, and corresponds to “experience value for event e1” e1exp in the experience value table T3.
Note that the change amount table T4 is a fixed value and is not updated during the game.
[0040]
FIG. 6 is a diagram showing an example of the action determination table T5. It is a data table in which a conditional expression and an action ID are stored in association with each other. The conditional expression indicates the “range” of the state value or the number of times of experience, and the action ID is an ID indicating an action to be executed when the state value or the number of experiences corresponds to the conditional expression. .
Therefore, for example, in FIG. 6, when the state value or the number of experiences corresponds to the conditional expression “e1exp is 3 or more and less than 6”, the action executed by the main character is “r1”.
[0041]
Here, it returns to FIG. 1 again and demonstrates.
The
[0042]
The
The
[0043]
The event /
[0044]
Further, the event /
When an event or action is detected, the event /
[0045]
The
[0046]
The
When the
[0047]
The
[0048]
Hereinafter, the process of the
[0049]
The state value table T2 in FIG. 3A and the experience value table T3 in FIG. 4A are diagrams showing the state values and the number of experiences before the event e1 occurs.
When the event /
Therefore, the
[0050]
FIG. 3B and FIG. 4B show the state value and the number of experiences updated with the occurrence of the event e1. That is, p4 is “5” and e1exp is “10”.
[0051]
Since the
Here, since the updated e1exp experience count is “10” and the state value of p4 is “5”, it corresponds to the conditional expression r2 + r3 among the conditional expressions shown in the action determination table T5. Therefore, with the occurrence of event e1, the actions to be executed by the main character are determined as r2 and r3.
[0052]
Next, the
[0053]
As the actions r2 and r3 are executed, the
Here, from the change amount table T4, the change amount of the state value and the number of experiences updated with the execution of the action r2 is the change amount of p1 “+2”, the change amount of p4 “+3”, and the change amount of r2exp. “+1”.
In addition, the amount of change in the state value and the number of experiences updated with the execution of the action r3 is the change amount “+4” of p1, the change amount “+5” of p4, and the change amount “+1” of r3exp.
[0054]
FIG. 3C and FIG. 4C show the state values and the number of experiences updated as the actions r2 and r3 are executed. That is, p1 becomes “2”, p4 becomes “13”, r2exp becomes “5”, and r3exp becomes “1”.
[0055]
Next, the case where the event /
As the event e2 occurs, the
Here, from the change amount table T4, the change amount of the state value and the number of experiences updated with the occurrence of the event e2 is only the change amount “+1” of e2exp.
[0056]
FIG. 3 (d) and FIG. 4 (d) show the state values and the number of experiences updated with the occurrence of the event e2. That is, e2exp is “2”.
[0057]
Next, the
Here, since the experience count of e2exp is “2” and the state value of sp is “182”, it corresponds to the conditional expression of r5 among the conditional expressions shown in the action determination table T5. Therefore, with the occurrence of event e2, the action to be executed by the main character is determined as r5.
[0058]
Next, the
[0059]
As the action r5 is executed, the
Here, from the change amount table T4, the change amount of the state value and the number of experiences updated with the execution of the action r5 is the change amount of p1 “+3”, the change amount of p4 “+2”, and the change amount of sp. “−10” and r5exp change amount “+1”.
[0060]
FIG. 3 (e) and FIG. 4 (e) show the state values and the number of experiences updated with the execution of the action r5. That is, p1 becomes “5”, p4 becomes “15”, sp becomes “172”, and r5exp becomes “1”.
[0061]
When the state value and the number of experiences updated with the occurrence of the event or the execution of the action do not correspond to any of the conditional expressions shown in the action determination table T5, the
[0062]
Note that in the first embodiment, the NPC that the hero character meets is only the samurai character, but various other NPCs may be encountered. In that case, it can be realized by providing an event of “encountered in” for the number of NPCs and storing the number of experiences corresponding to this event in the experience value table T3.
For example, when there is “Senjin” as an NPC other than the frog character, an event “Meet the Sennen” is set in the event / action table T1.
[0063]
In the first embodiment, the parameters are “joy”, “anger”, “sorrow”, “easy”, “life force”, “experience value” for each event and action, Other parameters such as “tension”, “gut”, “aggressiveness” may be used. In this case, the state value of the new parameter is stored in the state value table T2, and the change amount for updating this state value is stored in the change amount table T4. When a specific action is executed, a conditional expression including the new parameter is stored in the action determination table T5, and motion data corresponding to the specific action is included in the
[0064]
Specifically, when the “fatigue parameter” is used, the state value of the “fatigue parameter” is stored in the state value table T2, and the change for updating the “fatigue parameter” in the change amount table T4. Store the quantity. Furthermore, by storing a conditional expression including a “fatigue degree parameter” in the action determination table T5, an action corresponding to the “fatigue degree” of the main character can be executed. If this action is a specific action, it can be realized by including motion data corresponding to the action in the
[0065]
In addition, parameters that do not change due to the occurrence of an event or execution of an action, for example, unique parameters of the main character (for example, “age”, “sex”, “profession”, “ability”, “possession” of the character) are used. May be. In that case, it can be realized by storing in the storage unit 30 a data table (for example, “unique value table”) in which the ID of the unique parameter of the hero character and the state value are stored in association with each other.
[0066]
Specifically, when the “age parameter” is used, the eigenvalue of the “age parameter” is stored in the eigenvalue table. Furthermore, when a conditional expression including “age parameter” is provided in the action determination table T5, an action corresponding to the “age” of the main character can be executed.
[0067]
In addition, a parameter (for example, “intimacy”) for each NPC encountered by the main character during the game may be used. In this case, it can be realized by storing the state value of the parameter for each NPC in the state value table T2, and storing the change amount for updating this state value in the change amount table T4.
[0068]
Specifically, when there are a samurai character and a hermit character as NPCs encountered by the main character, the samurai character ID is npc1 and the hermit character ID is npc2. When the “intimacy parameter” rp is used as a parameter for each NPC, the “intimacy parameter for the samurai character” npc1rp and the “intimacy parameter for the hermit character” npc2rp are provided. This can be realized by storing the state value and storing the change amount for updating npc1rp and npc2rp in the change amount table T4.
[0069]
Also, the elapsed time from the event occurrence may be measured, and each parameter may be changed according to the time. In this case, it can be realized by providing a timer for measuring the elapsed time of the event and a functional unit for calculating the measurement time and the parameter.
[0070]
Specifically, in the case of using the “intimacy parameter for the samurai character” npc1rp, it is assumed that the amount of change in npc1rp associated with the “conversation with samurai” is “+2”. The “conversation time” in which the hero character talks to the samurai character is measured in minutes and multiplied by the amount of change in npc1rp. When the conversation time is “2 minutes”, the change amount “+2” of npc1rp is multiplied by “2”, so that “+4” is obtained. When the conversation time is “5 minutes”, the change amount of npc1rp is “+2”. Is multiplied by “5”, so “+10”.
[0071]
If a keyword and the amount of parameter change corresponding to the keyword are set in advance and the keyword is used during a conversation with another character, it is assumed that the event “keyword was used” has occurred. It is also possible to change the parameter corresponding to.
Specifically, when “like” is set as a keyword, and the change amount of the closeness parameter corresponding to the keyword “like” is set to “+2”, the PC says “like” during the conversation with the samurai character. If a keyword is used, it can be realized by changing the “intimacy parameter for the samurai character” npc1rp by “+2”.
In this case, the conversational sentence may be arbitrarily input to the PC, or may be selected from a conversational sentence prepared in advance. When selecting from conversation sentences prepared in advance, a parameter change amount corresponding to the conversation sentence may be set instead of the keyword, and the parameter may be changed according to the conversation sentence selected by the PC.
[0072]
Note that a threshold value may be provided for the parameter, and when the parameter reaches the threshold value, the value of the parameter may be fixed to the threshold value. For example, when the familiarity parameter for the samurai character reaches a threshold value, the familiarity parameter for the samurai character may be fixed to the threshold value. Alternatively, when the closeness parameter for the samurai character reaches a threshold value, identification information “best friend character” may be given to the samurai character. In any method, the relationship between the PC and the heel character “very intimate” can be maintained regardless of the occurrence of subsequent events.
Specifically, this can be realized by providing a “best friend character table” and storing a character whose closeness parameter has reached a threshold value, that is, a “snail character”. After that, since it is not necessary to change the closeness parameter for the samurai character, the change amount for updating the closeness parameter for the samurai character stored in the change amount table T4 is deleted. Even if an event occurs, it is not necessary to execute the parameter update process, so the process can be reduced.
[0073]
In the first embodiment, the state value and the number of experiences are updated in accordance with “the action that the game system causes the hero character to execute”, but “the hero character is The state value and the number of experiences may be updated along with the “action to be performed”.
[0074]
The processing procedure of the first embodiment will be described with reference to the flowchart of FIG. FIG. 7 is a flowchart showing a flow of processing executed by the
[0075]
First, when the event /
Then, the state value stored in the state value table T2 and the number of experiences stored in the experience value table T3 are updated (steps S3 and S4).
[0076]
Next, the
[0077]
Then, the
[0078]
If it is determined in step S5 that the action is not executed, the
[0079]
[Second Embodiment]
Hereinafter, a second embodiment to which the present invention is applied will be described with reference to the drawings. However, a description overlapping with the first embodiment will be omitted, and different points will be mainly described.
The second embodiment is an embodiment when the present invention is applied to a game called a network game. As a form for realizing a network game, for example, (1) a form in which a personal computer or a home game system installed in a home is used as a game terminal and connected to a server through an electric communication line such as the Internet network or a private line network, (2) A form in which a plurality of game terminals are connected to each other via a telecommunication line and configured as a peer-to-peer type or a parent device and a slave unit. (3) A plurality of game terminals are connected to each other via a telecommunication line. There is a mode in which one unit has a server function, and (4) a mode in which a plurality of game terminals are physically coupled to form a single system (for example, a business game system) as a whole. The present invention can be applied to any form, but in the second embodiment, (1) a game terminal and a server will be described as being connected by a given telecommunication line.
The game type is RPG, and the story is the same as in the first embodiment.
[0080]
In the second embodiment, it is assumed that a player who operates each game system G operates only one PC. Each player is assigned an individual ID (hereinafter referred to as a PC ID). In a network game, a PC operated by each player is identified by this ID.
[0081]
In the first embodiment, the encounter with another character is only for the NPC, as in the event “e1”. However, in the present second embodiment, a PC operated by another player (hereinafter referred to as OPC) may be encountered. This is one of the major differences from the first embodiment.
[0082]
FIG. 8 is a diagram showing a schematic configuration of the game system G and the server V to which the present invention is applied.
[0083]
First, the game system G will be described. In FIG. 8, the game system G includes an
[0084]
The game system G has substantially the same configuration as the
The
[0085]
The
[0086]
Next, the server V will be described. In FIG. 8, the server V includes a
[0087]
The
[0088]
The
[0089]
The
[0090]
FIG. 9 is a diagram illustrating an example of the event / action table T1 ′. The event / action table T1 ′ is a data table in which an event or action ID and an event or action are stored in association with each other. For example, the ID of the event to “encounter” is e1, the ID of the event to “close to the pitfall” is e2, the ID of the action to “consent” is r1, and the ID of the action to “greet” is r2. Yes, the ID of the action to “converse” is r3, the ID of the action to “fall into the pitfall” is r4, and the ID of the action to “jump over the pitfall” is r5. Hereinafter, the event and action will be described by substituting this ID as appropriate.
The event / action table T1 ′ is a fixed value and is not changed during the game.
[0091]
FIG. 10 is a diagram illustrating an example of the state value table T2 ′. The state value table T2 ′ includes the PC ID and each state value (the state values for the parameters “joy”, “anger”, “sorrow”, “easy”, “life force” as in the first embodiment). And the number of experiences is a data table stored in association with each PC. Hereinafter, the parameters will be described by substituting this ID as appropriate.
The state value stored in the state value table T2 ′ is updated during the game.
[0092]
FIG. 11 is a diagram illustrating an example of the experience value table T3 ′. The experience value table T3 ′ is a data table that stores PC IDs and the number of experiences for events and actions in association with each PC. In the following, the number of experiences for events and actions will be described by substituting this ID as appropriate.
The value of the number of experiences stored in the experience value table T3 ′ is updated during the game.
[0093]
Specifically, for example, in FIG. 11, the number of times that PC1 and PC3 “encounter”, that is, the number of occurrences of event e1 between PC1 and PC3, is that “event e1 has occurred between PC1 and PC3. “5” as shown in “experience value for e1exp-PC3”, and “5” is also “experience value for event e1 occurring with PC1” e1exp-PC1.
[0094]
After that, when PC1 and PC2 “encounter”, “experience value e1exp-PC2 for event e1 occurring between PC1” becomes “1”, and similarly e1exp-PC1 of PC2 becomes “1”. Become.
[0095]
Further, the rows and columns of the experience value table T3 ′ are expanded according to the number of players participating in the network game. That is, a row and a column are inserted each time a new player who participates in the game increases. Specifically, when the
[0096]
The
[0097]
FIG. 12 shows an example of the PC information table T6. The PC information table T6 is a data table in which a PC ID, occupation, stage, x coordinate, and y coordinate are stored in association with each other. Here, the occupation is information for determining the unique parameters of each character (synonymous with the unique parameters described in the first embodiment), and the stage is the current game stage where the PC is located. The x coordinate and the y coordinate are information indicating the position of the PC on the game stage.
[0098]
The
[0099]
As in the first embodiment, the event /
[0100]
The
[0101]
When the
[0102]
The
[0103]
The processing procedure of the second embodiment will be described with reference to the flowchart of FIG. FIG. 13 is a flowchart showing a flow of processing executed by the
[0104]
First, when the event /
Then, the state value stored in the state value table T2 ′ and the number of experiences stored in the experience value table T3 ′ are updated (steps S3 and S4).
[0105]
Next, the
[0106]
Then, the
[0107]
In step S5, when it is determined that no action is to be executed, the
[0108]
[Hardware configuration example]
Next, an example of a hardware configuration capable of realizing the
[0109]
The
[0110]
The
[0111]
The
[0112]
In accordance with a program stored in the
[0113]
Further, this apparatus is provided with a
[0114]
The
[0115]
Various processes described with reference to FIGS. 1 to 6 and FIGS. 8 to 12 include an
[0116]
FIG. 15 shows an example in which the
[0117]
In addition, although it adds to the last for confirmation, in the 1st and 2nd embodiment, the case where the kind of game was RPG was demonstrated, However, this invention is not limited to this, Various games (competition game, Needless to say, the present invention can also be applied to sports games, competitive games, and the like.
[Brief description of the drawings]
FIG. 1 is a diagram showing an outline of a game system according to a first embodiment.
FIG. 2 is a diagram showing an example of an event / action table according to the first embodiment.
FIG. 3 is a diagram showing an example of a state value table in the first embodiment.
FIG. 4 is a diagram illustrating an example of an experience value table according to the first embodiment.
FIG. 5 is a diagram showing an example of a change amount table in the first and second embodiments.
FIG. 6 is a diagram showing an example of an action determination table in the first and second embodiments.
FIG. 7 is a flowchart showing an operation related to an action execution process associated with the occurrence of an event in the first embodiment;
FIG. 8 is a diagram showing an outline of a game system and a server according to a second embodiment.
FIG. 9 is a diagram showing an example of an event / action table in the second embodiment.
FIG. 10 is a diagram showing an example of a state value table in the second embodiment.
FIG. 11 is a diagram illustrating an example of an experience value table according to the second embodiment.
FIG. 12 is a diagram illustrating an example of a PC information table according to the second embodiment.
FIG. 13 is a flowchart showing an operation related to an action execution process associated with the occurrence of an event in the second embodiment;
FIG. 14 is a diagram showing an example of a hardware configuration capable of realizing the present embodiment.
FIG. 15 is a diagram showing an example when the present invention is applied to a home game system.
[Explanation of symbols]
1. G game system
V server
10, 10G operation unit
20, 20G, 21V processing unit
210, 210G Game operation part
212, 212V Event / action monitoring unit
214, 214V parameter update unit
216, 216V PC controller
220, 220G image generator
30, 30G, 31V storage unit
300, 300G game program
310V progress management program
3100, 3100V event / action monitoring program
3200, 3200V parameter update program
3300, 3300V PC control program
320, 320G Motion control data
330, 330V action control data
340V PC identification information
40, 40G display section
50G, 51V communication section
Claims (4)
前記PC同士それぞれの遭遇回数を当該PC同士の組み合わせ毎に対応付けて記憶部に記憶させ、PC同士が遭遇する度に、該当する組み合わせに係る遭遇回数を更新する遭遇データ管理手段と、
PC同士の遭遇時の動作を、前記記憶部に記憶された当該遭遇したPC同士の組み合わせに係る遭遇回数に基づいて予め定められた複数種類の動作の中から決定し、決定した動作を当該遭遇したそれぞれのPCに行わせるために、当該決定した動作を特定するための特定情報を当該遭遇したそれぞれのPCに対応する端末に送信する遭遇時動作決定手段と、
を備えたサーバシステム。In a network game in which a plurality of terminals and a server system perform data communication, and each player uses the terminal to operate a player character (hereinafter referred to as “PC” in the claims) and enjoys it, the terminal and the data The server system for performing communication and controlling operations when encountering between PCs,
An encounter data management means for storing the number of encounters of each of the PCs in association with each combination of the PCs and storing the number of encounters related to the combination each time the PCs encounter each other;
The operation at the time of encounter among PC, determined from among a plurality of types of predetermined operations based on the encounter frequency according to the combination of the encountered PC each other stored in the storage unit, the encounter the determined operation In order to cause each of the PCs to perform the action operation determination unit at the time of encounter that transmits specific information for specifying the determined operation to a terminal corresponding to each PC that has been encountered ,
Server system with
前記PC同士それぞれの遭遇回数を当該PC同士の組み合わせ毎に対応付けて記憶部に記憶させ、PC同士が遭遇する度に、該当する組み合わせに係る遭遇回数を更新する遭遇データ管理手段と、
PC同士の遭遇時の動作を、前記記憶部に記憶された当該遭遇したPC同士の組み合わせに係る遭遇回数に基づいて予め定められた複数種類の動作の中から決定し、決定した動作を当該遭遇したそれぞれのPCに行わせる遭遇時動作制御手段と、
を備えたゲームシステム。A game system comprising a plurality of terminals connected to each other, each player operating a PC using the terminals and enjoying the game,
An encounter data management means for storing the number of encounters of each of the PCs in association with each combination of the PCs and storing the number of encounters related to the combination each time the PCs encounter each other;
The operation at the time of encounter among PC, determined from among a plurality of types of predetermined operations based on the encounter frequency according to the combination of the encountered PC each other stored in the storage unit, the encounter the determined operation Action control means for encountering to be performed by each PC,
A game system with
前記PC同士それぞれの遭遇回数を当該PC同士の組み合わせ毎に対応付けて記憶部に記憶させ、PC同士が遭遇する度に、該当する組み合わせに係る遭遇回数を更新するステップと、
PC同士の遭遇時の動作を、前記記憶部に記憶された当該遭遇したPC同士の組み合わせに係る遭遇回数に基づいて予め定められた複数種類の動作の中から決定し、決定した動作を当該遭遇したそれぞれのPCに行わせるために、当該決定した動作を特定するための特定情報を当該遭遇したそれぞれのPCに対応する端末に送信するステップと、
を含む方法。The server system in the network game in which a plurality of terminals and a server system perform data communication and each player operates the PC using the terminal and enjoys the operation, when the PC encounters by performing data communication with the terminal A method of controlling
The encounter frequency of the PC between each stored in the storage unit in association with each combination of each other the PC, every time the PC each other encounters, and updating the encounter frequency according to the applicable combination,
The operation at the time of encounter among PC, determined from among a plurality of types of predetermined operations based on the encounter frequency according to the combination of the encountered PC each other stored in the storage unit, the encounter the determined operation in order to perform the respective PC with, and transmitting specific information for specifying the operations the determined terminal corresponding to each of the PC with the encounter,
Including methods.
前記PC同士それぞれの遭遇回数を当該PC同士の組み合わせ毎に対応付けて記憶部に記憶させ、PC同士が遭遇する度に、該当する組み合わせに係る遭遇回数を更新するステップと、
PC同士の遭遇時の動作を、前記記憶部に記憶された当該遭遇したPC同士の組み合わせに係る遭遇回数に基づいて予め定められた複数種類の動作の中から決定し、決定した動作を当該遭遇したそれぞれのPCに行わせるステップと、
を含む方法。A game system configured by communication connection of a plurality of terminals for each player to operate a PC is a method of controlling operations at the time of encounter between PCs,
The encounter frequency of the PC between each stored in the storage unit in association with each combination of each other the PC, every time the PC each other encounters, and updating the encounter frequency according to the applicable combination,
The operation at the time of encounter among PC, determined from among a plurality of types of predetermined operations based on the encounter frequency according to the combination of the encountered PC each other stored in the storage unit, the encounter the determined operation Step for each PC
Including methods.
Priority Applications (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| JP2001157966A JP4902829B2 (en) | 2001-05-25 | 2001-05-25 | Server system, game system and method |
Applications Claiming Priority (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| JP2001157966A JP4902829B2 (en) | 2001-05-25 | 2001-05-25 | Server system, game system and method |
Publications (2)
| Publication Number | Publication Date |
|---|---|
| JP2002346227A JP2002346227A (en) | 2002-12-03 |
| JP4902829B2 true JP4902829B2 (en) | 2012-03-21 |
Family
ID=19001747
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| JP2001157966A Expired - Fee Related JP4902829B2 (en) | 2001-05-25 | 2001-05-25 | Server system, game system and method |
Country Status (1)
| Country | Link |
|---|---|
| JP (1) | JP4902829B2 (en) |
Families Citing this family (2)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| JP2006288950A (en) * | 2005-04-14 | 2006-10-26 | Sony Computer Entertainment Inc | Game device |
| JP7689559B2 (en) * | 2023-10-19 | 2025-06-06 | 帝人フロンティア株式会社 | DATA SEARCH SYSTEM FOR MOTION DATA AND DATA COMBINATION SYSTEM FOR MOTION DATA |
Family Cites Families (7)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| JPH11212934A (en) * | 1998-01-23 | 1999-08-06 | Sony Corp | Information processing apparatus and method, and providing medium |
| JP2000051520A (en) * | 1998-08-06 | 2000-02-22 | Casio Comput Co Ltd | Electronics |
| JP2000107442A (en) * | 1998-10-06 | 2000-04-18 | Konami Co Ltd | Character behavior control method in video game, video game device, and readable recording medium on which video game program is recorded |
| JP2000132705A (en) * | 1998-10-26 | 2000-05-12 | Square Co Ltd | Image processor, image processing method, game device and recording medium |
| JP2000140427A (en) * | 1998-11-17 | 2000-05-23 | Square Co Ltd | Game device, recording medium and operation pattern change |
| JP4278072B2 (en) * | 1999-06-17 | 2009-06-10 | 株式会社バンダイナムコゲームス | Image generation system and information storage medium |
| JP2001087543A (en) * | 1999-09-22 | 2001-04-03 | Square Co Ltd | Motion reproduction control method, recording medium and game device |
-
2001
- 2001-05-25 JP JP2001157966A patent/JP4902829B2/en not_active Expired - Fee Related
Also Published As
| Publication number | Publication date |
|---|---|
| JP2002346227A (en) | 2002-12-03 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| US11103791B2 (en) | Automatic movement of player character in network game | |
| US8821290B2 (en) | Automatic movement of disconnected character in network game | |
| US10307673B2 (en) | Network game system for executing event in network game | |
| JP3699660B2 (en) | Game device and network game system | |
| JP5616999B2 (en) | Gameplay style concentration detection and game changes | |
| US8062112B2 (en) | Game information processing apparatus and game control program | |
| JP4902829B2 (en) | Server system, game system and method | |
| JP3835624B1 (en) | GAME SYSTEM, GAME SYSTEM CONTROL METHOD AND PROGRAM | |
| JP3822891B2 (en) | Competitive game program | |
| JP3835623B1 (en) | GAME SYSTEM, GAME SYSTEM CONTROL METHOD AND PROGRAM | |
| JP4662552B2 (en) | GAME SYSTEM, GAME SYSTEM CONTROL METHOD AND PROGRAM | |
| JP3822890B2 (en) | Competitive game program | |
| JP2017185159A (en) | Game program, game device and server device | |
| JP2023093718A (en) | Game system, game method and game program | |
| JP2017185155A (en) | GAME PROGRAM, GAME DEVICE, AND SERVER DEVICE | |
| JP2006110218A (en) | GAME DEVICE, GAME DEVICE CONTROL METHOD, AND PROGRAM |
Legal Events
| Date | Code | Title | Description |
|---|---|---|---|
| A621 | Written request for application examination |
Free format text: JAPANESE INTERMEDIATE CODE: A621 Effective date: 20080331 |
|
| RD02 | Notification of acceptance of power of attorney |
Free format text: JAPANESE INTERMEDIATE CODE: A7422 Effective date: 20080331 |
|
| A521 | Written amendment |
Free format text: JAPANESE INTERMEDIATE CODE: A821 Effective date: 20080409 |
|
| RD04 | Notification of resignation of power of attorney |
Free format text: JAPANESE INTERMEDIATE CODE: A7424 Effective date: 20080409 |
|
| A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20100831 |
|
| A521 | Written amendment |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20101101 |
|
| A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20110405 |
|
| A521 | Written amendment |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20110603 |
|
| TRDD | Decision of grant or rejection written | ||
| A01 | Written decision to grant a patent or to grant a registration (utility model) |
Free format text: JAPANESE INTERMEDIATE CODE: A01 Effective date: 20111227 |
|
| A01 | Written decision to grant a patent or to grant a registration (utility model) |
Free format text: JAPANESE INTERMEDIATE CODE: A01 |
|
| A61 | First payment of annual fees (during grant procedure) |
Free format text: JAPANESE INTERMEDIATE CODE: A61 Effective date: 20111229 |
|
| R150 | Certificate of patent or registration of utility model |
Ref document number: 4902829 Country of ref document: JP Free format text: JAPANESE INTERMEDIATE CODE: R150 Free format text: JAPANESE INTERMEDIATE CODE: R150 |
|
| FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20150113 Year of fee payment: 3 |
|
| FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20150113 Year of fee payment: 3 |
|
| S533 | Written request for registration of change of name |
Free format text: JAPANESE INTERMEDIATE CODE: R313533 |
|
| R350 | Written notification of registration of transfer |
Free format text: JAPANESE INTERMEDIATE CODE: R350 |
|
| R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
| S531 | Written request for registration of change of domicile |
Free format text: JAPANESE INTERMEDIATE CODE: R313531 |
|
| R350 | Written notification of registration of transfer |
Free format text: JAPANESE INTERMEDIATE CODE: R350 |
|
| R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
| R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
| R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
| R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
| LAPS | Cancellation because of no payment of annual fees |