Re: rad performs an illegal operation
Posted by Campaignjunkie on
Thu Feb 26th 2004 at 2:40am
1309 posts
329 snarkmarks
Registered:
Feb 12th 2002
Occupation: Student
Location: West Coast, USA
I ran into this problem with my own map.
How many patches does RAD say your map has? If it's over 65536, you'll probably be running it with -sparse. Either way, RAD will probably crash from all the patches (even with -sparse). Try deleting a few lights and economizing a few areas. And making the map smaller always helps as well.
In general, I suspect it's too much light-data for RAD to handle. It's come a long way, but this is still a Quake 1 engine we're working with here. :smile:
Re: rad performs an illegal operation
Posted by Campaignjunkie on
Thu Feb 26th 2004 at 2:54am
1309 posts
329 snarkmarks
Registered:
Feb 12th 2002
Occupation: Student
Location: West Coast, USA
-sparse is really slow, and generally not worth it from my experience (although I'm sure others like it) Always much easier to get rid of unneccesary details or something.
You probably shouldn't increase the chop value that big (it'll look REALLY blocky when it does finally compile correctly). Also note that if you're using texture lights primarily, you'll want to change the -texchop parameter instead. -chop will only change scaling on environmental and direct-light patches.
Definately don't give up though. Getting things to compile can be the hardest part sometimes.
Re: rad performs an illegal operation
Posted by fishy on
Thu Feb 26th 2004 at 3:04am
fishy
member
2623 posts
1476 snarkmarks
Registered:
Sep 7th 2003
Location: glasgow
hmmm, -texchop. i've used quite a lot of texture lighting, and most of it is scaled down.
i'll try this first, and leave it to compile overnight. its taking 3 hours to get to the final lightface, and i'm not waiting up to see the result. hopefully, in the morning i'll have a 'lit' map. :smile:
Re: rad performs an illegal operation
Posted by Campaignjunkie on
Thu Feb 26th 2004 at 10:37pm
Posted
2004-02-26 10:37pm
1309 posts
329 snarkmarks
Registered:
Feb 12th 2002
Occupation: Student
Location: West Coast, USA
Well well, that was the problem all along? Bleh. :razz: