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
 
Just a guess but Rage and Doom3 are OpenGL games, I think most of the others you mentioned are DirectX. It's possible that has something to do with your driver issue. 
 
"Point is, I bought Rage+DLC and Doom3 BFG on steam and tried to run them both on parallels 8(no dual boot for me, thanks) and they just don't start giving back a supposed card driver issue. Any idea or workaround? "

Dual boot. :) 
System Time 
When the console is dropped down all QC functionality is stopped, but there seems to be a system clock running with Fitz clients. Is there anyway to check the system clock from QC? 
 
I connected the func_door with the func_button. The door has a "message" property. But if I open the door once, then I will not see the message. How to avoid it?

A message set on a func_door is only used when it's touched, and then when it actually is opened by any means, it sets it's message field to ""... so you'd need to do something else, like put the message on the button, or maybe on a trigger_once slightly behind the door that opened. 
 
meant to post the qc...

void() door_use =
{
...
self.message = ""; // door message are for touch only
...
}
 
Scampie 
ok, thanks 
 
if there's a system clock, it is completely disconnected from qc. qc is only aware of game time (without engine extensions at least). 
 
if there's a system clock, it is completely disconnected from qc
The console being brought down pauses QC, I want to know how much time has passed. I was hoping I could query a system clock (engine level). I know the engine is maintaining a clock because I found the MarkV engine shows time passed with the "status" console command. 
ARG 
I'm getting strange leaks in my map and I don't know how to fix them. I feel like my map is broken again and I won't even bother to fix it or continue it! sorry for the disappointment guys... 
Are You Using Quark? 
or maybe some carving function? 
No, Trenchbroom Level Editor... 
I honestly feel like I don't want to continue my map anymore. I'd rather bin it and start all over again. I apologize for not finishing it. 
I Forgive You! 
I would try to find out what caused the leak so you avoid running into the same problem. 
#13505, #13506 
Thanks, Rick. Parallels seems to have open gl problems indeed...

And thanks Willem, even though you Bootcamped me. 
Roq 
What kind of leaks, like going straight through brushes?
How many are there, and what compiler do you use.
Try to not use the -forcegoodtree switch(in case you use it) 
ROQ 
Just finish the map, then once you've "sealed" the map from the void if it still leaks just get someone else involved with the map and they'll help you fix it. I guarantee someone will help you. 
FUCK 
JUST AFTER SPIRIT HELPED ME FIX THIS I DECIDE TO MESS AROUND WITH ROCK BRUSHES AND NOW THERE'S THAT FUCKING LEAK AGAIN! I AM CLOSE TO STARTING ALL OVER! GOD DAMMIT! 
Try 
Binding 'snap verticies to grid' to your spacebar and banging away on it like a madman as you do terrain. 
Ijed Speaks De Truth. 
Seriously, someone else mentioned this too and it really works wonders IMO. 
I'm Ashamed To Say... 
I won't be continuing work on this map and I've disappointed you all and I am disappointed myself. encountering errors like this is just another way of learning to map and hopefully I won't make the same mistakes in my newer map.

Sorry guys. :( 
Yes 
You're getting micro leaks between the brushes, this is just how TB works, for now at least.

There is also an option 'force integer snap' but this leaves it difficult to make anything that isn't a box.

I notice a similar problem with texture alignment as well - rotated brushes often end up with .36381819 scaling and positions. This inaccuracy seems to cause drifting as the brushes get moved around.

Shame I only noticed after duplicating a shit tonne of wonky crates around the level :L 
Yes 
You're getting micro leaks between the brushes, this is just how TB works, for now at least.

There is also an option 'force integer snap' but this leaves it difficult to make anything that isn't a box.

I notice a similar problem with texture alignment as well - rotated brushes often end up with .36381819 scaling and positions. This inaccuracy seems to cause drifting as the brushes get moved around.

Shame I only noticed after duplicating a shit tonne of wonky crates around the level :L 
Nonono 
Force integer snap does NOT make anything difficult. It just prevents you from creating invalid brushes and it should be enabled at all times. You will have less leaks and you won't have to snap the vertices to integer coords anymore. In fact, what you're doing restricts you a lot more than just leaving the "force integer plane points" option on.

And what do you mean that rotated brushes end up with that particular value for scaling and position? 
Really? 
I tried it in a much earlier version and found it very restrictive. Didn't mean to crap on your editor!

The drifting is that the decimal values appeared over most of the rotated crates I've got, and the alignment has gradually shifted as I duplicated them around the level. It's probably you've already fixed this, since I've been building this map for quite a few months now.

I actually have a few test maps to send you on the bug tracker, a hard crash and the texture drifting issue. Probably of academic interest only, since I think these should both be corrected with Trenchbroom2, from what you've mentioned of it.

I'll try and get those maps to you next week in any case, give me a nudge if I forget / am too slow. 
Great! 
Thank you! 
Looks Like,,, 
.. TB suffers from the same floating coordinate issue QuArK has... 
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.