08-12-2007, 12:56 PM | #1 |
So how would I add my own original art and sound?
So how would I add my own original art and sound to a new user map? where would I look? thanks.
__________________
Rodney Dangerfield - A girl phoned me the other day and said "Come on over, there's nobody home." I went over. Nobody was home. |
|
08-13-2007, 09:39 AM | #2 |
Re: So how would I add my own original art and sound?
Create a folder.
In this folder you add your sounds which would be .wav files with the same names as what the current .voc are in the game. The art you make as .png or .jpg files representing the current tiles in any of the .art files and put them also in this folder. Lets say you map is call MyMap.map You create a file called MyMap.def and add your textures in there, look at the textures.def file in the highres pack to see the format. Once that is done, zip everything up to a file called MyMap.zip If you want midi music to go with your map then have a midi file called MyMap.mid So now you end up with 3 files: MyMap.map MyMap.zip MyMap.mid These 3 files go in a folder called Maps which is off the main root folder of the game. Now create a batch file in the root folder to run this lot. @echo off Swp.exe /gMyMap.zip /hMyMap.def /map MyMap.map
__________________
http://www.proasm.com |
|
08-13-2007, 05:08 PM | #3 |
Re: So how would I add my own original art and sound?
i dont understand the batch file part. how'd i make that?
__________________
Rodney Dangerfield - A girl phoned me the other day and said "Come on over, there's nobody home." I went over. Nobody was home. |
|
08-15-2007, 08:42 AM | #4 |
Re: So how would I add my own original art and sound?
Open Notepad and type:
@echo off Swp.exe /gMyMap.zip /hMyMap.def /map MyMap.map Click on 'File' then 'Save as' and type: MyMap.bat So when you doubleclick the Mymap.bat in the root folder you launch your map.
__________________
http://www.proasm.com |
|
08-15-2007, 09:58 PM | #5 | |
Re: So how would I add my own original art and sound?
Quote:
and how do i use the new art in build?
__________________
Rodney Dangerfield - A girl phoned me the other day and said "Come on over, there's nobody home." I went over. Nobody was home.
Last edited by abnormal; 08-15-2007 at 10:37 PM.
|
||
08-17-2007, 04:31 PM | #6 | ||
Re: So how would I add my own original art and sound?
Sorry I lost connection for a few days.
Quote:
Quote:
__________________
http://www.proasm.com |
|||
Bookmarks |
|
|