pk3 map help

Locked
Q3Soap
Posts: 7
Joined: Fri Nov 14, 2008 5:17 am

pk3 map help

Post by Q3Soap »

ive mad a custom map but i dont no how the hell to put it into a pk3 folder and just find it in the games list on q3 plz help

also i would like a url to have bots playin in ur maps i think its an aas file on something

thanks :rolleyes:
d1sturb
Posts: 37
Joined: Wed Dec 10, 2008 6:06 am

Re: pk3 map help

Post by d1sturb »

As far as i know;

Download winrar. http://www.google.com "winrar" and compress it but before you compress it change the file extension from .rar to .pk3

ez.
^misantropia^
Posts: 4022
Joined: Sat Mar 12, 2005 6:24 pm

Re: pk3 map help

Post by ^misantropia^ »

You will need to compress it to ZIP, not RAR. For bot play, you need a tool called bspc. Take a look at the resources section in Level Editing & Modeling.

On a separate note: people that massacre grammar and style, like the OP, make me sad. Sad that they don't seem to know better and sad that they aren't prohibited from breeding. :tear:
Q3Soap
Posts: 7
Joined: Fri Nov 14, 2008 5:17 am

Re: pk3 map help

Post by Q3Soap »

i also need to know how to make or get scripts for a custom map that is the last question i will be asking :)
v1l3
Posts: 822
Joined: Wed Apr 02, 2003 8:00 am

Re: pk3 map help

Post by v1l3 »

Use your Winzip..(no one said it this way so...)

Open up winzip and make a new file and name it "yourmapsname.pk3" then drag all of the folders for you map into it, than your all done.

The folders for your map should be named.. "env"(for skybox), "maps"(.aas & .bsp), "scripts"(.shader .arena files), "sound"(.wav files), and the textures folder.

Use can use your "notepad" to make .arena and .shader files. Open up the notepad than make a new file and name the arena file "yourmapsname.arena" than save it and put it into your scripts folder.

-the .arena should have this(for example)

{
map "cpm14"
longname "last fortress (badlands edition)"
bots "grunt lucy phobos slash tankjr"
fraglimit 30
type "ffa team"
}

-the .shader file should have stuff like this on it... Open up the notepad than make a new file and name it "yourmapsname.shader" and do the same as the .arena file.

textures/qfraggel2_qfraggel/slime
{
qer_editorimage textures/liquids/slime7.tga
q3map_lightimage textures/liquids/slime7.tga
q3map_globaltexture
qer_trans .5
surfaceparm noimpact
surfaceparm slime
surfaceparm nolightmap
surfaceparm trans
q3map_surfacelight 100
tessSize 32
cull disable

{
map textures/liquids/slime7c.tga
tcMod turb .3 .2 1 .05
tcMod scroll .01 .01
}
{
map textures/liquids/slime7.tga
blendfunc GL_ONE GL_ONE
tcMod turb .2 .1 1 .05
tcMod scale .5 .5
tcMod scroll .01 .01
}
{
map textures/liquids/bubbles.tga
blendfunc GL_ZERO GL_SRC_COLOR
tcMod turb .2 .1 .1 .2
tcMod scale .05 .05
tcMod scroll .001 .001
}
}

-hope that helps
Q3Soap
Posts: 7
Joined: Fri Nov 14, 2008 5:17 am

Re: pk3 map help

Post by Q3Soap »

is the .shaders for ur custom textures or r they for aomething else
v1l3
Posts: 822
Joined: Wed Apr 02, 2003 8:00 am

Re: pk3 map help

Post by v1l3 »

yes...I'd explain more in depth about .shaders, but I'm sure there is someone around here that could word it better than I. Use your Winzip and open up your pak0.pk3 in your baseq3 folder, and use your notepad to check out some of the shader files in there. Make sure not to edit anything in that .pk3 though, otherwise you'll screw your whole installation and have to reinstall.
obsidian
Posts: 10970
Joined: Mon Feb 04, 2002 8:00 am

Re: pk3 map help

Post by obsidian »

Shaders control all the surface properties of textures, how they react to the player, weapon fire, collisions, and what they look like, animations, etc.

Far too much to explain, so I'll just point you to the manual in my signature below.
[size=85][url=http://gtkradiant.com]GtkRadiant[/url] | [url=http://q3map2.robotrenegade.com]Q3Map2[/url] | [url=http://q3map2.robotrenegade.com/docs/shader_manual/]Shader Manual[/url][/size]
Locked