20-07-2017, 03:19 AM
|
Posts: 13
Threads: 0
Joined: Jul 2017
|
(19-07-2017, 07:54 PM)mib_f8sm9c Wrote: Just a couple of things, since I'm currently super busy but really impressed at the attention MK64 modding is getting.
If the rom tells you that the image is too large, typically that's not a height/width issue, but rather an issue with compressing the image. Most images in the game are compressed in the MIO0 format, and the texture editor right now only overwrites texture data if it can fit in the same # of bytes as the original image. Meaning that the new image COMPRESSED must meet the same size or smaller than the image it's replacing. This compression size is affected by the complexity of the image (imagine a flat colored circle vs. a shaded sphere in terms of image complexity).
I've been working with some other folks too with the sounds, and no one has been able to find Yoshi's sfx yet. Conveniently, the sound/music data is among the most well organized data in the ROM, following the same format as other ROMs, so I'm sure it's somewhere in there with the others. On a side note, if you ever have a bug where you add new sfx but the rom becomes mute, that means that you've accidentally overwritten the music data in the rom by importing too big a sound file. I have a good workaround for this, but that's a future development. If you really need it, contact me and I can provide you a patch to fix the rom file for more space to add sfx.
For kart stats, I actually have a development version in the works which has those stats fully available and editable. I'll get around to releasing it, but I'm moving across the country in a week, so I'm currently really not in a great place to be doing it. I'll have to put off the level editing that I really wanted to hammer in, but the attention in this program has gotten hot enough that it'd probably be a good idea to go back and fix up the texture/kart stuff, as well as include new sound tools.
good job. its all good life dose get bizzie. and on a side note i think ive found yoshi sounds. they where two sounds i found very interesting in the 00 bank. im going to swoop when out of a blank sound tonight when i finish my waluigi sounds again and have a look. if yoshi makes no sound we gont the green ass hole lol
(19-07-2017, 06:10 PM)SoulStorm64 Wrote:
In the rom I posted the voices are over peachs player. Sorry to confuse haha 
002E
002F
003A
003B
003C
003F
0041
0042
did ya check out my sonic sounds. using a old program i used to make SS2 levels back in the day lol
(This post was last modified: 20-07-2017, 03:22 AM by AirysDark.)
|