Builders!!!!!
ive been playing around with the custom sound system and noticed that 3d sounds are alot more quiet then normal sounds, and the only way to fix this is to add custom sounds to the in-game sound bank which is practically impossible. so instead i turned 3d into a soundmode, you have basic (2d), stereo 3d (the original 3D) and mono 3d which doesn't use FMOD's 3D system but instead just changes volume over distance, this allows for loud sounds.
ive also implemented Builders!!!!! these are supposed to help modders create things, like tabs, assets, etc. ive only added a few but ive built the Architecture, i hope someone like tuxxego will build on it! i will also be building on it in the future
https://github.com/MelvinShwuaner/ModLoader/wiki/Custom-Sound-System add this to your wiki please
I just took a look at this and was wondering about two things:
- Why are you completely deleting the ItemAssetCreator? I personally don't think adding a new utility is a good reason for deleting an existing one that still works, especially without former warning/deprecation.
- Did you test the achievement builder on Windows? I noticed that you hardcoded it to use unix Steamworks, and I'd be surprised if this works without error since unix Steamworks (iirc) always uses the Posix version of the DLL, which isn't bundled with Windows builds of WorldBox due to differences in how the internal APIs of each DLL work. Note that this isn't a complete review, I didn't fully look at all added code yet.
I just took a look at this and was wondering about two things:
1. Why are you completely deleting the ItemAssetCreator? I personally don't think adding a new utility is a good reason for deleting an existing one that still works, especially without former warning/deprecation. 2. Did you test the achievement builder on Windows? I noticed that you hardcoded it to use unix Steamworks, and I'd be surprised if this works without error since unix Steamworks (iirc) always uses the Posix version of the DLL, which isn't bundled with Windows builds of WorldBox due to differences in how the internal APIs of each DLL work. Note that this isn't a complete review, I didn't fully look at all added code yet.
the item asset creator doesnt work as an issue had shown, and i thought it would be weird for 2 utilities to do the same thing.
i tested asset file loading on actor trait assets,
here is an example
serializing your asset
and it worked.
Still have to fix localizatin
fixed it all
the methods in old
ItemAssetCreatorare just made for telling modder what parameters are useful for such kind of item.
Okay