Tremulous Forum

Media => Mapping Center => Topic started by: A Spork on June 02, 2011, 12:49:24 am

Title: trem wont see my maps?
Post by: A Spork on June 02, 2011, 12:49:24 am
So, new computer, and thus, new trem/radiant install.
I'm now on win7, and when i try and test my stuff ingame, it doesnt work. If i tell it to build and test, it will, but if i try and load just from ingame it says it cant find the bsp(yes i did compile)
Help?
Title: Re: trem wont see my maps?
Post by: Plague Bringer on June 02, 2011, 07:05:53 am
(http://everytomorrow.net/stuff/glasses.png)

/devmap atcs.bsp will look for atcs.bsp.bsp. Make sure you're typing the right command/have the .bsp in the right place. If it's not human error, though, wait for some of the more tech-headed people. That's quite an odd problem if all your paths are correct.

Code: [Select]
tremulous +set sv_pure 0
Title: Re: trem wont see my maps?
Post by: Ingar on June 02, 2011, 12:51:42 pm
Code: [Select]
tremulous +set sv_pure 0
Title: Re: trem wont see my maps?
Post by: A Spork on June 02, 2011, 03:08:33 pm
Code: [Select]
tremulous +set sv_pure 0
Doh.
And now i feel like an idiot for forgetting that bit....
Title: Re: trem wont see my maps?
Post by: UniqPhoeniX on June 02, 2011, 07:16:26 pm
Or you could use "/sv_pure 0" before "/devmap mapname", don't need to start Trem with it.
Title: Re: trem wont see my maps?
Post by: Ingar on June 02, 2011, 09:39:58 pm
I actually do

Code: [Select]
tremulous +exec devel.cfg +devmap mapname
My devel.cfg for historical reference:

Code: [Select]
// unpure
seta sv_pure 0

// devel hostname
seta sv_hostname "^1Development ^7Server"

// third person
set cg_thirdPersonAngle 0
set cg_thirdPersonRange 100

// video settings
seta r_gamma 1.0
seta r_clear 1

// devmap binds
bind F5 "g_alienstage2threshold 0; g_alienstage3threshold 0; g_humanstage2threshold 0; g_humanstage3threshold 0"
bind F6 toggle cg_drawgun
bind F7 toggle cg_thirdPerson
bind F8 noclip
bind F9 toggle cg_draw2d
bind F10 toggle r_speeds
bind F11 toggle r_showtris

Commandline rocks.