pk4 MP creating ----- HELP!!!!!!

Discussion for Level editing, modeling, programming, or any of the other technical aspects of Quake
Post Reply
hotwheeler
Posts: 8
Joined: Thu Oct 04, 2007 5:42 pm

pk4 MP creating ----- HELP!!!!!!

Post by hotwheeler »

DAMMIT!... I am SO pissed off! nothing I do to create a pk4 multiplayer file ever works - I go into the game-and create server- and my map doesn't show up! I've read tutorials on how to do it, and they all speak in terms that are so vague and confusing they're useless! GOD can anyone be specific about this???????????????????????????????? simplicity people! speak in simple terms so others can LEARN stuff!!!!!!!!!!! anyone? anyone at all? - .pk4 creation -what to do how to do it? - Q4 MP getting it online
\
a very worn out and pissed off person
pjw
Posts: 860
Joined: Sun May 07, 2000 7:00 am

Re: pk4 MP creating ----- HELP!!!!!!

Post by pjw »

Um.

Probably the easiest thing to do is to open up a working pk4 (with winzip) and see what's in there and what you need to include.

Hell, grab one of my two Q4 maps for an example. (http://pjw.planetquake.gamespy.com)

The most common thing that bites people in the ass is not saving with a proper directory structure (e.g. the folder structure within your pk4 has to mirror the structure in the game).

Feel free to PM me if you can manage fewer punctuation marks. :)
dichtfux
Posts: 571
Joined: Thu Feb 02, 2006 10:51 pm

Re: pk4 MP creating ----- HELP!!!!!!

Post by dichtfux »

I followed the instructions => given here <= and my first try was successfull.

Starting with an existing file is also a good idea of course.
[color=#FFFFFF][url=http://maps.rcmd.org]my FPS maps[/url][/color]
hotwheeler
Posts: 8
Joined: Thu Oct 04, 2007 5:42 pm

Re: pk4 MP creating ----- HELP!!!!!!

Post by hotwheeler »

hey thanks guys... I'll try that, and sorry for the heat..... Man, I was fuming I apoligize. LOL I was about to put my fist thru the screen >:(
-but I'm feeling much better now. :q4:
hotwheeler
Posts: 8
Joined: Thu Oct 04, 2007 5:42 pm

Re: pk4 MP creating ----- HELP!!!!!!

Post by hotwheeler »

oh crap... here's another one. - where there is a tutorial, and they say this -----> // Map name (Displayed in Server Creation window)
"name" "[MAP NAME]"
-are these supposed to be used ----> [ and ] ???
GODLIKE
Posts: 387
Joined: Tue Nov 30, 1999 8:00 am

Re: pk4 MP creating ----- HELP!!!!!!

Post by GODLIKE »

No, the square brackets aren't used; it means 'type your mapname in here'.

Like pjw said: Take apart an existing pk4 that works (you know by now that you can rename the .pk4 to .zip, right?) and compare the syntax in the working file vs yours.
hotwheeler
Posts: 8
Joined: Thu Oct 04, 2007 5:42 pm

Re: pk4 MP creating ----- HELP!!!!!!

Post by hotwheeler »

thanks, I've been at this for 3 weeks now. (taking time out for meals of course), I've looked at other pk4's and as far as I can tell- mines identacle.but my thumb and loadscreen pics don't show up, and my map isn't in the list . I've packed, and repacked - checked each path, compared defs and addons, I don't get this at all.. :confused: ..it SHOULD work ????? - the map is great, I can test it online ...no probs ... UGH! :miffed: (thanks for not banning me... I vent sometimes)
wattro
Posts: 375
Joined: Mon Feb 20, 2006 1:12 am

Re: pk4 MP creating ----- HELP!!!!!!

Post by wattro »

post it up... someone with q4 might be able to take a look
hotwheeler
Posts: 8
Joined: Thu Oct 04, 2007 5:42 pm

Re: pk4 MP creating ----- HELP!!!!!!

Post by hotwheeler »

-also...I don't see anyway to "save" a zip.... I usually just "close archive" - is that right?
hotwheeler
Posts: 8
Joined: Thu Oct 04, 2007 5:42 pm

Re: pk4 MP creating ----- HELP!!!!!!

Post by hotwheeler »

post it? in here?
hotwheeler
Posts: 8
Joined: Thu Oct 04, 2007 5:42 pm

Re: pk4 MP creating ----- HELP!!!!!!

Post by hotwheeler »

that would be great... this is my addon.conf:

addonDef {
}


mapDef mp/vented {
"name" "VENTED - by DEEP"
"DM" "1"
"Team DM" "0"
"Tourney" "1"
"CTF" "0"
"Arena CTF" "0"
"Gametype_Deathmatch" "1"
"Gametype_TeamDeathmatch" "0"
"Gametype_Tournament" "1"
"Gametype_CaptureTheFlag" "0"
"Gametype_ArenaCaptureTheFlag" "0"
}

this is my mapdef:

mapDef mp/vented {

"name" "VENTED - by DEEP"
"loadimage" "mp/gfx/guis/loadscreens/vented.tga"
"mp_thumb" "mp/gfx/guis/mainmenu/thumb_vented.tga"


}

well, see anything wierd? :ninja:
pjw
Posts: 860
Joined: Sun May 07, 2000 7:00 am

Re: pk4 MP creating ----- HELP!!!!!!

Post by pjw »

I think wattro meant you should link to the pk4 (zipped) and let someone have a look. :)
hotwheeler wrote: "loadimage" "mp/gfx/guis/loadscreens/vented.tga"
"mp_thumb" "mp/gfx/guis/mainmenu/thumb_vented.tga"
Those two paths should start in "gfx", I'm pretty sure...lose the "mp/". :)
Post Reply