Quick guide to start modding Dinogen Online.
기초
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 관리하다 > 로컬 파일 찾아보기.
The default directory is:
<STEAM PATH>\steamapps\common\Dinogen Online
Game assets are located in the 자산 예배 규칙서.
오디오
Audio files are stored in the sounds 예배 규칙서.
Audio files must be in MP3 format.
제도법 & 애니메이션
All graphics and animations are located in the images 예배 규칙서.
Download the latest Modding Tools from 여기.
You will need Adobe Animate to open .fla files.
지침
Open the desired file in Adobe Animate
Select all required MovieClips
마우스 오른쪽 버튼을 클릭하세요. > Generate Sprite Sheet…
In the Generate Sprite Sheet dialog, use the following settings:
- Image dimensions: <Auto size>
- Image format: <PNG 32 조금>
- Background color: <transparent>
- Algorithm: <MaxRects>
- Data format: <JSON>
- <Trim> 그리고 <Stack frames> 활성화
- Border padding: 0px
- Shape padding: 1px
Browse to the applicable file in the assets/images 예배 규칙서
딸깍 하는 소리 내보내다
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 유형, ID, 그리고 길 in preload.json:
[ { "유형": "오디오", "ID": "customVoiceClip", "길": "customCampaign/customVoiceClip.mp3" } ]
Assets referenced to preload.json are stored in the assets/custom 예배 규칙서. 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.
Sharing and Installing Mods
Use ModDB to submit and browse mods 여기.
Sharing Mods
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.
Removing Mods
If you want to remove/uninstall a mod, simply right-click Dinogen Online in your Steam library > 속성 > 로컬 파일 > 게임 파일의 무결성 확인. This will reinstall the original game files.이것이 오늘 우리가 공유하는 모든 것입니다. Dinogen Online 가이드. 이 가이드는 원래 작성자가 작성하고 작성했습니다. Wilkin. 이 가이드를 업데이트하지 못한 경우, 다음을 수행하여 최신 업데이트를 찾을 수 있습니다. 링크.