Anyone can start modding Dinogen Online! Make sure you have the latest version of the game installed.
Navigate to the game assets directory. You can right-click Dinogen Online in your Steam library and click Manage > Browse local files.
The default directory is:
<STEAM PATH>\steamapps\common\Dinogen Online
Game assets are located in the assets directory.
Audio files are stored in the sounds directory.
Audio files must be in MP3 format.
All graphics and animations are located in the images directory.
Download the latest Modding Tools from https://dinogenonline.com/resources.
You will need Adobe Animate to open .fla files.
In the Generate Sprite Sheet dialog, use the following settings:
Browse to the applicable file in the assets/images directory and click Export.
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.
Phaser CE is the underlying HTML5 game engine. You can modify it in the assets/lib/phaser directory.
This can useful in improving performance or adding effects.
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 type, id, and path in preload.json:
[
{
"type": "audio",
"id": "customVoiceClip",
"path": "customCampaign/customVoiceClip.mp3"
}
]
Assets referenced to preload.json are stored in the assets/custom directory. In the above example, customVoiceClip would be located in assets/custom/customCampaign/customVoiceClip.mp3 and referenced to as customVoiceClip in game.
You can reference these custom files in custom scenarios, such as adding new voice clips for NPCs and mission objectives.
Use ModDB to submit and browse mods: https://www.moddb.com/games/dinogen-online
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.
If you want to remove/uninstall a mod, simply right-click Dinogen Online in your Steam library > Properties > Local Files > Verify integrity of game files. This will reinstall the original game files.
Learn how to connect to Dinogen Online servers using Hamachi.
Quick guide for accessing, publishing, and updating Workshop content for Dinogen Online.
Quick guide for hosting your own Dinogen Online multiplayer server.
This website uses cookies.