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
 
Button Help [EDIT]
Posted by Yuccaz on 2018/09/02 19:49:35
Hi,
Sorry if this is in the wrong section but I couldnt see a way to post in 'Mapping Help'

Many thanks to Dumptruck for his great videos! After 20 years of loving Quake I am now enjoying making 'maps', something I thought I could never do. Whether anyone would want to play them is another matter :)

Anyway my problem...

I have created a button pointing to a train which works as intended however, when pushed it triggers all the monsters on he map? I can here all the fish and scrags all up for a fight, when I dont push it monsters act as normal eg triggered on sight etc.

Any ideas?

Thanks
yuc 
 
The buttons target field is probably empty. 
I Love You Muk 
:) 
 
I apologize for the probably idiotic question but I'm not entirely sure how to go about this, I'm not even sure if this is the right place to ask.
How do mappers record those sexy free roam demos they put up on youtube? do you do that with the mapping program and something like OBS or is there a way to do it in quakespasm? 
 
Not sure what type of free roam videos you're referring to but you can load up a map in your source port of choice, type "noclip" and "notarget" in console, and then fly around to your heart's content.

You can record a demo usually by typing "record name_of_demo" but then you have to go through the extra step of converting the demo to a format that can be uploaded to youtube. OBS as you already mentioned is the easiest method - you can use game capture and record straight to mp4 or flv among other formats. It's as easy as downloading the program, selecting game capture, maybe setting a few recording options, and then pressing the record button within OBS. 
 
Theyre recording a demo in the engine.

Bring down the console and do

record your_demo_name

you can name the demo whatever you wish. This is saved into the id1 folder if youre playing vanilla Quake. Otherwise itll be in the mod folder of whatever mod youre playing.

Then, to get the nice smooth look as seen in this video, run the demo file through this tool.

Just drag and drop the .dem file onto the tool.

Then to replay it in the engine, put the file into the id1 folder (or the folder for whatever mod you recorded it in), open your engine and do

playdemo your_demo_name

from there youll need to use OBS or some other screen capture software to create the video. 
 
Nice, the only other thing I needed to do was hide the gun model and now I can record some pretty footage.
Thanks man. 
 
r_drawviewmodel 0

to hide the weapon

crosshair 0

to hide the crosshair

change the 0 to a 1 to turn them back on. 
 
I already knew how to do that, but I didn't express myself clearly, sorry about that.
Thanks anyways to both of you, at first I replied before seeing the second message, but that smooth demo tool will surely come in handy. 
Button Help - Thanks Muk 
Hi muk, I renamed the target of the train and button and now all sorted, many thanks for your speedy reply. I have much to learn...I'm loving this map building :)
Don't think i'll release anything soon but may be one day once i've figured it all out. cheers Yuc 
Importing OBJ As Brushes? 
Is this possible to do? I feel the editor tools are too limited when it comes to creating complex shapes so is it possible to create a obj model and them import that as a brush? I know its possible to export brushes as obj so I was wondering if the reverse is also possible. 
Rotating Objects In Arcane Dimensions 
Hello, this is my first post on Func_Messageboard so I'm pretty new to the rules and the way things work here but I was wondering something.

In Arcane Dimensions 1.7 (the latest release), there was a map (I think it was ad_swampy) that had a contraption which definitely caught my eye. It was two cogs that rotated seamlessly in opposite directions. That may be just a minor detail to any other player, but it was quite amazing how smooth the rotating motion was.

Now, I know that this was done in Scourge of Armagon by hipnotic but the rotation there is not smooth at all...more clunky. And I read somewhere that the way in which the rotation was done there was very cumbersome and complex.

So I was wondering...how did the maker of that AD map make such rotating entities? I am new to quake mapping so I do not know if this is possible already but I'd certainly like to know how it was done. I'd love to have such a feature in one of my maps (if it is possible at all). If anyone can help me with this I'd be very grateful! 
Hakkarin 
#19867 
If you're familiar with coding you could collekt that info in the dev_kit1.7, that Sock distributes at his site.

Arcane_dimensions_devkit1.7 
 
It might be using .avelocity vector to rotate. If I recall that makes a brush entity rotate constantly. Just add key|value of avelocity and something like 0 100 0 for the value. You'll need to use the entity state system and a separate func_wall for the non rotating one. 
Rotating Brushes 
Source .map files are included with AD. Load it up in the editor and check it out. :) 
Quoth Problems With Some Entities 
I'm making a little map for Quoth but for some reason when I use the builtin trenchbroom quoth .fgd the bioboxes(they are just themed exploding barrels) don't appear in the map.
Other entities like plasma gun, forcefields, modified grunts and skyboxes appear fine

I tried to make a workaround by manually loading the .fgd from the downloaded quoth folder and although bioboxes appeared in the map the entity previews were messed up in TB(https://imgur.com/a/d772C8V) which makes placing entities harder

I assumed I would just use the builtin for placing entities and then manually load the new one for compiling, even though that is tedious.
But now even with the manually loaded .fgd bioboxes are gone!
Any help would be much appreciated, thanks! 
 
Make sure you have "developer 1" set in the console, so that you will see messages about entities falling out of the level.

It may be that something about the displayed bounding box for those entities is misleading (and therefore they might be placed too low or whatever). 
@barketmil 
Johnny is correct. Most likely this is the issue. IIRC quite a few of those entities in the FGD are a bit borked. I will ask around if there is a more up to date FDG that corrects this... TB has some FGD features that weren't available in WC and JACK. Maybe some one solved this. 
 
I updated the Quoth fgd included in Trenchbroom in v2.0.4, prior to that it had some minor things missing compared with Preach's master (a few extra flags etc.), but it should be up to date now. I'm not sure what the underlying cause of the bounding boxes seen in editor not matching what the game requires. Best bet is "developer 1" in the Quake console and giving problematic ents extra room. 
 
I made a very large map and the procedure vis is very long (in 7 hours only 30-35%). Whether there is a sense to use func_detail (as it correctly to use?) and whether it is possible for something to undertake still? 
 
Depending on the architecture on openness of the map, detail brushes can potentially save you a lot of VIS time. You'd have to restart the process, though. Normally, it seems VIS takes exponentially longer the closer it gets to 100%, so if you're already 7 hours in at only 30%, you can expect the whole thing to take a very long time.

Modern VIS saves the progress, so you can simply CTRL+C the process and do a func_detail test on a map with a different filename (and resume the current one if it proves unviable).
Turn structures into func_detail that do not block visibilty, for example columns, beams, and things sticking out from the walls. If you have terrain, like rocks, it can be helpful to make them func_detail as well while putting a flat brush behind it to seal the map. 
 
Thanks negke!

First start "vis" I had
14128 leafs
13820 clusters
48755 portals

After adding a few details, I got the following:
14184 leafs
13244 clusters
46904 portals

What affects the processing time? Leafs or clusters? 
 
Number of clusters and portals should be what determine the processing time.

The idea with func_detail is they're invisible to vis, so you have a simplified version of the map for vis to work with. A "cluster" is a leaf in the simplified map that vis sees. 
 
Thanks, ericw 
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.