 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?
 It Does
#10394 posted by ijed on 2010/10/20 12:42:54
But the hull system doesn't, which is where it all goes to pot.
 So
#10395 posted by SleepwalkR on 2010/10/21 07:24:25
bsp.exe does work with float coordinates, but rounds them to the nearest integer? And what do you mean by "the hull system doesn't"? Could you explain that a little more? Thanks!
 Texture Application Trouble
#10396 posted by iluvquake on 2010/10/21 07:45:27
long story short i used the quake converter for worldcraft 3.3 , and was wondering why is it that when i use the texture application for a paticular face of a brush, or when i click the 3D window in general, it doesnt select anything at all? im sorry if this question was asked/answered before but it seems to be so obscure of a problem in terms of google. :(
any help is appreciated guys :D
 Sleep
#10397 posted by necros on 2010/10/21 08:05:14
i think i might have been wrong in my post.
on reflection, perhaps bsp is not snapping vertices, but hull expansion just has a very hard time dealing with the off-grid vertices.
|