Inquiry
#11628 posted by Preach on 2012/01/26 23:54:13
In the spirit of scientific enquiry, could you try moving them even further from the origin of the map and seeing if they still misbehave?
I've been trying to run through possible issues, haven't seen anything obvious in the QC. The 4096 coordinate limit in stock engines is imposed by the network messages; the server stores coordinates internally as floats. It seems impossible even in a Q3 format map that you would have a map which could overflow a floating point vector. So if you can reliably reproduce it I might have to borrow a copy of the map to find out why...
Scratch That
#11629 posted by Preach on 2012/01/27 00:43:14
Never mind, there's literally just code that removes a polyp whenever they leave the range 8192 to -8192 in any coordinate. The function is called polyp_skyabove so I assume it went in there to catch polyps that flew away into the sky and out of the map.
I suppose we have to say it's by design now...
Any other quoth monsters have that code?
Mocksurfaces
#11631 posted by negke on 2012/01/27 18:52:39
Can this please make any sense??? After long woes and trial and erroring with countless 5-min long compiling breaks, I managed to bring the marksurfaces count just under the limit - again; for the x-th time. Even simplifying rooms and shit. Then I fix a simple portal error on a small step (invisible face), and suddenly the whole count is down 300 points. Is QBSP making fun of me or something?!
It's Like Chaos Theory I Guess
#11632 posted by RickyT33 on 2012/01/27 20:12:44
I have noticed that sometimes adding stuff to the map can actually lower figures instead of increasing them.
Ha
#11633 posted by Drew on 2012/01/27 20:31:36
There is nothing I can contribute to your knowledge, but its comforting to know you get as perplexed over that shit as anyone else...
Also, nice to know you're working on something (apparently something large).
Also...
#11634 posted by metlslime on 2012/01/27 20:45:12
one thing czg figured out was that you can exceed the marksurfaces limit and not crash, as long as the extra marksurfaces come from bmodels and not the worldmodel.
Unfortunately there is currently no tool or engine that reports worldmodel marksurfaces specifically (that I know of.)
Metl
#11635 posted by negke on 2012/01/27 20:53:54
Bspinfo.exe
Exceptional
#11636 posted by Preach on 2012/01/27 22:27:38
Any other quoth monsters have that code?
Nope, it's part of a larger function that only applies to the polyp.
#11637 posted by necros on 2012/01/27 22:28:31
as long as the extra marksurfaces come from bmodels and not the worldmodel
that's interesting and good to know. :)
Dont Fight It
Use external mapmodels.
Or Bsp2
#11639 posted by rj on 2012/01/28 12:06:15
Negke
#11640 posted by ijed on 2012/01/30 00:13:56
Just use BSP2 - its not tied to the mod.
Wagh
#11641 posted by ijed on 2012/01/30 00:15:38
Looks like I've got recent post blindness.
Carve Functionality ...
#11642 posted by Baker on 2012/01/30 02:03:44
Do any of the following editors have "carve" functionality like Worldcraft:
1. Quark
2. QER (Sikkpin) or GTKRadiant or NetRadiant
3. ToeTag (I didn't see it anywhere)
I'm trying to grasp the concept of how brush splitting occurs in code and with the 3 all being open source.
#11643 posted by necros on 2012/01/30 03:16:39
sikkpin's qe3 and gtkradiant do, as does quark.
Shader Downloads
#11644 posted by banksy on 2012/01/30 05:20:59
I am using NetRadiant (GtkRadiant) and when I right click on the 2d box, and go to func, I am missing some (e.g. func_breakable, and func_door)
Where can I locate and download these files?
I was also interested in finding some 3D models, if anyone ahs any links :)
#11645 posted by Spirit on 2012/01/30 09:56:05
in quark you can have subtractive brushes and there is a carving function too. and since it is quark you will probably end up with floating point horror in any case.
Shader Downloads
#11646 posted by banksy on 2012/01/30 10:12:34
I am using NetRadiant (GtkRadiant) and when I right click on the 2d box, and go to func, I am missing some (e.g. func_breakable, and func_door)
Where can I locate and download these files?
I was also interested in finding some 3D models, if anyone ahs any links :)
#11647 posted by Spirit on 2012/01/30 10:49:45
what game or mod?
#11648 posted by banksy on 2012/01/30 11:40:18
Urban terror
#11649 posted by negke on 2012/01/30 11:50:08
You need the entity def file for Urban Terror (probably on its website). If that one is missing the entities, you can edit the file with a text editor and add them manually. Just follow the pattern the other entities have. Or copy the missing ents from the default Q3A def file.
#11650 posted by banksy on 2012/01/30 11:50:45
Yes i have that, but i dont know where to put it
#11651 posted by banksy on 2012/01/31 05:07:54
I'm running NetRadiant on my mac, and I have tried putting UrbanTerror.def (The file with these functions) in every single folder in radiant, and in Urban Terror, but still nothing???
#11652 posted by digs on 2012/01/31 05:11:21
DEF file are best placed as a standalone game, but not as a mod. And do not forget to add UrbanTerror.game file in the directory "netradiant/games"
|