 Use Ctrl+B
#10369 posted by meTch on 2010/10/12 15:39:15
But dont use it too much it turns everything to shit when you do.
#10370 posted by necros on 2010/10/12 18:40:01
just don't trust the machine to do anything remotely clever.
oh god, THIS.
carving a square hole into a square brush, you'd think it could at least split the resulting polygons in a symmetrical way.
2/3 point clipping is pretty much a replacement for carving, honestly, because the only times you end up being able to use carving is to flat out remove bits of a brush.
 Who's Got
#10371 posted by ijed on 2010/10/13 14:05:05
The WC Adapter texture conversion utility working on windows 7?
I got it working ok on Vista 'run as administrator' but the same doesn't work on 7, it just throws the most enlightening error message ever 'no log exists'.
I could convert the textures elsewhere and pass them over but its a pain in the balls and bad practice.
 Icky Fleshy Textures
Can anyone recommend a wad with some nice flesh textures in it?
 Ogro
#10373 posted by ijed on 2010/10/16 18:20:48
cheers, looks like a fun set :)
#10375 posted by necros on 2010/10/16 20:45:11
zerstorer also, and of course doom :)
 Yeah
#10376 posted by ijed on 2010/10/16 21:34:05
I tried a few times to make something out of the organic room tex' but couldn't put anything together that worked. I mean the ones that have the door included.
#10377 posted by necros on 2010/10/17 03:22:05
i'm not a fan of ogro textures because they are way too dark. you basically miss out on cool shadowing because the textures are nearly black to begin with.
the textures are very cool, but just don't allow lighting to look good on them.
 DP Recorded Demo Does Not Play Well On FitzQuake
#10378 posted by JPL on 2010/10/17 10:17:55
Spirit recorded a demo using DP of my latest map last week, but it does not play at all on FitzQuake..
I really would like to avoid DP install on lmy computer, so is there any converting tool/method/whatever that would allow to play the demo on FitzQuake ?
Thanks a lot in advance...
 Still No.
#10379 posted by Spirit on 2010/10/17 12:08:25
Just make a second quake directory and put darkplaces in that. Not like Quake is particularly big these days :P
 "DP Install", Give Me A Break
#10381 posted by negke on 2010/10/17 12:31:45
All you need is the exe, just like most other engine ports.
Doesn't it share config files though?
#10383 posted by negke on 2010/10/17 12:50:15
Yes, but DP-specific cvars are ignored/removed by the others.
#10384 posted by Trinca on 2010/10/18 10:47:06
ZealousQuakeFan my Quake directory is 7 gb :p of course in a 500 gb disc is very few...
 Cd Play
#10385 posted by ranger on 2010/10/19 02:42:44
I disabled the startup demos and added "cd play 11" to my autoexec.cfg but the track doesn't play.
When I tried any other track, they work.
I typed in "cd info" to see what was happening, and it said that the track is paused
 Don't Be So Shy With Information
#10386 posted by Spirit on 2010/10/19 11:35:00
What engine?
Do you actually have a track 11?
Does it work if you load it while a map is loaded?
CD or files?
 Overlapping Brushes...again
So I understand the general wisdom is never do it, however I would like to know if there are any particularly instances of it that can be okay or must be avoided and such... the BSP I'm trying to put together atm is doing my head in :E
 Overlapping Brushes...
#10388 posted by metlslime on 2010/10/19 22:26:55
it's not inherently bad.
Example: you want to make a cross shape. You can do this with only two brushes, keep everything lined up to the grid. no problems. The only potential weakness to this example is you won't have control over which brush will determine the texturing on the intersection -- so the wood grain may end up going vertical or horizontal on that spot. (in actuality i think qbsp always uses the brush face of the later brushes in the map file, when two brushfaces are coplanar and overlapping like that.)
Main thing to avoid is things being off-grid or sloppy on the part of the brush that is inside other brushes. You should still keep things clean and on-grid even if they are buried.
 You Can Overlap Brushes
#10389 posted by RickyT33 on 2010/10/19 23:22:42
It's fine. I do it loads! id software did it loads. It's a good way of saving brushes.
#10390 posted by necros on 2010/10/20 00:09:45
what metl said. if you have two brushes intersecting and their faces are sloped, you have to remember that the intersection will create vertices, and if those vertices (which are generated at bsp time) are not on the grid, they will be snapped to the grid and this is usually what causes all those weird problems like falling through the world or just plain bsp failure.
 More Cd
#10391 posted by ranger on 2010/10/20 04:18:48
What engine?
-
JoeQuake
Do you actually have a track 11?
-
Quake sees track 11 as track 10/the last track;
try "cd play 2" in the console - it plays the Q theme
Does it work if you load it while a map is loaded?
-
Yeah the song plays if I'm ingame (both menu & loaded level), but I have to type in "cd play 11"
CD or files?
-
CD
 Really?
#10392 posted by SleepwalkR on 2010/10/20 12:12:20
BSP snaps vertices to the grid, e.g. uses integer coordinates? That's ludicrous - why does it do that?
 Lol - I'm No Coder
#10393 posted by RickyT33 on 2010/10/20 12:36:21
But is it because Quake .bsp doesn't support float?
|