Quick guide to start modding Dinogen Online.
Noções básicas
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 Gerenciar > Procure arquivos locais.
The default directory is:
<STEAM PATH>\steamapps\common\Dinogen Online
Game assets are located in the ativos diretório.
Audio
Audio files are stored in the sons diretório.
Audio files must be in MP3 format.
Gráficos & Animações
All graphics and animations are located in the images diretório.
Download the latest Modding Tools from aqui.
You will need Adobe Animate to open .fla files.
Instruções
Open the desired file in Adobe Animate
Select all required MovieClips
Clique com o botão direito > Generate Sprite Sheet…
In the Generate Sprite Sheet dialog, use the following settings:
- Image dimensions: <Auto size>
- Image format: <PNG 32 pedaço>
- Background color: <transparente>
- Algorithm: <MaxRects>
- Data format: <JSON>
- <Trim> e <Stack frames> habilitado
- Border padding: 0pixels
- Shape padding: 1pixels
Browse to the applicable file in the assets/images diretório
Clique Exportar
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 tipo, id, e caminho in preload.json:
[ { "tipo": "áudio", "id": "customVoiceClip", "caminho": "customCampaign/customVoiceClip.mp3" } ]
Assets referenced to preload.json are stored in the assets/custom diretório. No exemplo acima, customVoiceClip would be located in assets/custom/customCampaign/customVoiceClip.mp3 and referenced to as customVoiceClip no jogo.
Uso
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 aqui.
Sharing Mods
Create a zip archive of the modded assets directory (only including the modified files).
Instalando mods
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 > Propriedades > Arquivos locais > Verifique a integridade dos arquivos do jogo. This will reinstall the original game files.Isso é tudo o que estamos compartilhando hoje para isso Dinogen Online guia. Este guia foi originalmente criado e escrito por Wilkin. Caso não atualizemos este guia, você pode encontrar a atualização mais recente seguindo este link.