JP2018106501A - Data processing device and program - Google Patents

Data processing device and program Download PDF

Info

Publication number
JP2018106501A
JP2018106501A JP2016253350A JP2016253350A JP2018106501A JP 2018106501 A JP2018106501 A JP 2018106501A JP 2016253350 A JP2016253350 A JP 2016253350A JP 2016253350 A JP2016253350 A JP 2016253350A JP 2018106501 A JP2018106501 A JP 2018106501A
Authority
JP
Japan
Prior art keywords
download
data
update data
update
user
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
JP2016253350A
Other languages
Japanese (ja)
Other versions
JP6335266B1 (en
Inventor
勇太 水野
Yuta Mizuno
勇太 水野
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 Digital Entertainment Co Ltd
Original Assignee
Konami Digital Entertainment Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Konami Digital Entertainment Co Ltd filed Critical Konami Digital Entertainment Co Ltd
Priority to JP2016253350A priority Critical patent/JP6335266B1/en
Application granted granted Critical
Publication of JP6335266B1 publication Critical patent/JP6335266B1/en
Publication of JP2018106501A publication Critical patent/JP2018106501A/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Information Transfer Between Computers (AREA)
  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)

Abstract

PROBLEM TO BE SOLVED: To execute download of data in an appropriate timing for a user.SOLUTION: A data processing device comprises a communication state detection unit that detects a communication state for communication through a communication network, a download reservation confirmation unit that shows whether or not to reserve download of update data so that the user can select if there is update data capable of downloading through the communication network, and a data updating unit that executes download processing for the reserved update data on the basis of the communication state detected by the communication state detection unit if the download of the update data is reserved by the download reservation confirmation unit.SELECTED DRAWING: Figure 4

Description

本発明は、データ処理装置、及びプログラムに関する。   The present invention relates to a data processing apparatus and a program.

モバイルゲームでは、ゲームを運営していく中で新たな仕様の追加などにより端末に対してデータの追加やバージョンアップ等の更新が生じる場合がある。このようなデータは、データを供給するサーバと通信接続することにより端末にダウンロードされる。そのため、通信状況によっては、すぐにダウンロードできない場合も生じる。例えば、特許文献1には、アクセスポイントから離れていて通信接続が出来ない場合にデータの取得予約状態となり、アクセスポイントと通信可能な位置に到達するとデータを取得する技術が開示されている。   In the case of a mobile game, there is a case where data is added to the terminal or an update such as a version upgrade occurs due to the addition of a new specification while the game is operated. Such data is downloaded to the terminal through communication connection with a server that supplies the data. Therefore, depending on the communication status, it may not be possible to download immediately. For example, Patent Document 1 discloses a technique for acquiring data when a data acquisition reservation state is reached when a communication connection cannot be established because the user is away from an access point and reaches a position where communication with the access point is possible.

特開2009−81730号公報JP 2009-81730 A

しかしながら、上述したデータは、大きなデータサイズとなることもある。データサイズが大きなものであった場合、たとえ通信接続されていたとしても、ユーザはその時の通信状況(例えば、携帯電話会社によるモバイル通信やWiFi(登録商標)通信等の通信種別、あるいは通信速度など)によっては今すぐダウンロードせず通信状況が改善するまでダウンロードを延期したい場合もある。また、ユーザがあまり必要としないデータ(利用しない、または利用しなくてもよいデータ)もあれば、ユーザが必要とするデータもある。このように、通信状況、データサイズ、データの必要性等によってデータのダウンロードを延期したい場合には、特許文献1に開示されている技術では対応することができなかった。例えば、特許文献1に開示されている技術では、通信接続されると、ユーザにとってあまり必要でない大きなデータサイズのデータのダウンロードが開始され、ゲームを開始できる状態になるまで待たされることがある。   However, the data described above may have a large data size. If the data size is large, even if the communication is connected, the user can communicate at that time (for example, the communication type such as mobile communication or WiFi (registered trademark) communication by the mobile phone company, or the communication speed). ), You may want to postpone downloading until the communication situation improves without downloading now. In addition, there is data that the user does not need much (data that is not used or may not be used), and there is data that the user needs. As described above, when it is desired to postpone data download depending on the communication status, data size, necessity of data, and the like, the technique disclosed in Patent Literature 1 cannot cope with it. For example, in the technique disclosed in Patent Document 1, when communication connection is established, downloading of data having a large data size that is not so necessary for the user is started, and there is a case where the game can be started.

本発明のいくつかの態様は、ユーザにとって適切なタイミングでデータのダウンロードを実行するデータ処理装置、及びプログラムを提供することを目的の一つとする。   An object of some aspects of the present invention is to provide a data processing apparatus and a program that execute data download at a timing appropriate for a user.

また、本発明の他の態様は、後述する実施形態に記載した作用効果を奏することを可能にするデータ処理装置、及びプログラムを提供することを目的の一つとする。   Another object of another aspect of the present invention is to provide a data processing apparatus and a program that can achieve the effects described in the embodiments described later.

上述した課題を解決するために、本発明の一態様は、通信網を介する通信の通信状況を検出する通信状況検出部と、前記通信網を介してダウンロード可能な更新データが有る場合、前記更新データのダウンロードを予約するか否かをユーザが選択可能なように提示するダウンロード予約確認部と、前記ダウンロード予約確認部により前記更新データのダウンロードが予約された場合、前記通信状況検出部により検出された通信状況に基づいて、該予約された更新データのダウンロード処理を実行するデータ更新部と、を備えるデータ処理装置である。   In order to solve the above-described problem, according to one aspect of the present invention, there is a communication status detection unit that detects a communication status of communication via a communication network, and update data that can be downloaded via the communication network. A download reservation confirmation unit for presenting whether or not to reserve data download so that the user can select, and when the download of the update data is reserved by the download reservation confirmation unit, it is detected by the communication status detection unit. And a data updating unit that executes a download process of the reserved update data based on the communication status.

また、本発明の一態様は、コンピュータを、上記データ処理装置として機能させるためのプログラムである。   One embodiment of the present invention is a program for causing a computer to function as the data processing device.

第1の実施形態に係るゲームシステムの構成の一例を示すブロック図。The block diagram which shows an example of a structure of the game system which concerns on 1st Embodiment. 第1の実施形態に係るユーザ端末のハードウェア構成の一例を示す図。The figure which shows an example of the hardware constitutions of the user terminal which concerns on 1st Embodiment. 第1の実施形態に係るゲームサーバのハードウェア構成の一例を示す図。The figure which shows an example of the hardware constitutions of the game server which concerns on 1st Embodiment. 第1の実施形態に係るユーザ端末の構成の一例を示すブロック図。The block diagram which shows an example of a structure of the user terminal which concerns on 1st Embodiment. 第1の実施形態に係るダウンロード設定画面の一例を示す図。The figure which shows an example of the download setting screen which concerns on 1st Embodiment. 第1の実施形態に係る強制ダウンロード画面の一例を示す図。The figure which shows an example of the forced download screen which concerns on 1st Embodiment. 第1の実施形態に係るダウンロード予約確認画面の一例を示す図。The figure which shows an example of the download reservation confirmation screen which concerns on 1st Embodiment. 第1の実施形態に係る非予約データダウンロード画面の一例を示す図。The figure which shows an example of the non-reservation data download screen which concerns on 1st Embodiment. 第1の実施形態に係る予約データダウンロード確認画面の一例を示す図。The figure which shows an example of the reservation data download confirmation screen which concerns on 1st Embodiment. 第1の実施形態に係るダウンロード予約処理の一例を示すフローチャート。6 is a flowchart illustrating an example of a download reservation process according to the first embodiment. 第1の実施形態に係る予約データのダウンロード処理の一例を示すフローチャート。6 is a flowchart showing an example of a reservation data download process according to the first embodiment. 第2の実施形態に係るダウンロード予約確認画面の一例を示す図。The figure which shows an example of the download reservation confirmation screen which concerns on 2nd Embodiment. 第2の実施形態に係るダウンロード予約確認画面の他の例を示す図。The figure which shows the other example of the download reservation confirmation screen which concerns on 2nd Embodiment. 第3の実施形態に係るダウンロード予約確認画面の一例を示す図。The figure which shows an example of the download reservation confirmation screen which concerns on 3rd Embodiment.

以下、本発明の一実施形態について、図面を参照して説明する。
[第1の実施形態]
まず、ゲームシステム1の全体構成の概要を説明する。図1は、本実施形態に係るゲームシステム1の構成の一例を示すブロック図である。ゲームシステム1は、ユーザ端末10−1と、ユーザ端末10−2と、ユーザ端末10−3、・・・と、ゲームサーバ30とのコンピュータ装置を備えており、これらのコンピュータ装置はネットワークNWを介して接続される。ユーザ端末10−1と、ユーザ端末10−2と、ユーザ端末10−3とは同様の構成であるため、特に区別しない場合には、「−1」、「−2」等の記載を省略してユーザ端末10として説明する。ここでは3台のユーザ端末10を図示しているが、任意の台数のユーザ端末10がゲームサーバ30に接続されてもよい。
Hereinafter, an embodiment of the present invention will be described with reference to the drawings.
[First Embodiment]
First, an overview of the overall configuration of the game system 1 will be described. FIG. 1 is a block diagram showing an example of the configuration of the game system 1 according to the present embodiment. The game system 1 includes computer devices including a user terminal 10-1, a user terminal 10-2, a user terminal 10-3,..., And a game server 30, and these computer devices are connected to a network NW. Connected through. Since the user terminal 10-1, the user terminal 10-2, and the user terminal 10-3 have the same configuration, descriptions of “−1”, “−2”, and the like are omitted unless particularly distinguished. The user terminal 10 will be described. Although three user terminals 10 are illustrated here, an arbitrary number of user terminals 10 may be connected to the game server 30.

ゲームサーバ30は、ユーザ端末10において実行可能なゲームを提供するサーバ装置である。例えば、ゲームサーバ30は、ユーザ端末10において実行可能なゲームの制御プログラム(ゲーム制御プログラム)等のデータを、ユーザ端末10からダウンロード可能に提供する。また、ゲームサーバ30は、ユーザ端末10において実行されたゲームに必要な各種設定情報及び履歴情報などを記憶するとともに、必要に応じてユーザ端末10に送信する。また、ゲームサーバ30は、ゲームを運営していく中で新たな仕様の追加などにより、ユーザ端末10に対して更新データを、ユーザ端末10からダウンロード可能に提供する。ここで、更新データとは、既存のデータに対して追加するデータ、及び既存のデータを置き換えるバージョンアップデータのいずれであってもよい。なお、ユーザ端末10がダウンロードするデータは、ゲームを運営するゲームサーバ30に限らず、他のダウンロード可能なサーバ装置に記憶されていてもよい。   The game server 30 is a server device that provides a game that can be executed on the user terminal 10. For example, the game server 30 provides data such as a game control program (game control program) executable on the user terminal 10 so that it can be downloaded from the user terminal 10. In addition, the game server 30 stores various setting information and history information necessary for the game executed on the user terminal 10 and transmits it to the user terminal 10 as necessary. In addition, the game server 30 provides update data to the user terminal 10 so as to be downloadable from the user terminal 10 by adding a new specification or the like while operating the game. Here, the update data may be any of data to be added to existing data and upgrade data that replaces the existing data. The data downloaded by the user terminal 10 is not limited to the game server 30 that manages the game, but may be stored in another downloadable server device.

ユーザ端末10は、ゲームサーバ30からダウンロードしたゲーム制御プログラムや各種のデータに基づいてゲームを実行するゲーム装置として機能する。例えば、ユーザ端末10は、ユーザが利用するコンピュータ装置であり、PC(Personal Computer)、タブレットPC、スマートフォンやフィーチャーフォン等の携帯電話機、携帯情報端末(PDA:Personal Digital Assistant)、家庭用ゲーム機、店舗設置型業務用ゲーム機等が適用できる。本実施形態では、ユーザ端末10はスマートフォンであるとして説明する。   The user terminal 10 functions as a game device that executes a game based on a game control program downloaded from the game server 30 and various data. For example, the user terminal 10 is a computer device used by a user, such as a PC (Personal Computer), a tablet PC, a mobile phone such as a smartphone or a feature phone, a personal digital assistant (PDA), a home game machine, A store-installed arcade game machine can be applied. In the present embodiment, the user terminal 10 will be described as a smartphone.

図2は、ユーザ端末10のハードウェア構成の一例を示す図である。ユーザ端末10は、例えば、CPU(Central Processing Unit)11と、通信部12と、入力部13と、表示部14と、記憶部15とを備え、ネットワークNWを介して接続されたゲームサーバ30や他の装置等と通信部12を介して通信を行う。これらの構成要素は、バス(Bus)を介して相互に通信可能に接続されている。CPU11は、記憶部15に記憶された各種プログラムを実行し、ユーザ端末10の各部を制御する。   FIG. 2 is a diagram illustrating an example of a hardware configuration of the user terminal 10. The user terminal 10 includes, for example, a CPU (Central Processing Unit) 11, a communication unit 12, an input unit 13, a display unit 14, and a storage unit 15, and a game server 30 connected via a network NW, Communication with other devices and the like is performed via the communication unit 12. These components are connected via a bus so that they can communicate with each other. The CPU 11 executes various programs stored in the storage unit 15 and controls each unit of the user terminal 10.

通信部12は、ネットワークNWを介して、ゲームサーバ30や他の装置と通信を行う。
入力部13は、例えば、タッチパネルとしてディスプレイ(表示部14)と一体に構成されており、ユーザの操作により各種の指示が入力される。なお、入力部13は、キーボードやマウス、タッチパッドや、音声により各種の指示が入力されるマイクロホンなど、その他の入力装置であってもよい。
表示部14は、画像やテキスト等の情報を表示するディスプレイであり、例えば、液晶ディスプレイパネル、有機EL(ElectroLuminescence)ディスプレイパネルなどを含んで構成される。
The communication unit 12 communicates with the game server 30 and other devices via the network NW.
The input unit 13 is configured integrally with a display (display unit 14) as a touch panel, for example, and various instructions are input by a user operation. The input unit 13 may be another input device such as a keyboard, a mouse, a touch pad, or a microphone that inputs various instructions by voice.
The display unit 14 is a display that displays information such as images and text, and includes a liquid crystal display panel, an organic EL (ElectroLuminescence) display panel, and the like.

記憶部15は、例えば、HDD(Hard Disk Drive)やSSD(Solid State Drive)、EEPROM(Electrically Erasable Programmable Read-Only Memory)、ROM(Read-Only Memory)、RAM(Random Access Memory)などを含み、ゲーム制御プログラムを含む)等を記憶する。なお、記憶部15は、ユーザ端末10に内蔵されるものに限らず、USB等のデジタル入出力ポート等によって接続された外付け型の記憶装置でもよい。また、ユーザ端末10は、不図示のスピーカ、音声出力端子、カメラ、ジャイロセンサ、GPS(Global Positioning System)受信モジュールなどのハードウェア構成を含んで構成されてもよい。   The storage unit 15 includes, for example, an HDD (Hard Disk Drive), an SSD (Solid State Drive), an EEPROM (Electrically Erasable Programmable Read-Only Memory), and a ROM (Read-Only Memory). (Including game control programs). The storage unit 15 is not limited to a built-in unit in the user terminal 10 but may be an external storage device connected by a digital input / output port such as a USB. The user terminal 10 may be configured to include hardware configurations such as a speaker (not shown), an audio output terminal, a camera, a gyro sensor, and a GPS (Global Positioning System) receiving module.

図3は、ゲームサーバ30のハードウェア構成の一例を示す図である。ゲームサーバ30は、例えば、CPU31と、通信部32と、入力部33と、記憶部35とを備え、ネットワークNWを介して接続された複数のユーザ端末10や他の装置等と通信部32を介して通信を行う。これらの構成要素は、バス(Bus)を介して相互に通信可能に接続されている。CPU31は、記憶部35に記憶されたゲーム制御プログラムを実行し、複数のユーザ端末10でプレイ可能なゲームを提供する。   FIG. 3 is a diagram illustrating an example of a hardware configuration of the game server 30. The game server 30 includes, for example, a CPU 31, a communication unit 32, an input unit 33, and a storage unit 35. The game server 30 includes a plurality of user terminals 10 and other devices connected via the network NW and the communication unit 32. To communicate through. These components are connected via a bus so that they can communicate with each other. The CPU 31 executes a game control program stored in the storage unit 35 and provides a game that can be played on the plurality of user terminals 10.

通信部32は、ネットワークNWを介して、複数のユーザ端末10や他の装置と通信を行う。
入力部33は、例えば、キーボードやマウス、タッチパッドや、音声により各種の指示が入力されるマイクロホンなど、その他の入力装置である。
The communication unit 32 communicates with a plurality of user terminals 10 and other devices via the network NW.
The input unit 33 is another input device such as a keyboard, a mouse, a touch pad, or a microphone in which various instructions are input by voice.

記憶部35は、例えば、HDD、EEPROM、RAMなどを含み、ゲーム制御プログラム、ゲームに必要な各種設定情報及び履歴情報などを記憶する。なお、記憶部35は、ゲームサーバ30に内蔵されるものに限らず、USB等のデジタル入出力ポート等によって接続された外付け型の記憶装置でもよい。また、記憶部35は、ゲームサーバ30とは物理的に離れた外部の記憶装置であってもよく、ゲームサーバ30とインターネットなどの通信網を介して接続されてもよい。また、ゲームサーバ30は、不図示の表示部、スピーカ、音声出力端子などのハードウェア構成を含んで構成されてもよい。   The storage unit 35 includes, for example, an HDD, an EEPROM, a RAM, and the like, and stores a game control program, various setting information necessary for the game, history information, and the like. Note that the storage unit 35 is not limited to the one built in the game server 30 but may be an external storage device connected via a digital input / output port such as a USB. The storage unit 35 may be an external storage device physically separated from the game server 30, or may be connected to the game server 30 via a communication network such as the Internet. Further, the game server 30 may be configured to include a hardware configuration such as a display unit (not shown), a speaker, and an audio output terminal.

〔更新データのダウンロードの概要〕
次に、本実施形態に係る更新データのダウンロードついて、その概要を説明する。例えば、ユーザ端末10で実行されるモバイルゲームでは、ゲームを運営していく中でデータの更新が生じることが多くある。例えば、音楽ゲームであればプレイする楽曲に関する更新データであったり、アクションゲームであれば新しいステージの地形や敵キャラクタに関する更新データなどであり、内容によってはこれらの更新データは大きなデータサイズ(データ量)になることもある。これらの更新データは、ダウンロードしなければゲームを起動できないものもあれば、ダウンロードしなくても起動はできるが部分的に機能が利用できなくなるものもある。
[Outline of downloading update data]
Next, an outline of download of update data according to the present embodiment will be described. For example, in a mobile game executed on the user terminal 10, data is often updated while the game is operated. For example, if it is a music game, it is update data related to the music to be played, and if it is an action game, it is update data related to the terrain of the new stage or enemy characters, etc. ). Some of these update data cannot be started without downloading, while others can be started without downloading, but some functions cannot be used.

従来は、通信接続が出来ない場合に通信接続したときにダウンロードするという予約は可能であったが、通信接続していたとしても、ユーザは、その時の通信状況によってダウンロードを実行したくないこともあり得る。例えば、携帯電話会社のモバイル通信などは、高速通信できるデータ量に制限がある場合があり、大きなサイズのデータはダウンロードしたくない場合などがあり得る。また、通信速度が遅い場合などは、ダウンロードに時間が掛かり、その間ゲームプレイができなくなることなどもある。ユーザが今すぐにプレイしたい部分とは関係の無いデータのダウンロードであることもあり得る。   Previously, it was possible to make a reservation to download when communication connection was possible when communication connection was not possible, but even if communication connection was made, the user may not want to execute download depending on the communication status at that time possible. For example, mobile communication of a mobile phone company may have a limit on the amount of data that can be communicated at high speed, and may not want to download large data. In addition, when the communication speed is low, it takes time to download, and the game play may not be possible during that time. It may be a download of data that has nothing to do with the part that the user wants to play immediately.

つまり、ユーザにしてみれば、その時ダウンロードするか否かは、通信状況のみではなく、通信制限までのデータ量等、他の要因を含めて判断したい場合があるため、ダウンロードするか否かをその都度判断したい場合も多い。また、更新データの中には、そのユーザにとって全く必要の無いデータがある場合もあり得る。このようなデータは、ユーザ端末10のデータ容量を圧迫するだけになるため、通信状況の有無に関わらずダウンロードしたくないような場合も考え得る。   In other words, for the user, whether or not to download at that time may be determined not only by the communication status but also by other factors such as the amount of data up to the communication limit. There are many cases where you want to judge each time. Also, there may be data in the update data that is completely unnecessary for the user. Since such data only presses the data capacity of the user terminal 10, there may be a case where it is not desired to download the data regardless of the presence or absence of the communication status.

そこで、本実施形態に係るユーザ端末10は、更新データを今すぐダウンロードするか、または予約して後々ダウンロードするかの選択肢をユーザに提示し、予約が選択された場合、予め決められた通信状況となった場合にダウンロードを開始するように構成する。これにより、ユーザ端末10は、ユーザにとって適切なタイミングでデータのダウンロードを実行することができる。以下、ユーザ端末10が実行する更新データのダウンロードについての機能構成及び処理を詳しく説明する。なお、ここでは、ゲームの更新データのダウンロードを例に説明するが、ゲームに限られるものではなく、他のアプリケーションの更新データのダウンロードにも適用することができる。   Therefore, the user terminal 10 according to the present embodiment presents the user with an option to download the update data immediately or make a reservation and download it later, and when reservation is selected, a predetermined communication situation When it becomes, it is configured to start downloading. Thereby, the user terminal 10 can download data at a timing appropriate for the user. Hereinafter, the functional configuration and processing for downloading update data executed by the user terminal 10 will be described in detail. Note that, here, download of game update data will be described as an example, but the present invention is not limited to games, and can be applied to download update data of other applications.

〔ユーザ端末10の構成〕
まず、図4を参照して、ユーザ端末10の機能構成について説明する。
図4は、ユーザ端末10の構成の一例を示すブロック図である。ユーザ端末10は、更新データのダウンロード処理を制御するデータ処理装置としての機能を有し、記憶部15に記憶されているプログラムをCPU11が実行することにより実現される機能構成として、制御部110を備える。制御部110は、ユーザ端末10において通信状況検出部111と、更新データ確認部112と、ダウンロード予約確認部113と、データ更新部114とを備えている。
[Configuration of User Terminal 10]
First, the functional configuration of the user terminal 10 will be described with reference to FIG.
FIG. 4 is a block diagram illustrating an example of the configuration of the user terminal 10. The user terminal 10 has a function as a data processing device that controls a download process of update data. The control unit 110 is configured as a functional configuration realized by the CPU 11 executing a program stored in the storage unit 15. Prepare. The control unit 110 includes a communication status detection unit 111, an update data confirmation unit 112, a download reservation confirmation unit 113, and a data update unit 114 in the user terminal 10.

通信状況検出部111は、ネットワークNWを介する通信の通信状況を検出する。通信状況とは、モバイル通信(3G(第3世代)通信、4G(第4世代)通信など)やWiFi(登録商標)通信等の通信の種別に基づく状況、または通信の速度に基づく状況である。   The communication status detection unit 111 detects the communication status of communication via the network NW. The communication status is a status based on the type of communication such as mobile communication (3G (third generation) communication, 4G (fourth generation) communication), WiFi (registered trademark) communication, or the like, or a status based on the communication speed. .

更新データ確認部112は、ネットワークNWを介してダウンロード可能な更新データが有るか否かを確認する。例えば、更新データ確認部112は、通信部12を介してネットワークNWに通信接続されるゲームサーバ30から送信される更新データの情報(データの識別情報、バージョン情報など)をユーザ端末10に記憶されているデータと比較し、相違があればその相違部分をユーザ端末10にとっての更新データと判断する。   The update data confirmation unit 112 confirms whether there is update data that can be downloaded via the network NW. For example, the update data confirmation unit 112 stores, in the user terminal 10, update data information (data identification information, version information, etc.) transmitted from the game server 30 that is communicatively connected to the network NW via the communication unit 12. If there is a difference, it is determined that the difference is update data for the user terminal 10.

なお、更新データの有無をゲームサーバ30が判断して、その判断結果を更新データ確認部112が取得してもよい。例えば、更新データ確認部112は、データの識別情報、バージョン情報などが含まれる問合わせ情報をゲームサーバ30に対して送信し、この問合わせ情報に対するゲームサーバ30からの判断結果(応答情報)に基づいて、更新データ確認部112は、ダウンロード可能な更新データが有るか否かを確認してもよい。また、ユーザ端末10またはゲームサーバ30において、これまでのダウンロードの履歴データを保存しておき、更新データがあった場合、ユーザ端末10またはゲームサーバ30が、その履歴データと比較して更新データの有無を判断してもよい。   Note that the game server 30 may determine whether there is update data, and the update data check unit 112 may acquire the determination result. For example, the update data confirmation unit 112 transmits inquiry information including data identification information, version information, and the like to the game server 30, and the determination result (response information) from the game server 30 for the inquiry information is transmitted. Based on this, the update data confirmation unit 112 may confirm whether there is update data that can be downloaded. In addition, the user terminal 10 or the game server 30 stores the history data of the download so far, and when there is update data, the user terminal 10 or the game server 30 compares the update data with the update data. The presence or absence may be determined.

ダウンロード予約確認部113は、更新データ確認部112の確認結果に基づいて、ネットワークNWを介してダウンロード可能な更新データが有る場合、更新データのダウンロードを予約するか否かをユーザが選択可能なように提示する。例えば、ダウンロード予約確認部113は、更新データのダウンロードを予約するか否かをユーザが選択可能な画面(以下、「ダウンロード予約確認画面」ともいう)を表示部14に表示させることにより、提示する。   Based on the confirmation result of the update data confirmation unit 112, the download reservation confirmation unit 113 allows the user to select whether or not to reserve the download of the update data when there is update data that can be downloaded via the network NW. To present. For example, the download reservation confirmation unit 113 presents the screen by displaying a screen (hereinafter also referred to as “download reservation confirmation screen”) on which the user can select whether or not to reserve download of update data on the display unit 14. .

例えば、ダウンロード予約確認部113は、更新データが有る場合、通信状況検出部111により検出された通信状況に基づいて、ダウンロード予約確認画面を表示部14に表示させる。具体的には、例えば、ダウンロード予約確認部113は、通信状況がWiFi通信ではない場合や通信速度が予め設定された速度以下の場合、ダウンロード予約確認画面を表示部14に表示させる。なお、ダウンロード予約確認部113がダウンロード予約確認画面を表示部14に表示させる場合の通信状況は、通信の種別や通信の速度などに基づく状況のうちユーザにより設定された通信状況であってもよい。   For example, when there is update data, the download reservation confirmation unit 113 displays a download reservation confirmation screen on the display unit 14 based on the communication status detected by the communication status detection unit 111. Specifically, for example, the download reservation confirmation unit 113 displays a download reservation confirmation screen on the display unit 14 when the communication status is not WiFi communication or when the communication speed is equal to or lower than a preset speed. Note that the communication status in the case where the download reservation confirmation unit 113 displays the download reservation confirmation screen on the display unit 14 may be a communication status set by the user among the situations based on the type of communication and the communication speed. .

また、ダウンロード予約確認部113は、更新データの内容に基づいて、ダウンロード予約確認画面を表示部14に表示させてもよい。更新データの内容には、ゲームのプレイに用いられるデータの種別、更新データの容量、更新データを用いるゲーム全体に関する進行に必須のデータであるか否か、などが含まれる。ゲームのプレイに用いられるデータの種別とは、換言するとプレイ内容に関する種別ということもでき、例えばゲームのプレイに用いられる楽曲データ、キャラクタデータなどの種別である。また、データの種別とは、テキストデータ、背景データ、キャラクタを照会する動画データ等の種別であってもよい。例えば、プレイしたい楽曲データであればそのデータがあればプレイできないが、背景データは無くても画面が寂しくなるだけでプレイが可能な場合もある。ゲーム全体に関する進行とは、ゲームの起動、ゲームプレイなどのことである。つまり、ゲーム全体に関する進行に必須のデータとは、そのデータがないと(更新しないと)ゲームが起動しないデータ、または起動はするもののプレイが出来ない状態(例えば、ゲームのタイトル画面等は表示されるがプレイできない状態)となるデータなどのことを指す。また、そのデータがないと(更新しないと)チュートリアルのみなどのようにゲームプレイのうちの特定の一部分のみはプレイが可能であるが大半のプレイが不可能な状態となるデータも、ゲーム全体に関する進行に必須のデータに含まれてもよい。なお、更新データの内容には、上記の内容のうちユーザによって予め設定された内容が含まれてもよい。   Further, the download reservation confirmation unit 113 may display a download reservation confirmation screen on the display unit 14 based on the contents of the update data. The content of the update data includes the type of data used for playing the game, the capacity of the update data, whether or not the data is essential for the progress of the entire game using the update data, and the like. In other words, the type of data used for playing the game can also be called a type related to the content of the play, for example, a type of music data or character data used for playing the game. Further, the data type may be a type such as text data, background data, and moving image data for inquiring characters. For example, if there is music data to be played, the data cannot be played if the data is present, but even if there is no background data, there may be a case where the screen is lonely and play is possible. The progress related to the entire game refers to game activation, game play, and the like. In other words, the data that is essential for the progress of the entire game is data that does not start without the data (if it is not updated), or the state that starts but cannot play (for example, the title screen of the game is displayed) Data that can be played but cannot be played). In addition, if there is no data (if you don't update it), you can play only a specific part of the gameplay, such as only tutorials, but most of the gameplay is impossible. It may be included in data essential for progress. Note that the contents of the update data may include contents preset by the user among the above contents.

例えば、ダウンロード予約確認部113は、例えば、更新データ確認部112により更新データが有ることが確認されたタイミングで、ダウンロード予約確認画面を表示部14に表示させる。   For example, the download reservation confirmation unit 113 causes the display unit 14 to display a download reservation confirmation screen at the timing when the update data confirmation unit 112 confirms that there is update data, for example.

また、ダウンロード予約確認部113は、「ダウンロード予約確認画面」においてユーザにダウンロードの予約がされた更新データについて、ダウンロード予約された更新データとして設定する。例えば、ダウンロード予約確認部113は、予約された更新データの識別情報に予約フラグONを設定する。この予約フラグONの設定は、その更新データがダウンロードされるまでは保持され、ダウンロードされた場合に解除される。   In addition, the download reservation confirmation unit 113 sets the update data for which the user has reserved the download on the “download reservation confirmation screen” as the update data for which the download reservation has been made. For example, the download reservation confirmation unit 113 sets a reservation flag ON in the identification information of the reserved update data. The setting of the reservation flag ON is held until the update data is downloaded, and is canceled when the update data is downloaded.

データ更新部114は、ゲームサーバ30から提供される更新データをダウンロードするダウンロード処理を実行する。例えば、データ更新部114は、ダウンロード予約確認部113により更新データのダウンロードが予約された場合、通信状況検出部111により検出された通信状況に基づいて、該予約された更新データのダウンロード処理を実行する。即ち、予約された更新データのダウンロード処理は、通信状況によって(例えば、WiFi通信ではない場合)延期される。   The data update unit 114 executes a download process for downloading update data provided from the game server 30. For example, when the download reservation confirmation unit 113 reserves download of update data, the data update unit 114 executes a process for downloading the reserved update data based on the communication status detected by the communication status detection unit 111. To do. In other words, the download processing of the reserved update data is postponed depending on the communication status (for example, when not WiFi communication).

一方、データ更新部114は、ダウンロード予約確認部113により提示された更新データのうちダウンロードが予約されなかった更新データについては、通信状況検出部111により検出された通信状況によらずダウンロード処理を実行する。即ち、予約されなかった更新データのダウンロード処理は、通信状況によらす即時に実行される。但し、ダウンロード処理は実行されるが、通信接続が切断されてしまった場合などは、ダウンロード処理は完了できないため、途中で一次的に中断、または中止される場合もある。   On the other hand, the data update unit 114 executes a download process on the update data presented by the download reservation confirmation unit 113 that has not been reserved for download regardless of the communication status detected by the communication status detection unit 111. To do. That is, the update data download process that has not been reserved is immediately executed according to the communication status. However, the download process is executed, but if the communication connection is cut off, the download process cannot be completed and may be temporarily interrupted or canceled in the middle.

また、データ更新部114は、通信状況検出部111により検出された通信状況に基づいて、ダウンロード予約確認部113によりダウンロードが予約された更新データを、ダウンロードするか否かをユーザが選択可能なように提示してもよい。例えば、データ更新部114は、ダウンロード予約確認部113によりダウンロードが予約された更新データをダウンロードするか否かをユーザが選択可能な画面(以下、「予約データダウンロード確認画面」ともいう)を表示部14に表示させることにより、提示してもよい。   Further, the data update unit 114 can select whether or not to download the update data reserved for download by the download reservation confirmation unit 113 based on the communication status detected by the communication status detection unit 111. May be presented. For example, the data updating unit 114 displays a screen (hereinafter also referred to as a “reservation data download confirmation screen”) on which the user can select whether or not to download the update data reserved for download by the download reservation confirmation unit 113. It may be presented by being displayed on 14.

具体的には、データ更新部114は、例えば、WiFi通信ではない通信状況からWiFi通信に通信状況が変わった場合、予約データダウンロード確認画面を表示部14に表示させる。そして、データ更新部114は、予約データダウンロード確認画面において、ユーザによりダウンロードすることが選択された場合、更新データのダウンロード処理を実行する。   Specifically, the data update unit 114 displays a reservation data download confirmation screen on the display unit 14 when, for example, the communication status changes from a communication status that is not WiFi communication to WiFi communication. Then, the data update unit 114 executes update data download processing when the user selects to download on the reservation data download confirmation screen.

〔更新データのダウンロード処理における表示画面〕
次に、ユーザ端末10が実行する更新データのダウンロード処理においてユーザインターフェースとして表示される表示画面について説明する。まず、更新データのダウンロードの予約処理に関する表示画面について説明する。
[Display screen for downloading update data]
Next, a display screen displayed as a user interface in the update data download process executed by the user terminal 10 will be described. First, a display screen related to update data download reservation processing will be described.

(1)ダウンロード設定画面
ユーザは、どのような条件のときにダウンロードの予約確認をするか、即ち、ダウンロード予約確認画面を表示させたいかについて、ダウンロード設定画面で予め設定することができる。図5は、本実施形態に係るダウンロード設定画面の一例を示す図である。図示するダウンロード設定画面G10では、ダウンロード予約確認画面を表示させる通信状況の設定と、ダウンロード予約確認画面を表示させたときにダウンロードの予約確認を行うデータの内容の設定が可能である。通信状況の設定としては、「通信種別がWiFi通信か否か」と、現在の通信速度が「10Mbps(ビット毎秒)以下か否か」と、が選択可能に表示されている。なお、これらは一例であって、例えば、通信種別が3G通信、4G通信などさらに詳細に設定可能なようにしてもよい。
(1) Download setting screen The user can set in advance on the download setting screen as to under what conditions the download reservation confirmation should be performed, that is, whether the download reservation confirmation screen should be displayed. FIG. 5 is a diagram illustrating an example of a download setting screen according to the present embodiment. In the illustrated download setting screen G10, it is possible to set the communication status for displaying the download reservation confirmation screen and the content of data for confirming the download reservation when the download reservation confirmation screen is displayed. As the setting of the communication status, “whether or not the communication type is WiFi communication” and “whether or not the current communication speed is 10 Mbps (bits per second) or less” are displayed so as to be selectable. These are merely examples, and for example, the communication type may be set in more detail such as 3G communication or 4G communication.

また、データの内容の設定としては、「楽曲データ」と、「キャラクタデータ」と、「30MB(バイト)以上のデータ」と、「必須データ以外」と、「すべて」と、が選択可能に表示されている。「楽曲データ」は、音楽ゲーム等でプレイする楽曲のデータである。「キャラクタデータ」は、バトルゲーム等で登場する人物、動物、物体(例えば、乗り物)などを示すオブジェクトのデータである。楽曲データ及びキャラクタデータに関してはダウンロードせずともプレイは可能であるが、そのデータに関連した部分のプレイは制限されることになる。「30MB以上のデータ」は、更新データのデータサイズの大きさを示しており、楽曲データであるかキャラクタデータであるか、あるいはゲームに必須なデータであるかなどの区別がないため、ダウンロードしないとゲームを起動できないようなデータも含まれ得る。「必須データ以外」は、ゲームの起動に必須のデータ以外のデータである。「すべて」は、更新データのすべてを指す。   In addition, as the data content setting, “music data”, “character data”, “data of 30 MB (bytes) or more”, “other than essential data”, and “all” are selectable. Has been. “Music data” is data of music played in a music game or the like. “Character data” is data of an object indicating a person, an animal, an object (for example, a vehicle) appearing in a battle game or the like. The music data and the character data can be played without downloading, but the play of the portion related to the data is limited. “Data of 30 MB or more” indicates the size of the data size of the update data, and is not downloaded because there is no distinction as to whether it is music data, character data, or data essential to the game. Data that cannot start the game can also be included. “Non-essential data” is data other than data essential for starting the game. “All” refers to all of the update data.

これらの設定は、通信種別及び通信速度のそれぞれに対応するチェックボックスに入力されたチェックによって設定される。本図では、「WiFi通信でない時」に、「楽曲データ」または「30MB以上のデータ」をダウンロードする場合、その開始前にダウンロードの予約確認を行う設定になっていることを示す。   These settings are set by checks entered in check boxes corresponding to the communication type and communication speed. This figure shows that when “music data” or “data of 30 MB or more” is downloaded “when not in WiFi communication”, it is set to confirm download reservation before the start.

なお、「必須データ以外」にチェックがされると、他の項目のチェックに関わらず(他の項目のチェックが暗転やグレーアウトしてもよい)、必須データ以外の更新データのダウンロードについて予約確認が行われることになる。これにより、ユーザ端末10は、例えば、WiFi環境でない場合、必要最低限のダウンロードでゲームを進行可能とすることができる。このような必須データか否かについては、項目として設けずに各データに識別可能に表示するようにしてもよい。   If “Non-essential data” is checked, the reservation confirmation for downloading update data other than the essential data will be made regardless of the other item checks (the check of other items may be dimmed or grayed out). Will be done. Thereby, the user terminal 10 can enable the game to proceed with a minimum necessary download, for example, when the environment is not a WiFi environment. Whether such data is essential or not may be displayed so as to be identifiable in each data without being provided as an item.

なお、図示する例は、ユーザによって設定されるものであるが、ユーザの設定に依らず、アプリ内で予め決められていてもよい。   The example shown in the figure is set by the user, but may be determined in advance in the application regardless of the setting of the user.

(2)強制ダウンロード画面
ゲームを起動したタイミングなど、特定のタイミングでユーザ端末10は、ゲームサーバ30と通信し、更新データの有無を確認する。更新データがある場合、ダウンロード設定画面G10で設定された内容に該当しない更新データがあれば、その更新データのダウンロードは確認なしで強制的に開始される。つまり、データ更新部114は、更新データのうち予め設定されていない内容のデータについては、ユーザに確認することなくダウンロード処理を実行する。このとき、表示部14は、強制ダウンロード画面に遷移する。
(2) Forced download screen The user terminal 10 communicates with the game server 30 at a specific timing, such as the timing when the game is activated, and confirms the presence or absence of update data. When there is update data, if there is update data that does not correspond to the contents set on the download setting screen G10, the download of the update data is forcibly started without confirmation. That is, the data update unit 114 executes download processing without confirming with the user for data that is not set in advance among the update data. At this time, the display unit 14 transitions to a forced download screen.

図6は、本実施形態に係る強制ダウンロード画面の一例を示す図である。図示する強制ダウンロード画面G20には、更新データを「ダウンロード中」であることと、ダウンロードの進捗状況示す進捗ゲージK21とが表示されている。また、進捗ゲージK21の下側には、「ダウンロード中」のデータが、「キャラクタB(1MB)」及び「キャラクタC(1MB)」のデータであることが表示されている。(1MB)は、キャラクタCのデータサイズを示している。つまり、図5に示すダウンロード設定画面G10において、「キャラクタデータ」のチェックボックスにはチェックが入っていない。そのため、更新データにキャラクタデータが含まれている場合、そのキャラクタデータについてはダウンロードの予約確認はされず、強制的にダウンロードが開始されることになる。   FIG. 6 is a diagram illustrating an example of a forced download screen according to the present embodiment. The compulsory download screen G20 shown in the figure displays that the update data is “downloading” and a progress gauge K21 indicating the progress of the download. Further, it is displayed on the lower side of the progress gauge K21 that the data “downloading” is data of “character B (1 MB)” and “character C (1 MB)”. (1 MB) indicates the data size of the character C. That is, in the download setting screen G10 shown in FIG. 5, the “character data” check box is not checked. For this reason, if character data is included in the update data, the download reservation of the character data is not confirmed and the download is forcibly started.

なお、図5に示すダウンロード設定画面G10においては、「30MB以上のデータ」のチェックボックスにチェックが入っているため、更新データの中に30MB以上のデータであってゲームの起動に必須のデータが含まれる場合、WiFi通信に接続されるまではゲームがプレイできないこととなる。   In addition, in the download setting screen G10 shown in FIG. 5, since the check box of “data of 30 MB or more” is checked, the update data includes data that is 30 MB or more and is essential for starting the game. If it is included, the game cannot be played until connected to WiFi communication.

なお、前述したように、更新データの有無は、ユーザ端末10で判断してもよいし、ゲームサーバ30で判断してもよい。また、更新データが有ると判断された時点でユーザ端末10に対して更新データのダウンロードが可能としてもよいし、ユーザ端末10毎に時間差を設けて異なるタイミングでダウンロードが可能としてもよい。時間差を設定するのは、複数のユーザ端末10からの一斉アクセスによるサーバ負荷を軽減するためである。   As described above, the presence / absence of update data may be determined by the user terminal 10 or the game server 30. Further, the update data may be downloaded to the user terminal 10 when it is determined that there is update data, or may be downloaded at different timings with a time difference provided for each user terminal 10. The reason for setting the time difference is to reduce the server load due to simultaneous access from a plurality of user terminals 10.

(3)ダウンロード予約確認画面
上記(2)の強制ダウンロードが終了すると、更新データの中にダウンロード設定画面G10で設定された内容に該当データがある場合、ダウンロード予約確認画面に遷移する。図7は、本実施形態に係るダウンロード予約確認画面の一例を示す図である。図示するダウンロード予約確認画面G30には、ダウンロードの予約を行う画面である旨と、現在の通信状況と、ダウンロード設定画面G10で設定された内容に該当する更新データとが表示される。図示する例では、現在の通信状況として「現在の通信が4G通信(4Gキャリア通信)」であることが表示されている。即ち、WiFi通信でないため、ダウンロード設定画面G10で設定された内容に該当するデータのダウンロードを延期して、このダウンロード予約確認画面G30にて、ダウンロードの予約が可能である。また、図示する例では、ダウンロード設定画面G10で設定された内容に該当するデータ(即ち、ダウンロードの予約が可能なデータ)として、「楽曲データD(3MB)」、「楽曲データE(7MB)」、及び「楽曲データF(4MB)」が、それぞれを選択するためのチェックボックスとともに表示されている。(3MB)、(7MB)、及び(4MB)は、それぞれの楽曲データのデータサイズを示している。また、上記3つの楽曲データのすべて(「上のすべて」)を1つのチェックで選択できるチェックボックスも表示されている。
(3) Download Reservation Confirmation Screen When the forced download in (2) above is completed, if there is relevant data in the contents set in the download setting screen G10 in the update data, the screen changes to a download reservation confirmation screen. FIG. 7 is a diagram showing an example of a download reservation confirmation screen according to the present embodiment. The download reservation confirmation screen G30 shown in the figure displays a screen for making a download reservation, the current communication status, and update data corresponding to the contents set on the download setting screen G10. In the illustrated example, “current communication is 4G communication (4G carrier communication)” is displayed as the current communication status. That is, since it is not WiFi communication, the download of the data corresponding to the content set on the download setting screen G10 can be postponed, and the download reservation can be made on this download reservation confirmation screen G30. In the illustrated example, “music data D (3 MB)” and “music data E (7 MB)” are data corresponding to the contents set on the download setting screen G10 (that is, data that can be reserved for download). , And “music data F (4 MB)” are displayed together with check boxes for selecting each of them. (3 MB), (7 MB), and (4 MB) indicate the data size of each piece of music data. In addition, a check box is displayed in which all of the above three music data ("all above") can be selected with one check.

このように、予約が可能な更新データは、例えば、更新データを用いるゲーム内のプレイ単位(ここでは、楽曲データの単位)で選択可能に表示されている。プレイ単位で選択可能とは、ゲーム内での1つのプレイ単位に必要なデータ一式を選択可能なことである。例えば、音楽ゲームにおいて1曲をプレイする場合、その曲のサウンドデータと、タイミングを判定するための譜面データとが楽曲データとして最低限必要であるため、その1曲のプレイについて、サウンドデータと譜面データとのデータ一式が楽曲データとして選択可能になる。なお、楽曲名データやサムネイル画像なども楽曲データとして必要な場合、これらをサウンドデータ及び譜面データに加えてひとまとめにして、1プレイ単位の楽曲データ(更新データ)としてもよい。   In this way, the update data that can be reserved is displayed so as to be selectable in, for example, a play unit in the game using the update data (here, a unit of music data). “Selectable in units of play” means that a set of data necessary for one play unit in the game can be selected. For example, when playing a song in a music game, the sound data of the song and the score data for determining the timing are the minimum required as the song data. A set of data and data can be selected as music data. If music name data, thumbnail images, and the like are also required as music data, they may be combined into sound data and musical score data to form music data (update data) for each play.

また、ダウンロード予約確認画面G30には、「チェックしたデータを予約」するための操作ボタンB31と、「今すぐすべてダウンロード」するための操作ボタンB32と、「キャンセル」するための操作ボタンB33と、が表示されている。操作ボタンB31(「チェックしたデータを予約」)をユーザが押下すると、チェックボックスにチェックされた更新データのダウンロードが予約され、この時点ではダウンロードは開始されない。操作ボタンB32(「今すぐすべてダウンロード」)をユーザが押下すると、この画面に表示されている更新データのすべてが通信状況に関係なく、すぐにダウンロードされる。操作ボタンB33(「キャンセル」)をユーザが押下すると、表示されている更新データはいずれもダウンロードされず、且つ予約もされない。この場合、例えばゲーム画面へ遷移する。   The download reservation confirmation screen G30 includes an operation button B31 for “reserving checked data”, an operation button B32 for “download all now”, an operation button B33 for “cancel”, Is displayed. When the user presses the operation button B31 ("Reserve Checked Data"), the download of the update data checked in the check box is reserved, and the download is not started at this point. When the user presses the operation button B32 (“Download All Now”), all of the update data displayed on this screen is downloaded immediately regardless of the communication status. When the user presses the operation button B33 (“Cancel”), none of the displayed update data is downloaded and no reservation is made. In this case, for example, a transition is made to a game screen.

なお、ダウンロード設定画面G10で設定された内容に該当するデータが無い場合には、強制ダウンロード画面G20からダウンロード予約確認画面G30には遷移しない。また、更新データの中にダウンロード設定画面G10で設定された内容に該当データがある場合でも、WiFi通信で通信接続している場合には、この予約確認は行われず、すべての更新データがすぐにダウンロードされることになる。   When there is no data corresponding to the content set on the download setting screen G10, the forced download screen G20 does not transit to the download reservation confirmation screen G30. Even if the update data includes the corresponding data in the contents set on the download setting screen G10, this reservation confirmation is not performed and all the update data is immediately displayed when the communication connection is established via WiFi communication. Will be downloaded.

(4)非予約データダウンロード画面
上記のダウンロード予約確認画面G30で予約されなかった更新データ(楽曲データD及び楽曲データF)は、上記の予約直後にダウンロードされることとなり、非予約データダウンロード画面へ遷移する。
図8は、本実施形態に係る非予約データダウンロード画面の一例を示す図である。図示する非予約データダウンロード画面G40には、更新データを「ダウンロード中」であることと、ダウンロードの進捗状況示す進捗ゲージK41とが表示されている。また、進捗ゲージK41の下側には、「ダウンロード中」のデータが、「楽曲データD(3MB)」及び「楽曲データF(4MB)」のデータであることが表示されている。
(4) Non-reserved data download screen The update data (music data D and music data F) that are not reserved on the download reservation confirmation screen G30 will be downloaded immediately after the above reservation, and to the non-reserved data download screen. Transition.
FIG. 8 is a diagram showing an example of a non-reserved data download screen according to the present embodiment. The non-reserved data download screen G40 shown in the figure displays that the update data is “downloading” and a progress gauge K41 indicating the download progress. Further, below the progress gauge K41, it is displayed that the “downloading” data is “music data D (3MB)” and “music data F (4MB)”.

さらに、非予約データダウンロード画面G40には、ダウンロードが予約された「楽曲データE(7MB)」は、ダウンロードしないためプレイできない旨の表示がされている。このように、更新データのダウンロードが予約されることによって、更新データを用いるゲームへの影響を示す情報が表示されてもよい。   In addition, the non-reserved data download screen G40 displays that “music data E (7MB)” reserved for downloading cannot be played because it is not downloaded. As described above, information indicating the influence on the game using the update data may be displayed by reserving the download of the update data.

(5)予約データダウンロード確認画面
次に、ダウンロード予約された更新データのダウンロード処理に関する表示画面について説明する。通信状況が変化し、設定された通信状況(例えば、WiFi通信による通信接続)となった場合、予約された更新データのダウンロードの実行可否を確認する予約データダウンロード確認画面に遷移する。
図9は、本実施形態に係る予約データダウンロード確認画面の一例を示す図である。図示する予約データダウンロード確認画面G50には、WiFi通信になった旨と、予約されている更新データをダウンロードするか否かを確認する旨と、ダウンロード可否の確認の対象となる更新データを示す「楽曲Eのデータ(7MB)」とが表示されている。
(5) Reservation Data Download Confirmation Screen Next, a display screen relating to download processing of update data that has been reserved for download will be described. When the communication status changes and becomes a set communication status (for example, communication connection by WiFi communication), the screen transits to a reservation data download confirmation screen for confirming whether or not the download of the reserved update data can be executed.
FIG. 9 is a diagram showing an example of a reservation data download confirmation screen according to the present embodiment. The reservation data download confirmation screen G50 shown in the figure indicates that the WiFi communication has been established, whether or not the reserved update data is to be downloaded, and the update data that is the target of confirmation of whether or not download is possible. "Music E data (7 MB)" is displayed.

また、予約データダウンロード確認画面G50には、「今すぐダウンロード」するための操作ボタンB51と、「キャンセル」するための操作ボタンB52と、が表示されている。操作ボタンB51(「今すぐダウンロード」)をユーザが押下すると、楽曲Eのデータがすぐにダウンロードされる。操作ボタンB52(「キャンセル」)をユーザが押下すると、ダウンロードは行われない。   The reservation data download confirmation screen G50 displays an operation button B51 for "download now" and an operation button B52 for "cancel". When the user presses the operation button B51 ("Download Now"), the music E data is downloaded immediately. When the user presses the operation button B52 (“Cancel”), the download is not performed.

なお、設定された通信状況(例えば、WiFi通信による通信接続)となった場合、この予約データダウンロード確認画面G50を表示せずに、予約されている更新データダウンロードをユーザの確認なしに開始されてもよい。この予約された更新データのダウンロードの実行可否の確認を行うか否かについては、別途表示されるオプション画面などでユーザが設定できるようにしてもよい。   When the set communication status (for example, communication connection by WiFi communication) is reached, the reserved update data download confirmation screen G50 is not displayed, and the reserved update data download is started without user confirmation. Also good. The user may be able to set whether or not to confirm whether or not to execute the download of the reserved update data on an option screen that is displayed separately.

〔更新データのダウンロード処理の動作〕
次に、ユーザ端末10が実行する更新データのダウンロード処理の動作を説明する。まず、更新データのダウンロード予約処理の動作について説明する。
図10は、本実施形態に係るダウンロード予約処理の一例を示すフローチャートである。なお、ユーザ端末10において、ダウンロードの予約確認をする条件が図5に示すダウンロード設定画面G10で設定されているものとする。
[Operation of downloading update data]
Next, the operation of the update data download process executed by the user terminal 10 will be described. First, the operation of update data download reservation processing will be described.
FIG. 10 is a flowchart illustrating an example of a download reservation process according to the present embodiment. In the user terminal 10, it is assumed that the conditions for confirming the download reservation are set on the download setting screen G10 shown in FIG.

制御部110は、ユーザがゲームを起動させる操作を行うと、通信部12を介してゲームサーバ30と通信接続を行う(ステップS100)。そして、制御部110は、ゲームサーバ30との通信が成功したか否かを判定する(ステップS102)。制御部110は、通信失敗と判定した場合(NO)、ダウンロード予約処理を終了する。一方、制御部110は、通信成功と判定した場合(YES)、更新データの有無を確認する(ステップS104)。   When the user performs an operation for starting the game, the control unit 110 establishes communication connection with the game server 30 via the communication unit 12 (step S100). And the control part 110 determines whether communication with the game server 30 was successful (step S102). When determining that the communication has failed (NO), the control unit 110 ends the download reservation process. On the other hand, when determining that the communication is successful (YES), the control unit 110 confirms the presence or absence of update data (step S104).

そして、制御部110は、ゲームサーバ30からダウンロード可能な更新データが有るか否かを判定する(ステップS106)。制御部110は、更新データが無いと判定した場合(NO)、ダウンロード予約処理を終了する。一方、制御部110は、更新データが有ると判定した場合(YES)、現在の通信状況を確認する(ステップS108)。   Then, the control unit 110 determines whether there is update data that can be downloaded from the game server 30 (step S106). When it is determined that there is no update data (NO), the control unit 110 ends the download reservation process. On the other hand, when it is determined that there is update data (YES), the control unit 110 confirms the current communication status (step S108).

次に、制御部110は、現在の通信状況が、ダウンロード設定画面G10で設定された条件を満たすか否かを判定する。例えば、制御部110は、現在の通信状況が「WiFi通信でない時」という設定条件を満たすか否かを判定する(ステップS110)。現在の通信状況がWiFi通信である場合、制御部110は、現在の通信状況が、設定された条件を満たさないと判定する(NO)。その場合、制御部110は、ダウンロードの予約確認を行わず、すべての更新データのダウンロード処理を実行し、ダウンロード予約処理を終了する(ステップS112)。   Next, the control unit 110 determines whether or not the current communication status satisfies the conditions set on the download setting screen G10. For example, the control unit 110 determines whether or not the current communication status satisfies the setting condition “when not WiFi communication” (step S110). When the current communication status is WiFi communication, the control unit 110 determines that the current communication status does not satisfy the set condition (NO). In that case, the control unit 110 does not perform download reservation confirmation, executes download processing of all update data, and ends the download reservation processing (step S112).

一方、現在の通信状況が例えば4G通信(4Gキャリア通信)であって、WiFi通信でない場合、ステップS110において、制御部110は、現在の通信状況が、設定された条件を満たすと判定する(YES)。その場合、制御部110は、ダウンロード設定画面G10で設定されたデータ内容に該当しない更新データがあれば、その更新データのダウンロード処理を実行する(ステップS114)。このとき、表示部14の表示画面は、例えば図6に示す強制ダウンロード画面G20となる。   On the other hand, when the current communication status is, for example, 4G communication (4G carrier communication) and not WiFi communication, in step S110, the control unit 110 determines that the current communication status satisfies the set condition (YES) ). In this case, if there is update data that does not correspond to the data content set on the download setting screen G10, the control unit 110 executes a download process for the update data (step S114). At this time, the display screen of the display unit 14 is, for example, a forced download screen G20 shown in FIG.

次に、制御部110は、更新データの中にダウンロード設定画面G10で設定された内容に該当データがある場合、制御部110は、表示部14の表示画面を図7に示すダウンロード予約確認画面G30に遷移させる(ステップS116)。そして、制御部110は、ダウンロード予約確認画面G30に対するユーザの操作を受け付ける(ステップS118)。   Next, when there is corresponding data in the contents set in the download setting screen G10 in the update data, the control unit 110 displays the display screen of the display unit 14 as a download reservation confirmation screen G30 shown in FIG. (Step S116). And the control part 110 receives a user's operation with respect to the download reservation confirmation screen G30 (step S118).

受け付けた操作が操作ボタンB31(「チェックしたデータを予約」)へのユーザの操作であった場合、制御部110は、チェック(選択)された更新データに対してダウンロード予約を設定する(ステップS120)。   When the received operation is a user operation on the operation button B31 ("Reserve checked data"), the control unit 110 sets a download reservation for the checked (selected) update data (step S120). ).

次に、制御部110は、予約されなかった更新データ(非予約データ)が有るか否かを判定する(ステップS122)。非予約データが有ると判定された場合(YES)、制御部110は、非予約データのダウンロード処理を実行してから、ダウンロード予約処理を終了する(ステップS124)。一方、非予約データが無いと判定された場合(NO)、制御部110は、ダウンロード予約処理を終了する。   Next, the control unit 110 determines whether there is update data that has not been reserved (non-reserved data) (step S122). When it is determined that there is non-reserved data (YES), the control unit 110 ends the download reservation process after executing the non-reserved data download process (step S124). On the other hand, when it is determined that there is no non-reservation data (NO), the control unit 110 ends the download reservation process.

また、ステップS118で受け付けた操作が操作ボタンB32(「今すぐすべてダウンロード」)へのユーザの操作であった場合、制御部110は、通信状況に関係なく、ダウンロード予約確認画面G30に表示されている予約の選択が可能な更新データのすべてのダウンロード処理を実行してから、ダウンロード予約処理を終了する(ステップS126)。   If the operation received in step S118 is a user operation on the operation button B32 (“Download All Now”), the control unit 110 is displayed on the download reservation confirmation screen G30 regardless of the communication status. After executing download processing of all update data for which a reservation can be selected, the download reservation processing is terminated (step S126).

また、ステップS118で受け付けた操作が操作ボタンB33(「キャンセル」)へのユーザの操作であった場合、制御部110は、ダウンロード予約確認画面G30に表示されている予約の選択が可能な更新データのいずれもダウンロード処理を実行せず、且つ予約設定もしないで、ダウンロード予約処理を終了する。   When the operation received in step S118 is a user operation on the operation button B33 (“Cancel”), the control unit 110 can update the update displayed on the download reservation confirmation screen G30. In either case, the download reservation process is terminated without executing the download process and setting the reservation.

なお、制御部110は、ダウンロード予約処理を終了した後、ゲーム処理の実行が可能な状態である場合には、ゲームを起動してゲーム処理を開始する。一方、制御部110は、ダウンロード予約処理を終了した後、ゲーム処理の実行が不可能な場合には、少なくともゲームの起動に必須な更新データのダウンロードが終了するまではゲームを起動できない。   In addition, after completing the download reservation process, the control unit 110 activates the game and starts the game process when the game process can be executed. On the other hand, if the game process cannot be executed after the download reservation process is completed, the control unit 110 cannot start the game until at least the download of the update data necessary for starting the game is completed.

続いて、ダウンロード予約された更新データのダウンロード処理の動作について説明する。図11は、本実施形態に係る予約データのダウンロード処理の一例を示すフローチャートである。   Next, the operation of downloading update data that has been reserved for download will be described. FIG. 11 is a flowchart illustrating an example of a reservation data download process according to the present embodiment.

制御部110は、ゲームの起動時または所定のタイミングで通信状況を確認する(ステップS200)。そして、制御部110は、現在の通信状況がダウンロードを実行する条件を満たすか否かを判定する(ステップS202)。例えば、ダウンロード設定画面G10で、現在の通信状況が「WiFi通信でない時」という設定条件でダウンロードの予約が行われた場合、ダウンロードを実行する条件は、「WiFi通信である時(WiFi通信になった時)」となる。そのため、現在の通信状況が例えば4G通信(4Gキャリア通信)であって、WiFi通信でない場合、制御部110は、現在の通信状況がダウンロードを実行する条件を満たさないと判定し(NO)、ダウンロード処理を実行しないで、予約データのダウンロード処理を終了する。   The control unit 110 confirms the communication status when the game is started or at a predetermined timing (step S200). Then, the control unit 110 determines whether or not the current communication status satisfies a condition for executing download (step S202). For example, on the download setting screen G10, when a download reservation is made under the setting condition that the current communication status is “when not WiFi communication”, the condition for executing the download is “when WiFi communication (WiFi communication is set)”. ) ”. Therefore, when the current communication status is, for example, 4G communication (4G carrier communication) and not WiFi communication, the control unit 110 determines that the current communication status does not satisfy the conditions for executing download (NO), and downloads. The reservation data download process is terminated without executing the process.

一方、現在の通信状況がWiFi通信である場合、制御部110は、現在の通信状況がダウンロードを実行する条件を満たすと判定し(YES)、ダウンロード予約が設定された更新データが有るか否かを判定する(ステップS204)。制御部110は、ダウンロード予約が設定された更新データが無いと判定した場合(NO)、ダウンロード処理を実行しないで、予約データのダウンロード処理を終了する。一方、制御部110は、ダウンロード予約が設定された更新データが有ると判定した場合(YES)、表示部14の表示画面を図9に示す予約データダウンロード確認画面G50に遷移させる(ステップS206)。そして、制御部110は、予約データダウンロード確認画面G50に対するユーザの操作を受け付ける(ステップS208)。   On the other hand, when the current communication status is WiFi communication, the control unit 110 determines that the current communication status satisfies a condition for executing download (YES), and whether there is update data in which a download reservation is set. Is determined (step S204). When it is determined that there is no update data for which download reservation is set (NO), the control unit 110 ends the reservation data download process without executing the download process. On the other hand, when it is determined that there is update data for which download reservation is set (YES), the control unit 110 shifts the display screen of the display unit 14 to the reservation data download confirmation screen G50 shown in FIG. 9 (step S206). And the control part 110 receives a user's operation with respect to the reservation data download confirmation screen G50 (step S208).

受け付けた操作が操作ボタンB51(「今すぐダウンロード」)へのユーザの操作であった場合、制御部110は、ダウンロード予約が設定された更新データのダウンロード処理を実行する(ステップS210)。一方、受け付けた操作が操作ボタンB52(「キャンセル」)へのユーザの操作であった場合、制御部110は、ダウンロード処理を実行しないで、予約データのダウンロード処理を終了する。   If the accepted operation is a user operation on the operation button B51 ("download now"), the control unit 110 executes a download process of update data in which a download reservation is set (step S210). On the other hand, when the received operation is a user operation on the operation button B52 ("Cancel"), the control unit 110 ends the download process of the reservation data without executing the download process.

以上説明してきたように、本実施形態に係るユーザ端末10(データ処理装置の一例)は、通信状況検出部111と、ダウンロード予約確認部113と、データ更新部114とを備えている。通信状況検出部111は、ネットワークNW(通信網の一例)を介する通信の通信状況を検出する。ダウンロード予約確認部113は、ネットワークNWを介してダウンロード可能な更新データが有る場合、更新データのダウンロードを予約するか否かをユーザが選択可能なように提示する。データ更新部114は、ダウンロード予約確認部113により更新データのダウンロードが予約された場合、通信状況検出部111により検出された通信状況に基づいて、該予約された更新データのダウンロード処理を実行する。   As described above, the user terminal 10 (an example of a data processing apparatus) according to the present embodiment includes the communication status detection unit 111, the download reservation confirmation unit 113, and the data update unit 114. The communication status detection unit 111 detects the communication status of communication via the network NW (an example of a communication network). When there is update data that can be downloaded via the network NW, the download reservation confirmation unit 113 presents the user with a choice of whether or not to reserve download of the update data. When the download reservation confirmation unit 113 reserves download of update data, the data update unit 114 executes a process for downloading the reserved update data based on the communication status detected by the communication status detection unit 111.

これにより、ユーザ端末10は、更新データを予約して後々ダウンロードするか否かの選択肢をユーザに提示し、予約が選択された場合には、通信状況に基づいてダウンロードを開始するため、ユーザにとって適切なタイミングでデータのダウンロードを実行することができる。   As a result, the user terminal 10 presents the user with an option of whether to reserve the update data and download it later. When the reservation is selected, the user terminal 10 starts downloading based on the communication status. Data download can be executed at an appropriate timing.

例えば、ダウンロード予約確認部113は、更新データが有る場合、通信状況検出部111により検出された通信状況に基づいて、更新データのダウンロードを予約するか否かをユーザが選択可能なように提示する。これにより、ユーザ端末10は、例えばユーザがダウンロードを延期したい可能性がある通信状況の場合に、ユーザにダウンロードを予約するか否かを確認することができる。   For example, when there is update data, the download reservation confirmation unit 113 presents the user with a choice of whether or not to reserve the download of the update data based on the communication status detected by the communication status detection unit 111. . Thereby, the user terminal 10 can confirm whether or not to reserve a download for the user, for example, in a communication situation where the user may postpone the download.

ここで、上記の通信状況は、通信の種別に基づく状況、または通信の速度に基づく状況である。これにより、ユーザ端末10は、例えば通信データ量に制限がある通信種別の場合や、通信速度が遅く大きいデータサイズの通信に向かない場合などに、ユーザにダウンロードを予約するか否かを確認することができるので、ユーザにとって利便性が高い。   Here, the above communication status is a status based on the type of communication or a status based on the speed of communication. As a result, the user terminal 10 confirms whether or not to reserve download for the user, for example, when the communication type is limited in the amount of communication data or when the communication speed is low and the communication is not suitable for a large data size. This is convenient for the user.

なお、上記の通信状況は、ユーザにより設定された通信状況であってもよい。これにより、ユーザ端末10は、ダウンロードを予約するか否かを確認する通信状況の条件をユーザが設定できるので、ユーザにダウンロードを予約するか否かを適切なタイミングで確認できる。   The communication status described above may be a communication status set by the user. As a result, the user terminal 10 can set the communication condition for confirming whether or not to reserve the download, so that the user terminal 10 can confirm whether or not to reserve the download at an appropriate timing.

また、データ更新部114は、ダウンロード予約確認部113により提示された更新データのうちダウンロードが予約されなかった更新データについては、通信状況検出部111により検出された通信状況によらずダウンロード処理を実行する。
これにより、ユーザ端末10は、ユーザがダウンロードを延期したくない更新データについてはすぐにダウンロードするため、ユーザにとって適切なタイミングでデータのダウンロードを実行することができる。
Further, the data update unit 114 executes the download process on the update data that is not reserved for download among the update data presented by the download reservation confirmation unit 113 regardless of the communication status detected by the communication status detection unit 111. To do.
Thereby, since the user terminal 10 immediately downloads the update data that the user does not want to postpone the download, the user terminal 10 can execute the data download at an appropriate timing for the user.

また、ユーザ端末10は、ネットワークNW(通信網の一例)を介してダウンロード可能な更新データが有るか否かを確認する更新データ確認部112をさらに備えている。ダウンロード予約確認部113は、更新データ確認部112により更新データが有ることが確認されたタイミングで、更新データのダウンロードを予約するか否かをユーザが選択可能なように提示する。   The user terminal 10 further includes an update data confirmation unit 112 that confirms whether there is update data that can be downloaded via the network NW (an example of a communication network). The download reservation confirmation unit 113 presents the user with a choice of whether or not to reserve download of update data at the timing when the update data confirmation unit 112 confirms that there is update data.

これにより、ユーザ端末10は、更新データが有ることを確認したタイミングでユーザにダウンロードを予約するか否かを確認するため、ユーザが意図せずにダウンロードされてしまうことがなく、ユーザがダウンロードを延期したい場合には確実に延期して予約できるようにすることができる。   As a result, the user terminal 10 confirms whether or not to make a download reservation to the user at the timing when it is confirmed that there is update data. If you want to postpone, you can be sure to postpone the reservation.

データ更新部114は、通信状況検出部111により検出された通信状況に基づいて、ダウンロード予約確認部113によりダウンロードが予約された更新データをダウンロードするか否かをユーザが選択可能なように提示し、ユーザによりダウンロードすることが選択された場合、更新データのダウンロード処理を実行する。   Based on the communication status detected by the communication status detection unit 111, the data update unit 114 presents the user with a choice of whether to download the update data reserved for download by the download reservation confirmation unit 113. If the user selects to download, update data download processing is executed.

これにより、ユーザ端末10は、ダウンロードを延期した時点では後からダウンロードしたいと考えて予約した更新データであっても、後から不要になった場合にはダウンロードしないことをユーザが選択できる。   As a result, the user terminal 10 can select not to download the update data that is reserved to download later when the download is postponed when it becomes unnecessary later.

ダウンロード予約確認部113は、更新データが有る場合、更新データの内容に基づいて、更新データのダウンロードを予約するか否かをユーザが選択可能なように提示する。これにより、ユーザ端末10は、ダウンロードの開始前にダウンロード予約の確認をする更新データを、更新データの内容によって定めることができる。   When there is update data, the download reservation confirmation unit 113 presents the user with a choice of whether or not to reserve the download of the update data based on the content of the update data. Thereby, the user terminal 10 can determine the update data for confirming the download reservation before the start of the download based on the content of the update data.

例えば、更新データの内容には、ゲームのプレイに用いられるデータの種別が含まれる。これにより、ユーザ端末10は、ダウンロードの開始前にダウンロード予約の確認をする更新データを、更新データの種別によって定めることができる。例えば、ユーザ端末10は、ユーザによってプレイで利用する場合もしない場合もあるような種類の更新データについては、ダウンロードの開始前にユーザにダウンロードを予約するか否かを確認するようにできる。   For example, the content of the update data includes the type of data used for playing the game. Thereby, the user terminal 10 can determine the update data for confirming the download reservation before the start of the download according to the type of the update data. For example, the user terminal 10 can confirm whether or not to make a download reservation for the user before starting the download of update data of a type that may or may not be used by the user for play.

また、例えば、更新データの内容には、更新データの容量が含まれる。これにより、ユーザ端末10は、ダウンロードの開始前にダウンロード予約の確認をする更新データを、更新データのデータサイズによって定めることができる。例えば、ユーザ端末10は、通信状況によって、データサイズの大きい更新データについては、ダウンロードの開始前にユーザにダウンロードを予約するか否かを確認するようにできる。一方、ユーザ端末10は、データサイズの小さい更新データについては、通信状況によらず、ダウンロードを予約するか否かを確認せずにダウンロードすることもできる。   For example, the content of the update data includes the capacity of the update data. Thereby, the user terminal 10 can determine the update data for confirming the download reservation before the start of the download based on the data size of the update data. For example, depending on the communication status, the user terminal 10 can confirm whether or not the update data having a large data size is to be reserved for downloading to the user before starting the download. On the other hand, the user terminal 10 can also download update data with a small data size without confirming whether or not to reserve the download regardless of the communication status.

また、例えば、更新データの内容には、更新データを用いるゲーム全体に関する進行に必須のデータであるか否かが含まれる。これにより、ユーザ端末10は、ダウンロードの開始前にダウンロード予約の確認をする更新データを、必須データであるか否かによって定めることができる。例えば、ユーザ端末10は、必須データについては、通信状況によらず、ダウンロードを予約するか否かを確認せずにダウンロードすることができる。   Further, for example, the content of the update data includes whether or not the data is indispensable for progress related to the entire game using the update data. Thereby, the user terminal 10 can determine the update data for confirming the download reservation before starting the download depending on whether the update data is essential data. For example, the user terminal 10 can download the essential data without confirming whether or not to reserve the download regardless of the communication status.

更新データの内容には、ユーザによって予め設定された内容が含まれる。これにより、ユーザ端末10は、ダウンロードの開始前にダウンロード予約の確認をする更新データをどれにするかを、更新データの内容によって任意に設定できるようにすることができる。   The contents of the update data include contents preset by the user. Accordingly, the user terminal 10 can arbitrarily set which update data to confirm the download reservation before starting the download depending on the content of the update data.

データ更新部114は、更新データのうち予め設定されていない内容のデータについては、ユーザに確認することなくダウンロード処理を実行する。これにより、ユーザ端末10は、ダウンロードの開始前にダウンロード予約の確認をする更新データとして設定されていない内容のデータは、ユーザの操作がなくても自動いでダウンロードされるのでユーザにとって利便性が高い。   The data update unit 114 executes download processing without confirming with the user for data having contents not set in advance among the update data. As a result, the user terminal 10 is highly convenient for the user because data with contents not set as update data for confirming the download reservation before the start of download is automatically downloaded without any user operation. .

ダウンロード予約確認部113は、更新データのダウンロードを予約するか否かをユーザが選択可能なように提示する場合、更新データを用いるゲーム内のプレイ単位で選択可能に提示する。これにより、ユーザ端末10は、ユーザがプレイしたい更新データのみをダウンロード予約することができる。   When presenting the download reservation confirmation unit 113 so as to allow the user to select whether or not to reserve the download of update data, the download reservation confirmation unit 113 presents the update reservation using a unit of play in the game using the update data. Thereby, the user terminal 10 can make a download reservation only for update data that the user wants to play.

ダウンロード予約確認部113は、更新データのダウンロードが予約されることによって、更新データを用いるゲームへの影響を示す情報を提示する。これにより、ユーザ端末10は、ダウンロードを延期したことによってゲームで何が制限されるかをユーザに容易に知らせることができる。   The download reservation confirmation unit 113 presents information indicating the influence on the game using the update data when the download of the update data is reserved. Thereby, the user terminal 10 can easily notify the user of what is restricted in the game by postponing the download.

[第2の実施形態]
次に、本発明の第2の実施形態を説明する。本実施形態のゲームシステム1の構成は、第1の実施形態と同様であるので、本実施形態において特徴的な処理について説明する。第1の実施形態では、ゲームの起動時に更新データのダウンロードを予約するか否かをユーザが選択可能なように提示する(例えば、図7に示すダウンロード予約確認画面G30参照)例を説明したが、ゲームの実行中であってもよい。例えば、ダウンロード予約確認部113は、更新データが有る場合、更新データを用いるゲームの進行に基づくタイミングで、更新データのダウンロードを予約するか否かをユーザが選択可能なように提示してもよい。ゲームの進行に基づくタイミングとは、例えばゲームでプレイする楽曲を選択するタイミング、ゲームで使用するキャラクタを選択するタイミング、ゲーム内のステージをクリアして新たなステージに移行するタイミング、ゲームのプレイが終了したタイミングなどである。
[Second Embodiment]
Next, a second embodiment of the present invention will be described. Since the configuration of the game system 1 of the present embodiment is the same as that of the first embodiment, characteristic processing in the present embodiment will be described. In the first embodiment, the example has been described in which the user can select whether or not to reserve the download of update data when starting the game (see, for example, the download reservation confirmation screen G30 shown in FIG. 7). The game may be in progress. For example, when there is update data, the download reservation confirmation unit 113 may present the user with a choice of whether or not to reserve the download of the update data at a timing based on the progress of the game using the update data. . The timing based on the progress of the game is, for example, the timing for selecting the music to be played in the game, the timing for selecting the character used in the game, the timing for clearing the stage in the game and moving to a new stage, For example, the timing of completion.

以下に、ゲームの進行に基づくタイミングで遷移するダウンロード予約確認画面の例を説明する。
図12は、本実施形態に係るダウンロード予約確認画面の一例を示す図であって、ゲーム中のダウンロード予約確認画面の一例である。図示するダウンロード予約確認画面G60は、音楽ゲームをプレイする際の楽曲選択画面である。楽曲選択肢ボタンB61〜B66は、楽曲A〜Fのそれぞれからプレイする楽曲を選択するための操作ボタンである。ここで、楽曲A、B、D,Fは、ダウンロード済みのプレイ可能な楽曲であり、それぞれの楽曲選択肢ボタンB61、B62、B64、B66は、ユーザが押下することで選択可能である。
Below, the example of the download reservation confirmation screen which changes at the timing based on progress of a game is demonstrated.
FIG. 12 is a diagram illustrating an example of a download reservation confirmation screen according to the present embodiment, which is an example of a download reservation confirmation screen during a game. An illustrated download reservation confirmation screen G60 is a music selection screen for playing a music game. The music option buttons B61 to B66 are operation buttons for selecting a music to be played from each of the music A to F. Here, the music A, B, D, and F are downloaded music that can be played, and the music option buttons B61, B62, B64, and B66 can be selected by pressing the user.

一方、楽曲C、Eは、まだダウンロードされていない楽曲であり、ゲームサーバ30から更新データとしてダウンロードすることで提供されるものである。楽曲C、Eそれぞれの楽曲選択肢ボタンB63、B65は、非アクティブ表示(例えば、グレーアウト表示)となっており、操作を受け付けずプレイできないことを示している。また、楽曲Cは、ダウンロードされていないため、楽曲選択肢ボタンB63の横に「予約」ボタンB67が表示されている。この「予約」ボタンB67をユーザが押下することで、楽曲Cのデータ(更新データ)にダウンロード予約が設定される。ダウンロード予約が設定されると、通信状況に応じて(例えば、WiFi通信になると)ダウンロード処理が実行される。また、楽曲Eは、未ダウンロードであるが既にダウンロード予約が設定されており、非アクティブ表示されている楽曲選択肢ボタンB65には、予約されている旨が表示されている。また、楽曲Eは予約済みであるため「予約」ボタンは表示されない。このように、ダウンロードの予約がされたことによってダウンロードされていない場合、該ダウンロードされていない更新データであることに基づく表示となる。   On the other hand, the music pieces C and E are music pieces that have not been downloaded yet, and are provided by being downloaded from the game server 30 as update data. The music selection buttons B63 and B65 of the music C and E are inactive display (for example, grayed out display), indicating that the player cannot play without accepting the operation. In addition, since the music C has not been downloaded, a “reservation” button B67 is displayed next to the music option button B63. When the user presses the “reservation” button B67, a download reservation is set for the data (update data) of the music piece C. When a download reservation is set, a download process is executed according to the communication status (for example, when WiFi communication is started). In addition, although the music E has not yet been downloaded, the download reservation has already been set, and the music selection button B65 displayed inactive indicates that the music E is reserved. In addition, since the song E has been reserved, the “reservation” button is not displayed. As described above, when the download is not scheduled due to the download reservation, the display is based on the fact that the update data has not been downloaded.

なお、ダウンロード予約確認画面G60において、ダウンロード済みの楽曲のみの表示、または、未ダウンロードの楽曲のみの表示があってもよい。ダウンロード済みの楽曲のみの表示であれば、すぐにプレイできる楽曲のみの表示とすることができる。未ダウンロードの楽曲のみの表示であれば、ダウンロード予約に関係しない楽曲が表示されないため、ダウンロード予約の選択をし易くすることができる。   In the download reservation confirmation screen G60, there may be a display of only downloaded music or a display of only undownloaded music. If only downloaded songs are displayed, only songs that can be played immediately can be displayed. If only undownloaded music is displayed, music that is not related to the download reservation is not displayed, so that download reservation can be easily selected.

また、図示するダウンロード予約確認画面G60において、楽曲選択肢ボタンB65の横に予約済みのデータの予約を解除するための「予約解除」ボタンが表示されてもよい。   In the illustrated download reservation confirmation screen G60, a “reservation cancellation” button for canceling reservation of reserved data may be displayed next to the music option button B65.

以上説明したように、本実施形態では、ユーザ端末10のダウンロード予約確認部113は、更新データが有る場合、更新データを用いるゲームの進行に基づくタイミングで、更新データのダウンロードを予約するか否かをユーザが選択可能なように提示する。これにより、ユーザ端末10は、更新データが有ることが確認されたタイミングではなく、ゲームのプレイ中の必要なときに、ユーザの意思で更新データのダウンロードを予約できる。よって、ユーザにとって利便性が高い。   As described above, in this embodiment, when there is update data, the download reservation confirmation unit 113 of the user terminal 10 determines whether or not to reserve download of update data at a timing based on the progress of the game using the update data. To be selectable by the user. Thereby, the user terminal 10 can make a reservation for the download of the update data at the user's intention when it is necessary during the game play, not at the timing when the update data is confirmed. Therefore, it is highly convenient for the user.

ダウンロード予約確認部113は、更新データが、ダウンロード予約確認部113によりダウンロードの予約がされたことによってダウンロードされていない場合、該ダウンロードされていない更新データであることに基づく提示を行う。これにより、ユーザ端末10は、予約したことによって未ダウンロードのデータをゲームで使用できないことをユーザに分かりやすく提示することができる。   When the update data is not downloaded because the download reservation is confirmed by the download reservation confirmation unit 113, the download reservation confirmation unit 113 presents the update reservation data based on the fact that the update data has not been downloaded. Thereby, the user terminal 10 can present to the user in an easy-to-understand manner that the undownloaded data cannot be used in the game due to the reservation.

なお、図12に示すダウンロード予約確認画面G60において、未ダウンロードの楽曲(楽曲C及び楽曲D)の楽曲選択肢ボタン(B63、B65)が操作を受け付けてもよく、ユーザに押下された場合、予約するか否か、または今すぐにダウンロードするかなどをユーザが選択可能な画面に遷移させるようにしてもよい。   In addition, in the download reservation confirmation screen G60 shown in FIG. 12, the music option buttons (B63, B65) of undownloaded music (music C and music D) may be accepted, and reservation is made when the user presses it. Whether or not to download immediately or the like may be changed to a screen that can be selected by the user.

図13は、本実施形態に係るダウンロード予約確認画面の他の例を示す図であって、図12に示すダウンロード予約確認画面G60において、楽曲Cの楽曲選択肢ボタンB63がユーザに押下された場合に遷移するダウンロード予約確認画面G70を示している。ダウンロード予約確認画面G70には、現在の通信状況として「現在の通信が4G通信(4Gキャリア通信)」であること、及び、楽曲C(5MB)のデータが未ダウンロードであることが表示されている。また、ダウンロード予約確認画面G70には、楽曲Cのデータを「予約」するための操作ボタンB71と、「今すぐダウンロード」するための操作ボタンB72と、「キャンセル」するための操作ボタンB73と、が表示されている。ユーザは、このダウンロード予約確認画面G70において、予約するか、すぐにダウンロードするか、もしくはキャンセルするかのいずれかを選択できる。   FIG. 13 is a diagram showing another example of the download reservation confirmation screen according to the present embodiment, and when the music selection button B63 of the music C is pressed by the user on the download reservation confirmation screen G60 shown in FIG. A transition download reservation confirmation screen G70 is shown. The download reservation confirmation screen G70 displays that the current communication status is “current communication is 4G communication (4G carrier communication)” and that the data of song C (5 MB) has not been downloaded. . The download reservation confirmation screen G70 includes an operation button B71 for “reserving” data of the music piece C, an operation button B72 for “download now”, an operation button B73 for “cancel”, Is displayed. In this download reservation confirmation screen G70, the user can select either reservation, immediate download, or cancellation.

[第3の実施形態]
次に、本発明の第3の実施形態を説明する。本実施形態のゲームシステム1の構成は、第1の実施形態と同様であるので、本実施形態において特徴的な処理について説明する。本実施形態では、ダウンロードがされていない更新データの一覧からダウンロードの予約が選択できる例を説明する。
[Third Embodiment]
Next, a third embodiment of the present invention will be described. Since the configuration of the game system 1 of the present embodiment is the same as that of the first embodiment, characteristic processing in the present embodiment will be described. In the present embodiment, an example in which a download reservation can be selected from a list of update data that has not been downloaded will be described.

図14は、本実施形態に係るダウンロード予約確認画面の一例を示す図であって、未ダウンロードの一覧が表示される画面でダウンロードの予約が可能な例である。図示するダウンロード予約確認画面G80には、ダウンロードの予約を行う画面である旨と、現在の通信状況と、未ダウンロードの更新データの一覧とが表示される。図示する例では、現在の通信状況として「現在の通信が4G通信(4Gキャリア通信)」であることが表示されている。即ち、WiFi通信でないため、未ダウンロードの更新データについて、ダウンロードを延期して予約することをユーザが選択可能なようにしている。図示する例では、未ダウンロードの更新データとして、「楽曲データC(5MB)」、「楽曲データE(7MB)」、及び「キャラクタC(1MB)」が、それぞれを選択するためのチェックボックスとともに表示されている。また、上記3つの更新データのすべて(「上のすべて」)を1つのチェックで選択できるチェックボックスも表示されている。   FIG. 14 is a diagram illustrating an example of a download reservation confirmation screen according to the present embodiment, in which a download reservation can be made on a screen on which an undownloaded list is displayed. The download reservation confirmation screen G80 shown in the figure displays a screen for making a download reservation, the current communication status, and a list of undownloaded update data. In the illustrated example, “current communication is 4G communication (4G carrier communication)” is displayed as the current communication status. That is, since it is not WiFi communication, the user can select to postpone download and reserve reservations for undownloaded update data. In the illustrated example, “music data C (5 MB)”, “music data E (7 MB)”, and “character C (1 MB)” are displayed as update data that have not been downloaded, together with check boxes for selecting each of them. Has been. In addition, a check box is also displayed in which all of the above three update data (“all above”) can be selected with one check.

また、ダウンロード予約確認画面G80には、図7に示すダウンロード予約確認画面G30と同様に、チェックしたデータを予約」するための操作ボタンB81と、「今すぐすべてダウンロード」するための操作ボタンB82と、「キャンセル」するための操作ボタンB83と、が表示されている。これにより、ユーザは、未ダウンロードの更新データの中から、ダウンロードの予約、今すぐすべてダウンロード、またはキャンセルをするデータを容易に選択することができる。   Further, in the download reservation confirmation screen G80, as with the download reservation confirmation screen G30 shown in FIG. 7, an operation button B81 for “reserving the checked data” and an operation button B82 for “download all now” are provided. , An operation button B83 for “cancel” is displayed. Thereby, the user can easily select data to be reserved for download, download all now, or cancel from unupdated update data.

[変形例]
以上、この発明の実施形態について図面を参照して詳述してきたが、具体的な構成は上述の実施形態に限られるものではなく、この発明の要旨を逸脱しない範囲の設計等も含まれる。例えば、上述の第1〜3の実施形態において説明した各構成は、任意に組み合わせることができる。
[Modification]
The embodiment of the present invention has been described in detail with reference to the drawings. However, the specific configuration is not limited to the above-described embodiment, and includes a design and the like within a scope not departing from the gist of the present invention. For example, the configurations described in the first to third embodiments can be arbitrarily combined.

また、ユーザ端末10は、通信状況がWiFi通信になったことにより予約済みの更新データをダウンロードしている最中に通信状況が変化し、再度、WiFi通信以外(例えば、4G通信4G(キャリア通信)等になった場合、改めて、そのままダウンロードを継続するのか、またはWiFi通信になるまでダウンロードを中断して待つか、をユーザが選択可能なように提示してもよい。なお、通信状況が変化する場合とは、例えば、ユーザが外出等により通信状況が異なる場所へ移動した場合などである。   Also, the user terminal 10 changes its communication status while downloading the reserved update data due to the communication status becoming WiFi communication, and again, other than WiFi communication (for example, 4G communication 4G (carrier communication) ) Etc., the user may be presented so that the user can select whether to continue the download as it is or to interrupt and wait until the WiFi communication is started. For example, the case where the user moves to a place where the communication status differs due to going out or the like.

また、上記実施形態では、各更新データについてダウンロードの予約が可能であるが、予約された更新データのダウンロードに優先順位が設定可能であってもよい。優先順位は、必須データなどのようなデータの種別によって予め設定されたものでもよいし、ユーザが任意に設定可能としてもよい。例えば、ユーザが設定することにより、ユーザ端末10は、ユーザがプレイしたい部分を優先的にダウンロードするようにしてもよい。特に、ダウンロードに時間を要する大きなデータである場合には、WiFi通信となってもすべてをダウンロードできない場合もある。そのため、このような優先順位があればユーザがプレイしたい部分を早くプレイ可能とすることができる。   Further, in the above-described embodiment, a download reservation can be made for each update data, but a priority order may be set for the download of the reserved update data. The priority order may be preset according to the type of data such as essential data, or may be arbitrarily set by the user. For example, the user terminal 10 may preferentially download a portion that the user wants to play by setting the user. In particular, in the case of a large amount of data that requires time for downloading, there is a case where not all data can be downloaded even if WiFi communication is performed. Therefore, if there is such a priority, it is possible to quickly play the part that the user wants to play.

また、上記実施形態では、ゲームの更新データのダウンロード処理を例に説明したが、ゲーム以外の他のアプリケーションの更新データのダウンロード処理にも同様に、第1〜3の実施形態を適用できる。   In the above-described embodiment, the game update data download process has been described as an example. However, the first to third embodiments can be similarly applied to the update data download process of applications other than the game.

また、上述の制御部110の機能を実現するためのプログラムをコンピュータ読み取り可能な記録媒体に記録して、この記録媒体に記録されたプログラムをコンピュータシステムに読み込ませ、実行することにより制御部110としての処理を行ってもよい。ここで、「記録媒体に記録されたプログラムをコンピュータシステムに読み込ませ、実行する」とは、コンピュータシステムにプログラムをインストールすることを含む。ここでいう「コンピュータシステム」とは、OSや周辺機器等のハードウェアを含むものとする。また、「コンピュータシステム」は、インターネットやWAN、LAN、専用回線等の通信回線を含むネットワークを介して接続された複数のコンピュータ装置を含んでもよい。また、「コンピュータ読み取り可能な記録媒体」とは、フレキシブルディスク、光磁気ディスク、ROM、CD−ROM等の可搬媒体、コンピュータシステムに内蔵されるハードディスク等の記憶装置のことをいう。このように、プログラムを記憶した記録媒体は、CD−ROM等の非一過性の記録媒体であってもよい。また、記録媒体には、当該プログラムを配信するために配信サーバからアクセス可能な内部または外部に設けられた記録媒体も含まれる。配信サーバの記録媒体に記憶されるプログラムのコードは、端末装置で実行可能な形式のプログラムのコードと異なるものでもよい。すなわち、配信サーバからダウンロードされて端末装置で実行可能な形でインストールができるものであれば、配信サーバで記憶される形式は問わない。なお、プログラムを複数に分割し、それぞれ異なるタイミングでダウンロードした後に端末装置で合体される構成や、分割されたプログラムのそれぞれを配信する配信サーバが異なっていてもよい。さらに「コンピュータ読み取り可能な記録媒体」とは、ネットワークを介してプログラムが送信された場合のサーバやクライアントとなるコンピュータシステム内部の揮発性メモリ(RAM)のように、一定時間プログラムを保持しているものも含むものとする。また、上記プログラムは、上述した機能の一部を実現するためのものであってもよい。さらに、上述した機能をコンピュータシステムに既に記録されているプログラムとの組み合わせで実現できるもの、いわゆる差分ファイル(差分プログラム)であってもよい。   Further, the control unit 110 is recorded by recording a program for realizing the functions of the control unit 110 on a computer-readable recording medium, causing the computer system to read and execute the program recorded on the recording medium. You may perform the process of. Here, “loading and executing a program recorded on a recording medium into a computer system” includes installing the program in the computer system. The “computer system” here includes an OS and hardware such as peripheral devices. Further, the “computer system” may include a plurality of computer devices connected via a network including a communication line such as the Internet, WAN, LAN, and dedicated line. The “computer-readable recording medium” refers to a storage device such as a flexible medium, a magneto-optical disk, a portable medium such as a ROM and a CD-ROM, and a hard disk incorporated in a computer system. As described above, the recording medium storing the program may be a non-transitory recording medium such as a CD-ROM. The recording medium also includes a recording medium provided inside or outside that is accessible from the distribution server in order to distribute the program. The code of the program stored in the recording medium of the distribution server may be different from the code of the program that can be executed by the terminal device. That is, the format stored in the distribution server is not limited as long as it can be downloaded from the distribution server and installed in a form that can be executed by the terminal device. Note that the program may be divided into a plurality of parts, downloaded at different timings, and combined in the terminal device, or the distribution server that distributes each of the divided programs may be different. Furthermore, a “computer-readable recording medium” holds a program for a certain period of time, such as a volatile memory (RAM) inside a computer system that becomes a server or client when the program is transmitted via a network. Including things. The program may be for realizing a part of the functions described above. Furthermore, what can implement | achieve the function mentioned above in combination with the program already recorded on the computer system, and what is called a difference file (difference program) may be sufficient.

また、上述の制御部110の一部または全部を、LSI(Large Scale Integration)等の集積回路として実現してもよい。上述した各機能は個別にプロセッサ化してもよいし、一部、または全部を集積してプロセッサ化してもよい。また、集積回路化の手法はLSIに限らず専用回路、または汎用プロセッサで実現してもよい。また、半導体技術の進歩によりLSIに代替する集積回路化の技術が出現した場合、当該技術による集積回路を用いてもよい。   Further, a part or all of the above-described control unit 110 may be realized as an integrated circuit such as an LSI (Large Scale Integration). Each function described above may be individually made into a processor, or a part or all of them may be integrated into a processor. Further, the method of circuit integration is not limited to LSI, and may be realized by a dedicated circuit or a general-purpose processor. In addition, when an integrated circuit technology that replaces LSI appears due to the advancement of semiconductor technology, an integrated circuit based on the technology may be used.

[付記]
以上の記載から本発明は例えば以下のように把握される。なお、本発明の理解を容易にするために添付図面の参照符号を便宜的に括弧書きにて付記するが、それにより本発明が図示の態様に限定されるものではない。
[Appendix]
From the above description, the present invention is grasped as follows, for example. In order to facilitate understanding of the present invention, reference numerals in the accompanying drawings are appended in parentheses for convenience, but the present invention is not limited to the illustrated embodiment.

(付記1)本発明の一態様に係るデータ処理装置(10)は、通信網を介する通信の通信状況を検出する通信状況検出部(111、S108、S200)と、前記通信網を介してダウンロード可能な更新データが有る場合、前記更新データのダウンロードを予約するか否かをユーザが選択可能なように提示するダウンロード予約確認部(113、S116)と、前記ダウンロード予約確認部により前記更新データのダウンロードが予約された場合、前記通信状況検出部により検出された通信状況に基づいて、該予約された更新データのダウンロード処理を実行するデータ更新部(114、S210)と、を備える。   (Supplementary Note 1) A data processing device (10) according to an aspect of the present invention includes a communication status detection unit (111, S108, S200) that detects a communication status of communication via a communication network, and a download via the communication network. If there is update data that can be downloaded, a download reservation confirmation unit (113, S116) that presents the user with a choice as to whether or not to reserve the download of the update data, and the download reservation confirmation unit displays the update data. A data update unit (114, S210) that executes a download process of the reserved update data based on the communication status detected by the communication status detection unit when the download is reserved;

付記1の構成によれば、データ処理装置は、更新データを予約して後々ダウンロードするか否かの選択肢をユーザに提示し、予約が選択された場合には、通信状況に基づいてダウンロードを開始するため、ユーザにとって適切なタイミングでデータのダウンロードを実行することができる。   According to the configuration of Supplementary Note 1, the data processing apparatus presents the user with an option to reserve the update data and download it later, and when the reservation is selected, starts the download based on the communication status Therefore, data can be downloaded at an appropriate timing for the user.

(付記2)また、本発明の一態様は、付記1に記載のデータ処理装置であって、前記ダウンロード予約確認部は、前記更新データが有る場合、前記通信状況検出部により検出された通信状況に基づいて、前記更新データのダウンロードを予約するか否かを前記ユーザが選択可能なように提示する。   (Additional remark 2) Moreover, 1 aspect of this invention is a data processing apparatus of Additional remark 1, Comprising: When the said download reservation confirmation part has the said update data, the communication condition detected by the said communication condition detection part Based on the above, whether or not to reserve the download of the update data is presented so that the user can select.

付記2の構成によれば、データ処理装置は、例えばユーザがダウンロードを延期したい可能性がある通信状況の場合に、ユーザにダウンロードを予約するか否かを確認することができる。   According to the configuration of Supplementary Note 2, the data processing apparatus can confirm whether or not the user reserves the download in the case of a communication situation in which the user may want to postpone the download.

(付記3)また、本発明の一態様は、付記1または付記2に記載のデータ処理装置であって、前記データ更新部は、前記ダウンロード予約確認部により提示された前記更新データのうちダウンロードが予約されなかった更新データについては、前記通信状況検出部により検出された通信状況によらずダウンロード処理を実行する(S124)。   (Additional remark 3) Moreover, 1 aspect of this invention is a data processing apparatus of Additional remark 1 or Additional remark 2, Comprising: The said data update part downloads among the said update data presented by the said download reservation confirmation part. For update data that has not been reserved, a download process is executed regardless of the communication status detected by the communication status detection unit (S124).

付記3の構成によれば、データ処理装置は、ユーザがダウンロードを延期したくない更新データについてはすぐにダウンロードするため、ユーザにとって適切なタイミングでデータのダウンロードを実行することができる。   According to the configuration of Supplementary Note 3, since the data processing apparatus immediately downloads update data that the user does not want to postpone downloading, the data processing apparatus can execute data download at an appropriate timing for the user.

(付記4)また、本発明の一態様は、付記1から付記3のいずれか一に記載のデータ処理装置であって、前記通信状況は、通信の種別に基づく状況である。   (Additional remark 4) Moreover, 1 aspect of this invention is a data processing apparatus as described in any one of Additional remark 1 to Additional remark 3, Comprising: The said communication condition is a condition based on the classification of communication.

付記4の構成によれば、データ処理装置は、例えば通信データ量に制限がある通信種別の場合に、ユーザにダウンロードを予約するか否かを確認することができるので、ユーザにとって利便性が高い。   According to the configuration of Supplementary Note 4, the data processing apparatus can confirm whether or not to reserve download for the user, for example, when the communication type is limited in the amount of communication data, which is highly convenient for the user. .

(付記5)また、本発明の一態様は、付記1から付記4のいずれか一に記載のデータ処理装置であって、前記通信状況は、通信の速度に基づく状況である。   (Additional remark 5) Moreover, 1 aspect of this invention is a data processing apparatus as described in any one of Additional remark 1 to Additional remark 4, Comprising: The said communication condition is a condition based on the speed of communication.

付記5の構成によれば、データ処理装置は、例えば通信速度が遅く大きいデータサイズの通信に向かない場合に、ユーザにダウンロードを予約するか否かを確認することができるので、ユーザにとって利便性が高い。   According to the configuration of Supplementary Note 5, the data processing apparatus can confirm whether or not to reserve a download for the user when, for example, the communication speed is low and the communication is not suitable for a large data size. Is expensive.

(付記6)また、本発明の一態様は、付記1から付記5のいずれか一に記載のデータ処理装置であって、前記通信状況は、前記ユーザにより設定された通信状況である。   (Additional remark 6) Moreover, 1 aspect of this invention is a data processing apparatus as described in any one of Additional remark 1 to Additional remark 5, Comprising: The said communication condition is the communication condition set by the said user.

付記6の構成によれば、データ処理装置は、ダウンロードを予約するか否かを確認する通信状況の条件をユーザが設定できるので、ユーザにダウンロードを予約するか否かを適切なタイミングで確認できる。   According to the configuration of Supplementary Note 6, the data processing apparatus allows the user to set a communication status condition for confirming whether or not to reserve a download, and therefore can confirm whether or not to reserve a download for the user at an appropriate timing. .

(付記7)また、本発明の一態様は、付記1から付記6のいずれか一に記載のデータ処理装置であって、前記通信網を介してダウンロード可能な前記更新データが有るか否かを確認する更新データ確認部(112、S104、S106)を備え、前記ダウンロード予約確認部は、前記更新データ確認部により前記更新データが有ることが確認されたタイミングで、前記更新データのダウンロードを予約するか否かを前記ユーザが選択可能なように提示する。   (Additional remark 7) Moreover, 1 aspect of this invention is a data processing apparatus as described in any one of Additional remark 1 to Additional remark 6, Comprising: Whether there exists the said update data which can be downloaded via the said communication network. An update data confirmation unit (112, S104, S106) to be confirmed is provided, and the download reservation confirmation unit reserves download of the update data at a timing when the update data confirmation unit confirms that the update data is present. Whether or not the user can select it.

付記7の構成によれば、データ処理装置は、更新データが有ることを確認したタイミングでユーザにダウンロードを予約するか否かを確認するため、ユーザが意図せずにダウンロードされてしまうことがなく、ユーザがダウンロードを延期したい場合には確実に延期して予約できるようにすることができる。   According to the configuration of Supplementary Note 7, since the data processing apparatus confirms whether or not to reserve the download for the user at the timing when it is confirmed that the update data is present, the data processing apparatus is not unintentionally downloaded. When the user wants to postpone the download, the user can definitely postpone the reservation.

(付記8)また、本発明の一態様は、付記1から付記7のいずれか一に記載のデータ処理装置であって、前記データ更新部は、前記通信状況検出部により検出された通信状況に基づいて、前記ダウンロード予約確認部によりダウンロードが予約された前記更新データをダウンロードするか否かを前記ユーザが選択可能なように提示し(S206)、前記ユーザによりダウンロードすることが選択された場合(S208)、前記更新データのダウンロード処理を実行する(S210)。   (Additional remark 8) Moreover, 1 aspect of this invention is a data processing apparatus as described in any one of Additional remark 1 to Additional remark 7, Comprising: The said data update part is based on the communication condition detected by the said communication condition detection part. Based on this, the download reservation confirmation unit presents whether or not to download the update data reserved for download (S206), and when the user selects to download (step S206) In S208, the update data download process is executed (S210).

付記8の構成によれば、データ処理装置は、ダウンロードを延期した時点では後からダウンロードしたいと考えて予約した更新データであっても、後から不要になった場合にはダウンロードしないことをユーザが選択できる。   According to the configuration of Supplementary Note 8, the data processing device indicates that the update data reserved for download later is reserved when the download is postponed, and the user does not download the update data when it is no longer needed. You can choose.

(付記9)また、本発明の一態様は、付記1から付記8のいずれか一に記載のデータ処理装置であって、前記ダウンロード予約確認部は、前記更新データが有る場合、前記更新データの内容に基づいて、前記更新データのダウンロードを予約するか否かを前記ユーザが選択可能なように提示する。   (Additional remark 9) Moreover, 1 aspect of this invention is a data processing apparatus as described in any one of Additional remark 1 to Additional remark 8, Comprising: When the said download reservation confirmation part has the said update data, the said update data Based on the contents, it is presented so that the user can select whether or not to reserve download of the update data.

付記9の構成によれば、データ処理装置は、ダウンロードの開始前にダウンロード予約の確認をする更新データを、更新データの内容によって定めることができる。   According to the configuration of Supplementary Note 9, the data processing apparatus can determine update data for confirming a download reservation before the start of download based on the content of the update data.

(付記10)また、本発明の一態様は、付記9に記載のデータ処理装置であって、前記更新データの内容には、ゲームのプレイに用いられるデータの種別が含まれる。   (Additional remark 10) Moreover, 1 aspect of this invention is a data processor of Additional remark 9, Comprising: The classification of the data used for the play of a game is contained in the content of the said update data.

付記10の構成によれば、データ処理装置は、ダウンロードの開始前にダウンロード予約の確認をする更新データを、更新データの種別によって定めることができる。例えば、ユーザ端末10は、ユーザによってプレイで利用する場合もしない場合もあるような種類の更新データについては、ダウンロードの開始前にユーザにダウンロードを予約するか否かを確認するようにできる。   According to the configuration of Supplementary Note 10, the data processing apparatus can determine the update data for confirming the download reservation before the start of the download according to the type of the update data. For example, the user terminal 10 can confirm whether or not to make a download reservation for the user before starting the download of update data of a type that may or may not be used by the user for play.

(付記11)また、本発明の一態様は、付記9または付記10に記載のデータ処理装置であって、前記更新データの内容には、前記更新データの容量が含まれる。   (Additional remark 11) Moreover, 1 aspect of this invention is a data processing apparatus of Additional remark 9 or Additional remark 10, Comprising: The capacity | capacitance of the said update data is contained in the content of the said update data.

付記11の構成によれば、データ処理装置は、ダウンロードの開始前にダウンロード予約の確認をする更新データを、更新データのデータサイズによって定めることができる。例えば、データ処理装置は、通信状況によって、データサイズの大きい更新データについては、ダウンロードの開始前にユーザにダウンロードを予約するか否かを確認するようにできる。一方、データ処理装置は、データサイズの小さい更新データについては、通信状況によらず、ダウンロードを予約するか否かを確認せずにダウンロードすることもできる。   According to the configuration of Supplementary Note 11, the data processing apparatus can determine the update data for confirming the download reservation before the start of download based on the data size of the update data. For example, the data processing device can confirm whether or not to reserve download of update data having a large data size with the user before starting the download depending on the communication status. On the other hand, the data processing apparatus can also download update data with a small data size without confirming whether or not to reserve the download regardless of the communication status.

(付記12)また、本発明の一態様は、付記9に記載のデータ処理装置であって、前記更新データの内容には、前記更新データを用いるゲーム全体に関する進行に必須のデータであるか否かが含まれる。   (Additional remark 12) Moreover, 1 aspect of this invention is the data processing apparatus of Additional remark 9, Comprising: Whether the content of the said update data is data essential for progress regarding the whole game using the said update data Is included.

付記12の構成によれば、データ処理装置は、ダウンロードの開始前にダウンロード予約の確認をする更新データを、必須データであるか否かによって定めることができる。例えば、データ処理装置は、必須データについては、通信状況によらず、ダウンロードを予約するか否かを確認せずにダウンロードすることができる。   According to the configuration of Supplementary Note 12, the data processing apparatus can determine update data for confirming a download reservation before starting download depending on whether it is essential data. For example, the data processing apparatus can download the essential data without confirming whether or not to reserve the download regardless of the communication status.

(付記13)また、本発明の一態様は、付記1から付記12のいずれか一に記載のデータ処理装置であって、前記更新データの内容には、前記ユーザによって予め設定された内容が含まれる。   (Additional remark 13) Moreover, 1 aspect of this invention is a data processing apparatus as described in any one of Additional remark 1 to Additional remark 12, Comprising: The content preset by the said user is contained in the content of the said update data It is.

付記13の構成によれば、データ処理装置は、ダウンロードの開始前にダウンロード予約の確認をする更新データをどれにするかを、更新データの内容によって任意に設定できるようにすることができる。   According to the configuration of the supplementary note 13, the data processing apparatus can arbitrarily set which update data to confirm the download reservation before starting the download depending on the content of the update data.

(付記14)また、本発明の一態様は、付記9から付記13のいずれか一に記載のデータ処理装置であって、前記データ更新部は、前記更新データのうち予め設定されていない内容のデータについては、前記ユーザに確認することなくダウンロード処理を実行する。   (Additional remark 14) Moreover, 1 aspect of this invention is a data processing apparatus as described in any one of Additional remark 9 to Additional remark 13, Comprising: The said data update part of the content which is not preset among the said update data The data is downloaded without confirming with the user.

付記14の構成によれば、データ処理装置は、ダウンロードの開始前にダウンロード予約の確認をする更新データとして設定されていない内容のデータは、ユーザの操作がなくても自動いでダウンロードされるのでユーザにとって利便性が高い。   According to the configuration of Supplementary Note 14, the data processing apparatus automatically downloads data having contents that are not set as update data for confirming a download reservation before the start of download without any user operation. Convenience is high for.

(付記15)また、本発明の一態様は、付記1から付記14のいずれか一に記載のデータ処理装置であって、前記ダウンロード予約確認部は、前記更新データのダウンロードを予約するか否かを前記ユーザが選択可能なように提示する場合、前記更新データを用いるゲーム内のプレイ単位で選択可能に提示する。   (Additional remark 15) Moreover, 1 aspect of this invention is a data processing apparatus as described in any one of Additional remark 1 to Additional remark 14, Comprising: The said download reservation confirmation part makes a reservation of download of the said update data, It is. Is presented so as to be selectable by the user, it is presented so as to be selectable in units of play in the game using the update data.

付記15の構成によれば、データ処理装置は、ユーザがプレイしたい更新データのみをダウンロード予約することができる。   According to the configuration of Supplementary Note 15, the data processing apparatus can make a download reservation only for update data that the user wants to play.

(付記16)また、本発明の一態様は、付記1から付記15のいずれか一に記載のデータ処理装置であって、前記ダウンロード予約確認部は、前記更新データが有る場合、前記更新データを用いるゲームの進行に基づくタイミングで、前記更新データのダウンロードを予約するか否かをユーザが選択可能なように提示する。   (Additional remark 16) Moreover, 1 aspect of this invention is a data processing apparatus as described in any one of Additional remark 1 to Additional remark 15, Comprising: When the said download reservation confirmation part has the said update data, the said update data are the said update data. It is presented so that the user can select whether or not to reserve the download of the update data at a timing based on the progress of the game to be used.

付記16の構成によれば、ゲームのプレイ中の必要なときに、ユーザの意思で更新データのダウンロードを予約できる。   According to the configuration of Supplementary Note 16, it is possible to reserve download of update data at the user's will when necessary during game play.

(付記17)また、本発明の一態様は、付記1から付記16のいずれか一に記載のデータ処理装置であって、前記ダウンロード予約確認部は、前記更新データのダウンロードが予約されることによって、前記更新データを用いるゲームへの影響を示す情報を提示する。   (Additional remark 17) Moreover, 1 aspect of this invention is a data processing apparatus as described in any one of Additional remark 1 to Additional remark 16, Comprising: The said download reservation confirmation part is by the download of the said update data being reserved , Information indicating the influence on the game using the update data is presented.

付記17の構成によれば、データ処理装置は、ダウンロードを延期したことによってゲームで何が制限されるかをユーザに容易に知らせることができる。   According to the configuration of the supplementary note 17, the data processing apparatus can easily notify the user of what is restricted in the game by deferring the download.

(付記18)また、本発明の一態様は、付記1から付記17のいずれか一に記載のデータ処理装置であって、前記ダウンロード予約確認部は、前記更新データが、前記ダウンロード予約確認部によりダウンロードの予約がされたことによってダウンロードされていない場合、該ダウンロードされていない前記更新データであることに基づく提示を行う。   (Additional remark 18) Moreover, 1 aspect of this invention is a data processing apparatus as described in any one of Additional remark 1 to Additional remark 17, Comprising: The said download reservation confirmation part WHEREIN: The said update data is the said download reservation confirmation part. In the case where the download has not been downloaded due to the download reservation, a presentation based on the update data that has not been downloaded is made.

付記18の構成によれば、データ処理装置は、予約したことによって未ダウンロードのデータをゲームで使用できないことをユーザに分かりやすく提示することができる。   According to the configuration of Supplementary Note 18, the data processing apparatus can easily present to the user that the undownloaded data cannot be used in the game due to the reservation.

(付記19)また、本発明の一態様に係るプログラムは、コンピュータを、付記1から付記18のいずれか一に記載のデータ処理装置として機能させるためのプログラムである。   (Additional remark 19) Moreover, the program which concerns on 1 aspect of this invention is a program for functioning a computer as a data processing apparatus as described in any one of Additional remark 1 to Additional remark 18.

付記19の構成によれば、プログラムは、更新データを予約して後々ダウンロードするか否かの選択肢をユーザに提示し、予約が選択された場合には、通信状況に基づいてダウンロードを開始するため、ユーザにとって適切なタイミングでデータのダウンロードを実行することができる。   According to the configuration of Supplementary Note 19, the program presents the user with an option to reserve the update data and download it later, and when the reservation is selected, the program starts downloading based on the communication status The data can be downloaded at an appropriate timing for the user.

1 ゲームシステム、10 ユーザ端末、11 CPU、12 通信部、13 入力部、14 表示部、15 記憶部、30 ゲームサーバ、31 CPU、32 通信部、33 入力部、35 記憶部、110 制御部、111 通信状況検出部、112 更新データ確認部、113 ダウンロード予約確認部、114 データ更新部   1 game system, 10 user terminal, 11 CPU, 12 communication unit, 13 input unit, 14 display unit, 15 storage unit, 30 game server, 31 CPU, 32 communication unit, 33 input unit, 35 storage unit, 110 control unit, 111 communication status detection unit, 112 update data confirmation unit, 113 download reservation confirmation unit, 114 data update unit

Claims (19)

通信網を介する通信の通信状況を検出する通信状況検出部と、
前記通信網を介してダウンロード可能な更新データが有る場合、前記更新データのダウンロードを予約するか否かをユーザが選択可能なように提示するダウンロード予約確認部と、
前記ダウンロード予約確認部により前記更新データのダウンロードが予約された場合、前記通信状況検出部により検出された通信状況に基づいて、該予約された更新データのダウンロード処理を実行するデータ更新部と、
を備えるデータ処理装置。
A communication status detection unit for detecting a communication status of communication via the communication network;
When there is update data that can be downloaded via the communication network, a download reservation confirmation unit that presents a user selectable whether or not to reserve download of the update data; and
A data update unit that executes a download process of the reserved update data based on the communication status detected by the communication status detection unit when the download reservation update unit reserves the download of the update data;
A data processing apparatus comprising:
前記ダウンロード予約確認部は、
前記更新データが有る場合、前記通信状況検出部により検出された通信状況に基づいて、前記更新データのダウンロードを予約するか否かを前記ユーザが選択可能なように提示する、
請求項1に記載のデータ処理装置。
The download reservation confirmation unit
When there is the update data, based on the communication status detected by the communication status detection unit, presenting the user to select whether or not to reserve the download of the update data,
The data processing apparatus according to claim 1.
前記データ更新部は、
前記ダウンロード予約確認部により提示された前記更新データのうちダウンロードが予約されなかった更新データについては、前記通信状況検出部により検出された通信状況によらずダウンロード処理を実行する、
請求項1または請求項2に記載のデータ処理装置。
The data update unit
Of the update data presented by the download reservation confirmation unit, for update data that is not reserved for download, a download process is executed regardless of the communication status detected by the communication status detection unit,
The data processing apparatus according to claim 1 or 2.
前記通信状況は、通信の種別に基づく状況である、
請求項1から請求項3のいずれか一項に記載のデータ処理装置。
The communication status is a status based on the type of communication.
The data processing apparatus according to any one of claims 1 to 3.
前記通信状況は、通信の速度に基づく状況である、
請求項1から請求項4のいずれか一項に記載のデータ処理装置。
The communication status is a status based on a communication speed.
The data processing device according to any one of claims 1 to 4.
前記通信状況は、前記ユーザにより設定された通信状況である、
請求項1から請求項5のいずれか一項に記載のデータ処理装置。
The communication status is a communication status set by the user.
The data processing device according to any one of claims 1 to 5.
前記通信網を介してダウンロード可能な前記更新データが有るか否かを確認する更新データ確認部を備え、
前記ダウンロード予約確認部は、
前記更新データ確認部により前記更新データが有ることが確認されたタイミングで、前記更新データのダウンロードを予約するか否かを前記ユーザが選択可能なように提示する、
請求項1から請求項6のいずれか一項に記載のデータ処理装置。
An update data confirmation unit for confirming whether there is update data that can be downloaded via the communication network;
The download reservation confirmation unit
When the update data confirmation unit confirms that the update data is present, presents the user to select whether or not to reserve the download of the update data.
The data processing apparatus according to any one of claims 1 to 6.
前記データ更新部は、
前記通信状況検出部により検出された通信状況に基づいて、前記ダウンロード予約確認部によりダウンロードが予約された前記更新データをダウンロードするか否かを前記ユーザが選択可能なように提示し、前記ユーザによりダウンロードすることが選択された場合、前記更新データのダウンロード処理を実行する、
請求項1から請求項7のいずれか一項に記載のデータ処理装置。
The data update unit
Based on the communication status detected by the communication status detection unit, it is presented so that the user can select whether to download the update data reserved for download by the download reservation confirmation unit, If download is selected, the update data download process is executed.
The data processing apparatus according to any one of claims 1 to 7.
前記ダウンロード予約確認部は、
前記更新データが有る場合、前記更新データの内容に基づいて、前記更新データのダウンロードを予約するか否かを前記ユーザが選択可能なように提示する、
請求項1から請求項8のいずれか一項に記載のデータ処理装置。
The download reservation confirmation unit
If there is the update data, based on the content of the update data, presenting the user to select whether or not to reserve download of the update data,
The data processing apparatus according to any one of claims 1 to 8.
前記更新データの内容には、ゲームのプレイに用いられるデータの種別が含まれる、
請求項9に記載のデータ処理装置。
The content of the update data includes the type of data used for playing the game.
The data processing apparatus according to claim 9.
前記更新データの内容には、前記更新データの容量が含まれる、
請求項9または請求項10に記載のデータ処理装置。
The content of the update data includes the capacity of the update data.
The data processing apparatus according to claim 9 or 10.
前記更新データの内容には、前記更新データを用いるゲーム全体に関する進行に必須のデータであるか否かが含まれる、
請求項9に記載のデータ処理装置。
The content of the update data includes whether or not the update data is essential data for the progress of the game using the update data.
The data processing apparatus according to claim 9.
前記更新データの内容には、前記ユーザによって予め設定された内容が含まれる、
請求項9から請求項12のいずれか一項に記載のデータ処理装置。
The content of the update data includes content preset by the user,
The data processing apparatus according to any one of claims 9 to 12.
前記データ更新部は、
前記更新データのうち予め設定されていない内容のデータについては、前記ユーザに確認することなくダウンロード処理を実行する、
請求項9から請求項13のいずれか一項に記載のデータ処理装置。
The data update unit
For data of contents not set in advance among the update data, download processing is executed without confirming with the user,
The data processing apparatus according to any one of claims 9 to 13.
前記ダウンロード予約確認部は、
前記更新データのダウンロードを予約するか否かを前記ユーザが選択可能なように提示する場合、前記更新データを用いるゲーム内のプレイ単位で選択可能に提示する、
請求項1から請求項14のいずれか一項に記載のデータ処理装置。
The download reservation confirmation unit
When presenting the user whether or not to reserve download of the update data so that the user can select, present the selectable in units of play in the game using the update data,
The data processing device according to any one of claims 1 to 14.
前記ダウンロード予約確認部は、
前記更新データが有る場合、前記更新データを用いるゲームの進行に基づくタイミングで、前記更新データのダウンロードを予約するか否かをユーザが選択可能なように提示する、
請求項1から請求項15のいずれか一項に記載のデータ処理装置。
The download reservation confirmation unit
If the update data is present, presenting the user with a choice of whether to reserve download of the update data at a timing based on the progress of the game using the update data.
The data processing apparatus according to any one of claims 1 to 15.
前記ダウンロード予約確認部は、
前記更新データのダウンロードが予約されることによって、前記更新データを用いるゲームへの影響を示す情報を提示する、
請求項1から請求項16のいずれか一項に記載のデータ処理装置。
The download reservation confirmation unit
Presenting information indicating an influence on the game using the update data by reserving the download of the update data;
The data processing apparatus according to any one of claims 1 to 16.
前記ダウンロード予約確認部は、
前記更新データが、前記ダウンロード予約確認部によりダウンロードの予約がされたことによってダウンロードされていない場合、該ダウンロードされていない前記更新データであることに基づく提示を行う、
を備える請求項1から請求項17のいずれか一項に記載のデータ処理装置。
The download reservation confirmation unit
If the update data is not downloaded due to a download reservation made by the download reservation confirmation unit, a presentation is made based on the fact that the update data has not been downloaded.
The data processing apparatus according to any one of claims 1 to 17, further comprising:
コンピュータを、請求項1から請求項18のいずれか一項に記載のデータ処理装置として機能させるためのプログラム。     The program for functioning a computer as a data processor as described in any one of Claims 1-18.
JP2016253350A 2016-12-27 2016-12-27 Data processing apparatus and program Active JP6335266B1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2016253350A JP6335266B1 (en) 2016-12-27 2016-12-27 Data processing apparatus and program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2016253350A JP6335266B1 (en) 2016-12-27 2016-12-27 Data processing apparatus and program

Related Child Applications (1)

Application Number Title Priority Date Filing Date
JP2018081987A Division JP6810468B2 (en) 2018-04-23 2018-04-23 Data processing equipment and programs

Publications (2)

Publication Number Publication Date
JP6335266B1 JP6335266B1 (en) 2018-05-30
JP2018106501A true JP2018106501A (en) 2018-07-05

Family

ID=62236448

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2016253350A Active JP6335266B1 (en) 2016-12-27 2016-12-27 Data processing apparatus and program

Country Status (1)

Country Link
JP (1) JP6335266B1 (en)

Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH10289146A (en) * 1997-04-15 1998-10-27 Casio Comput Co Ltd Network system, network terminal device, host device and recording medium
JPH11272711A (en) * 1998-03-24 1999-10-08 Ntt Data Corp Information providing system
JP2004297479A (en) * 2003-03-27 2004-10-21 Kyocera Corp Portable communication terminal, radio base station, and radio communication system
JP2005130085A (en) * 2003-10-22 2005-05-19 Canon Inc Broadcast receiver
JP2008065772A (en) * 2006-09-11 2008-03-21 Sharp Corp Content viewing terminal and content processing method
JP2009302981A (en) * 2008-06-16 2009-12-24 Hitachi Ltd Content recording apparatus
JP2010268482A (en) * 2010-06-21 2010-11-25 Kyocera Corp Portable communication terminal
JP2011130363A (en) * 2009-12-21 2011-06-30 Rtv:Kk Wireless terminal, content transmission/reception system, server device and program
JP2015049625A (en) * 2013-08-30 2015-03-16 シャープ株式会社 Communication device and program

Patent Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH10289146A (en) * 1997-04-15 1998-10-27 Casio Comput Co Ltd Network system, network terminal device, host device and recording medium
JPH11272711A (en) * 1998-03-24 1999-10-08 Ntt Data Corp Information providing system
JP2004297479A (en) * 2003-03-27 2004-10-21 Kyocera Corp Portable communication terminal, radio base station, and radio communication system
JP2005130085A (en) * 2003-10-22 2005-05-19 Canon Inc Broadcast receiver
JP2008065772A (en) * 2006-09-11 2008-03-21 Sharp Corp Content viewing terminal and content processing method
JP2009302981A (en) * 2008-06-16 2009-12-24 Hitachi Ltd Content recording apparatus
JP2011130363A (en) * 2009-12-21 2011-06-30 Rtv:Kk Wireless terminal, content transmission/reception system, server device and program
JP2010268482A (en) * 2010-06-21 2010-11-25 Kyocera Corp Portable communication terminal
JP2015049625A (en) * 2013-08-30 2015-03-16 シャープ株式会社 Communication device and program

Also Published As

Publication number Publication date
JP6335266B1 (en) 2018-05-30

Similar Documents

Publication Publication Date Title
CN103778211B (en) The language switching method and device of game of mobile terminal software
WO2018113298A1 (en) Method and device for notifying user of application version upgrade
JP5250645B2 (en) Information processing device
US11123635B2 (en) Game application launch system and method
US11157264B2 (en) Electronic device and method for controlling update of electronic device
US9003147B2 (en) Electronic device and save data recording method
US10228849B2 (en) Method and device for providing controller
US20160019045A1 (en) Terminal device
JP2018113076A (en) Data processing device and program
JP6335266B1 (en) Data processing apparatus and program
JP7025786B2 (en) Data processing equipment and programs
US9367550B2 (en) Information processing apparatus and file system
JP2016024803A (en) Terminal device
JP6761941B2 (en) Terminal devices and programs
JP2018086432A (en) Game device and program
JP2013131047A (en) Information processing device, control method, and program therefor
US10921955B2 (en) Non-transitory computer-readable storage medium with executable information processing program stored thereon, information processing apparatus, information processing system, and information processing method
US10346046B2 (en) Non-transitory computer-readable storage medium with executable information processing program stored thereon, information processing apparatus, information processing system, and information processing method
JP5403690B2 (en) Information processing apparatus, information processing method, and program
JP4930573B2 (en) In-vehicle system
JP6011782B2 (en) In-vehicle communication device and information communication system
CN114733204A (en) Game resource updating method and device, storage medium and electronic equipment
JP2018153658A (en) Terminal device and program
JP6353269B2 (en) Information processing apparatus, information processing method, and program
JP2012152354A (en) Information processor

Legal Events

Date Code Title Description
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: 20180403

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20180427

R150 Certificate of patent or registration of utility model

Ref document number: 6335266

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150

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