Welcome to Smashboards, the world's largest Super Smash Brothers community! Over 250,000 Smash Bros. fans from around the world have come to discuss these great games in over 19 million posts!
You are currently viewing our boards as a visitor. Click here to sign up right now and start on your path in the Smash community!
I think 1 or2 might be the problem. When installing the MIOS and cIOS, I wasn't sure which one to use so I picked the first one that was there. As for 2, I'm using a DVD+R disc (which the guide said is okay) for this.There are 3 things i can think of:
1. Try installing the MIOS patcher and cIOS again, then try loading the game.
2. Make sure the disc you're burning to is DVD-R. I haven't tried any other discs so I don't know which will work.
3. There may be errors when burning the disc. Have you been seeing any alert messages when burning with IMGBurn? Please describe any you've come across.
error:
ImNew: no alpha layer in file 'fullpathname\filename.TGA' for image 0
total alloc: 99130
total freed: 99130
press <enter> to quit
Ooh, sorry. I seem to skip out on important info a bit here. I tried to keep things a little shorter, but I skimped out on some explanations..However, the whole header process... has me totally perplexed. What is a "counter," and when did that start being used for anything? And subtracting... What am I subtracting from? I don't see anything inside the header worth subtracting from when trying to create my custom end-loop point.
idk, chaddd managed to get them to work by simply saving them again in photoshop as 32 bits per pixel and they worked fine.nm again lol. I guess I must have fundamentally altered the hex code in some way by manually adding an alpha layer, because the search function works, but it doesn't find similarities between the tpl file and the dat file.
dang. Looks like I'm gonna have to wait for someone to upload the textures. :/
Sounds like I'm needed to cut down on times for hacks! Will pump out a batch file soon.Do this for each HPS....or wait for wonderful batch programming magic from billbaggins to speed this up
haha, just a suggestion, like the DSP-> WAV batch conversions, to get all of the WAVs for all of the HPS filesSounds like I'm needed to cut down on times for hacks! Will pump out a batch file soon.
Just gotta get caught up on homework for the weekend.
@echo off
echo HPS to WAV extractor
echo.
echo by Billbaggins
echo.
echo Put this along with the HPS files and
echo test.exe (the vgstream executable) in the same folder
echo.
PAUSE
CLS
:200
mkdir hps
mkdir wav\hps
mkdir txt\hps
:201
CLS
echo Do you want to have loops in your WAV files?
echo.
SET /P C=[Y,N]?
if /I "%C%" == "y" GOTO 202
if /I "%C%" == "n" GOTO 203
echo Please type y or n
Pause
GOTO 201
:202
CLS
echo How do you want your wav files to loop?
echo.
echo [1] Loop all files the same number of times
echo [2] Specify number of loops for each file
echo.
SET /P C=[1,2]?
if /I "%C%" == "1" GOTO 204
if /I "%C%" == "2" GOTO 205
echo
echo Please type 1 or 2
Pause
GOTO 202
:204
CLS
echo How many times do you want to loop each file?
echo.
SET /P N=
FOR %%A IN (*.hps) DO (
test -o wav\hps\%%~nA.wav %%A -l %N% >txt\hps\%%~nA.txt
move %%A hps\%%A
)
GOTO END
:205
FOR %%A IN (*.hps) DO (
CLS
call :test "%%A"
)
GOTO END
:test
echo How many times do you want to loop %~1?
echo.
SET /P M=
test -o wav\hps\%~n1.wav %~1 -l %M% >txt\hps\%~n1.txt
move %~1 hps\%~1
GOTO :eof
:203
CLS
FOR %%A IN (*.hps) DO (
test -o wav\hps\%%~nA.wav %%A -i >txt\hps\%%~nA.txt
move %%A hps\%%A
)
GOTO END
:END
CLS
echo Done!
Pause
Ok cool. I'm using GIMP. Do you know how I'd go about saving as 32 bits per pixel in GIMP?idk, chaddd managed to get them to work by simply saving them again in photoshop as 32 bits per pixel and they worked fine.
It's possible that it MIGHT work, MIGHT. I mean, I've replaced some songs in Melee with other Melee songs, without even changing the names, and they work fine (like changing one of the Battlefield/Multi-Man Melee themes with the Metal Battle theme). Since you created an HPS file, it should follow the same rules as any other HPS file: So long as your custom HPS doesn't exceed the size limit of the file you are trying to replace, you SHOULD be fine. (I'd recommend saving a back-up of whatever music file you're trying to replace, in case it doesn't work out. This is all just a hunch on my part.)Quick question, are audio .hps files similar to .dat files where you cannot simply rename the file to replace a different file?
Like say I wanted to rename "hyaku.hps" to "hyaku2.hps" and replace the "hyaku2.hps" file. Would that work or not work?
I love youchanged fox and falco's lasers to star wars lasers