Quick guide to start modding Dinogen Online.
Lo esencial
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 Administrar > Explorar archivos locales.
The default directory is:
<STEAM PATH>\steamapps\common\Dinogen Online
Game assets are located in the activos directorio.
Audio
Audio files are stored in the sonidos directorio.
Audio files must be in MP3 format.
Gráficos & animaciones
All graphics and animations are located in the imágenes directorio.
Download the latest Modding Tools from aquí.
You will need Adobe Animate to open .fla files.
Instrucciones
Open the desired file in Adobe Animate
Select all required MovieClips
Haga clic derecho > Generate Sprite Sheet…
In the Generate Sprite Sheet dialog, use the following settings:
- Image dimensions: <Auto size>
- Image format: <PNG 32 poco>
- Background color: <transparent>
- Algorithm: <MaxRects>
- Data format: <JSON>
- <Trim> y <Stack frames> activado
- Border padding: 0píxeles
- Shape padding: 1píxeles
Browse to the applicable file in the assets/images directorio
Hacer clic 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.
Especificar el tipo, identificación, y camino in preload.json:
[ { "tipo": "audio", "identificación": "customVoiceClip", "camino": "customCampaign/customVoiceClip.mp3" } ]
Assets referenced to preload.json are stored in the assets/custom directorio. In the above example, customVoiceClip would be located in assets/custom/customCampaign/customVoiceClip.mp3 and referenced to as customVoiceClip en el juego.
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 aquí.
Sharing Mods
Create a zip archive of the modded assets directory (only including the modified files).
Instalación de modificaciones
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 > Propiedades > Archivos locales > Verificar la integridad de los archivos del juego.. This will reinstall the original game files.Eso es todo lo que estamos compartiendo hoy para este Dinogen Online guía. Esta guía fue originalmente creada y escrita por Wilkin. En caso de que no actualicemos esta guía, puede encontrar la última actualización siguiendo este enlace.