Author Topic: trem wont see my maps?  (Read 3953 times)

A Spork

  • Spam Killer
  • *
  • Posts: 1010
  • Turrets: +37/-230
    • Spork - Unvanquished.net
trem wont see my maps?
« 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?
Don't shoot friend :basilisk:! Friend :basilisk: only wants to give you hugz and to be your hat

Proud Member of the S.O.B.F.O.B.S.A.D: The Society Of Basilisks For Other Basilisks Safety and Dominance
:basilisk:    :basilisk:    :basilisk:

Plague Bringer

  • Posts: 3815
  • Turrets: +147/-187
Re: trem wont see my maps?
« Reply #1 on: June 02, 2011, 07:05:53 am »


/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
« Last Edit: June 02, 2011, 06:54:46 pm by Plague Bringer »
U R A Q T

Ingar

  • Tremulous Developers
  • *
  • Posts: 554
  • Turrets: +302/-7
    • Ingar's projects on the Web
Re: trem wont see my maps?
« Reply #2 on: June 02, 2011, 12:51:42 pm »
Code: [Select]
tremulous +set sv_pure 0

A Spork

  • Spam Killer
  • *
  • Posts: 1010
  • Turrets: +37/-230
    • Spork - Unvanquished.net
Re: trem wont see my maps?
« Reply #3 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....
Don't shoot friend :basilisk:! Friend :basilisk: only wants to give you hugz and to be your hat

Proud Member of the S.O.B.F.O.B.S.A.D: The Society Of Basilisks For Other Basilisks Safety and Dominance
:basilisk:    :basilisk:    :basilisk:

UniqPhoeniX

  • Spam Killer
  • *
  • Posts: 1376
  • Turrets: +66/-32
Re: trem wont see my maps?
« Reply #4 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.

Ingar

  • Tremulous Developers
  • *
  • Posts: 554
  • Turrets: +302/-7
    • Ingar's projects on the Web
Re: trem wont see my maps?
« Reply #5 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.