Doom3world

The world is yours! Doom 3 - Quake 4 - ET:QW - Prey - Rage
It is currently Fri Jul 30, 2010 9:57 am

All times are UTC [ DST ]




Post new topic Reply to topic  [ 12 posts ] 
Author Message
 Post subject: Still having trouble loading up a MP map
PostPosted: Sun Oct 23, 2005 3:54 am 
Offline
The first 10 posts have been the best...

Joined: Thu Sep 08, 2005 5:50 pm
Posts: 13
I folled Treppings example step by step and my map still does not show up on the server selection.

Is there anything specific I have to do with my map? As in add certain entitie to label it as being mp?

here what I did


Ran bsp and the files are at C:\maps

made a def folder in C:\ and copied the chess .def, except I changed the map to my map pathname. I also deleted the tgas since I dont have a splash screen yet

right clicked those are added them to bbdm03.pk4

copied that to my baseq4 folder

i load up q4 and no go :(


Top
 Profile  
 
 Post subject:
PostPosted: Sun Oct 23, 2005 5:15 am 
Offline
In trouble with the feds
User avatar

Joined: Sun Jan 18, 2004 10:41 pm
Posts: 2663
In C:\maps?

Uh... shouldn't those be in your Q4 path somewhere, say under a mod directory/maps or in q4base/maps? Link the steps you followed or reply whereever "Trepping" posted if you want the best chance for feedback.

G

_________________
D3W Staff
Quake-Live.tv - Live Shoutcasts, Video On Demand, Podcasts of the NA QLive Comp Scene


Top
 Profile  
 
 Post subject:
PostPosted: Sun Oct 23, 2005 7:27 am 
Offline
The first 10 posts have been the best...

Joined: Thu Sep 08, 2005 5:50 pm
Posts: 13
I have tried using the path as well, anywho heres the file i followed the exampled from

MultiPlayer LoadScreen example map

http://trepaning.com/q4/testMaps/q4LoadScreen.zip


Top
 Profile  
 
 Post subject:
PostPosted: Sun Oct 23, 2005 3:13 pm 
Offline
The first 10 posts have been the best...

Joined: Thu Sep 08, 2005 5:50 pm
Posts: 13
ok I think it must be a directory error cause I can get sp maps to work fine

the mp map and all the files are at

quake3/baseq4/maps/mp

I put my sp maps in ../maps and they work fine

I think that is where the problem is


so frustrated :twisted: cause I spent all yesterday morning on my first q4 dm map and its ready for testing


Top
 Profile  
 
 Post subject:
PostPosted: Sun Oct 23, 2005 5:44 pm 
Offline
In trouble with the feds
User avatar

Joined: Sun Jan 18, 2004 10:41 pm
Posts: 2663
This is what I suggest:

create a folder in your Q4 directory (so if Q4 was installed to C:\Quake4, you'd create C:\Quake4\mympmaps.

Then inside mympmaps, create these folders:

def
maps
gfx

Within "maps", create a folder called "mp".

Within "gfx", create the folder, "guis". Within "guis" create folders:

loadscreens
mainmenu

Next, copy the .def files you're using into the def folder. Copy the load screen images (.tga) into "mympmaps/gfx/guis/loadscreens" and "mympmaps/gfx/guis/mainmenu". The mainmenu image can be smaller than the one that goes into loadscreens, since t his is what shows up when you create a server and are selecting the map you want to play (a very small image).

Copy your map files, including the .proc, aas*, and .cm files into "mympmaps/maps/mp".

Create a shortcut to Quake4 that has +set fs_game mympmaps in it. Launch Q4 using that shortcut.

Once Q4 is launched, you go to Multiplayer->Create Server and your map will be at the top of the list.

Goliath

_________________
D3W Staff
Quake-Live.tv - Live Shoutcasts, Video On Demand, Podcasts of the NA QLive Comp Scene


Top
 Profile  
 
 Post subject:
PostPosted: Mon Oct 24, 2005 3:29 pm 
Offline
The first 10 posts have been the best...

Joined: Thu Sep 08, 2005 5:50 pm
Posts: 13
goliathvt wrote:
Create a shortcut to Quake4 that has +set fs_game mympmaps in it. Launch Q4 using that shortcut.


Goliath


I used "+set fs_game mympmaps/maps/mp"

and my shortcut is getting an error


Top
 Profile  
 
 Post subject:
PostPosted: Mon Oct 24, 2005 3:58 pm 
Offline
In trouble with the feds
User avatar

Joined: Sun Jan 18, 2004 10:41 pm
Posts: 2663
... ?

Okay... you quoted what I said, "+set fs_game mympmaps"... and yet you're doing "+set fs_game mympmaps/maps/mp", which is not at all what was suggested. You're not going to get far unless you follow the path and file conventions the game requires in order for it to be able to find and use your custom content. It also doesn't help if someone like me offers you near step-by-step instructions, only to be ignored. :) If I wasn't clear about something, let me know and I'll be glad to elaborate. Try following my instructions more carefully and see if they work for ya.

Goliath

_________________
D3W Staff
Quake-Live.tv - Live Shoutcasts, Video On Demand, Podcasts of the NA QLive Comp Scene


Top
 Profile  
 
 Post subject:
PostPosted: Mon Oct 24, 2005 4:03 pm 
Offline
The first 10 posts have been the best...

Joined: Thu Sep 08, 2005 5:50 pm
Posts: 13
ok, well i thought mympmaps was a typo cause i did try it however i still didnt get it working.

regardless after all this i just threw my map files into the q4loadscreen.pk4 and it worked fine, it must have something to do with how i am compressing the files

i am using winrar and keeping the path names intact but thats the only thing wrong i could think that i was doing

thanks for the help and being patient with me, take care


Top
 Profile  
 
 Post subject:
PostPosted: Mon Oct 24, 2005 4:39 pm 
Offline
In trouble with the feds
User avatar

Joined: Sun Jan 18, 2004 10:41 pm
Posts: 2663
Here's a mini tutorial on directory structure for Q4 stuff. All you need to do to make this work for custom files is to replace the "mympmaps" folder name and the "mymap" file names with the proper directory and filenames used by your own stuff.

Your Quake 4 directory, with the mod folder, "mympmaps" in it:
Image

The folder structure inside "mympmaps":
Image

The .def file inside the "def" folder:
Image

The "guis" folder inside the "gfx" folder:
Image

The "loadscreens" and "mainmenu" folders inside "guis":
Image

Image file inside "loadscreens":
Image

Image file inside "mainmenu":
Image

The "mp" folder inside "maps":
Image

The various map files inside "mp":
Image

Here's the contents of mymap.def:

Code:
// custom map loadscreen for mymap.map

mapDef mp/mymap {
   "name"      "mymap Loadscreen Test"
   "DM"      "1"
   "Team DM"      "0"
   "Tourney"      "0"
   "CTF"      "0"
   "Arena CTF"      "0"
   "Gametype_Deathmatch"      "1"
   "Gametype_TeamDeathmatch"      "0"
   "Gametype_Tournament"      "0"
   "Gametype_CaptureTheFlag"      "0"
   "Gametype_ArenaCaptureTheFlag"      "0"
   "loadimage"      "gfx/guis/loadscreens/mymap.tga"
   "mp_thumb"      "gfx/guis/mainmenu/mymap.tga"

}


This is the structure you need to use when adding a map to the server map list and giving it a custom screen while loading it.

And now, the Quake 4 shortcut used to launch the game so that it will use the data in "mympmaps":

Image

When you've tested everything and you want to toss everything into a pak file for distribution, you do the following, assuming you have winrar installed:

Go into the mympmaps folder and highlight the def, gfx, and maps folders. Next, right-click on them and choose "Add to archive...":
Image

Change the filename so it has the extension ".pk4" instead of ".zip".

Make sure "ZIP" Archive Format is selected instead of "RAR" Archive Format. Leave the Compression Method at "Normal". Your WinRar archive window should look like this:
Image

Click OK and you should have a .pk4 file ready for distribution.

Goliath

_________________
D3W Staff
Quake-Live.tv - Live Shoutcasts, Video On Demand, Podcasts of the NA QLive Comp Scene


Top
 Profile  
 
 Post subject:
PostPosted: Wed Nov 09, 2005 8:03 pm 
Offline
picked up the chaingun

Joined: Sun Mar 21, 2004 7:27 pm
Posts: 177
Location: Budapest
Bang on information!!!!
Thanks.

_________________
The path of least resistance.


Top
 Profile  
 
 Post subject:
PostPosted: Thu Nov 10, 2005 7:24 am 
Offline
a gun & a nice word
User avatar

Joined: Sat Jan 11, 2003 9:30 pm
Posts: 8536
Location: Orlando, FL
Hey Goliath, I'm curious. Have you ever considered playing an active role on the wiki? Your help would certainly be appriciated.

_________________
Image Staff
Learn something today? Why not write an article about it on modwiki.net?


Top
 Profile  
 
 Post subject: Re: Still having trouble loading up a MP map
PostPosted: Mon Oct 08, 2007 3:21 am 
Offline
picked up 100 armour
User avatar

Joined: Sat Jun 16, 2007 8:36 pm
Posts: 116
-but I thot you needed an "addon.config" file in there somewhere????

also ,is it possible to put all map files,def files and loadscreen files into the same folder and path it all to that folder in a zip?? why wouldn't that work just as well?

_________________
I'll get my people to talk to your people.


Top
 Profile E-mail  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 12 posts ] 

All times are UTC [ DST ]


Who is online

Users browsing this forum: No registered users and 0 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group