Page 1 of 1
Help Request with Modding Tutorials
Posted: Fri Oct 21, 2011 11:33 pm
by radanat
Hi my name is Radanat. I just started the adventure with the modding, and i learn from this CC tutorial:
http://www.campaigncreations.org/starcr ... to_modding
Yea but there's a problem. At the bottom in "Extras" there is some links - Video tutorials to learn voice acting nad covert graphics.
Problem is that... movies dont exist (
404 not Found)
And these are my questions:
1.What programs do you use in voice acting(I need a "infestation" effect, like in Infested Duran, Infested Terran, Cerebrate, and Infested Kerrigan)
2.How make the custom portraits, what program you use for that, and have import them to my mod?
Thanks for any response.
Custom Portraits
Posted: Fri Oct 21, 2011 11:55 pm
by radanat
-------DELETED------
Re: Help Request with Modding Tutorials
Posted: Sat Oct 22, 2011 11:58 pm
by Lavarinth
Topics merged.
Re: Help Request with Modding Tutorials
Posted: Sun Oct 23, 2011 2:45 am
by IskatuMesk
I removed those tutorials a time ago along with a substantial amount of other material from the FTP due to host complaints that they weren't being downloaded.
1 - I use Adobe Audition. I released a video tutorial a long time ago on youtube that is oriented around Starcraft 2, but it would be easy enough for you to adapt it to BW. (You'll want a .wav instead of ogg.)
http://www.youtube.com/watch?v=yT70ZEqQiSI
http://www.youtube.com/watch?v=_feYTAqGz30
http://www.youtube.com/watch?v=Ju4S4Al9D-Q
"Infested" effects are achieved through reverb and flangers mostly. I cover the basics of these.
2 - You'll need the Old Rad tools which only function on Windows XP and lower. A basic rundown - you need your frames in the proper palette (using paint shop pro to do this is the easiest way) and then compile them into smk using the old rad tools. The new ones won't do the job afaik.
Re: Help Request with Modding Tutorials
Posted: Mon Oct 24, 2011 11:44 pm
by radanat
Ok thanks for responding. I already have .smk file and how import this to mod?
And one more thing... How make my own .exe with my menu to starcraft background, game menu etc.?
Re: Help Request with Modding Tutorials
Posted: Tue Oct 25, 2011 1:01 am
by Lavarinth
You're asking for basics that you can uncover by actually reading tutorials..
Re: Help Request with Modding Tutorials
Posted: Tue Oct 25, 2011 6:54 am
by IskatuMesk
SMK's function no differently in terms of adding them to the mod from any other file covered in the tutorials, and to make an exe you simply use the make exe function of the tool used to load it.
Re: Help Request with Modding Tutorials
Posted: Sat Oct 29, 2011 1:47 am
by radanat
Ok thanks, now i got another question. How edit mainmenu GUI(ex.I want to replace the title picture "BROOD WAR"), and what program can do that?
Re: Help Request with Modding Tutorials
Posted: Sat Oct 29, 2011 2:26 am
by Taeradun
GUI stuff is in the glue\ folder
images are .pcx files which can be edited in any decent paint program, ie.
glue\title\title.pcx for the brood war title background (if you change the palette be sure to edit the corresponding
glue\title\tfont.pcx file with the new colour indexes for text colours)
text/layout is in the .bin files which you can edit with
binedit2
menu animations are .smk files which you should be familiar with
Re: Help Request with Modding Tutorials
Posted: Sat Oct 29, 2011 10:39 am
by Lavarinth
Like Taeradun said, if you want to replace the Brood War logo on the pop up, just replace the PCX file associated with it. I believe it's in the setup.exe/BroodWar.mpq file, I may be wrong, though. This may not require palette adjustments from the tfont.pcx, I think this is only relative to the title.pcx. But, try to stay within the 256 color range.
Re: Help Request with Modding Tutorials
Posted: Sat Oct 29, 2011 12:38 pm
by Taeradun
nah it's in broodat.mpq
Re: Help Request with Modding Tutorials
Posted: Sun Oct 30, 2011 2:21 am
by radanat
Thank you all for advice. Indeed, the Title dont require pallete from tfont.pcx, but its problem when you edit another graphics.
Someone know how to import a Starcraft Pallete to gimp?