Quick guide to start modding Dinogen Online.
Podstawy
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 Zarządzać > Przeglądaj pliki lokalne.
The default directory is:
<STEAM PATH>\steamapps\common\Dinogen Online
Game assets are located in the aktywa informator.
Audio
Audio files are stored in the brzmi informator.
Audio files must be in MP3 format.
Grafika & Animations
All graphics and animations are located in the images informator.
Download the latest Modding Tools from Tutaj.
You will need Adobe Animate to open .fla files.
Instrukcje
Open the desired file in Adobe Animate
Select all required MovieClips
Kliknij prawym przyciskiem myszy > Generate Sprite Sheet…
In the Generate Sprite Sheet dialog, use the following settings:
- Image dimensions: <Auto size>
- Image format: <PNG 32 fragment>
- Background color: <transparent>
- Algorithm: <MaxRects>
- Data format: <JSON>
- <Trim> I <Stack frames> włączony
- Border padding: 0pikseli
- Shape padding: 1pikseli
Browse to the applicable file in the assets/images informator
Trzask Eksport
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 typ, id, I ścieżka in preload.json:
[ { "typ": "audio", "id": "customVoiceClip", "ścieżka": "customCampaign/customVoiceClip.mp3" } ]
Assets referenced to preload.json are stored in the assets/custom informator. W powyższym przykładzie, customVoiceClip would be located in assets/custom/customCampaign/customVoiceClip.mp3 and referenced to as customVoiceClip in game.
Stosowanie
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 Tutaj.
Sharing Mods
Create a zip archive of the modded assets directory (only including the modified files).
Instalowanie modów
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 > Właściwości > Pliki lokalne > Sprawdź spójność plików gry. This will reinstall the original game files.To wszystko, co dzisiaj udostępniamy w tym celu Dinogen Online przewodnik. Ten przewodnik został pierwotnie stworzony i napisany przez Wilkin. Na wypadek, gdybyśmy nie zaktualizowali tego przewodnika, możesz znaleźć najnowszą aktualizację, postępując zgodnie z tym połączyć.