Quick guide to start modding Dinogen Online.
Grundlagen
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 Verwalten > Durchsuchen Sie lokale Dateien.
The default directory is:
<STEAM PATH>\steamapps\common\Dinogen Online
Game assets are located in the Vermögenswerte Verzeichnis.
Audio
Audio files are stored in the sounds Verzeichnis.
Audio files must be in MP3 format.
Grafik & Animationen
All graphics and animations are located in the Bilder Verzeichnis.
Download the latest Modding Tools from Hier.
You will need Adobe Animate to open .fla files.
Anweisungen
Open the desired file in Adobe Animate
Select all required MovieClips
Klicken Sie mit der rechten Maustaste > Generate Sprite Sheet…
In the Generate Sprite Sheet dialog, use the following settings:
- Image dimensions: <Auto size>
- Image format: <PNG 32 bisschen>
- Background color: <transparent>
- Algorithm: <MaxRects>
- Data format: <JSON>
- <Trim> Und <Stack frames> ermöglicht
- Border padding: 0px
- Shape padding: 1px
Browse to the applicable file in the assets/images Verzeichnis
Klicken Export
Debuggen
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.
Geben Sie die an Typ, Ausweis, Und Weg in preload.json:
[ { "Typ": "Audio-", "Ausweis": "customVoiceClip", "Weg": "customCampaign/customVoiceClip.mp3" } ]
Assets referenced to preload.json are stored in the assets/custom Verzeichnis. In the above example, customVoiceClip would be located in assets/custom/customCampaign/customVoiceClip.mp3 and referenced to as customVoiceClip im Spiel.
Verwendung
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 Hier.
Sharing Mods
Create a zip archive of the modded assets directory (only including the modified files).
Installing 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 > Eigenschaften > Lokale Dateien > Überprüfen Sie die Integrität der Spieledateien. This will reinstall the original game files.Das ist alles, was wir heute dafür teilen Dinogen Online Führung. Dieser Leitfaden wurde ursprünglich erstellt und geschrieben von Wilkin. Für den Fall, dass wir diesen Leitfaden nicht aktualisieren können, Sie können das neueste Update finden, indem Sie diesem folgen Verknüpfung.