Difference between revisions of "Minetest/ja"

From Minetest Wiki
Jump to navigation Jump to search
 
(14 intermediate revisions by 6 users not shown)
Line 1: Line 1:
{{languages}}
+
{{Languages|nocat=1}}
 
__NOTOC__
 
__NOTOC__
[[File:Minetest_logo.png|thumb|Minetest logo]]
+
[[File:Minetest logo.png|thumb|Minetest logo]]
  
'''Minetest''' is a [https://en.wikipedia.org/wiki/Free_software free software] [https://en.wikipedia.org/wiki/Game_engine game engine] to create various games based on [https://en.wikipedia.org/wiki/Voxel voxel] gameplay, inspired by InfiniMiner, Minecraft, and the like. Minetest was originally created by Perttu Ahola (alias “[[celeron55]]).
+
'''Minetest'''は、InfiniMinerやMinecraftなどに影響を受けた[https://ja.wikipedia.org/wiki/%E3%83%9C%E3%82%AF%E3%82%BB%E3%83%AB ボクセル]ゲーム作成のために作られた[https://ja.wikipedia.org/wiki/%E8%87%AA%E7%94%B1%E3%82%BD%E3%83%95%E3%83%88%E3%82%A6%E3%82%A7%E3%82%A2 自由ソフトウエア][https://ja.wikipedia.org/wiki/%E3%82%B2%E3%83%BC%E3%83%A0%E3%82%A8%E3%83%B3%E3%82%B8%E3%83%B3 ゲームエンジン]です。Perttu Ahola(別名「[[celeron55]])によって作り始められました。
  
The basic idea of each game is always the same: The [[player]] is thrown into a huge [[World|world]] made out of cubes/[[blocks]]. Most of the time, these cubes make the landscape and these blocks can be [[Mining|removed]] and [[Building|placed]] almost entirely freely. Using the collected [[items]], new [[Tool|tools]] and other items can be [[Crafting|crafted]]. Games (“[[subgames]]” in Minetest terms) in Minetest can, however, be much more complex than this.
+
Minetest上で動くそれぞれのゲームの基本アイデアは、ほぼ共通しています。[[player/ja|プレーヤー]]はブロックで構成された巨大な[[World|World]]に放り込まれます。[[blocks|ブロック]]は風景を作り出していて、このブロックを自由に[[Mining|壊したり]][[Building|配置したり]]できます。[[items|アイテム]]を集めて、新しい[[Tool|道具]]やアイテムを[[Crafting|クラフトする]]こともできます。ですが、Minetestの[[Games|Game]]は、これよりもはるかに複雑になっています。
  
A core concept of Minetest is a built-in [[Mods|modding]] capability, based on the Lua programming language. Mods allow one or more certain aspects of an existing game to be modified. Minetest mods can be as simple as adding a few decorational blocks or very complex by (for example) introducing complex new gameplay concepts or generating a completely different kind of world, and many other things. For the player, using a new mod requires to copy or extract some files into a certain location and pressing some buttons in Minetest's interface.
+
Minetestのコア概念は、内蔵されたプログラミング言語[https://ja.wikipedia.org/wiki/Lua Lua]によるMod作成機構です。Modを使うと既存ゲームのある部分を1つだけでなく複数変更することもできます。MinetestのModは、装飾ブロックを追加するだけのシンプルなものから、新しいゲーム概念を導入した複雑なものや、まったく異なる種類の世界を生成するものなど、さまざまなものがあります。プレーヤーがModをインストールは、内臓のコンテンツブラウザからインストールしたいmodを選んでボタンを押すだけでインストールできます(ContentDBで公開されていない一部のmodの場合は、ファイルを展開して特定の場所にコピーする作業が必要の場合があります)
  
Minetest can be played alone or [[Server|online]] together with multiple players.
+
Minetestは、1人で遊ぶことはもちろん[[Server|オンライン]]で複数のプレーヤーと遊べます。
  
Minetest is usually bundled with a simple default game, named “[[Subgames/Minetest Game|Minetest Game]]”. Other games for Minetest can be downloaded from the [https://forum.minetest.net/viewforum.php?f=48 official Minetest forums].
+
Minetestには、標準で「[[Games/Minetest Game|Minetest Game]]」という名前のシンプルなゲームが付属しています。Minetest上で動くほかのゲームを遊ぶには、内属のコンテンツブラウザから遊びたいゲームを選んでインストールします。[https://forum.minetest.net/viewforum.php?f=48 Minetest公式フォーラム]からダウンロードもできます。
  
== Features ==
+
Minetest(ゲームエンジンを指します)とMinetest Game(Minetest上で動くゲームを指します)は、プレイ可能ですが現時点でどちらもアルファ版です。多くの機能が欠落していますしバグもあります。ですので、すべてが完全に動作しないことをお許しください。
* A big cube-based world to discover (ca. 60000 blocks in every dimension)
 
* Procedurally generated world
 
* Several [[Map generator|world generators]] with many adjustable parameters
 
* Extremely high configuratbility with an advanced settings editor and built-in descriptions, or by using a [[minetest.conf|configuration file]]
 
* Customize the graphics and sounds through [[Texture Packs|texture packs]]
 
* Singleplayer mode and [[Server#Playing_on_a_server|online multiplayer mode]]
 
* Server list
 
* Sophisticated modding system
 
* Mods are entirely server-sided. You can join any Minetest server with any mods and start playing, no additional software required
 
* Relatively low system requirements
 
  
== Screenshots ==
+
== 特徴 ==
=== Subgames ===
+
* ブロックで作られた巨大な世界(ワールド)を冒険 (縦、横、高さの1辺は61840ノード(ブロック)で構成)
As Minetest is an engine, the actual in-game appearance heavily depends on the actual subgame being played. This is a collection of screenshot of various subgames to give an idea of Minetest's capabilities. This list includes Minetest Game as well as other subgames which have been developed by the community over the years:
+
* 手続き型で生成されるワールド
 +
* パラメータで設定できる複数の[[Map generator|ワールド生成]]システム
 +
* 設定エディタと内蔵されたドキュメントシステムの利用や[[minetest.conf|設定ファイル]]を変更して高度な構成が可能
 +
* [[Texture Packs|テクスチャパック]]でグラフィックとサウンドのカスタマイズ可能
 +
* 内臓の[[ContentDB]]からGame、Mod、テクスチャパックを簡単ダウンロード
 +
* 1人用のシングルプレーヤーモードと[[Server#Playing on a server|オンラインのマルチプレーヤーモード]]で遊べる
 +
* サーバーリストからオンラインに簡単接続
 +
* プログラミング言語Luaによる洗練されたModシステム
 +
* Modはサーバー側で処理。追加のソフトのインストールなくサーバーに接続するだけでModでカスタマイズされたワールドで遊べる
 +
* 低スペックPCでも遊べる比較的低いシステム要件
  
<gallery widths="400px" heights="256px">
+
== スクリーンショット ==
Desert_at_sunset_0.4.7.png|[[Subgames/Minetest Game|Minetest Game]]
+
=== ゲーム ===
Glacier.jpg|[[Subgames/Minetest Game|Minetest Game]]
+
Minetestはゲームエンジンです。ゲームの見え方は遊んでいるゲームによって大きく異なります。ここでは、Minetestの機能を理解してもらうために、さまざまなゲームのスクリーンショットを集めました。この一覧には、Minetestのゲームだけでなくコミュニティによって長年に渡って開発されてきた、ほかのゲームも含まれています。
Random_server.jpg|[[Subgames/Minetest Game|Minetest Game]]
+
 
Carbone.jpg|[[Subgames/Carbone NG|Carbone NG]]
+
{{Game gallery}}
Dungeontest.jpg|[[Subgames/Dungeontest|Dungeontest]]
 
Lord of the Test.jpg|[[Subgames/Lord of the Test|Lord of the Test]]
 
Wasteland.jpg|[[Subgames/Wasteland|Wasteland]]
 
File:Minetest_TNG.jpg|[[Subgames/Minetest: The Next Game|Minetest: The Next Game]]
 
</gallery>
 
  
=== Mods ===
+
=== Mod ===
Mods are installed ''on top'' of subgames by the user to modify an existing subgame. These screenshots show mods modifying Minetest Game:
+
Modは、ユーザーが'''ゲームにインストールして'''既存のゲームを変更するためのものです。これらのスクリーンショットでは、ModによってMinetest Gameが変更されている様子が表されています。
 
<gallery widths="400px" heights="256px">
 
<gallery widths="400px" heights="256px">
 
Mesecons_example.jpg|[[Mesecons]]
 
Mesecons_example.jpg|[[Mesecons]]
Line 48: Line 42:
 
</gallery>
 
</gallery>
  
=== Main menu ===
+
=== そのほかのスクリーンショット ===
 +
Minetestフォーラムには、プレーヤーによる多くのスクリーンショットが投稿されたスレッドがあります。
  
<gallery widths="400px" heights="256px">
+
* [https://forum.minetest.net/viewtopic.php?f=3&t=10366 高画質スクリーンショット]
Singleplayer0.4.14.jpg|Singleplayer
+
* [https://forum.minetest.net/viewtopic.php?f=3&t=15105 城、要塞、塔などの建物]
Serverlist0.4.14.jpg|Server list
+
* [https://forum.minetest.net/viewtopic.php?f=3&t=10128 さまざまな建物]
Advanced Settings 0.4.14.png|Advanced settings
+
* [https://forum.minetest.net/viewtopic.php?f=3&t=156 そのほかのスクリーンショット]
</gallery>
 
  
=== More screenshots ===
+
== 動作環境 ==
In the Minetest forums, many screenshots are posted by players in several threads:
+
=== ハードウエア要件 ===
 +
Minetestは、PC、ノートPC、そしてスマートフォン(Android)で遊べます。
  
* [https://forum.minetest.net/viewtopic.php?f=3&t=10366 High-quality screenshots]
+
==== PC、ノートPCなどに必要なハードウェア ====
* [https://forum.minetest.net/viewtopic.php?f=3&t=15105 Castles, strongholds, towers and similar structures]
+
* モニター
* [https://forum.minetest.net/viewtopic.php?f=3&t=10128 Various buildings]
+
* マウスホイール付きマウス
* [https://forum.minetest.net/viewtopic.php?f=3&t=156 Any screenshots]
+
* オプション: ジョイスティックまたはゲームパッド
 +
* キーボード
 +
* オプション: スピーカー(サウンドありで遊びたい場合)
 +
* グラフィックカード・チップ、または[https://ja.wikipedia.org/wiki/Gallium3D llvm pipe]が動く高速グラフィックチップ
  
== System requirements ==
+
=== オペレーティングシステム ===
=== Operating system ===
+
公式では以下のOSをサポートしています。
The following operating systems are supported officially:
 
  
* Android (4.0 or later recommended)
+
* Android (4.0以降推奨)
 
* GNU/Linux
 
* GNU/Linux
* OS X (10.8 or later recommended)
+
* OS X (10.8以降推奨)
 
* Windows XP, Windows Vista, Windows 7, Windows 8, Windows 8.1, Windows 10
 
* Windows XP, Windows Vista, Windows 7, Windows 8, Windows 8.1, Windows 10
* Other (see the [http://www.minetest.net/downloads/ download page])
+
* その他 ([http://www.minetest.net/downloads/ ダウンロードページ]をご覧ください)
 
 
=== Hardware requirements ===
 
 
 
''TO BE WRITTEN.''
 
  
== Legal ==
+
== ライセンス ==
Minetest is free software, without advertisements and free of charge. It is licensed under the [http://www.gnu.org/licenses/old-licenses/lgpl-2.1 GNU Lesser General Public License, version 2.1], with artwork generally covered by [http://creativecommons.org/licenses/by-sa/3.0 Creative Commons Attribution ShareAlike 3.0].
+
Minetestは[https://www.gnu.org/philosophy/free-sw.ja.html 自由ソフトウエア]です。広告もありませんし追加費用の必要もありません。[http://www.gnu.org/licenses/old-licenses/lgpl-2.1 GNU劣等一般公衆ライセンス Version 2.1]でライセンスされています。アートワークは[https://creativecommons.org/licenses/by-sa/3.0/deed.ja Creative Commons 表示-継承 3.0]でライセンスされています。
  
== See also ==
+
== 関連項目 ==
  
* [http://www.minetest.net/downloads/ Download Minetest]
+
* [http://www.minetest.net/downloads/ Minetestのダウンロードページ]
* [[Getting Started]]
+
* [[Help:Getting Started/ja|Minetest入門]]
* [[Subgames/Minetest Game|Minetest Game]]
+
* [[Games/Minetest Game|Minetest Game]]
* [[Main Page]]
+
* [[Version number|バージョン番号]]
 +
* [[Main Page/ja|メインページ]]
  
[[Category:Minetest (Root Category)]]
+
[[Category:About Minetest]]
 +
[[Category:Japanese]]
 +
[[Category:Languages pages]]

Latest revision as of 20:16, 18 January 2023

Languages 言語: English • Deutsch • français • Bahasa Indonesia • italiano • 日本語 • Bahasa Melayu
Minetest logo

Minetestは、InfiniMinerやMinecraftなどに影響を受けたボクセルゲーム作成のために作られた自由ソフトウエアゲームエンジンです。Perttu Ahola(別名「celeron55」)によって作り始められました。

Minetest上で動くそれぞれのゲームの基本アイデアは、ほぼ共通しています。プレーヤーはブロックで構成された巨大なWorldに放り込まれます。ブロックは風景を作り出していて、このブロックを自由に壊したり配置したりできます。アイテムを集めて、新しい道具やアイテムをクラフトすることもできます。ですが、MinetestのGameは、これよりもはるかに複雑になっています。

Minetestのコア概念は、内蔵されたプログラミング言語LuaによるMod作成機構です。Modを使うと既存ゲームのある部分を1つだけでなく複数変更することもできます。MinetestのModは、装飾ブロックを追加するだけのシンプルなものから、新しいゲーム概念を導入した複雑なものや、まったく異なる種類の世界を生成するものなど、さまざまなものがあります。プレーヤーがModをインストールは、内臓のコンテンツブラウザからインストールしたいmodを選んでボタンを押すだけでインストールできます(ContentDBで公開されていない一部のmodの場合は、ファイルを展開して特定の場所にコピーする作業が必要の場合があります)。

Minetestは、1人で遊ぶことはもちろんオンラインで複数のプレーヤーと遊べます。

Minetestには、標準で「Minetest Game」という名前のシンプルなゲームが付属しています。Minetest上で動くほかのゲームを遊ぶには、内属のコンテンツブラウザから遊びたいゲームを選んでインストールします。Minetest公式フォーラムからダウンロードもできます。

Minetest(ゲームエンジンを指します)とMinetest Game(Minetest上で動くゲームを指します)は、プレイ可能ですが現時点でどちらもアルファ版です。多くの機能が欠落していますしバグもあります。ですので、すべてが完全に動作しないことをお許しください。

特徴

  • ブロックで作られた巨大な世界(ワールド)を冒険 (縦、横、高さの1辺は61840ノード(ブロック)で構成)
  • 手続き型で生成されるワールド
  • パラメータで設定できる複数のワールド生成システム
  • 設定エディタと内蔵されたドキュメントシステムの利用や設定ファイルを変更して高度な構成が可能
  • テクスチャパックでグラフィックとサウンドのカスタマイズ可能
  • 内臓のContentDBからGame、Mod、テクスチャパックを簡単ダウンロード
  • 1人用のシングルプレーヤーモードとオンラインのマルチプレーヤーモードで遊べる
  • サーバーリストからオンラインに簡単接続
  • プログラミング言語Luaによる洗練されたModシステム
  • Modはサーバー側で処理。追加のソフトのインストールなくサーバーに接続するだけでModでカスタマイズされたワールドで遊べる
  • 低スペックPCでも遊べる比較的低いシステム要件

スクリーンショット

ゲーム

Minetestはゲームエンジンです。ゲームの見え方は遊んでいるゲームによって大きく異なります。ここでは、Minetestの機能を理解してもらうために、さまざまなゲームのスクリーンショットを集めました。この一覧には、Minetestのゲームだけでなくコミュニティによって長年に渡って開発されてきた、ほかのゲームも含まれています。

Mod

Modは、ユーザーがゲームにインストールして既存のゲームを変更するためのものです。これらのスクリーンショットでは、ModによってMinetest Gameが変更されている様子が表されています。

そのほかのスクリーンショット

Minetestフォーラムには、プレーヤーによる多くのスクリーンショットが投稿されたスレッドがあります。

動作環境

ハードウエア要件

Minetestは、PC、ノートPC、そしてスマートフォン(Android)で遊べます。

PC、ノートPCなどに必要なハードウェア

  • モニター
  • マウスホイール付きマウス
  • オプション: ジョイスティックまたはゲームパッド
  • キーボード
  • オプション: スピーカー(サウンドありで遊びたい場合)
  • グラフィックカード・チップ、またはllvm pipeが動く高速グラフィックチップ

オペレーティングシステム

公式では以下のOSをサポートしています。

  • Android (4.0以降推奨)
  • GNU/Linux
  • OS X (10.8以降推奨)
  • Windows XP, Windows Vista, Windows 7, Windows 8, Windows 8.1, Windows 10
  • その他 (ダウンロードページをご覧ください)

ライセンス

Minetestは自由ソフトウエアです。広告もありませんし追加費用の必要もありません。GNU劣等一般公衆ライセンス Version 2.1でライセンスされています。アートワークはCreative Commons 表示-継承 3.0でライセンスされています。

関連項目