ディノゲンオンライン – 完全な改造ガイド

Quick guide to start modding Dinogen Online.

基本

Anyone can start modding Dinogen Online! Make sure you have the latest version of the game installed.

Game Directory

Navigate to the game assets directory. You can right-click Dinogen Online in your Steam library and click 管理 > ローカル ファイルを参照する.

The default directory is:

<STEAM PATH>\steamapps\common\Dinogen Online

Game assets are located in the 資産 ディレクトリ.

オーディオ

Audio files are stored in the  ディレクトリ.

Audio files must be in MP3 format.

グラフィック & アニメーション

All graphics and animations are located in the images ディレクトリ.

Download the latest Modding Tools from ここ.

You will need Adobe Animate to open .fla files.

Instructions

Open the desired file in Adobe Animate
Select all required MovieClips
Right-clickGenerate Sprite Sheet

In the Generate Sprite Sheet dialog, use the following settings:

  • Image dimensions<Auto size>
  • Image format<PNG 32 少し>
  • Background color<transparent>
  • Algorithm<MaxRects>
  • Data format<JSON>
  • <Trim> と <Stack frames> 有効
  • Border padding0px
  • Shape padding1px

Browse to the applicable file in the assets/images ディレクトリ
クリック Export

Debugging

If you encounter any visual problems after using exported files, make sure you included
all required files before generating sprite sheet. You can verify by comparing the
unmodified game files.

New Files

If you want to load new files into the game (rather than modifying existing ones), add them to preload.json.

Note that preload.json only supports audio files at this time.

Specify the タイプid, と  in preload.json:

[
{ "タイプ": "オーディオ", "id": "customVoiceClip", "道": "customCampaign/customVoiceClip.mp3" }
]

Assets referenced to preload.json are stored in the assets/custom ディレクトリ. In the above example, customVoiceClip would be located in assets/custom/customCampaign/customVoiceClip.mp3 and referenced to as customVoiceClip ゲームで.

Usage

You can reference these custom files in custom scenarios, such as adding new voice clips for NPCs and mission objectives.

Sharing and Installing Mods

Use ModDB to submit and browse mods ここ.

Sharing Mods
Create a zip archive of the modded assets directory (only including the modified files).

Modのインストール
After downloading the mod zip, simply extract the contents to the Dinogen Online assets directory. The modded files will overwrite the existing game files.

Removing Mods

If you want to remove/uninstall a mod, simply right-click Dinogen Online in your Steam libraryプロパティ > ローカル ファイル > ゲームファイルの整合性を検証する. This will reinstall the original game files.

このガイドについて ディノゲンオンライン によって書かれた Wilkin. 原文はこちらからご覧いただけます リンク. このガイドに関してご不明な点がございましたら, お気軽にお問い合わせください ここ.

著者について