Author Topic: BSP Pack for Build 15  (Read 3715 times)

jitspoe

  • Administrator
  • Autococker
  • Posts: 18802
BSP Pack for Build 15
« on: October 06, 2005, 01:25:22 AM »
http://dpball.com/files/mapmaking/bsp_pb2_build015.zip

Give it a test and make sure everything is working...

looks like I already need to add path_corner back in, but keep an eye out for anything else.

Hobo

  • VM-68
  • Posts: 166
Re: BSP Pack for Build 15
« Reply #1 on: October 09, 2005, 11:41:41 AM »
Another one; cone.  Comes up as a startup error same as path_corner.

jitspoe

  • Administrator
  • Autococker
  • Posts: 18802
Re: BSP Pack for Build 15
« Reply #2 on: October 09, 2005, 11:47:57 AM »
There's a cone key for spotlights.  I wasn't aware of a cone entity.  What does it do?

Hobo

  • VM-68
  • Posts: 166
Re: BSP Pack for Build 15
« Reply #3 on: October 09, 2005, 11:51:11 AM »
Ok maybe I did something wrong then, I was talking about the cone for the light enity.
Also when I try to export to the highest quality, it errors during light world saying there are too many patches.

IronFist

  • Autococker
  • Posts: 1304
_
« Reply #4 on: October 09, 2005, 11:54:14 AM »
Post removed
« Last Edit: July 25, 2010, 11:09:32 PM by IronFist »

Hobo

  • VM-68
  • Posts: 166
Re: BSP Pack for Build 15
« Reply #5 on: October 09, 2005, 01:18:17 PM »
Bad field --> Cone == 10
Comes up as a bad field during map loading.  I have cone 10 set in the light enity.  I tested it on a small map and get the same error.  I'm using the light enity and the info_null for targeting.  The light targets fine.

Eiii

  • Autococker
  • Posts: 4595
Re: BSP Pack for Build 15
« Reply #6 on: October 09, 2005, 01:22:28 PM »
That doesnt really have to do with the map editor. Youre probably doing something wrong.

(Please ignore the slight lack of grammar. Firefox is doing something crazy.)

EDIT: Yeah, its _cone. Learn to use something before using it. ;)

Dirty_Taco

  • Map Committee
  • Autococker
  • Posts: 1630
_
« Reply #7 on: October 09, 2005, 01:49:06 PM »
Post removed
« Last Edit: July 26, 2010, 01:11:56 AM by Dirty_Taco »

Hobo

  • VM-68
  • Posts: 166
Re: BSP Pack for Build 15
« Reply #8 on: October 09, 2005, 01:50:10 PM »
I AM trying to learn how to use it. ;)
Here's what I was looking at, it's from the Argh manual:

Example:

   {
   "classname" "light"
   "origin" "64 64 64"
   "light" "200"
   "cone" "10"
   "_spotangle" "45 -60"
   }

It doesn't use _cone... :)
But thank you, I'm trying it now.

Edit:That was my problem, thank you eiii!!
« Last Edit: October 09, 2005, 02:47:03 PM by Hobo »

Hobo

  • VM-68
  • Posts: 166
Re: BSP Pack for Build 15
« Reply #9 on: October 09, 2005, 01:53:36 PM »
what do you do about it dt?
Final compile works fine, just not high quality.
If the map has too many patches then it would be too laggy for a high quality complie?

Eiii

  • Autococker
  • Posts: 4595
Re: BSP Pack for Build 15
« Reply #10 on: October 09, 2005, 03:46:39 PM »
No, it would just take too long. You might even get a MAX_PATCHES error, which is hell. The number of patches doesn't affect speed in-game. (I think)

jitspoe

  • Administrator
  • Autococker
  • Posts: 18802
Re: BSP Pack for Build 15
« Reply #11 on: October 09, 2005, 04:12:38 PM »
The high quality sets the chop value really low -- this is usually too much for anything but a small map.  Did you get arghrad 3.00 test?  I'm pretty sure Argh! removed most of those limits.  It may crap out when you try to load it in the game, though.

Eiii

  • Autococker
  • Posts: 4595
Re: BSP Pack for Build 15
« Reply #12 on: October 09, 2005, 11:07:20 PM »
Ooh. I'll have to try...

Dirty_Taco

  • Map Committee
  • Autococker
  • Posts: 1630
_
« Reply #13 on: October 10, 2005, 10:19:03 AM »
Post removed
« Last Edit: July 26, 2010, 01:11:51 AM by Dirty_Taco »

jitspoe

  • Administrator
  • Autococker
  • Posts: 18802
Re: BSP Pack for Build 15
« Reply #14 on: October 10, 2005, 10:48:05 AM »
Why not give it a try and find out? :)

Hobo

  • VM-68
  • Posts: 166
Re: BSP Pack for Build 15
« Reply #15 on: October 10, 2005, 02:58:43 PM »
  Yes I'm now using the bsp15 release with the argh 3.0 test release. I thought you did a good job packaging it for us newbs.  It seems to still have the max patches... unless I'm doing something wrong again. ;(  But since I don't know what the heck I'm doing, I have no idea if it's better or not.  From what I HAVE seen it looks like someone could make some really cool lighting effects.

jitspoe

  • Administrator
  • Autococker
  • Posts: 18802
Re: BSP Pack for Build 15
« Reply #16 on: October 10, 2005, 04:40:33 PM »
Ah, bummer.  Well, maybe it's for the better.  It keeps DT from making his maps too big. ;)

Eiii

  • Autococker
  • Posts: 4595
Re: BSP Pack for Build 15
« Reply #17 on: October 10, 2005, 09:10:49 PM »
Hobo, did you actually download Argh! 3.0? It's not included in the package.

jitspoe

  • Administrator
  • Autococker
  • Posts: 18802
Re: BSP Pack for Build 15
« Reply #18 on: October 10, 2005, 09:23:25 PM »
After looking at the qrad3 source, it seems MAX_PATCHES may be unavoidable as going beyond that would exceed the amount of memory that can be referenced by a 32bit integer (2 gigs, if it's signed).

Solution: Make smaller maps. ;)  Or use the -chop options.  Or scale the textures up so the lightmaps are smaller.  (keep in mind that unseen triggers are also lit, so scaling their textures up to huge values can reduce compile time and avoid MAX_PATCH limits with no visible effect whatsoever).

Hobo

  • VM-68
  • Posts: 166
Re: BSP Pack for Build 15
« Reply #19 on: October 10, 2005, 10:30:48 PM »
  Yes I did d/l and install argh 3.0 test. Per the instructions.  Just because I've never changed the argh settings before doesn't mean I can't follow instructions. :)  With Jitpoe's previous bsp release argh did it's own thing...  Bear with me, I'm a newb but I'm trying to learn. :)