Jump to content

Home

Mapping Issues


Taters-N-Cheese

Recommended Posts

Hey, all. I've been having mapping troubles. Anyone know what I should do?

 

1. I put music in a folder in base like this: base/music/rebelship/tunnels.mp3

 

In Radient, I mapped this through the worldspawn like this: Music music/rebelship/tunnels

 

I also tried in the worldspawn adding base/ to the beginning. The game keeps saying that it can't find explicit track or music entry. What should I do?

 

Do you have any suggestions? I'd much appreciate any help you could provide.

 

Thanks all. Soon, I hope to have this duel map finished and out there for the community. Thanks!

Link to comment
Share on other sites

First of all, you don't need to create any pk3s unless you want to replace original game content.

 

You need to create a “music entry” as you were notified. I don't have JA in front of me but as far as I know a correct "music entry" contains few files: one with the music when you explore, one when you fight etc…

 

Like:

 

tunnel_explore.mp3

tunnel...art0.mp3

tunnel...art0.mp3

tunnel_something.mp3

 

I’m sorry but I don't remember exact names. Look inside asset files for correct names.

 

Then all you need is tunnel_explore.mp3. The rest of files (atr0...) could be empty sounds or copies of tunnel_explore.mp3.

Link to comment
Share on other sites

Please don't mind mslaf, he has a tendency to make things WAY more complicated than they need to be.

 

A .pk3 is NOT for overriding game files, it's merely a way of compressing game content, specific to the Q3A engine. It's an efficient way of packaging maps for final release.

 

Now, for your music problem...you don't need to worry about the action, explore, etc music files...those are only if you want dynamic music tracks in a single-player mission. Looks like you just want the same song repeated, perhaps for a MP map, and the solution is simple: change the entry in the worldspawn to include the .mp3 file extension! Then just make sure that either you type set sv_pure 0 in the console before loading your map; or put the music file in a pk3 in the appropriate directory (and definitely do this before releasing your map!!).

Link to comment
Share on other sites

Originally posted by wedge2211

A .pk3 is NOT for overriding game files, it's merely a way of compressing game content, specific to the Q3A engine. It's an efficient way of packaging maps for final release.

I meant: you don’t need to create pk3 archives when you’re developing your mod. If something doesn’t work it’s because it was incorrect (like missing .mp3) not because it wasn’t packed. You CAN and you should make it for the final release.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...