Silly Question
#14432 posted by madfox on 2014/09/17 22:53:48
I'm bouncing with a map progress on max_surfaces.
Txtqbsp says:
*** WARNING 31: Marksurfaces 33243 exceed normal engine max 32767
So while I'm liminating brushes I see in Quark6.4 the whole level counts 5167 polyhedrons and 30330 faces.
I wondered, are these the same as the 32767 markfaces limit or does it have no account for the Hull 1 and 2 amount and I am missing 2437 poly's?
What Quark Counts There
#14433 posted by anonymous user on 2014/09/17 23:26:10
are ALL faces that are generated by the polys in your map, even the ones "outside".
These mostly get deleted by qbsp, its pure coincidence
your numbers are nearly equal.
A!
#14434 posted by madfox on 2014/09/18 00:19:27
solved then, different parms.
Another Option For Textures In Linux
Thanks again to Pekka and ericw for the advice and recommendations above. Just wanted to say (just in case in might be useful to someone else) that I got TexMex to run in Wine.
For this I have to thank Luneran again, who initially recommended TexMEx to me over two months ago. Back then I saw "Windows only" and didn't investigate further -- don't know why I didn't think of trying it via Wine until now!
Admittedly I haven't tried doing anything too crazy/complicated, so I cannot vouch for medium/long-term stability, but at least for exporting and importing one texture from one wad into another, it worked like a charm and was very user-friendly/idiot-proof.
Another Option For Textures In Linux
Thanks again to Pekka and ericw for the advice and recommendations above. Just wanted to say (just in case in might be useful to someone else) that I got TexMex to run in Wine.
For this I have to thank Luneran again, who initially recommended TexMEx to me over two months ago. Back then I saw "Windows only" and didn't investigate further -- don't know why I didn't think of trying it via Wine until now!
Admittedly I haven't tried doing anything too crazy/complicated, so I cannot vouch for medium/long-term stability, but at least for exporting and importing one texture from one wad into another, it worked like a charm and was very user-friendly/idiot-proof.
\o/
#14437 posted by Lunaran on 2014/09/21 01:29:09
moer wine!
#14438 posted by Spirit on 2014/09/22 14:18:56
some free open source procedural texture creating tool, looks nice (you could also just use blender though): http://neotextureedit.sourceforge.net/
I'm Back Guys
#14439 posted by bennett93 on 2014/09/23 18:43:07
i created my aas file and it seems everytime i make a big complex map the aas wont work whether i use radiants aas conversion or the command creation way. i have a map right now that wont pull up in \devmap through quake; only through the radiant program and the aas file wont work
#14440 posted by Lunaran on 2014/09/24 02:51:27
Okay. So you compile the map and you don't get an aas file at all? Does bspc give you an error? If the map also doesn't load in q3, do you get an error there?
MAX MAP VERTS
#14441 posted by Ionous at work on 2014/09/25 11:13:53
So I hit the limit with the latest compile. At almost 15,000 brushes I should have seen it coming. Oh well.
I'd like to continue, as there is still much to construct. Would converting the existing brushwork that doesn't touch the void into func_detail fix this problem?
Thanks.
#14442 posted by JneeraZ on 2014/09/25 13:53:24
You could convert some of it and see if the problem goes away. Might be faster than waiting for someone to tell you if it will work or not.
Eh I'm At Work Anyway
#14443 posted by Ionous at work on 2014/09/25 13:57:35
And going to sleep when I get home, so I wouldn't test for maybe ten hours at least.
#14444 posted by necros on 2014/09/25 15:36:18
I hit max map verts on ne_ruins... there didn't seem like much I could do aside from simplifying geometry. The way I got around it was to create external bsp models for ceilings in some areas.
BSP2
#14445 posted by ijed on 2014/09/25 18:17:02
Thanks For The Help, Necros And Ijed.
#14446 posted by ionous on 2014/09/26 05:03:19
I'm going to rebuild the current map, turning it into a far smaller map (10-20%) of what I originally had planned. Down the line I'll probably try a BSP2 version, incorporating all the stuff I originally had planned.
Srsly
#14447 posted by ijed on 2014/09/26 13:30:33
Just try BSP2 - it doesn't require anything special apart from these http://www.disenchant.net/utils/ tools and the -bsp2 switch.
If it doesn't work or the vis time turns out to be measured in months then just chop it down to BSP1 as you had planned - it'll only take fifteen minutes to test and could allow you to finish the map as you wanted.
And... if the vis time is stupidly long then detail brushes will solve it, but you will have to go through the map and turn the fiddly bits into func_detail.
My RRP map compiles in under half an hour, and that's slightly bigger than average.
Oh Is That It?
#14448 posted by Ionous at work on 2014/09/26 13:57:19
I thought making a map into BSP2 format was far more complex. Hmm. The map compiles fine...maybe five minutes. Just too many brushes.
Unable To Setup Trenchbroom On Mac Correctly
#14449 posted by Fabrizio on 2014/09/26 15:18:31
Hello everyone,
I have just installed Trenchbroom on my Mac and despite I have set correctly the path to my Quake 3 folder and defined "baseq3" inside the Map Properties window, Entities don't show up and I get a lot of errors int he console such as: "Unable to find MDL 'progs/player.mdl'", etc.
Ideas? Is Trenchbroom compatible with Quake 3 Arena?
Thank you in advance for any help.
It Is Not
#14450 posted by Spirit on 2014/09/26 15:38:17
Quake means Quake.
Ionous
#14451 posted by ijed on 2014/09/27 17:31:40
I should mention the main risk: no limits means you can just add more stuff indefinitely and never finish.
Teleports?
#14452 posted by Blarget2 on 2014/09/30 03:56:50
How do I do them? I made a info_teleport_destination
and a trigger_teleport but I can no figure out how to link them in trenchbroom. Do I add a key and value?
#14453 posted by necros on 2014/09/30 04:55:19
target key on the trigger, targetname key on the destination, and set the value the same on both of them. Each separate teleport->destination pair should have a different value.
Teleport
#14454 posted by quaketree on 2014/09/30 04:56:46
http://quakewiki.org/wiki/info_teleport_destination
That should help. Basically you need a key value of "targetname" for both and they both need to be the same.
RE:teleport
#14455 posted by Blarget2 on 2014/09/30 05:05:06
I made both the info_teleport_destination and the trigger_teleport have targetname "name"
and it does not work.
Teleport Map
#14456 posted by Blarget2 on 2014/09/30 05:26:20
Here is the map. I don't know what is wrong...https://dl.dropboxusercontent.com/u/10224384/teleportmaptest.zip
|