-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
59a99fc
commit 88de665
Showing
3 changed files
with
32 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,14 @@ | ||
# Migrating Game Files After Editor Update | ||
# Migrate Game Files After Editor Update | ||
|
||
WebGAL Terre editor game project files are located in the `public/games` directory. You can see the names of the games you created in this directory. | ||
## Migrating Games | ||
|
||
After you download or install a new editor, you can directly migrate the games from the old editor to the same directory of the new editor. Then, open the new editor and you can use them. | ||
WebGAL Terre editor's game project files are located in the `public/games` directory. In this directory, you can see the names of the games you have created. | ||
|
||
Generally speaking, games are backward compatible, except for major version upgrades (the first digit of the version number) where compatibility is not guaranteed. | ||
After you download or install the new editor, you can directly migrate the games from the old editor to the same directory of the new editor, and then open the new editor to use them. | ||
|
||
Except for major version (the first digit of the version number) upgrades, the compatibility is not guaranteed, but in general, games are backward compatible. | ||
|
||
## Migrating Templates and Custom Engines | ||
|
||
If you have created templates or imported custom engines, you will also need to migrate these files to the new version of the editor. Template files are located in the `public/templates` directory. | ||
Custom engines are located in the `assets/templates/Derivative_Engine` directory. You will need to migrate these files to the same directory in the new version. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,15 @@ | ||
# 移行ゲームファイル | ||
# 編輯器ヲ更新シタル後ニ、ゲームファイルヲ移行スル | ||
|
||
WebGAL Terre エディタのゲームプロジェクトファイルは、`public/games` ディレクトリにあります。このディレクトリには、作成したゲームの名前が表示されます。 | ||
## ゲームノ移行 | ||
|
||
新しいエディタをダウンロードまたはインストールした後、古いバージョンのエディタで作成したゲームを新しいバージョンのエディタの同じディレクトリに直接移行できます。その後、新しいバージョンのエディタを開くと、ゲームを使用できます。 | ||
WebGAL Terre 編輯器ノゲームプロジェクトファイルディレクトリハ `public/games` ディレクトリ下ニアリマス。此ノディレクトリ下ニハ、作成シタゲームノ名前ガ表示サレマス。 | ||
|
||
新シイ編輯器ヲダウンロード又ハインストールシタ後、旧バージョンノ編輯器下ノゲームヲ新バージョンノ編輯器ノ同ジディレクトリニ直接移行シ、新バージョンノ編輯器ヲ開クコトデ使用デキルヨウニナリマス。 | ||
|
||
メジャーバージョン(バージョン番号ノ最初ノ数字)ノアップグレードノ互換性ハ保証サレマセンガ、一般的ニハゲームハ下位互換性ガアリマス。 | ||
|
||
## テンプレートトカスタムエンジンノ移行 | ||
|
||
テンプレートヲ作成シタ場合、又ハカスタムエンジンヲインポートシタ場合、これらのファイルヲ新バージョンノ編輯器ニ移行スル必要モアリマス。テンプレートファイルハ `public/templates` ディレクトリ下ニアリマス。 | ||
カスタムエンジンハ `assets/templates/Derivative_Engine` ディレクトリ下ニアリマス。これらのファイルヲ新バージョンノ同ジディレクトリニ移行スル必要ガアリマス。 | ||
|
||
メジャーバージョンアップグレード(バージョン番号の最初の数字の変更)の互換性は保証されていませんが、一般的にゲームは下位互換性があります。 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,14 @@ | ||
# 在编辑器更新后迁移游戏文件 | ||
|
||
WebGAL Terre 编辑器的游戏工程文件目录在 public/games 目录下。在这个目录下,你可以看到你所创建的游戏名称。 | ||
## 迁移游戏 | ||
|
||
WebGAL Terre 编辑器的游戏工程文件目录在 `public/games` 目录下。在这个目录下,你可以看到你所创建的游戏名称。 | ||
|
||
当你下载或安装了新的编辑器后,你可以将旧版本编辑器下的游戏直接迁移到新版本编辑器的相同目录下,然后打开新版本编辑器,即可使用。 | ||
|
||
除大版本(版本号的第一位数字)升级的兼容性不保证之外,一般来说游戏都可以向下兼容。 | ||
除大版本(版本号的第一位数字)升级的兼容性不保证之外,一般来说游戏都可以向下兼容。 | ||
|
||
## 迁移模板和定制引擎 | ||
|
||
如果你创建了模板,或导入了定制引擎,你也需要迁移这些文件到新版本的编辑器。模板文件在 `public/templates` 目录下。 | ||
定制引擎在 `assets/templates/Derivative_Engine`目录下。你需要将这些文件迁移到新版本的相同目录下。 |