News | Forum | People | FAQ | Links | Search | Register | Log in
Mapping Help
This is the place to ask about mapping problems, techniques, and bug fixing, and pretty much anything else you want to do in the level editor.

For questions about coding, check out the Coding Help thread: https://www.celephais.net/board/view_thread.php?id=60097
First | Previous | Next | Last
@Fifth 
Right, I forgot about lighting. A Quake model doesn't shade itself, right? So, my full blown central computer room, with massive models covering the walls, would look bland. Maybe Sock's mod would take care of it? 
 
... or probably not. 
Collision 
Is also difficult - unless I missed something you need to use clip brushes, and an editor that shows you the model dimensions is a must if you want anything approaching accuracy.

I know there are a couple of tools to convert meshes to brush though... Warren? 
 
Adib 
Socks mod isn't going to take care of quakes lighting. It's just gonna add a shitload of cool new stuff. Really if you want the models to be lit differently you need to be working with something like DarkPlaces so that you can take advantage of the real time lighting. 
Ijed 
I sended you a testmap some time ago.
Check your email, gmail or johnmayal. 
Honey Wads 
Does anyone know where one can find them? They were available for a while via the Honey mapjam thread, but now that link is dead. Can't seem to find them on Quaddicted either...

On a different note, what would cause an item to disappear once a map has been compiled? At the moment I've got a Quad Damage that I can see in TrenchBroom, but when I compile and test the map in Quakespasm, it's gone. 
 
Quad is probably dropping out of the map on load because of being partly in a wall or floor. There's a devmode switch you can use to see messages to that effect. I think it's -developer 1 
 
My bad, it's +developer 1 for the command line switch, but apparently you can set in game also. Type developer 1 in the console and reload your map. 
Thanks, Rick 
I tried that, but I don't see anything about anything dropping out of the map in the console. Not that I know what everything in the console means, though... what sort of message should I expect to see? Something like "item_artifact_super_damage fell out of map"? Because there's nothing like that...

I checked again in the editor, and the QD is not touching brushes or other entities. I even raised it an extra few units from the floor, just in case. 
 
The message to expect is "Bonus item fell out of level at 'x y z'"
You have to raise the console for a second so the first few frames run in order to get the message.

fwiw I just tried in TB1, and the bottom of the quad's bounding box needs to be 16 units above the floor. 
 
yeah, for whatever reason, I've yet to find an editor that has the correct bounding box for the quad damage. 
Thanks, Ericw 
Ah, there it is -- "Bonus item fell out of level". I had to scroll up, because there were some other error messages too, e.g.
FindFile: can't find textures/b_nail0/nail0sid.tga
(and several other similar ones)

Weird, the QD was 16 units above the floor. I wonder if this is related to another issue I've been having with TB, where entities I try placing in the map replace earlier entities. FWIW, when I move the Quad to some location far away from where I've been building, it does appear when I test the map. 
 
Ah, good that you got it fixed. In the early days (Worldcraft 1.6) you pretty much couldn't believe any bounding box. I was always moving stuff around, 8 units at a time, from one build to the next, hoping it would finally decide to show up.

I finally ended up making a custom .fgd that was mostly correct, but I was never quite sure about the z axis. 
Total_newbie 
Cool, progress :-)

Is there enough clearance around the quad to the sides and front? That's about all I can think of, if moving it to another part of the map fixes it. Also check that it wasn't outside of the +/-4096 bounds by accident. If all else fails, upload/paste the relevant part of the map 
Mapping For Daikatana? 
I hear IonRadiant is the official and only map editor for Daiktana so far. However, I also hear it was even worse than the game itself because of troublesome setup process.

Is there an alternative to Ion Radiant? When can Trenchbroom or Jackhammer support Daikatana since it's a Q2 engine game as well? 
Re: #15119, #15118 
Thanks for your responses, Rick and ericw!

Hmm, "fixed" is maybe not exactly the right term. I just shifted the Quad to a position far away to see if it would appear at all, but it's not somewhere where it would make much sense to have it, and I still have no idea why it would not appear where I originally placed it.

ericw, yes, there's plenty of clearance on all sides. I don't think it's out of bounds, although I'm still not sure how to check that with TB. What I have done, though, is to move everything in my map to where it's shown when you first open the map in TB. I assume that means it's more or less centred, right (i.e. near 0, 0, 0)? And I'm working with a really tiny structure at the moment, so if it's even near the centre of the map, there's no way it could extend to +/-4096...

I might just ignore the problem for now and make do without the Quad. The map is still in its infancy and item placement can still be changed. But should I run into the same issue again, I guess I'll upload part of the map.

Thanks again. :) 
Bump #15111 
Honey wads ... anyone? 
 
One option, you can dump the wad from a bsp with bsputil --extract-textures (available in tyrutils or my branch). 
 
One option, you can dump the wad from a bsp with bsputil --extract-textures (available in tyrutils or my branch). 
What Black Magic Is This 
Thanks! Ok, bear in mind this is new territory for me ... so I copied honey.bsp into the directory where I have tyrutils and typed

./bsputil --extract-textures honey

That created a file called "honey.wad", but when I try to use that in TB, it seems to be empty. What am I doing wrong? 
Its A Tb2 Bug :( 
I fixed it though, but wait for SleepwalkR to merge it I guess 
 
Oh. Other wads work, though... 
 
Do you have TexMex? That's one of the best tools for messing with texture wads. It can read the textures from a .bsp and save them as a wad. I didn't see it a quaketastic or quaddicted, but there's a lot to search through there, I may have missed it. 
 
First | Previous | Next | Last
You must be logged in to post in this thread.
Website copyright © 2002-2024 John Fitzgibbons. All posts are copyright their respective authors.