JP3597524B2 - Game program - Google Patents

Game program Download PDF

Info

Publication number
JP3597524B2
JP3597524B2 JP2002352316A JP2002352316A JP3597524B2 JP 3597524 B2 JP3597524 B2 JP 3597524B2 JP 2002352316 A JP2002352316 A JP 2002352316A JP 2002352316 A JP2002352316 A JP 2002352316A JP 3597524 B2 JP3597524 B2 JP 3597524B2
Authority
JP
Japan
Prior art keywords
mode
probability
game
character
movie
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
Application number
JP2002352316A
Other languages
Japanese (ja)
Other versions
JP2004180986A (en
Inventor
美恵 佐々木
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Konami Group Corp
Original Assignee
Konami Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Konami Corp filed Critical Konami Corp
Priority to JP2002352316A priority Critical patent/JP3597524B2/en
Publication of JP2004180986A publication Critical patent/JP2004180986A/en
Application granted granted Critical
Publication of JP3597524B2 publication Critical patent/JP3597524B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Images

Description

【0001】
【発明の属する技術分野】
本発明は、目標の達成確率に基づき目標の達成状態を演算処理し、該達成状態を結果として表現するゲームプログラムに係り、詳しくは、実行指令を受付けた際に達成確率の上昇を行うか否かの選択を内部的に行うゲームプログラムに関する。
【0002】
【従来の技術】
一般に知られている戦略シミュレーションタイプのゲームとして、例えばサッカーのシミュレーションゲームなども存在している。このサッカーのシミュレーションゲームにおいて、プレーヤがシュートを指令するコマンド入力が行われると、例えばキャラクタのシュート力、ディフェンス力(敵キャラクタの能力)、ゴールまでの距離などに基づいてゴール確率の演算処理を行い、該演算処理の結果により、ゴールする場合にはゴールシーンの動画(以下、「ムービー」とする。)を、また、外れる場合には外れるシーンのムービーを選択し、当該選択されたムービーをモニタなどに表示してプレーヤに結果を知らせている。
【0003】
なお、本出願人は、出願時において、上述のようなムービー選択のやり方について体系的に記した技術文献を知らないため、開示すべき先行技術文献情報はない。
【0004】
【発明が解決しようとする課題】
しかしながら、一旦選択されたムービーの表示が開始されると、その時点では結果(ゴールするか否か)が決定されていることになり、プレーヤがそのムービーを見ることは単に結果を知るためだけになる虞があって、ムービーに対する期待感が薄れ、ゲームとしての面白みに欠けていた。
【0005】
そこで本発明は、上記課題を解決するため、プレーヤが実行指令を操作入力した後に、確率上昇ムービーが表現装置に表現される場合があるゲームプログラムを提供することを目的とするものである。
【0006】
【課題を解決するための手段】
請求項1に係る発明は、プレーヤの操作を入力自在な入力部(4)と、ゲームプログラム(GPR)の情報を格納し得るメモリ部(12,13,18,19)と、前記ゲームプログラム(GPR)に基づくムービーを演算する演算部(11)と、前記ムービーをモニタ(3)に出力する表現データ出力部(14,15)と、を備えたコンピュータ(1)を、
ゲーム上にキャラクタ(例えばCR1,CR4)を登場させて該ゲーム上のストーリ展開を演算処理するストーリ処理手段(33)、
前記キャラクタ(例えばCR1,CR4)のゲーム上における能力値を含むキャラクタ情報(D1,D2,D3)を処理するキャラクタ情報処理手段(37,51)、
各種の前記ムービー(例えばmovA,movB,movC)を前記メモリ部から呼び出し自在な形で管理する表現情報管理手段(50)、
前記入力部(4)を介した前記プレーヤの操作に基づき、ゲーム上にて目標を達成するための行動を前記キャラクタ(例えばCR1)に行わせる実行指令の受付に関する処理を行う指令受付処理手段(32)、
前記指令受付処理手段(32)が前記実行指令を受付けた際に、前記キャラクタ情報(例えばD1,D2,D3)に基づき前記目標の達成確率を演算する達成確率演算手段(41)、
所定パラメータに基づき、前記達成確率の上昇度合に応じた、第1上昇モード、第2上昇モード、第1上昇モード及び第2上昇モードの両方、前記達成確率の非上昇モードの内、何れかを選択するモード選択手段(42)、
前記表現情報管理手段は、前記第1上昇モードと第2上昇モードにそれぞれ対応した確率上昇ムービーを前記メモリ部に格納しており、
前記モード選択手段が前記第1上昇モードと第2上昇モードのいずれかを選択した場合に、該選択された上昇モードに対応した確率上昇ムービーを選択して前記表現データ出力部に出力すると共に、前記モード選択手段が前記第1上昇モード及び第2上昇モードの両方を選択した場合に、それら選択された第1上昇モード及び第2上昇モードに対応した二つの確率上昇ムービーを共に選択して前記表現データ出力部に出力する対応データ処理手段、
前記モード選択手段(42)の選択に基づき、前記達成確率を補正する達成確率補正処理手段(46)、
前記達成確率補正処理手段(46)により補正された達成確率に基づき前記目標の達成状態を演算処理し、前記各種のムービーの中から前記目標の達成状態に応じた結果ムービー(例えばmovC)を選択し、前記表現データ出力部(14,15)に出力する結果処理手段(30,47)、
として機能させるためのゲームプログラム(GPR)にある。
【0007】
請求項2に係る発明は、前記請求項1記載のゲームプログラム(GPR)であって、
前記対応データ処理手段(30,45)は、前記モード選択手段(42)が前記非上昇モードを選択した場合に、前記各種のムービーの中から前記非上昇モードに対応した確率非上昇ムービー(例えばmovB1)を選択して前記表現データ出力部(14,15)に出力する、
ことを特徴とするゲームプログラム(GPR)にある。
【0008】
請求項3に係る発明は、前記請求項記載のゲームプログラム(GPR)であって、
前記キャラクタ情報処理手段(37,51)は、前記キャラクタ(例えばCR1,CR4)のゲーム上における各種の能力値をそれぞれ処理し、
前記モード選択手段(42)は、前記各種の能力値のうちの所定の能力値に基づき前記所定パラメータを変動させて演算処理する、
ことを特徴とするゲームプログラム(GPR)にある。
【0009】
請求項4に係る発明は、プレーヤの操作を入力自在な入力部(4)と、
ゲームプログラム(GPR)の情報を格納し得るメモリ部(12,13,18,19)と、
前記ゲームプログラム(GPR)に基づくムービーを演算する演算部(11)と、
前記ムービーをモニタ(3)に出力する表現データ出力部(14,15)と、
ゲーム上にキャラクタ(例えばCR1,CR4)を登場させて該ゲーム上のストーリ展開を演算処理するストーリ処理手段(11,33)と、
前記キャラクタ(例えばCR1,CR4)のゲーム上における能力値を含むキャラクタ情報(D1,D2,D3)を処理するキャラクタ情報処理手段(11,37,51)と、
各種の前記ムービー(例えばmovA,movB,movC)を前記メモリ部から呼び出し自在な形で管理する表現情報管理手段(11,50)、
前記入力部(4)を介した前記プレーヤの操作に基づき、ゲーム上にて目標を達成するための行動を前記キャラクタ(例えばCR1)に行わせる実行指令の受付に関する処理を行う指令受付処理手段(11,32)と、
前記指令受付処理手段(11,32)が前記実行指令を受付けた際に、前記キャラクタ情報(例えばD1,D2,D3)に基づき前記目標の達成確率を演算する達成確率演算手段(11,41)と、
所定パラメータに基づき、前記達成確率の上昇度合に応じた、第1上昇モード、第2上昇モード、第1上昇モード及び第2上昇モードの両方、前記達成確率の非上昇モードの内、何れかを選択するモード選択手段(11,42)と、
前記表現情報管理手段は、前記第1上昇モードと第2上昇モードにそれぞれ対応した確率上昇ムービーを前記メモリ部に格納しており、
前記モード選択手段が前記第1上昇モードと第2上昇モードのいずれかを選択した場合に、該選択された上昇モードに対応した確率上昇ムービーを選択して前記表現データ出力部に出力すると共に、前記モード選択手段が前記第1上昇モード及び第2上昇モードの両方を選択した場合に、それら選択された第1上昇モード及び第2上昇モードに対応した二つの確率上昇ムービーを共に選択して前記表現データ出力部に出力する対応データ処理手段、
前記モード選択手段(11,42)の選択に基づき、前記達成確率を補正する達成確率補正処理手段(11,46)と、
前記達成確率補正処理手段(11,46)により補正された達成確率に基づき前記目標の達成状態を演算処理し、前記各種のムービーの中から前記目標の達成状態に応じた結果ムービー(例えばmovC)を選択し、前記表現データ出力部(14,15)に出力する結果処理手段(11,30,47)と、を備える、
ことを特徴とするゲーム装置にある。
【0010】
【発明の効果】
請求項1に係る発明によると、指令受付処理手段(32)が実行指令を受付けた際に、達成確率演算手段(41)が演算する目標の達成確率の、上昇モードと非上昇モードとをモード選択手段(42)が選択し、モード選択手段(42)が上昇モードを選択した場合に、対応データ処理手段(30,45)が上昇モードに対応した確率上昇ムービー(例えばmovB2,movB3)を選択して表現データ出力部(14,15)に出力し、達成確率補正処理手段(46)が達成確率を補正するので、例えばプレーヤに対して、実行指令を操作入力した後に上昇モードに対応した確率上昇ムービー(例えばmovB2,movB3)がモニタ(3)に表現され、達成確率が上昇して目標が達成されるかもしれないという期待感を与えることができ、ゲームとしての面白みを増すことができる。
【0011】
対応データ処理手段(30,45)が、モード選択手段(42)が第1上昇モードと第2上昇モードのいずれかを選択した場合に、該選択された上昇モードに対応した確率上昇ムービー(例えばmovB2、movB3)を選択して表現データ出力部(14,15)に出力するので、例えばプレーヤに対して、モニタ(3)に表現された確率上昇ムービー(例えばmovB2、movB3)によって達成確率の上昇度合を知らせることができ、期待する度合が異なる期待感を与えることができる。
【0012】
請求項2に係る発明によると、対応データ処理手段(30,45)が、モード選択手段(42)が非上昇モードを選択した場合に、非上昇モードに対応した確率非上昇ムービー(例えばmovB1)を選択して表現データ出力部(14,15)に出力するので、例えばプレーヤに対して、達成確率が上昇しないことを知らせることができる。
【0013】
請求項に係る発明によると、キャラクタ情報処理手段(37,51)が、キャラクタ(例えばCR1,CR4)のゲーム上における各種の能力値をそれぞれ処理し、モード選択手段(42)が、所定の能力値に基づき所定パラメータを変動させて演算処理するので、上昇モードと非上昇モードとを選択する際の確率が、キャラクタ(例えばCR1,CR4)のゲーム上における各種の能力値に基づき変化し、ゲームとしての趣向を増すことができる。
【0014】
なお、上記カッコ内の符号は、図面と対照するためのものであるが、これは、発明の理解を容易にするために使用した全く便宜的なものであり、特許請求の範囲の構成及びその技術的範囲の解釈に何等影響を及ぼすものではない。
【0015】
【発明の実施の形態】
以下、本発明に係る実施の形態を図に沿って説明する。図1は本発明を適用し得る携帯型ゲーム機1を示す外観図、図2はゲーム機1を示す制御ブロック図である。
【0016】
図1に示すように、本発明に係るゲームプログラムを適用し得るコンピュータの一例としてのゲーム機1は、本体2を有しており、その本体2に表現装置としての液晶モニタ3と、入力部4とが備えられている。該入力部4は、方向指示スイッチ5と、複数の押釦スイッチ6(A),6(B)とを備えている。該方向指示スイッチ5は、例えば十字型の操作部材5aを有し、該操作部材5aの上下左右方向の操作(上下左右の端部の押し込み操作)に対応した信号を出力する。
【0017】
このような入力部4の構成は周知であり、種々変形が可能である。例えば操作部材5aに代え、上下左右にそれぞれ一つずつ押釦スイッチが配置されてもよく、いわゆるレバーなどが配置されてもよい。また、上記押釦スイッチ6の個数及び配置も種々変更してよい。この他に、ゲーム機1には電源スイッチ、音量調整用の操作部材などが設けられるが、それらは省略する。
【0018】
上記ゲーム機1には、図2に示すように、制御装置10が備えられており、制御装置10は、マイクロプロセッサを利用したCPU(演算部)11を主体とするコンピュータとして構成されている。CPU11には、主記憶装置としてのROM(リードオンリーメモリ)12及びRAM(ランダムアクセスメモリ)13と、画像処理回路(表現データ出力部)14と、サウンド処理回路(表現データ出力部)15とがバス16を介してそれぞれ接続されている。ROM12には、ゲーム機1の基本的な制御(例えば起動制御)に必要なプログラムが格納される。RAM13には、CPU11に対する作業領域が確保される。画像処理回路14はCPU11からの描画指示に応じて液晶モニタ3を制御して、その画面上に所定の画像を表示させる。サウンド処理回路15はCPU11からの発音指示に応じたアナログ音声信号を生成してスピーカ(表現装置)7に出力する。
【0019】
CPU11にはバス16を介して入力部4の各スイッチ5,6が接続され、それによりCPU11は各スイッチ5,6の操作状態を判別可能である。また、バス16には、制御装置10とは別体の外部記憶装置17が接続される。外部記憶装置17は例えば本体2に対して着脱自在なカートリッジ型に構成され、その内部には記憶媒体としてROM18及び書き換え可能ユーザ用メモリとしてのメモリ19が設けられる。そして、ROM18には、コンピュータとしてのゲーム機1を機能させるためのゲームプログラムGPRが、該ゲームプログラムGPRの実行に必要な各種データと共に予め記録されている。メモリ19はフラッシュメモリのような書き換え可能なROMが使用され、そこには例えばゲームのセーブデータ等が必要に応じて記録される。
【0020】
なお、外部記憶装置17の記憶媒体は半導体記憶素子に限らず、磁気記憶媒体、光学式記憶媒体、光磁気記憶媒体等の各種の記憶媒体を使用してもよい。また、ゲームプログラムGPRは、例えばそれらのような記憶媒体を使用せずに、モデム等の通信装置や後述する通信制御回路20を介してインターネット等から配信されるものであってもよい。或いはピアツーピアで接続された別のゲーム機からゲームプログラムGPRを読込んで起動するものであってもよい。なお、バス16と各要素との間には必要に応じてインターフェース回路が介在されるが、それらの図示は省略した。制御装置10の構成は上記に限定されず、種々の制御装置を使用してよい。
【0021】
ゲーム機1を所定の通信回線や他のゲーム機等に接続するため、CPU11には、バス16を介して通信制御回路20が接続される。通信制御回路20には通信インターフェース21を介して通信コネクタ22が接続される。通信制御回路20としては、例えばDSP(デジタルシグナルプロセッサ)とソフトウエアとの組み合わせにより、モデムやインターフェース21をゲーム機1に対して外部接続される周辺機器として設けてもよい。
【0022】
以上の構成のゲーム機1では、外部記憶装置17のROM18に記録されたゲームプログラムをロードしてCPU11で実行することにより、様々なジャンルのゲームをモニタ3の画面上でプレーすることができる。また、通信制御回路20を制御して、例えば所定のネットワークにゲーム機1を接続したり、他のゲーム機と通信ケーブル等を介して接続したりすることで、他のゲーム機との間でデータ(情報)のやり取りや対戦型のゲームを行うことができる。
【0023】
なお、本発明に係るゲームプログラムを機能させるコンピュータとして、例えば携帯型ゲーム機としてのゲーム機1を一例として説明したが、該ゲーム機1は、いわゆる家庭用ゲーム機であってもよく、更に、ゲーム専用の装置でなく、一般的な音楽や映像の記録媒体の再生なども可能な装置であってもよく、これに限らず、コンピュータとして、例えばパーソナルコンピュータ、携帯電話機など、つまりゲームプログラムを機能させることのできるものであれば何れのものでもよい。
【0024】
ついで、本発明を適用し得るゲームプログラムGPRの一例について図3乃至図10に沿って説明する。図3は本発明に係るゲームプログラムを示すブロック図、図4は本発明を適用し得るゲームプログラムの位置情報を示す説明図、図5は行動開始ムービーmovAを示す図、図6は支援キャラクタムービーmovB1を示す図、図7は支援キャラクタムービーmovB2を示す図、図8支援キャラクタムービーmovB3を示す図、図9は結果ムービーmovC1を示す図、図10は結果ムービーmovC2を示す図である。
【0025】
なお、ゲームプログラムGPRは、本来、多くのプログラム(手段)から構成されているものであるが、図3においては、説明の便宜上、本発明に係る主要部分だけを概略的に示し、その他の動作や演算などを機能させる多くのプログラムの図示を省略する。
【0026】
図3に示すように、例えばサッカー・シミュレーションゲームとしてのゲームプログラムGPRは、表現データ生成プログラム(対応データ処理手段、結果処理手段)30、キー入力処理プログラム31、指令受付処理プログラム32、対戦モード処理35と育成モード処理36を切替自在に行うストーリ処理プログラム33、位置処理プログラム38を有するキャラクタ情報処理プログラム37、行動開始処理プログラム40、達成確率演算処理プログラム41、パラメータ処理プログラム43を有するモード選択プログラム42、対応データ処理プログラム45、達成確率補正処理プログラム46、結果処理プログラム47、表現情報管理プログラム50、キャラクタ情報格納(キャラクタ情報処理)プログラム51から構成されてゲーム装置1を機能させている。
【0027】
また、ゲームプログラムGPRは、例えば上記各プログラムが図3中破線で区切って示すように階層構造になっており、不図示のマルチタスクオペレーションシステム(マルチタスクOS)などによってタスク処理が管理されることで、あたかも複数のプログラムが同時に実行されているような形のマルチタスク処理が可能となっている。
【0028】
なお、図3に示すゲームプログラムGPRの階層構造は概念的に示したものであり、実際のゲームプログラムGPRは、その他の図示を省略したプログラムを含め、更に複雑な階層構造によって処理の順位の決定や各種の割り込み処理などが可能となっているが、説明の便宜上、その図示と説明を省略する。また、図3中の各プログラム間を接続して示す矢印は、発明を理解し易くするためのものであり、各プログラム間における情報や演算処理のやり取りがこれら矢印によって限定されるものではない。
【0029】
ついで、ゲームプログラムGPRの動作を図に沿って説明する。まず、例えばプレーヤがゲーム機1の電源をONすると、該ゲーム機1は、ゲームプログラムGPRが記録されている外部記憶装置17の読取りを行い、当該ゲームプログラムGPR(例えば不図示のOS、タスク管理プログラムなども含む)をRAM13に格納する。
【0030】
また、キャラクタ情報格納プログラム51は、例えば以前にプレーを行った際のキャラクタの各種情報(例えばプレーヤが操作するキャラクタCR1、その他のキャラクタ、敵キャラクタCR4などの、シュート力、スタミナ、ディフェンス力、根性、性格、気力などを数値化した各種の値)、或いは初めて当該ゲームを開始した場合はあらかじめ設定されたキャラクタの各種情報をROM18又はメモリ19からRAM13に格納する。
【0031】
なお、キャラクタ情報格納プログラム51によってRAM13に格納される各種情報は、特にゲーム機1の電源をONした際に格納するのではなく、それら情報が必要な際に随時読取る形でRAM13に格納するものであってもよい。
【0032】
つづいて、例えばプレーヤがゲームを開始すると、ストーリ処理プログラム33は、ゲーム上のストーリ展開に関して演算処理を行い、操作部4、キー入力処理プログラム31を介したプレーヤの操作入力に基づき操作する形で各種ストーリ展開をゲーム上で開始する。
【0033】
ここで、ストーリ処理プログラム33が育成モード処理36を開始すると、ゲーム上のストーリ展開として、例えばキャラクタCR1の練習などを行う場面を展開させて、プレーヤに練習のメニューを選択させる、などの処理を行う。それを受けたキャラクタ情報処理プログラム37が該キャラクタCR1の能力値(例えば、行動力、シュート力、パス力、キープ力、ディフェンス力、気力などの値)を上昇、或いは下降させるような処理を行い、キャラクタ情報格納プログラム51が該キャラクタCR1の能力値をキャラクタ情報D1としてRAM13に格納する。
【0034】
なお、このストーリ処理プログラム33による育成モード処理36は、種々の態様が考えられ、上述のような練習を行う場面に限るものではない。また、例えば敵キャラクタCR4の能力値を上昇、或いは下降させるような処理を行って敵キャラクタ情報D3としてRAM13に格納してもよい。
【0035】
ついで、ストーリ処理プログラム33が育成モード処理36を終えて、例えばサッカーの試合を行うための対戦モード処理35を開始すると、図4に示すようなサッカー場55を例えば12列×9行の、エリアar1−1からエリアar9−12まで区画した画像情報を生成して、表現データ生成プログラム30を介してモニタ3に表示する。
【0036】
また、上記図4に示すサッカー場55において、例えばAはプレーヤのチームが守るゴール、Bはプレーヤのチームが攻めるゴール、図中破線で示す範囲C(エリアar1−10からエリアar9−12)は当該範囲C内に居るキャラクタがゴールBにシュートするコマンドの受付けを許可(可能)する範囲である。なお、このサッカー場55の形状、区画、シュートのコマンドの受付範囲などは、本発明を説明するための一例であって、どのようなものであってもよい。
【0037】
次に、例えばプレーヤによる方向指示スイッチ5の操作に基づき、位置処理プログラム38が、キャラクタCR1やその他の味方になるキャラクタの配置、移動位置、パスを出す位置などを上記エリアar1−1からエリアar9−12に対応させる形でそれらの位置情報D2を処理し、キャラクタ情報格納プログラム51によってRAM13に格納する。また、そのプレーヤの操作に基づき、敵キャラクタCR4やその他の敵キャラクタの配置、移動位置、パスを出す位置なども上記エリアar1−1からエリアar9−12に対応させる形でそれらの位置情報D2を処理し、キャラクタ情報格納プログラム51によってRAM13に格納する。
【0038】
そして、上述のような対戦モード処理35の処理が行われている間に、例えばボールをキープしたキャラクタCR1が範囲Cに入っており、例えば該キャラクタCR1の同じエリア内に敵キャラクタが居ないなどの条件を満たし、更に、操作部4を介したプレーヤの操作入力に基づき、シュートのコマンド(即ち、ゴールという目標を達成させるための行動の実行指令)が入力されると、指令受付処理プログラム32が、当該シュートのコマンドの受付を許可して受付ける。
【0039】
一方、上記表現情報管理プログラム50は、各種ムービー(表現データ)、即ち、行動開始ムービーmovA、支援キャラクタムービーmovB(確率上昇表現データ、非確率上昇表現データ)、結果ムービーmovC(結果表現データ)を管理しており、つまりこれら各種ムービーのデータを例えばROM18から自在に呼び出す形で表現データ生成プログラム30を介してモニタ3やスピーカ7に再生出力し得るようになっている。
【0040】
上記指令受付処理プログラム32がシュートのコマンドを受付けると、それを受けた行動開始処理プログラム40は、上記表現情報管理プログラム50により管理されている各種のムービーの中から、図5に示すようなプレーヤが操作しているキャラクタCR1がシュートする動作を表現する行動開始ムービーmovAを選択して、表現データ生成プログラム30を介してモニタ3に(音声情報がある場合はスピーカ7にも)再生出力し、プレーヤに対してキャラクタCR1がシュートを開始したことを表現する。
【0041】
また、指令受付処理プログラム32がシュートのコマンドを受付けると、それを受けた達成確率演算処理プログラム41は、上述のように育成モード処理36においてキャラクタ情報処理プログラム37によってRAM13に格納されたキャラクタ情報D1、位置情報D2、敵キャラクタ情報D3からゴールする確率(達成確率)を演算する。
【0042】
詳しくは、キャラクタ情報D1の中にあるキャラクタCR1の能力値(例えば、行動力、シュート力、パス力、キープ力、ディフェンス力、気力などの値)、位置情報D2の中にあるゴールまでの距離、敵キャラクタ情報D3の中にある敵キャラクタの能力値(例えば、行動力、シュート力、パス力、キープ力、ディフェンス力、気力などの値)に基づき、ゴールする確率を演算する。なお、この演算は、どのような値に基づいて演算してもよいが、キャラクタCR1の能力値がゴールする確率に反映されることが好ましい。
【0043】
一方、モード選択プログラム42は、例えば上記達成確率演算処理プログラム41によりゴールする確率が演算された後に、パラメータ処理プログラム43により演算処理された所定パラメータに基づき、上記ゴールする確率を上昇させる上昇モード、又は上昇させない非上昇モードを選択する。
【0044】
詳しくは、モード選択プログラム42のパラメータ処理プログラム43が、例えばキャラクタ情報D1の中からキャラクタCR1のゲーム上の気力を数値化した気力値を取得し、該モード選択プログラム42は、気力値に基づいて上昇モードを選択する確率を演算する。また、上昇モードが複数の種類がある場合は、それぞれの上昇モードが選択される確率を演算する。
【0045】
例えば第1及び第2の上昇モードとして2つの上昇モードがある場合であって気力値が100%である場合とすると、パラメータ処理プログラム43が第1の上昇モードを例えば15%、第2の上昇モードを20%として演算する。また、例えば2つの上昇モードがある場合であって気力値が0%である場合とすると、パラメータ処理プログラム43が第1の上昇モードを例えば0%、第2の上昇モードを5%として演算する。なお、これらの確率の値は一例であって、どのような値にしてもよい。
【0046】
また、この気力値は、上記育成モード処理36に基づいてキャラクタ情報処理プログラム37により(つまりキャラクタCR1の能力値により)決定される値であってもよく、対戦モード処理35に基づいてキャラクタ情報処理プログラム37により(つまり試合進行の状態により)決定されるものであってもよく、更に乱数的に決定されるものであってもよい。この気力値が変動することで、上昇モードを選択する際の確率を変化させることができる。
【0047】
また、本実施の形態では、気力値だけに基づき上昇モードを選択する確率を演算しているが、上記達成確率に基づいて上昇モードを選択するようにしてもよく、これらに限らず、上昇モードを選択する確率は、どのような値(パラメータ)に基づいて演算してもよい。
【0048】
そして、モード選択プログラム42は、当該2つの上昇モードの確率に基づき、非上昇モードを選択する、第1の上昇モードを選択する、第2の上昇モードを選択する、第1の上昇モードと第2の上昇モードを選択する、の何れかを選択する。
【0049】
なお、モード選択プログラム42の選択は段階的なものであってもよく、例えば第1の段階として、上記気力値に応じた確率により例えば必殺技を繰り出すモードと繰り出さないモードとを選択し、第2の段階として、必殺技を繰り出すモードである際に上記気力値に応じた確率により上昇モードと非上昇モードとを選択するようにしてもよい。この際は、必殺技を繰り出すモードが選択されない限り、上昇モードが選択されることはない。
【0050】
そして、対応データ処理プログラム45は、上記モード選択プログラム42により上昇モード、又は非上昇モードが選択されると、その選択結果に対応した支援キャラクタムービーを選択し、表現データ生成プログラム30を介してモニタ3に(音声情報がある場合はスピーカ7にも)再生出力する。
【0051】
即ち、例えばモード選択プログラム42により非上昇モードが選択された場合、対応データ処理プログラム45は、図6に示すように、例えば観客席に特にキャラクタCR1を支援するようなキャラクタが現れない支援キャラクタムービーmovB1を選択し、表現データ生成プログラム30を介してモニタ3に出力する。これにより、プレーヤは、シュートがゴールする確率が上昇しなかったことを認識することができ、例えば本来のキャラクタCR1の能力値に応じたゴールする確率で結果が決定されることを知ることができる。
【0052】
その後、達成確率補正処理プログラム46は、モード選択プログラム42が非上昇モードを選択したことに基づき、上記達成確率演算処理プログラム41により演算されたゴールする確率を、そのまま補正せずに結果処理プログラム47に出力し、該結果処理プログラム47は当該ゴールする確率に基づいて、シュートの結果状態を選択決定する。
【0053】
つまり、キャラクタCR1の能力値が高く、敵キャラクタCR4の能力値が低い場合など、上記演算されたゴールする確率によってはゴールする結果になり得、ゴールする結果が選択された場合は、結果処理プログラム47が図9に示すような結果ムービーmovC1を選択して、表現データ生成プログラム30を介してモニタ3に出力され、プレーヤは、シュートがゴールしたことを知ることができる。
【0054】
また、キャラクタCR1の能力値が低く、敵キャラクタCR4の能力値が高い場合など、上記演算されたゴールする確率によってはゴールしない結果になる可能性が高く、ゴールしない結果が選択された場合は、結果処理プログラム47が図10に示すような結果ムービーmovC2を選択して、表現データ生成プログラム30を介してモニタ3に出力され、プレーヤは、シュートがゴールしなかったことを知ることができる。
【0055】
なお、本実施の形態では、上述のように非上昇モードが選択された場合に、達成確率補正処理プログラム46がゴールする確率を補正しないものを説明したが、当該達成確率補正処理プログラム46がゴールする確率を下降させるように補正するようにしてもよい。
【0056】
一方、例えばモード選択プログラム42により第1の上昇モードが選択された場合、対応データ処理プログラム45は、図7に示すように、例えば観客席にキャラクタCR1を支援するようなキャラクタCR2が現れる支援キャラクタムービーmovB2を選択し、表現データ生成プログラム30を介してモニタ3に再生出力する。これにより、プレーヤは、シュートがゴールする確率が上昇したことを認識することができ、例えば非常に高い確率(例えば90%とする)でゴールする結果が決定されることを知ることができる。
【0057】
その後、達成確率補正処理プログラム46は、モード選択プログラム42が第1の上昇モードを選択したことに基づき、上記達成確率演算処理プログラム41により演算されたゴールする確率を、例えば90%に補正して結果処理プログラム47に出力し、該結果処理プログラム47は当該補正されたゴールする確率に基づいて、シュートの結果状態を選択決定する。
【0058】
つまり、キャラクタCR1の気力値が高い場合などに、第1の上昇モードが選択されることが多くなり、上記補正されたゴールする確率(例えば90%)によってゴールする結果になる可能性が高く、ゴールする結果が選択された場合は、結果処理プログラム47が図9に示すような結果ムービーmovC1を選択して、表現データ生成プログラム30を介してモニタ3に出力され、プレーヤは、シュートがゴールしたことを知ることができる。
【0059】
また、たとえ上昇モードが選択され、上記補正されたゴールする確率(例えば90%)によってゴールする結果になる可能性が高くても、ゴールしない結果になることもあり得、ゴールしない結果が選択された場合は、結果処理プログラム47が図10に示すような結果ムービーmovC2を選択して、表現データ生成プログラム30を介してモニタ3に再生出力され、プレーヤは、シュートがゴールしなかったことを知ることができる。
【0060】
また、例えばモード選択プログラム42により第2の上昇モードが選択された場合、対応データ処理プログラム45は、図8に示すように、例えば観客席にキャラクタCR1を支援するようなキャラクタCR3が現れる支援キャラクタムービーmovB3を選択し、表現データ生成プログラム30を介してモニタ3に再生出力する。これにより、プレーヤは、シュートがゴールする確率が上昇したことを認識することができ、例えばやや高い確率(例えば60%とする)でゴールする結果が決定されることを知ることができる。
【0061】
その後、達成確率補正処理プログラム46は、モード選択プログラム42が第2の上昇モードを選択したことに基づき、上記達成確率演算処理プログラム41により演算されたゴールする確率を、例えば60%に補正して結果処理プログラム47に出力し、該結果処理プログラム47は当該補正されたゴールする確率に基づいて、シュートの結果状態を選択決定する。
【0062】
そして、上述と同様に、結果処理プログラム47が補正されたゴールする確率に応じてゴールする結果、又はゴールしない結果を選択して、該選択された結果に対応する結果ムービーmovC1、又は結果ムービーmovC2を選択し、表現データ生成プログラム30を介してモニタ3に再生出力する。
【0063】
更に、例えばモード選択プログラム42により第1の上昇モードと第2の上昇モードとの両方が選択された場合、対応データ処理プログラム45は、図7及び図8に示すように、例えばキャラクタCR2が現れる支援キャラクタムービーmovB2とキャラクタCR3が現れる支援キャラクタムービーmovB3とを選択し、表現データ生成プログラム30を介してモニタ3に連続的に再生出力する。これにより、プレーヤは、シュートがゴールする確率が上昇したことを認識することができ、例えば必ずゴールする結果(例えば100%とする)が決定されることを知ることができる。
【0064】
その後、達成確率補正処理プログラム46は、モード選択プログラム42が第1及び第2の上昇モードを選択したことに基づき、上記達成確率演算処理プログラム41により演算されたゴールする確率を、例えば100%に補正して結果処理プログラム47に出力し、該結果処理プログラム47は当該補正されたゴールする確率に基づいて、シュートの結果状態を選択決定する。
【0065】
この際は、結果処理プログラム47が補正されたゴールする確率、即ち100%でゴールする結果を選択して、対応する結果ムービーmovC1を選択し、表現データ生成プログラム30を介してモニタ3に再生出力する。
【0066】
なお、本実施の形態では、説明の便宜上、結果処理プログラムにより選択されるゴールする結果とゴールしない結果とを結果の状態の一例として説明しているが、実際にはゴールする確率やキャラクタの能力値に応じて、例えばキャラクタCR4がボールをキャッチする、ボールがゴールから大きくそれる、ボールがゴールから僅かにそれる、ボールがゴールポストにあたりゴールする、ボールがゴールポストにあたりゴールしない、などの複数の中から選択を行い、それらを結果ムービーとして表現データ生成プログラム30を介してモニタ3に再生出力することが好ましい。
【0067】
また、本実施の形態では、説明の便宜上、モード選択プログラムにより例えば2つの上昇モードと非上昇モードとの中から選択するものを一例として説明したが、上昇モードは更に多くの上昇モードがあってもよい。
【0068】
以上のように、本発明に係るゲームプログラムGPRによると、指令受付処理プログラム32がシュートのコマンドを受付けた際に達成確率演算プログラム41が演算するゴールする確率の、上昇モードと非上昇モードとをモード選択プログラム42が選択し、モード選択プログラム42が上昇モードを選択した場合に、対応データ処理プログラム45が上昇モードに対応した支援キャラクタムービーmovB2,movB3を選択して画像処理回路14やサウンド処理回路15に再生出力し、達成確率補正処理プログラム46がゴールする確率を補正するので、例えばプレーヤに対して、シュートのコマンドを操作入力した後に上昇モードに対応した支援キャラクタムービーmovB2,movB3がモニタ3やスピーカ7に表現され、ゴールする確率が上昇してゴールするかもしれないという期待感を与えることができ、ゲームとしての面白みを増すことができる。
【0069】
また、対応データ処理プログラム45が、モード選択プログラム42が非上昇モードを選択した場合に、非上昇モードに対応した支援キャラクタムービーmovB1を選択して画像処理回路14やサウンド処理回路15に再生出力するので、例えばプレーヤに対して、達成確率が上昇しないことを知らせることができる。
【0070】
また、対応データ処理プログラム45が、モード選択プログラム42が例えば第1、第2の上昇モードのいずれかを選択した場合に、ゴールする確率の上昇度合に応じた支援キャラクタムービーmovB2、movB3を選択して画像処理回路14やサウンド処理回路15に再生出力し、達成確率補正処理プログラム46が、上昇度合に応じてゴールする確率を補正するので、例えばプレーヤに対して、例えば支援キャラクタムービーmovB2が表現された場合、支援キャラクタムービーmovB3が表現された場合、支援キャラクタムービーmovB2と支援キャラクタムービーmovB3とが表現された場合など、それぞれ異なる期待感(即ち、複数の異なる期待感)を与えることができる。
【0071】
更に、対応データ処理プログラム45が、モード選択プログラム42が第1、第2の上昇モードのいずれかを選択した場合に、該選択された上昇モードに対応した支援キャラクタムービーmovB2、movB3を選択して画像処理回路14やサウンド処理回路15に再生出力するので、例えばプレーヤに対して、モニタ3やスピーカ7に表現された支援キャラクタムービーmovB2、movB3によってゴールする確率の上昇度合を知らせることができ、期待する度合が異なる期待感を与えることができる。
【0072】
また、パラメータ処理プログラム43が気力値を変動自在に演算処理するので、モード選択プログラム42が、上昇モードと非上昇モードとを選択する際の確率が変化し、ゲームとしての趣向を増すことができる。更に、キャラクタ情報処理プログラム37が、キャラクタCR1や敵キャラクタCR4のゲーム上における能力値をそれぞれ処理し、パラメータ処理プログラム43が、それら能力値に基づき気力値を変動させて演算処理するので、上昇モードと非上昇モードとを選択する際の確率が、キャラクタCR1や敵キャラクタCR4のゲーム上における能力値に基づき変化し、ゲームとしての趣向を増すことができる。
【0073】
なお、以上の本発明に係る実施の形態において、ストーリ処理プログラム23の処理により例えば対戦モード処理35及び育成モード処理36などを行ってサッカーのシミュレーションを行うゲームについて説明したが、これに限らず、目標のコマンドを受付け、該目標の達成確率を演算して達成状態を処理するゲームであれば、どのようなものであってもよい。
【0074】
また、本実施の形態において、プレーヤに対して表現する表現データとして、行動開始ムービー、支援キャラクタムービー、結果ムービーなどの、いわゆる動画を表現するものについて説明したが、表現データはこれに限らない。例えば、3DCGによるリアルタイムムービーであったり、静止画像にキャラクタの動画を表現するものなどであってもよい。
【0075】
また、本実施の形態において、モード選択プログラム42による上昇モードの選択を、例えばキャラクタCR1の気力値に基づき選択するものについて説明したが、これに限らず、固定された確率値に基づき選択するもの、時間的に変動する値に基づき選択するものなど、何れのパラメータに基づいて選択するものであってもよい。
【0076】
更に、本実施の形態において、モード選択プログラム42により非上昇モードを選択した場合に、対応データ処理プログラム45により達成確率が上昇しないことを示すムービーmovB1を選択して表現しているが、特に何も表現しないものであってもよく、この際は、上昇モードが選択された場合のみ、ムービーが表現されることになる。
【0077】
また、本実施の形態において、指令受付処理プログラム32がシュートのコマンドを受付けた際に、行動開始処理プログラム40により行動開始ムービーmovAを表現するものについて説明したが、対応データ処理プログラム45により支援キャラクタムービーmovBを表現した後に該行動開始ムービーmovAを表現するものであってもよく、特に行動開始ムービーmovAを表現しないものであってもよい。
【0078】
また、本実施の形態において、支援キャラクタCR2,CR3が現れる支援キャラクタムービーmovB2,movB3を一例として説明したが、これらに限らず、何かの物体(例えば旗、垂れ幕、メガホンなど)が現れる、何かの生物(例えば猫、犬、宇宙人など)が現れるなど、達成確率が上昇することを表すようなものであれば、どのようなものであってもよい。
【0079】
また、本実施の形態においては、ゲームプログラムGPRを携帯型ゲーム機であるゲーム機1に機能させたものを一例に説明したが、いわゆるアーケード用ゲーム機などのゲーム装置に適用したものであってもよい。
【図面の簡単な説明】
【図1】本発明を適用し得る携帯型ゲーム機1を示す外観図である。
【図2】ゲーム機1を示す制御ブロック図である。
【図3】本発明に係るゲームプログラムを示すブロック図である。
【図4】本発明を適用し得るゲームプログラムの位置情報を示す説明図である。
【図5】行動開始ムービーmovAを示す図である。
【図6】支援キャラクタムービーmovB1を示す図である。
【図7】支援キャラクタムービーmovB2を示す図である。
【図8】支援キャラクタムービーmovB3を示す図である。
【図9】結果ムービーmovC1を示す図である。
【図10】結果ムービーmovC2を示す図である。
【符号の説明】
1……コンピュータ(ゲーム機)
3……モニタ
4……入力部
11……演算部(CPU)
12……メモリ部(ROM)
13……メモリ部(RAM)
14……表現データ出力部(画像処理回路)
15……表現データ出力部(サウンド処理回路)
18……メモリ部(メモリ)
19……メモリ部(ROM)
30……対応データ処理手段、結果処理手段(表現データ生成プログラム)
32……指令受付処理手段
33……ストーリ処理手段
37……キャラクタ情報処理手段
40……行動開始処理手段
41……達成確率演算手段
42……モード選択手段
45……対応データ処理手段
46……達成確率補正処理手段
47……結果処理手段
50……表現情報管理手段
51……キャラクタ情報処理手段(キャラクタ情報格納プログラム)
CR1……キャラクタ
CR4……キャラクタ(敵キャラクタ)
D1……キャラクタ情報
D2……キャラクタ情報(位置情報)
D3……キャラクタ情報(敵キャラクタ情報)
movA……ムービー(行動開始ムービー)
movB1……ムービー、非確率上昇ムービー(支援キャラクタムービー)
movB2……ムービー、確率上昇ムービー(支援キャラクタムービー)
movB3……ムービー、確率上昇ムービー(支援キャラクタムービー)
movC……ムービー(結果ムービー)
GPR……ゲームプログラム
[0001]
BACKGROUND OF THE INVENTION
The present invention relates to a game program that computes a target achievement state based on a target achievement probability and expresses the achievement state as a result, and more specifically, whether or not the achievement probability is increased when an execution command is received. The present invention relates to a game program that performs such selection internally.
[0002]
[Prior art]
As a generally known strategy simulation type game, for example, there is a soccer simulation game. In this soccer simulation game, when a player inputs a command to shoot, a goal probability is calculated based on, for example, the character's shooting power, defense power (enemy character's ability), distance to the goal, etc. Depending on the result of the arithmetic processing, when the goal is reached, a movie of the goal scene (hereinafter referred to as “movie”) is selected, and when it is off, a movie of the scene to be removed is selected, and the selected movie is monitored The result is displayed to the player.
[0003]
In addition, since the present applicant does not know the technical literature that systematically describes the movie selection method as described above at the time of filing, there is no prior art literature information to be disclosed.
[0004]
[Problems to be solved by the invention]
However, once the display of the selected movie is started, the result (whether or not the goal is reached) has been determined at that point, and the player can view the movie only to know the result The expectation for the movie was weakened and there was a lack of fun as a game.
[0005]
Therefore, in order to solve the above problem, the present invention increases the probability after the player inputs an execution command.movieAn object of the present invention is to provide a game program that may be expressed on an expression device.
[0006]
[Means for Solving the Problems]
The invention according to claim 1 is an input unit (4) through which a player's operation can be freely input, a memory unit (12, 13, 18, 19) capable of storing game program (GPR) information, and the game program ( Based on GPR)movieA calculation unit (11) for calculatingMonitor movie (3)An expression data output unit (14, 15) for outputting to a computer (1),
A story processing means (33) for causing a character (eg, CR1, CR4) to appear on the game and calculating a story development on the game;
Character information processing means (37, 51) for processing character information (D1, D2, D3) including ability values on the game of the characters (eg, CR1, CR4);
VariousThe movie (for example, movA, movB, movC) can be called from the memory unitExpression information management means (50) to be managed,
Based on the operation of the player via the input unit (4), command reception processing means for performing processing related to reception of an execution command for causing the character (for example, CR1) to perform an action for achieving a goal on the game. 32),
An achievement probability calculating means (41) for calculating an achievement probability of the target based on the character information (for example, D1, D2, D3) when the instruction reception processing means (32) receives the execution instruction;
Based on the predetermined parameters, the achievement probabilityIn accordance with the degree of increase, the first increase mode, the second increase mode, both the first increase mode and the second increase mode,Non-increasing mode of the achievement probabilityOne ofMode selection means (42) to select,
The expression information management means stores a probability increase movie corresponding to each of the first increase mode and the second increase mode in the memory unit,
When the mode selection means selects either the first rising mode or the second rising mode, the probability increasing movie corresponding to the selected rising mode is selected and output to the expression data output unit; When the mode selection means selects both the first rising mode and the second rising mode, the two probability rising movies corresponding to the selected first rising mode and second rising mode are selected together and Corresponding data processing means for outputting to the expression data output unit,
An achievement probability correction processing means (46) for correcting the achievement probability based on the selection of the mode selection means (42);
Based on the achievement probability corrected by the achievement probability correction processing means (46), the achievement state of the target is calculated and processed.MovieResults according to the achievement status of the targetmovie(For example, movC) is selected, and result processing means (30, 47) for outputting to the expression data output unit (14, 15),
Is a game program (GPR) for functioning as
[0007]
The invention according to claim 2 is the game program (GPR) according to claim 1,
When the mode selection means (42) selects the non-rise mode, the corresponding data processing means (30, 45)movieNon-rising probability corresponding to the non-rising modemovie(For example, movB1) is selected and output to the expression data output unit (14, 15).
The game program (GPR) is characterized by the above.
[0008]
The invention according to claim 3 is the above claim.1A game program (GPR) described,
The character information processing means (37, 51) processes various ability values of the character (eg, CR1, CR4) on the game,
The mode selection means (42) performs arithmetic processing by changing the predetermined parameter based on a predetermined capability value among the various capability values.
The game program (GPR) is characterized by the above.
[0009]
The invention according to claim 4 is an input unit (4) that can freely input a player's operation;
A memory unit (12, 13, 18, 19) capable of storing game program (GPR) information;
Based on the game program (GPR)movieA calculation unit (11) for calculating
AboveMonitor movie (3)An expression data output unit (14, 15) for outputting to
Story processing means (11, 33) for causing a character (for example, CR1, CR4) to appear on the game and calculating the story development on the game;
Character information processing means (11, 37, 51) for processing character information (D1, D2, D3) including ability values on the game of the characters (eg, CR1, CR4);
VariousThe movie (for example, movA, movB, movC) can be called from the memory unitExpression information management means (11, 50) to be managed,
Based on the operation of the player via the input unit (4), command reception processing means for performing processing related to reception of an execution command for causing the character (for example, CR1) to perform an action for achieving a goal on the game. 11, 32),
Achievement probability calculation means (11, 41) for calculating the achievement probability of the target based on the character information (for example, D1, D2, D3) when the command reception processing means (11, 32) receives the execution command. When,
Based on the predetermined parameters, the achievement probabilityIn accordance with the degree of increase, the first increase mode, the second increase mode, both the first increase mode and the second increase mode,Non-increasing mode of the achievement probabilityOne ofMode selection means (11, 42) to select;
The expression information management means stores a probability increase movie corresponding to each of the first increase mode and the second increase mode in the memory unit,
When the mode selection means selects either the first rising mode or the second rising mode, the probability increasing movie corresponding to the selected rising mode is selected and output to the expression data output unit; When the mode selection means selects both the first rising mode and the second rising mode, the two probability rising movies corresponding to the selected first rising mode and second rising mode are selected together and Corresponding data processing means for outputting to the expression data output unit,
Achievement probability correction processing means (11, 46) for correcting the achievement probability based on the selection of the mode selection means (11, 42);
Based on the achievement probability corrected by the achievement probability correction processing means (11, 46), the achievement state of the target is calculated and processed.MovieResults according to the achievement status of the targetmovie(E.g., movC), and result processing means (11, 30, 47) for outputting to the expression data output unit (14, 15).
In the game device characterized by the above.
[0010]
【The invention's effect】
According to the first aspect of the invention, when the command acceptance processing means (32) accepts the execution command, the target achievement probability calculated by the achievement probability calculation means (41) is set between the increase mode and the non-rise mode. When the selection means (42) selects and the mode selection means (42) selects the ascending mode, the corresponding data processing means (30, 45) increases the probability corresponding to the ascending mode.movie(For example, movB2, movB3) is selected and output to the expression data output unit (14, 15), and the achievement probability correction processing means (46) corrects the achievement probability. Increased probability corresponding to rising mode aftermovie(Eg movB2, movB3)Monitor (3)It can be expressed, and it can give a sense of expectation that the achievement probability will increase and the goal may be achieved, and the fun as a game can be increased.
[0011]
Corresponding data processing means (30, 45), mode selection means (42)The first ascending mode and the second ascending modeIf any one is selected, the probability increase corresponding to the selected ascending modemovie(E.g., movB2, movB3) is selected and output to the expression data output unit (14, 15).Monitor (3)Increased probability expressed inmovie(For example, movB2, movB3) can inform the degree of increase in the achievement probability, and can give a sense of expectation with different degrees of expectation.
[0012]
According to the second aspect of the present invention, the correspondence data processing means (30, 45) has a probability non-rise corresponding to the non-rise mode when the mode selection means (42) selects the non-rise mode.movieSince (for example, movB1) is selected and output to the expression data output unit (14, 15), for example, the player can be notified that the achievement probability does not increase.
[0013]
Claim3According to the invention, the character information processing means (37, 51) processes various ability values of the character (eg, CR1, CR4) on the game, and the mode selection means (42) sets the predetermined ability value. Since the calculation processing is performed by changing the predetermined parameter based on the probability, the probability of selecting the ascending mode and the non-ascending mode changes based on various ability values of the character (for example, CR1, CR4) on the game, You can increase your taste.
[0014]
Note that the reference numerals in the parentheses are for contrast with the drawings, but this is quite convenient for easy understanding of the invention. It does not affect the interpretation of the technical scope.
[0015]
DETAILED DESCRIPTION OF THE INVENTION
Hereinafter, embodiments according to the present invention will be described with reference to the drawings. FIG. 1 is an external view showing a portable game machine 1 to which the present invention can be applied, and FIG. 2 is a control block diagram showing the game machine 1.
[0016]
As shown in FIG. 1, a game machine 1 as an example of a computer to which a game program according to the present invention can be applied has a main body 2, and a liquid crystal monitor 3 serving as an expression device in the main body 2 and an input unit. 4 is provided. The input unit 4 includes a direction indicating switch 5 and a plurality of push button switches 6 (A) and 6 (B). The direction indicating switch 5 includes, for example, a cross-shaped operation member 5a, and outputs a signal corresponding to the operation of the operation member 5a in the up / down / left / right direction (the pushing operation of the up / down / left / right end portions).
[0017]
Such a configuration of the input unit 4 is well known and can be variously modified. For example, instead of the operation member 5a, one push button switch may be arranged on each of the upper, lower, left and right sides, or a so-called lever or the like may be arranged. Further, the number and arrangement of the push button switches 6 may be variously changed. In addition to this, the game machine 1 is provided with a power switch, a volume adjusting operation member, and the like, which are omitted.
[0018]
As shown in FIG. 2, the game machine 1 includes a control device 10, and the control device 10 is configured as a computer mainly including a CPU (calculation unit) 11 using a microprocessor. The CPU 11 includes a ROM (Read Only Memory) 12 and a RAM (Random Access Memory) 13 as main memory devices, an image processing circuit (expression data output unit) 14, and a sound processing circuit (expression data output unit) 15. Each is connected via a bus 16. The ROM 12 stores a program necessary for basic control (for example, activation control) of the game machine 1. A working area for the CPU 11 is secured in the RAM 13. The image processing circuit 14 controls the liquid crystal monitor 3 in accordance with a drawing instruction from the CPU 11 to display a predetermined image on the screen. The sound processing circuit 15 generates an analog audio signal corresponding to a sound generation instruction from the CPU 11 and outputs it to the speaker (expression device) 7.
[0019]
The CPU 11 is connected to the switches 5 and 6 of the input unit 4 via the bus 16, whereby the CPU 11 can determine the operation state of the switches 5 and 6. An external storage device 17 that is separate from the control device 10 is connected to the bus 16. The external storage device 17 is configured, for example, in a cartridge type that is detachable from the main body 2, and a ROM 18 as a storage medium and a memory 19 as a rewritable user memory are provided therein. In the ROM 18, a game program GPR for causing the game machine 1 as a computer to function is recorded in advance together with various data necessary for executing the game program GPR. As the memory 19, a rewritable ROM such as a flash memory is used, in which, for example, game save data is recorded as necessary.
[0020]
The storage medium of the external storage device 17 is not limited to a semiconductor storage element, and various storage media such as a magnetic storage medium, an optical storage medium, and a magneto-optical storage medium may be used. Further, the game program GPR may be distributed from the Internet or the like via a communication device such as a modem or a communication control circuit 20 described later without using such a storage medium. Alternatively, the game program GPR may be read and started from another game machine connected by peer-to-peer. Note that an interface circuit is interposed between the bus 16 and each element as necessary, but illustration of them is omitted. The configuration of the control device 10 is not limited to the above, and various control devices may be used.
[0021]
In order to connect the game machine 1 to a predetermined communication line, another game machine or the like, a communication control circuit 20 is connected to the CPU 11 via the bus 16. A communication connector 22 is connected to the communication control circuit 20 via a communication interface 21. As the communication control circuit 20, for example, a modem or an interface 21 may be provided as a peripheral device externally connected to the game machine 1 by a combination of a DSP (digital signal processor) and software.
[0022]
In the game machine 1 configured as described above, games of various genres can be played on the screen of the monitor 3 by loading a game program recorded in the ROM 18 of the external storage device 17 and executing it by the CPU 11. Also, by controlling the communication control circuit 20 to connect the game machine 1 to a predetermined network, for example, or to connect to another game machine via a communication cable or the like, between the other game machines. Data (information) exchange and battle games can be performed.
[0023]
In addition, although the game machine 1 as a portable game machine was demonstrated as an example as a computer which functions the game program which concerns on this invention, this game machine 1 may be what is called a home game machine, Furthermore, It is not limited to a game-dedicated device, and may be a device capable of playing back general music and video recording media. The present invention is not limited to this, and as a computer, for example, a personal computer, a mobile phone, etc. Any one can be used.
[0024]
Next, an example of a game program GPR to which the present invention can be applied will be described with reference to FIGS. 3 is a block diagram showing a game program according to the present invention, FIG. 4 is an explanatory diagram showing position information of a game program to which the present invention can be applied, FIG. 5 is a diagram showing an action start movie movA, and FIG. 6 is a support character movie FIG. 7 is a diagram showing movB1, FIG. 7 is a diagram showing support character movie movB2, FIG. 8 is a diagram showing support character movie movB3, FIG. 9 is a diagram showing result movie movC1, and FIG. 10 is a diagram showing result movie movC2.
[0025]
Note that the game program GPR is originally composed of many programs (means). However, in FIG. 3, for convenience of explanation, only main parts according to the present invention are schematically shown, and other operations are performed. Illustrations of many programs that function and calculations are omitted.
[0026]
As shown in FIG. 3, for example, a game program GPR as a soccer simulation game includes an expression data generation program (corresponding data processing means, result processing means) 30, a key input processing program 31, a command reception processing program 32, a battle mode process. 35, a story processing program 33 that can be switched freely, and a character information processing program 37 having a position processing program 38, an action start processing program 40, an achievement probability calculation processing program 41, and a mode selection program having a parameter processing program 43. 42, a corresponding data processing program 45, an achievement probability correction processing program 46, a result processing program 47, an expression information management program 50, and a character information storage (character information processing) program 51. The device 1 is made to function.
[0027]
In addition, the game program GPR has a hierarchical structure such that the above-mentioned programs are separated by broken lines in FIG. 3, for example, and task processing is managed by a multitask operation system (multitask OS) not shown. Thus, it is possible to perform multitask processing as if a plurality of programs are executed simultaneously.
[0028]
It should be noted that the hierarchical structure of the game program GPR shown in FIG. 3 is conceptually shown, and the actual game program GPR is determined by a more complicated hierarchical structure including other programs not shown. Although various interrupt processing and the like are possible, illustration and description thereof are omitted for convenience of explanation. Further, arrows shown by connecting the programs in FIG. 3 are for facilitating understanding of the invention, and the exchange of information and arithmetic processing between the programs is not limited by these arrows.
[0029]
Next, the operation of the game program GPR will be described with reference to the drawings. First, for example, when the player turns on the power of the game machine 1, the game machine 1 reads the external storage device 17 in which the game program GPR is recorded, and the game program GPR (for example, OS, task management not shown) (Including programs and the like) are stored in the RAM 13.
[0030]
Further, the character information storage program 51, for example, various information of the character when played previously (for example, the character CR1 operated by the player, other characters, enemy characters CR4, etc., shooting power, stamina, defense power, basicity, etc.) , Various values obtained by quantifying personality, spirit, and the like), or when the game is started for the first time, various information on characters set in advance is stored in the RAM 13 from the ROM 18 or the memory 19.
[0031]
The various information stored in the RAM 13 by the character information storage program 51 is not stored when the game machine 1 is turned on, but is stored in the RAM 13 in such a manner that the information is read whenever necessary. It may be.
[0032]
Subsequently, for example, when the player starts the game, the story processing program 33 performs arithmetic processing regarding story development on the game, and operates based on the player's operation input via the operation unit 4 and the key input processing program 31. Various story development starts on the game.
[0033]
Here, when the story processing program 33 starts the breeding mode processing 36, as a story development on the game, for example, a scene in which the practice of the character CR1, etc. is developed and the player selects a practice menu is performed. Do. In response, the character information processing program 37 performs a process of increasing or decreasing the ability value of the character CR1 (for example, values of action power, shooting power, pass power, keep power, defense power, power, etc.). The character information storage program 51 stores the ability value of the character CR1 in the RAM 13 as the character information D1.
[0034]
In addition, the training mode processing 36 by the story processing program 33 can take various forms, and is not limited to the scene where the above-described practice is performed. Further, for example, processing for increasing or decreasing the ability value of the enemy character CR4 may be performed and stored in the RAM 13 as the enemy character information D3.
[0035]
Next, when the story processing program 33 finishes the training mode processing 36 and starts a battle mode processing 35 for playing a soccer game, for example, a soccer field 55 as shown in FIG. Image information partitioned from ar1-1 to area ar9-12 is generated and displayed on the monitor 3 via the expression data generation program 30.
[0036]
In the soccer field 55 shown in FIG. 4, for example, A is a goal that the player's team protects, B is a goal that the player's team attacks, and a range C (area ar1-10 to area ar9-12) indicated by a broken line in the figure is This is a range in which a character in the range C permits (allows) acceptance of a command to shoot to the goal B. It should be noted that the shape of the soccer field 55, the section, the reception range of the shoot command, etc. are examples for explaining the present invention, and may be anything.
[0037]
Next, for example, based on the operation of the direction indicating switch 5 by the player, the position processing program 38 determines the arrangement of the character CR1 and other characters to be on the team, the moving position, the position where the pass is to be given, etc. The position information D2 is processed in a form corresponding to −12, and stored in the RAM 13 by the character information storage program 51. In addition, based on the operation of the player, the position information D2 of the enemy character CR4 and other enemy characters is also associated with the area ar1-1 to the area ar9-12 in correspondence with the area ar1-1 to the area ar9-12. Processed and stored in the RAM 13 by the character information storage program 51.
[0038]
Then, while the process of the battle mode process 35 as described above is performed, for example, the character CR1 that keeps the ball is in the range C, and there is no enemy character in the same area of the character CR1, for example. If a shooting command (that is, an action execution command for achieving the goal of goal) is input based on the player's operation input via the operation unit 4, the command reception processing program 32 is satisfied. Accepts and accepts the command of the shoot.
[0039]
On the other hand, the above-described expression information management program 50 performs various movies (expression data), that is, action start movie movA, support character movie movB (probability increase expression data, non-expression data).probabilityAscending expression data) and result movie movC (result expression data) are managed, that is, the data of these various movies are reproduced and output to the monitor 3 and the speaker 7 via the expression data generation program 30 in a form of being freely called from the ROM 18, for example. It has come to be able to do.
[0040]
When the command acceptance processing program 32 accepts a shoot command, the action start processing program 40 receives the shoot command from the various movies managed by the expression information management program 50 as shown in FIG. The action start movie movA expressing the action of shooting by the character CR1 operated by is selected and reproduced and output to the monitor 3 (also to the speaker 7 if there is audio information) via the expression data generation program 30. It represents that the character CR1 has started shooting to the player.
[0041]
When the command acceptance processing program 32 accepts the shoot command, the achievement probability computation processing program 41 receiving the command information D1 stored in the RAM 13 by the character information processing program 37 in the breeding mode processing 36 as described above. The probability (achievement probability) of the goal is calculated from the position information D2 and the enemy character information D3.
[0042]
Specifically, the ability value of the character CR1 in the character information D1 (for example, values of action power, shooting power, pass power, keep power, defense power, power, etc.), the distance to the goal in the position information D2 Based on the ability values of the enemy character in the enemy character information D3 (for example, values of action power, shooting power, pass power, keep power, defense power, power, etc.), the probability of goal is calculated. This calculation may be performed based on any value, but is preferably reflected in the probability that the ability value of the character CR1 will reach the goal.
[0043]
On the other hand, the mode selection program 42 is an ascending mode for increasing the probability of goal based on a predetermined parameter calculated by the parameter processing program 43 after the probability of goal is calculated by the achievement probability calculation processing program 41, for example. Alternatively, a non-rise mode that does not increase is selected.
[0044]
Specifically, the parameter processing program 43 of the mode selection program 42 acquires, for example, a power value obtained by quantifying the power of the character CR1 on the game from the character information D1, and the mode selection program 42 is based on the power value. Calculate the probability of selecting the ascending mode. When there are a plurality of types of ascending modes, the probability that each ascending mode is selected is calculated.
[0045]
For example, when there are two ascent modes as the first and second ascent modes and the power value is 100%, the parameter processing program 43 sets the first ascent mode to, for example, 15% and the second ascent mode. Calculation is performed with the mode set to 20%. Further, for example, when there are two ascending modes and the power value is 0%, the parameter processing program 43 calculates the first ascending mode as 0% and the second ascending mode as 5%, for example. . Note that these probability values are merely examples, and may be any values.
[0046]
The power value may be a value determined by the character information processing program 37 (that is, based on the ability value of the character CR1) based on the breeding mode process 36, and the character information process based on the battle mode process 35. It may be determined by the program 37 (that is, depending on the progress of the game) or may be determined randomly. By changing the power value, it is possible to change the probability when selecting the ascending mode.
[0047]
In the present embodiment, the probability of selecting the rising mode is calculated based only on the power value. However, the rising mode may be selected based on the achievement probability, and the present invention is not limited to this. The probability of selecting may be calculated based on any value (parameter).
[0048]
Then, the mode selection program 42 selects the non-rise mode, selects the first rise mode, selects the second rise mode, and selects the first rise mode and the first rise mode based on the probabilities of the two rise modes. Select one of the two ascending modes.
[0049]
The mode selection program 42 may be selected step by step. For example, as the first step, a mode in which a special technique is sent out and a mode in which no special action is sent out are selected according to the probability corresponding to the power value. As the second stage, when it is a mode in which a special move is performed, the rising mode and the non-raising mode may be selected according to the probability corresponding to the power value. At this time, the ascending mode is not selected unless the mode for executing the special move is selected.
[0050]
When the ascending mode or the non-ascending mode is selected by the mode selection program 42, the corresponding data processing program 45 selects a support character movie corresponding to the selection result and monitors it via the expression data generation program 30. 3 is reproduced and output (also to the speaker 7 when there is audio information).
[0051]
That is, for example, when the non-ascending mode is selected by the mode selection program 42, the corresponding data processing program 45, as shown in FIG. 6, for example, a support character movie in which no character that particularly supports the character CR1 appears in the spectator seat. movB1 is selected and output to the monitor 3 via the expression data generation program 30. Thereby, the player can recognize that the probability that the goal of the shot has not increased, and can know that the result is determined with the goal probability according to the ability value of the original character CR1, for example. .
[0052]
Thereafter, the achievement probability correction processing program 46 does not directly correct the goal probability calculated by the achievement probability calculation processing program 41 based on the fact that the mode selection program 42 has selected the non-rising mode. The result processing program 47 selects and determines the result state of the shoot based on the goal probability.
[0053]
That is, when the ability value of the character CR1 is high and the ability value of the enemy character CR4 is low, the result may be a goal depending on the calculated goal probability, and when the goal result is selected, the result processing program 47 selects a result movie movC1 as shown in FIG. 9 and outputs the result movie movC1 to the monitor 3 through the expression data generation program 30, so that the player can know that the goal has been shot.
[0054]
In addition, when the ability value of the character CR1 is low and the ability value of the enemy character CR4 is high, there is a high possibility that the goal will not be achieved depending on the calculated goal probability. The result processing program 47 selects the result movie movC2 as shown in FIG. 10 and outputs the result movie movC2 to the monitor 3 via the expression data generation program 30, so that the player can know that the shot did not finish.
[0055]
In the present embodiment, it has been described that the probability that the achievement probability correction processing program 46 does not correct the goal when the non-rising mode is selected as described above, but the achievement probability correction processing program 46 does not correct the goal. You may make it correct | amend so that the probability to do may fall.
[0056]
On the other hand, for example, when the first ascending mode is selected by the mode selection program 42, the corresponding data processing program 45, as shown in FIG. 7, for example, a support character in which a character CR2 that supports the character CR1 appears in the spectator seat. The movie movB2 is selected and reproduced and output to the monitor 3 via the expression data generation program 30. Thus, the player can recognize that the probability that the goal of the shot has increased, and can know that the goal result is determined with a very high probability (for example, 90%).
[0057]
Thereafter, the achievement probability correction processing program 46 corrects the goal probability calculated by the achievement probability calculation processing program 41 to 90%, for example, based on the mode selection program 42 selecting the first ascending mode. The result processing program 47 selects and determines the result state of the shoot based on the corrected goal probability.
[0058]
That is, when the power value of the character CR1 is high, the first ascending mode is often selected, and it is highly likely that a goal will be achieved according to the corrected goal probability (for example, 90%). When a goal result is selected, the result processing program 47 selects a result movie movC1 as shown in FIG. 9 and outputs the result movie movC1 to the monitor 3 via the expression data generation program 30, and the player has scored a goal. I can know that.
[0059]
Moreover, even if the ascending mode is selected and the possibility of a goal is high due to the corrected probability of goal (for example, 90%), a goal may not be achieved, and a result without a goal is selected. In this case, the result processing program 47 selects the result movie movC2 as shown in FIG. 10, and is reproduced and output to the monitor 3 through the expression data generation program 30, and the player knows that the shot has not been scored. be able to.
[0060]
For example, when the second ascending mode is selected by the mode selection program 42, the corresponding data processing program 45, as shown in FIG. 8, for example, a support character in which a character CR3 that supports the character CR1 appears in the spectator seat. The movie movB3 is selected and reproduced and output to the monitor 3 via the expression data generation program 30. Thereby, the player can recognize that the probability that the goal of the shot has increased, and can know that the goal result is determined with a slightly higher probability (for example, 60%), for example.
[0061]
Thereafter, the achievement probability correction processing program 46 corrects the goal probability calculated by the achievement probability calculation processing program 41 to, for example, 60% based on the fact that the mode selection program 42 has selected the second ascending mode. The result processing program 47 selects and determines the result state of the shoot based on the corrected goal probability.
[0062]
Then, in the same manner as described above, the result processing program 47 selects a result that goals or does not goal according to the corrected goal probability, and results movie movC1 or result movie movC2 corresponding to the selected result Is reproduced and output to the monitor 3 via the expression data generation program 30.
[0063]
Further, for example, when both the first ascending mode and the second ascending mode are selected by the mode selection program 42, the correspondence data processing program 45 displays, for example, the character CR2 as shown in FIGS. The support character movie movB2 and the support character movie movB3 in which the character CR3 appears are selected, and are continuously reproduced and output to the monitor 3 via the expression data generation program 30. Thereby, the player can recognize that the probability that the goal of the shot has increased, and can know that, for example, a goal result (for example, 100%) is determined.
[0064]
Thereafter, the achievement probability correction processing program 46 sets the goal probability calculated by the achievement probability calculation processing program 41 to 100%, for example, based on the mode selection program 42 selecting the first and second ascending modes. The result is corrected and output to the result processing program 47. The result processing program 47 selects and determines the result state of the shoot based on the corrected probability of goal.
[0065]
At this time, the result processing program 47 selects a corrected goal probability, that is, a goal result of 100%, selects a corresponding result movie movC1, and reproduces and outputs it to the monitor 3 via the expression data generation program 30. To do.
[0066]
In this embodiment, for the sake of convenience of explanation, the goal result and the goal result selected by the result processing program are described as an example of the result state. Depending on the value, for example, the character CR4 catches the ball, the ball greatly deviates from the goal, the ball slightly deviates from the goal, the ball hits the goal post, the ball does not hit the goal post, and the like It is preferable to select from these and reproduce and output them as a result movie to the monitor 3 via the expression data generation program 30.
[0067]
Further, in this embodiment, for convenience of explanation, the mode selection program has been described as an example of selecting from among two ascending modes and non-ascending modes, but the ascending mode has more ascending modes. Also good.
[0068]
As described above, according to the game program GPR according to the present invention, when the command acceptance processing program 32 accepts a shoot command, the goal probability calculated by the achievement probability calculation program 41 is set to the rising mode and the non-rising mode. When the mode selection program 42 selects and the mode selection program 42 selects the ascending mode, the corresponding data processing program 45 selects the support character movies movB2 and movB3 corresponding to the ascending mode to select the image processing circuit 14 and the sound processing circuit. 15 and the achievement probability correction processing program 46 corrects the probability that the goal is achieved. For example, the support character movies movB2 and movB3 corresponding to the ascending mode are input to the monitor 3 after the player inputs a shoot command. Expressed on the speaker 7, It can give a sense of expectation that the probability that Le might goal to rise, it is possible to increase the fun of the game.
[0069]
Also, when the mode selection program 42 selects the non-rising mode, the corresponding data processing program 45 selects the support character movie movB1 corresponding to the non-rising mode and reproduces and outputs it to the image processing circuit 14 and the sound processing circuit 15. Therefore, for example, the player can be notified that the achievement probability does not increase.
[0070]
The corresponding data processing program 45 selects the support character movies movB2 and movB3 corresponding to the degree of increase in the goal probability when the mode selection program 42 selects one of the first and second ascending modes, for example. Since the achievement probability correction processing program 46 corrects the probability of goal according to the degree of increase, for example, the support character movie movB2 is expressed to the player, for example. In this case, when the support character movie movB3 is expressed, when the support character movie movB2 and the support character movie movB3 are expressed, different expectations (that is, a plurality of different expectations) can be given.
[0071]
Further, when the corresponding data processing program 45 selects either the first or second ascending mode by the mode selection program 42, the supporting character movie movB2 or movB3 corresponding to the selected ascending mode is selected. Since it is reproduced and output to the image processing circuit 14 and the sound processing circuit 15, for example, the player can be informed of the degree of increase in the goal probability by the support character movies movB2 and movB3 expressed on the monitor 3 and the speaker 7. It can give a different sense of expectation.
[0072]
In addition, since the parameter processing program 43 calculates the power value in a variable manner, the probability when the mode selection program 42 selects the ascending mode and the non-ascending mode is changed, and the taste as a game can be increased. . Further, the character information processing program 37 processes the ability values of the character CR1 and the enemy character CR4 on the game, and the parameter processing program 43 performs arithmetic processing by changing the power value based on these ability values. And the probability of selecting the non-rising mode change based on the ability values of the character CR1 and the enemy character CR4 on the game, so that the game preference can be increased.
[0073]
In the above embodiment according to the present invention, a game is described in which a soccer simulation is performed by performing, for example, the battle mode process 35 and the breeding mode process 36 by the process of the story processing program 23. Any game that accepts a target command, calculates the achievement probability of the target, and processes the achievement state may be used.
[0074]
In the present embodiment, the expression data to be expressed to the player has been described for expressing a so-called moving image such as an action start movie, a support character movie, and a result movie. However, the expression data is not limited to this. For example, 3DCG real-time movieIt may be a thing that expresses a moving image of a character in a still image.
[0075]
Further, in the present embodiment, the selection of the ascending mode by the mode selection program 42 has been described, for example, based on the character value of the character CR1, but the present invention is not limited to this, and the selection is based on a fixed probability value. The selection may be based on any parameter, such as a selection based on a time-varying value.
[0076]
Furthermore, in the present embodiment, when the non-rising mode is selected by the mode selection program 42, the movie movB1 indicating that the achievement probability does not increase is selected and expressed by the corresponding data processing program 45. The movie may be expressed only when the ascending mode is selected.
[0077]
In the present embodiment, the description has been given of the action start processing program 40 expressing the action start movie movA when the command reception processing program 32 receives a shot command. The action start movie movA may be expressed after the movie movB is expressed, and in particular, the action start movie movA may not be expressed.
[0078]
Further, in the present embodiment, the support character movies movB2 and movB3 in which the support characters CR2 and CR3 appear have been described as examples. However, the present invention is not limited thereto, and any object (for example, a flag, a banner, or a megaphone) appears. Any creature may be used as long as it represents an increase in the achievement probability, such as the appearance of a living creature (eg, cat, dog, alien).
[0079]
Further, in the present embodiment, the game program GPR that is caused to function on the game machine 1 that is a portable game machine has been described as an example, but the game program GPR is applied to a game device such as a so-called arcade game machine. Also good.
[Brief description of the drawings]
FIG. 1 is an external view showing a portable game machine 1 to which the present invention can be applied.
FIG. 2 is a control block diagram showing the game machine 1;
FIG. 3 is a block diagram showing a game program according to the present invention.
FIG. 4 is an explanatory diagram showing position information of a game program to which the present invention can be applied.
FIG. 5 is a diagram showing an action start movie movA.
FIG. 6 is a diagram illustrating a support character movie movB1.
FIG. 7 is a diagram showing a support character movie movB2.
FIG. 8 shows a support character movie movB3.
FIG. 9 is a diagram showing a result movie movC1.
FIG. 10 is a diagram showing a result movie movC2.
[Explanation of symbols]
1 …… Computer (game machine)
3 ……monitor
4 ……Input section
11 ...... Calculation unit (CPU)
12 …… Memory part (ROM)
13 …… Memory unit (RAM)
14. Expression data output unit (image processing circuit)
15. Expression data output unit (sound processing circuit)
18 …… Memory part (memory)
19 …… Memory part (ROM)
30: Corresponding data processing means, result processing means (expression data generation program)
32 …… Command reception processing means
33 …… Story processing means
37 …… Character information processing means
40 …… Action start processing means
41 …… Achievement probability calculation means
42 …… Mode selection means
45. Corresponding data processing means
46 …… Achievement probability correction processing means
47. Result processing means
50 …… Expression information management means
51 …… Character information processing means (character information storage program)
CR1 …… Character
CR4 …… Character (enemy character)
D1 …… Character information
D2 …… Character information (position information)
D3 …… Character information (enemy character information)
movA ……movie(Action start movie)
movB1 ……movie, Non-probability risemovie(Supporting character movie)
movB2 ……movie, Probability risemovie(Supporting character movie)
movB3 ……movie, Probability risemovie(Supporting character movie)
movC ……movie(Result movie)
GPR …… Game program

Claims (4)

プレーヤの操作を入力自在な入力部と、ゲームプログラムの情報を格納し得るメモリ部と、前記ゲームプログラムに基づくムービーを演算する演算部と、前記ムービーをモニタに出力する表現データ出力部と、を備えたコンピュータを、
ゲーム上にキャラクタを登場させて該ゲーム上のストーリ展開を演算処理するストーリ処理手段、
前記キャラクタのゲーム上における能力値を含むキャラクタ情報を処理するキャラクタ情報処理手段、
各種の前記ムービーを前記メモリ部から呼び出し自在な形で管理する表現情報管理手段、
前記入力部を介した前記プレーヤの操作に基づき、ゲーム上にて目標を達成するための行動を前記キャラクタに行わせる実行指令の受付に関する処理を行う指令受付処理手段、
前記指令受付処理手段が前記実行指令を受付けた際に、前記キャラクタ情報に基づき前記目標の達成確率を演算する達成確率演算手段、
所定パラメータに基づき、前記達成確率の上昇度合に応じた、第1上昇モード、第2上昇モード、第1上昇モード及び第2上昇モードの両方、前記達成確率の非上昇モードの内、何れかを選択するモード選択手段、
前記表現情報管理手段は、前記第1上昇モードと第2上昇モードにそれぞれ対応した確率上昇ムービーを前記メモリ部に格納しており、
前記モード選択手段が前記第1上昇モードと第2上昇モードのいずれかを選択した場合に、該選択された上昇モードに対応した確率上昇ムービーを選択して前記表現データ出力部に出力すると共に、前記モード選択手段が前記第1上昇モード及び第2上昇モードの両方を選択した場合に、それら選択された第1上昇モード及び第2上昇モードに対応した二つの確率上昇ムービーを共に選択して前記表現データ出力部に出力する対応データ処理手段、
前記モード選択手段の選択に基づき、前記達成確率を補正する達成確率補正処理手段、
前記達成確率補正処理手段により補正された達成確率に基づき前記目標の達成状態を演算処理し、前記各種のムービーの中から前記目標の達成状態に応じた結果ムービーを選択し、前記表現データ出力部に出力する結果処理手段、
として機能させるためのゲームプログラム。
An input unit that can freely input a player's operation, a memory unit that can store game program information, a calculation unit that calculates a movie based on the game program, and an expression data output unit that outputs the movie to a monitor. Computer with
Story processing means for causing a character to appear on the game and computing a story development on the game;
Character information processing means for processing character information including ability values of the character on the game;
Expression information management means for managing various movies in a form that can be called from the memory unit;
Command acceptance processing means for performing processing related to acceptance of an execution command for causing the character to perform an action for achieving a goal on a game based on an operation of the player via the input unit;
An achievement probability calculating means for calculating the achievement probability of the target based on the character information when the instruction acceptance processing means accepts the execution instruction;
Based on a predetermined parameter, one of the first increase mode, the second increase mode, both the first increase mode and the second increase mode, and the non-increase mode of the achievement probability according to the increase degree of the achievement probability. Mode selection means to select,
The expression information management means stores a probability increase movie corresponding to each of the first increase mode and the second increase mode in the memory unit,
When the mode selection means selects either the first rising mode or the second rising mode, the probability increasing movie corresponding to the selected rising mode is selected and output to the expression data output unit; When the mode selection means selects both the first rising mode and the second rising mode, the two probability rising movies corresponding to the selected first rising mode and second rising mode are selected together and Corresponding data processing means for outputting to the expression data output unit,
An achievement probability correction processing means for correcting the achievement probability based on the selection of the mode selection means;
The achievement probability correcting means by the achievement status of the target arithmetic processing based on the corrected achieved probability, select the result movie corresponding to the achievement status of the target from among the various movies, the representation data output unit Result processing means to output to
Game program to function as.
前記請求項1記載のゲームプログラムであって、
前記対応データ処理手段は、前記モード選択手段が前記非上昇モードを選択した場合に、前記各種のムービーの中から前記非上昇モードに対応した確率非上昇ムービーを選択して前記表現データ出力部に出力する、
ことを特徴とするゲームプログラム。
The game program according to claim 1,
The corresponding data processing means selects a probability non-rising movie corresponding to the non-rising mode from the various movies when the mode selection means selects the non-rising mode, and sends it to the expression data output unit. Output,
A game program characterized by that.
前記請求項記載のゲームプログラムであって、
前記キャラクタ情報処理手段は、前記キャラクタのゲーム上における各種の能力値をそれぞれ処理し、
前記モード選択手段は、前記各種の能力値のうちの所定の能力値に基づき前記所定パラメータを変動させて演算処理する、
ことを特徴とするゲームプログラム。
The game program according to claim 1 ,
The character information processing means processes various ability values of the character on the game,
The mode selection means performs arithmetic processing by changing the predetermined parameter based on a predetermined capability value among the various capability values.
A game program characterized by that.
プレーヤの操作を入力自在な入力部と、
ゲームプログラムの情報を格納し得るメモリ部と、
前記ゲームプログラムに基づくムービーを演算する演算部と、
前記ムービーをモニタに出力する表現データ出力部と、
ゲーム上にキャラクタを登場させて該ゲーム上のストーリ展開を演算処理するストーリ処理手段と、
前記キャラクタのゲーム上における能力値を含むキャラクタ情報を処理するキャラクタ情報処理手段と、
各種の前記ムービーを前記メモリ部から呼び出し自在な形で管理する表現情報管理手段と、
前記入力部を介した前記プレーヤの操作に基づき、ゲーム上にて目標を達成するための行動を前記キャラクタに行わせる実行指令の受付に関する処理を行う指令受付処理手段と、
前記指令受付処理手段が前記実行指令を受付けた際に、前記キャラクタ情報に基づき前記目標の達成確率を演算する達成確率演算手段と、
所定パラメータに基づき、前記達成確率の上昇度合に応じた、第1上昇モード、第2上昇モード、第1上昇モード及び第2上昇モードの両方、前記達成確率の非上昇モードの内、何れかを選択するモード選択手段と、
前記表現情報管理手段は、前記第1上昇モードと第2上昇モードにそれぞれ対応した確率上昇ムービーを前記メモリ部に格納しており、
前記モード選択手段が前記第1上昇モードと第2上昇モードのいずれかを選択した場合に、該選択された上昇モードに対応した確率上昇ムービーを選択して前記表現データ出力部に出力すると共に、前記モード選択手段が前記第1上昇モード及び第2上昇モードの両方を選択した場合に、それら選択された第1上昇モード及び第2上昇モードに対応した二つの確率上昇ムービーを共に選択して前記表現データ出力部に出力する対応データ処理手段、
前記モード選択手段の選択に基づき、前記達成確率を補正する達成確率補正処理手段と、
前記達成確率補正処理手段により補正された達成確率に基づき前記目標の達成状態を演算処理し、前記各種のムービーの中から前記目標の達成状態に応じた結果ムービーを選択し、前記表現データ出力部に出力する結果処理手段と、を備える、
ことを特徴とするゲーム装置。
An input unit for freely inputting player operations;
A memory unit capable of storing game program information;
A calculation unit for calculating a movie based on the game program;
An expression data output unit for outputting the movie to a monitor ;
Story processing means for causing a character to appear on the game and computing a story development on the game;
Character information processing means for processing character information including an ability value of the character on the game;
Expression information management means for managing various movies in a form that can be called from the memory unit ;
Command acceptance processing means for performing processing related to acceptance of an execution command for causing the character to perform an action for achieving a goal on a game based on an operation of the player via the input unit;
An achievement probability calculating means for calculating the achievement probability of the target based on the character information when the instruction acceptance processing means accepts the execution instruction;
Based on a predetermined parameter, one of the first increase mode, the second increase mode, both the first increase mode and the second increase mode, and the non-increase mode of the achievement probability according to the increase degree of the achievement probability. Mode selection means to select;
The expression information management means stores a probability increase movie corresponding to each of the first increase mode and the second increase mode in the memory unit,
When the mode selection means selects either the first rising mode or the second rising mode, the probability increasing movie corresponding to the selected rising mode is selected and output to the expression data output unit; When the mode selection means selects both the first rising mode and the second rising mode, the two probability rising movies corresponding to the selected first rising mode and second rising mode are selected together and Corresponding data processing means for outputting to the expression data output unit,
An achievement probability correction processing means for correcting the achievement probability based on the selection of the mode selection means;
The achievement probability correcting means by the achievement status of the target arithmetic processing based on the corrected achieved probability, select the result movie corresponding to the achievement status of the target from among the various movies, the representation data output unit A result processing means for outputting to
A game device characterized by that.
JP2002352316A 2002-12-04 2002-12-04 Game program Expired - Fee Related JP3597524B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2002352316A JP3597524B2 (en) 2002-12-04 2002-12-04 Game program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2002352316A JP3597524B2 (en) 2002-12-04 2002-12-04 Game program

Publications (2)

Publication Number Publication Date
JP2004180986A JP2004180986A (en) 2004-07-02
JP3597524B2 true JP3597524B2 (en) 2004-12-08

Family

ID=32753962

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2002352316A Expired - Fee Related JP3597524B2 (en) 2002-12-04 2002-12-04 Game program

Country Status (1)

Country Link
JP (1) JP3597524B2 (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP7133299B2 (en) * 2017-09-19 2022-09-08 株式会社バンダイナムコエンターテインメント Program, game system and game execution method

Also Published As

Publication number Publication date
JP2004180986A (en) 2004-07-02

Similar Documents

Publication Publication Date Title
US9005033B2 (en) Game movie maker
US7192353B2 (en) Video game apparatus, game progress method and game progress program
JP4756632B2 (en) GAME PROGRAM AND GAME DEVICE
WO1999054010A1 (en) Recording medium and entertainment system
JP2007301039A (en) Game program and game apparatus
JP2010099294A (en) Game program, network system for game, game device and game control method
JP2007125238A (en) Program, storage medium recorded with program and game apparatus
JP2001300132A (en) Entertainment system, entertainment device, recording medium and program
JP2008113808A (en) Game program, game apparatus and game control method
JP2006116328A (en) Game system and information storage medium
JP3597524B2 (en) Game program
JP2011039895A (en) Virtual space display device, viewpoint setting method, and program
JP2000037562A (en) Game apparatus and information memory medium
JP4977117B2 (en) Network game system and network game management method
JPH11179048A (en) Game device and control method therefor
JP2000126448A (en) Game device, decision of character's action, and mechanically readable data recording medium in which program is recorded
JP2008237372A (en) Game program, game device and game control method
JP2008237654A (en) Game program, game apparatus and game control method
JP2007167117A (en) Game program, game device, and method for controlling game
JP2007044396A (en) Game apparatus and program
JP4184314B2 (en) Entertainment system, image processing method, and recording medium
JP3822883B2 (en) Game software and game device
JP2003305274A (en) Game program
JP4545544B2 (en) GAME PROGRAM AND GAME DEVICE
JP3061781B2 (en) Game control device, game control method, computer-readable recording medium storing game program, and game system

Legal Events

Date Code Title Description
A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20040507

RD04 Notification of resignation of power of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7424

Effective date: 20040513

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: 20040817

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20040908

R150 Certificate of patent or registration of utility model

Ref document number: 3597524

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150

Free format text: JAPANESE INTERMEDIATE CODE: R150

S111 Request for change of ownership or part of ownership

Free format text: JAPANESE INTERMEDIATE CODE: R313111

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

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20090917

Year of fee payment: 5

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20090917

Year of fee payment: 5

S531 Written request for registration of change of domicile

Free format text: JAPANESE INTERMEDIATE CODE: R313531

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20090917

Year of fee payment: 5

R350 Written notification of registration of transfer

Free format text: JAPANESE INTERMEDIATE CODE: R350

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20090917

Year of fee payment: 5

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20100917

Year of fee payment: 6

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20110917

Year of fee payment: 7

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20110917

Year of fee payment: 7

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20120917

Year of fee payment: 8

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20130917

Year of fee payment: 9

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20130917

Year of fee payment: 9

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20140917

Year of fee payment: 10

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

S802 Written request for registration of partial abandonment of right

Free format text: JAPANESE INTERMEDIATE CODE: R311802

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

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

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