game doesn't see my map :<


(Zipp3R|PL) #1

i have made map included it to pk3:
/szkola/maps/szkola.bsp
/szkola/levelshots/szkola.tga
/szkola/scripts/szkola.arena

i didnt use custom textures and i dont want bots just for lan in mp here is my arena file :
{
map “Szkola”
bots “”
longname “Szkola - Unicestwienie”
fraglimit 50
type “ffa tourney”
}

i dont know what to do i have it in baseq folder where i get only pak0.pk3 games.txt q3config.cfg common-spog.pk3 mapmedia.pk3 and some folders where i have to get it to play my map? plz help and thanks


(zl1corvette) #2

I think your pk3 should be this instead


/maps/szkola.bsp
/levelshots/szkola.tga
/scripts/szkola.arena

unless your making a mod, then you would do +set fs_game “szkola” for your command line parameters


(Zipp3R|PL) #3

didn’t work anyway


(Fracman) #4

remove the front slashes…

And this gametype is unknown to me…
type “ffa tourney”
the type should be english, shoudl’nt it?


(Zipp3R|PL) #5

nope doesnt work


(obsidian) #6

Any compile errors? Any console errors?

Try running the map without putting it in a pk3. Just leave it in its directories under baseq3. Then type in the game console, “/sv_pure 0”, “devmap szkola”. See if your map loads.

For clarity, everything should be inside baseq3 as follows:
maps/szkola.bsp
levelshots/szkola.tga
scripts/szkola.arena

You arena file should look something like this (not sure if you need the empty bot parameter):
{
map “szkola”
longname “Szkola - Unicestwienie”
fraglimit “50”
type “tourney FFA”
}