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 изображения каталог.
Download the latest Modding Tools from здесь.
You will need Adobe Animate to open .fla files.
Инструкции
Open the desired file in Adobe Animate
Select all required MovieClips
Щелкните правой кнопкой мыши > Generate 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 padding: 0пикселей
- Shape padding: 1пикселей
Browse to the applicable file in the assets/images каталог
Нажмите Экспорт
Отладка
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.
Укажите тип, идентификатор, и путь in preload.json:
[ { "тип": "аудио", "идентификатор": "customVoiceClip", "путь": "customCampaign/customVoiceClip.mp3" } ]
Assets referenced to preload.json are stored in the assets/custom каталог. В приведенном выше примере, customVoiceClip would be located in assets/custom/customCampaign/customVoiceClip.mp3 and referenced to as customVoiceClip в игре.
Использование
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).
Установка модов
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.Это все, чем мы делимся сегодня для этого. Dinogen Online гид. Это руководство было первоначально создано и написано Wilkin. На случай, если нам не удастся обновить это руководство, вы можете найти последнее обновление, следуя этому связь.