-
Notifications
You must be signed in to change notification settings - Fork 0
Prism Loader 0.4 #3
FilipBran
announced in
Announcements
-
What's New?
Asset Support:
- Mods can now include custom textures, models, and audio clips directly within the .prism package.
- Added automatic asset loading from dedicated folders:
- res/textures/ (.png files)
- res/models/ (.json files)
- res/audio/ (.wav and .ogg files)
- These assets are now easily accessible programmatically via the Mod class properties: Textures, Models, and AudioClips.
- Flexible Assembly Naming:
- No more strict requirement for the Mod.dll filename. Prism now automatically detects your mod's main .dll assembly within the .prism package, regardless of its name.
Mod Icons:
Added support for icon.png files placed in the package root. It's not used by the loader but it will be helpful for developers of mods that add mod list.
Loader Installation:
Install zip now doesn't have unnecessary dll's.
This discussion was created from the release Prism Loader 0.4.
Beta Was this translation helpful? Give feedback.
All reactions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment