News:

Come Chat with us live! Learn how HERE!

Main Menu

Testing a map

Started by SilverRain, April 28, 2007, 06:29:15 PM

SilverRain

I've been working with gtkRadiant for the last month or so, and I'm approaching the final stages of completing my first map. Now I want to compile a test version. After tweaking the build options a little, I've managed to create a .bsp file. However, I can't load it in tremulous!

How can I test my maps in tremulous? Thanks!

ShadowNinjaDudeMan

This is the exact same problem Im getting.

Pure Magic.
Is it in your trem/base/maps folder?
Mine is but it still doesnt work.

I'll call for help.

HHHHHEEEEEEEELLLLLLLPPPPPP!!!!!!!!!!!!!!!

Plz help us both.
I made a topic but no result, I puzzled all who posted, I present to you:

SNDM; Puzzling! Strange! Queer!
Quote from: Colynn' on August 13, 2009, 05:21:09 PM
My favorite player is Jesus, because everything is forgiven when he respawns.

NOM!NOM!NOM!

Plague Bringer

/sv_pure 0
/devmap bspname
U R A Q T

ShadowNinjaDudeMan

in the /devmap, do you actually write:

/devmap bsp[mapname]

I thought it was:

/devmap [mapname]

?

Mine just says it cant find it. Perhaps it needs glasses?
Quote from: Colynn' on August 13, 2009, 05:21:09 PM
My favorite player is Jesus, because everything is forgiven when he respawns.

NOM!NOM!NOM!

Plague Bringer

If you have poopymap.bsp in Tremulous/Base/Maps

/devmap poopymap

If you have bsppoopymap.bsp in Tremulous/Base/Maps

/devmap bsppoopymap

But ALWAYS /sv_pure 0 FIRST!
U R A Q T

kaziorvb

omg ;s

isnt it HERE and HERE for years now ;s
Signatures are displayed at the bottom of each post or personal message. BBCode and smileys may be used in your signature.

Hydra

to make it come up in the map list, u need a script in its pk3 file.

-Map name-.arena

inside that file type

{
 map       "map Name"
 longname  "Map name (loading screen)"
 type      "tremulous"
}


- from atcs  :wink:

kaziorvb

i guess he wants just to test his map after compilin a bsp

then u should have your bsp file (eg. yourmap.bsp) in base\maps\ folder,
for your comfort u can keep your .map files there too... then when u compile ur .bsp file i should appear there, if not - put it there

then just simply run tremulous, bring on console (~) and type /sv_pure 0, ENTER, /devmap yourmap (no need to type yourmap.bsp)... and u should see ur map on the screen... if not - report your errors - maybe problem lies in your map (like sv_brushmodel NULL error, or couldnt find spawn point etc.)

report HOW it is not working... what trem says

and i really recommend u runnin your map for test via console, not Play -> Create Server - etc
Signatures are displayed at the bottom of each post or personal message. BBCode and smileys may be used in your signature.