Author Topic: Error...help :)  (Read 3215 times)

S8NSSON

  • Autococker
  • Posts: 709
Error...help :)
« on: April 08, 2004, 01:43:52 PM »
I did a compile yesterday and everything worked fine.
The only change I made to the map was to put a brush covering another brush that has an arrow on it. The covering brush apears when there are 4 or less players so they don't see the arrow anymore and don't go that way cause another func_dsm brush has blocked that path (did this on both teams, btw). I recompiled and came up with this error.

btw: I never touched the sky or aanything, as this error is eluding to.

condump:
Quote

loopback: client_connect


;
;
;
]vernice_cf
]
Downloading env/rt.jpg
Server does not have this file.
Downloading env/rt.tga
Server does not have this file.
Downloading env/rt.pcx
Server does not have this file.
Downloading env/bk.jpg
Server does not have this file.
Downloading env/bk.tga
Server does not have this file.
Downloading env/bk.pcx
Server does not have this file.
Downloading env/lf.jpg
Server does not have this file.
Downloading env/lf.tga
Server does not have this file.
Downloading env/lf.pcx
Server does not have this file.
Downloading env/ft.jpg
Server does not have this file.
Downloading env/ft.tga
Server does not have this file.
Downloading env/ft.pcx
Server does not have this file.
Downloading env/up.jpg
Server does not have this file.
Downloading env/up.tga
Server does not have this file.
Downloading env/up.pcx
Server does not have this file.
Downloading env/dn.jpg
Server does not have this file.
Downloading env/dn.tga
Server does not have this file.
Downloading env/dn.pcx
Server does not have this file.
GL_FindImage: can't load env/rt
GL_FindImage: can't load env/bk
GL_FindImage: can't load env/lf
GL_FindImage: can't load env/ft
GL_FindImage: can't load env/up
GL_FindImage: can't load env/dn
newbie has entered the game




          Paintball 2 v1.774
           by Digital Paint


Help?
Or should I just recompile and pray?

Excalibur

  • 68 Carbine
  • Posts: 492
Re: Error...help :)
« Reply #1 on: April 08, 2004, 02:37:08 PM »
you know what the same thing happend to me what is your world spawn? cause after i reset that back to the original that fixed all those cant load such and such things

jitspoe

  • Administrator
  • Autococker
  • Posts: 18802
Re: Error...help :)
« Reply #2 on: April 08, 2004, 05:19:53 PM »
You may need to set the sky:
"sky" "pbsky1"

FourthX

  • Developer
  • 68 Carbine
  • Posts: 260
Re: Error...help :)
« Reply #3 on: April 09, 2004, 06:08:33 AM »
Yeah there's no sky set, its looking for ""rt.jpg etc

jitspoe

  • Administrator
  • Autococker
  • Posts: 18802
Re: Error...help :)
« Reply #4 on: April 09, 2004, 09:26:50 PM »
Turns out you're missing the worldspawn.  Deselect everything, go to the entity window, and put "classname" "worldspawn" back in there.

Excalibur

  • 68 Carbine
  • Posts: 492
Re: Error...help :)
« Reply #5 on: April 09, 2004, 09:38:37 PM »
Quote
you know what the same thing happend to me what is your world spawn? cause after i reset that back to the original that fixed all those cant load such and such things