Advanced Search

Author Topic: Help with Music and converting to .pk3  (Read 2694 times)

0 Members and 1 Guest are viewing this topic.

December 19, 2011, 02:31:27 AM
Read 2694 times

Offline Rozark

  • MM8BDM Extender

  • Mr. Explorer
  • **********
  • Date Registered: August 28, 2011, 04:46:04 PM

    • View Profile
    • Rozark #0873
Help with Music and converting to .pk3
« on: December 19, 2011, 02:31:27 AM »
I've read the tutorials on here about music/mapinfo.txt things for maps, but none of them seem to help me. I also want to know how to convert my map/music/map info thing to a .pk3, or if it's possible to keep it as just a .wad. (I'm only doing one map for now, and im sorry that im such a noob and dont get the music tutorial :()


EDIT: Also.. how do i delete a certain map from a wad, without deleting the wad itself (theres still a map in it that i want to keep)

December 19, 2011, 06:25:55 PM
Reply #1

Knux

  • Guest
Re: Help with Music and converting to .pk3
« Reply #1 on: December 19, 2011, 06:25:55 PM »
Both of these things you can do in SLumpED. Make a new, blank .wad and dump your music in it, then name it whatever you want. Just make sure the tracks are OGG'd so they will loop better and take less space. To delete a map in a .wad, open it with SLumpED and delete said map, then Save All.

December 19, 2011, 07:21:42 PM
Reply #2

Offline TERRORsphere

  • MM8BDM Contributor
  • ****
  • Date Registered: August 22, 2009, 08:45:17 PM

    • View Profile
    • http://www.youtube.com/user/DoomThroughDoom
Re: Help with Music and converting to .pk3
« Reply #2 on: December 19, 2011, 07:21:42 PM »
A pk3 is filled with folders. The only ones you need is Maps, and Music.


In the Maps folder, put in you map. It should have the .wad extension. It should have a name like map01.wad.

In the Music folder, just put in your music (and make sure that the name of it is less than 9 characters long.).

December 20, 2011, 12:13:49 AM
Reply #3

Offline Rozark

  • MM8BDM Extender

  • Mr. Explorer
  • **********
  • Date Registered: August 28, 2011, 04:46:04 PM

    • View Profile
    • Rozark #0873
Re: Help with Music and converting to .pk3
« Reply #3 on: December 20, 2011, 12:13:49 AM »
what about the map info/linking the music to the map?

December 20, 2011, 06:35:40 PM
Reply #4

Offline TERRORsphere

  • MM8BDM Contributor
  • ****
  • Date Registered: August 22, 2009, 08:45:17 PM

    • View Profile
    • http://www.youtube.com/user/DoomThroughDoom
Re: Help with Music and converting to .pk3
« Reply #4 on: December 20, 2011, 06:35:40 PM »
I would of thought that you already have mapinfo covered.


http://cutstuff.net/forum/viewtopic.php?f=29&t=2058
I generally have mapinfo outside the folders, and just inside the pk3.

December 20, 2011, 10:58:50 PM
Reply #5

Offline Rozark

  • MM8BDM Extender

  • Mr. Explorer
  • **********
  • Date Registered: August 28, 2011, 04:46:04 PM

    • View Profile
    • Rozark #0873
Re: Help with Music and converting to .pk3
« Reply #5 on: December 20, 2011, 10:58:50 PM »
Map loads, but no music plays. I'm using a single slumped wad for the entire thing (if thats possible) so I can just have the .wad file for now and not worry about a .pk3 file. How would i make it so that the music i have (in .ogg format) works?

December 22, 2011, 03:22:49 AM
Reply #6

Offline Jakeinator

  • Justice League Member

  • Me draw ooga booga
  • **
  • Date Registered: September 13, 2011, 06:26:12 PM

    • View Profile
Re: Help with Music and converting to .pk3
« Reply #6 on: December 22, 2011, 03:22:49 AM »
Be sure to make it so
Code: [Select]
map LEVELCODE "MAPNAME"
{
   next = "LEVELCODEFORNEXTMAP"
   sky1 = "BLACK", 0
   cluster = 1
   music = "MUSICLUMPNAME"
   aircontrol = 0.5
   forcenoskystretch
   clipmidtextures
   }
Under Music make it the name of the file for the song you put in, any other problems?

December 25, 2011, 10:32:06 PM
Reply #7

Offline Rozark

  • MM8BDM Extender

  • Mr. Explorer
  • **********
  • Date Registered: August 28, 2011, 04:46:04 PM

    • View Profile
    • Rozark #0873
Re: Help with Music and converting to .pk3
« Reply #7 on: December 25, 2011, 10:32:06 PM »
COMPLETE EDIT:
yea.. im still not getting the music... i do have a question though.. can i just send to someone, they put in music, send it back, and i check out how its done/learn from that?

EDIT: solved.

I give this permission to be deleted, if whoever has that power wants to do so.