It's
#13065 posted by ijed on 2013/06/28 22:24:17
What he's wearing under the lava.
And Mrs Chthon has to wear 30 bikini tops.
Mapping And Darkplaces
#13066 posted by Tom on 2013/07/11 10:58:44
I've been inspired to make my map by psp quake mods, and I was wondering how on Darkplaces I could get the texture filtering perfectly off so I can keep that pixel look inside my game.
Not being able to push the video setting under 1 (on filtering) makes me a sad man..
Radiant Users
#13067 posted by gb on 2013/07/12 02:58:04
Now Ithat 'm A Bit Familiar With Modelling
#13068 posted by rudl on 2013/07/19 19:26:03
Are there any good tutorials to model/convert/and also program models for quake (with blender) ?
Via Fbx
#13069 posted by Preach on 2013/07/19 22:49:53
The latest state-of-the-art blender conversion tool is this hacked together python-based thing:
http://tomeofpreach.wordpress.com/2013/02/03/standalone-fbxtomdl/
To use it, make your model in blender, and then export one fbx file for each frame that you want to use. Extract the files in the fbxtomdl zip into a directory, then place all the fbx files into a subdirectory. Add all the fbx files to the directory, and add any skins in bmp, pcx or tga format. Then run the executable
fbxtomdl -d directoryname
General advice: make your model entirely from triangles, and skinmap your entire model in the same uv mapping - quake doesn't support different skins on different sections of the model. Be aware that the quake model format is not very accurate, so don't go overboard on the detail, and try to make sure that the model occupies roughly the same position in each frame.
Worldcraft 3.3 Source Code
#13070 posted by Qmaster on 2013/07/20 04:00:29
Does anyone, anyone at all have the source code for Worldcraft 3.3? Or even Hammer? Has anyone snuck into Valve and snuck back out with the golden gem of all mapping codery, the Hammer Worldbuilder Source Code?
Oh please say yes....
It's The
#13071 posted by gb on 2013/07/20 08:42:35
Main drawback of worldcraft, it can't be expanded with new functionality due to its closed source state.
I've never come across the source anywhere.
Obscure Bug! (& Bonus Workaround)
#13072 posted by Preach on 2013/07/20 11:37:49
I've managed to hit a very obscure glitch in tyrann's compile tools (it may be in others too)
*** ERROR 08: Internal error: map.nummiptex > map.maxmiptex
This says that the number of textures exceeds the maximum possible number of textures. The maximum number of textures is calculated as the number of faces in the map. My map is a cuboid, so that's 6 faces and a maximum of 6 textures. I have three textures, one of which is static but switchable (so 2 frames) and two of which are both switchable and animated (4 frames each). This makes 10 textures...
If you ever encounter this bug, the fix is to hide a smaller cube inside your brush: it will get clipped away, but it will raise the number of surfaces in your map to 12 for long enough to get all the textures.
Thanks Preach
#13073 posted by rudl on 2013/07/21 12:07:00
will definitely try it out!
Quoth Question
#13074 posted by mechtech on 2013/07/27 03:43:58
func_breakable
Is their a way to set how long the rubble will last? I'd like to have a custom rubble model hang around a minute or two.
No Fuses
#13075 posted by Preach on 2013/07/27 09:36:53
It's a fixed duration in the code. Not offering a guarantee lets us reuse the entities creatively - like replacing some of the rubble early if there's an explosion of gibs nearby and packet overflow is starting to occur.
Rubble
#13076 posted by gb on 2013/07/27 13:48:47
Use a func_door, func_train or something for your rubble that should stay around. Ideally I'd use a func_emitter (Extras/RMQ) for this, because it lets you set the particles' lifetime among other things, but I guess with Quoth you're limited to what's in the package.
Map.nummiptex > Map.maxmiptex
#13077 posted by Tyrann on 2013/07/28 04:39:14
@Preach: Yeah, that's a bug from the original TreeQBSP on which my util is based. Pretty rare, but much more likely to happen on a tiny, tiny map. Good job on the workaround though - spot on! ;)
Found This Interesting
#13078 posted by mechtech on 2013/07/31 04:45:12
Yeah
#13079 posted by ijed on 2013/07/31 16:18:58
That's pretty cool. I've been scribbling similar stuff for years without really putting further thought into it or thinking about how to make such sketches a stronger development tool.
Thanks.
#13080 posted by czg on 2013/07/31 16:37:12
That's a pretty good article, but it should have harped even harder about the most important thing: The graph is 2D but your level is 3D.
#13081 posted by gb on 2013/07/31 17:15:58
good article.
Texture Errors In Light
Hey guys, I'm getting this error:
Bad texture axes on face:
face point at (0.000, 0.000, 0.000)
what is this error referring to... this website has a description that indicates alignments, but most of the textures (at the moment) have zero shift in their alignment... http://user.tninet.se/~xir870k/tooltips.txt
any ideas?
Enliten
#13083 posted by mfx on 2013/08/02 21:21:04
Check for microbrushes maybe..
Did you use custom textures?
Which editor did you use? TB i guess.
Which light was used... Come on.
Sorry, Yeah Not Enough Info
I'm using the Egyptian textures from soegypt. I'm using worldcraft and am using TyrUtils Light v0.10
As for microbrushes, I actually don'r know what they are...
Wc
#13085 posted by ijed on 2013/08/03 07:34:59
try looking in the error report. You might find a bug 'texture axis perpendicular to face'. Just click the fix button.
Its sometimes caused by clipping brushes.
I dont think its possible to create microbrushes in wc.
....
#13086 posted by ijed on 2013/08/03 07:36:16
which are very small brushes, and a typical problem in quark and similar editors.
Fixed :)
thanks ijed, the error report fixed it...
sometimes the obvious answer is staring us straight in the face... another week-ish of polishing here and there and the map should be ready for consumption.
The Age Old Question
#13088 posted by Qmaster on 2013/08/04 05:52:33
Which bsp.exe is the one for me?
My current one: TXQBSP.EXE 1.12
What I need:
Support for small brushes. Small 16 sided cylinders get all messed up and end up more like 8 sided cylinders.
Support for liquid brushes that are one of the following: wedge shaped (4 or 5 faces), tied to an entity, completely or partially angled compared to the 3 planes (x,y,z), and/or micro-positioned (fractional units for a point like "263.4, 47, 18.9")
Specifically, doesn't think that there is a "Brush with duplicate plane on line: ####" when there clearly isn't!
Sorry Tyrann. TyrUtils v0.10 has these errors. It then proceeds to butcher my beautiful brushwork just like txqbsp.exe
Duplicate Plane
#13089 posted by Preach on 2013/08/04 11:07:19
All compilers have some level of "tolerance" when it comes to whether a plane is duplicate or not, and the finer you make the detail the more likely it is that two planes you think of as distinct get merged for being "the same".
What rarely gets explained is why this is a good thing - why the compiler does it. Imagine that on the outside of your map - facing the void - you have two brushes which meet on angled faces. Because the map uses floating point to represent these planes, it's possible that the inherent imprecision of computer arithmetic makes one plane ever so slightly different to the other. If you don't have some way of treating approximately equal planes as being the same, then you get a leak between these two planes.
It's one of those things in engineering where there's a trade-off going on, and the compilers are configured to do the least bad thing. Like you could rebuild the compilers with the delta for equal faces being much smaller. But then you might have to rebuild your map so all the outer walls meet on axis-aligned joins...
PS: Check your map file in a text editor for line #### and see if there's another plane in that brush which is almost the same. If you can track it down, you might be able to slightly tweak the brush so that the planes are different enough to compile.
|