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
Scampie 
an alternative would be to put a skip texture on the offending world face and make a func_illusionary with the same brush without skip on the face. i've done that a few times and it seems to work fairly well. 
 
you know how a gap in the floor with a clip brush over it acts like monsterclip?

how do I make it not do that? is that possible? 
 
try having a skip-textured func_wall that covers the gap. 
 
answer: a func_wall textured with skip! 
Or A Skip-textured Detail Brush 
to save an entity 
No 
detail brush is bad, as qbsp would cull the 'hidden faces' of the bit of the gap you want to see. detail brushes in q1 are not like q3 where they won't cut surrounding surfaces, they are like q2 where they are only 'structural brushes that vis does not consider' 
Well 
You'd need to make it an upside-down pyramid or something, so that none of the faces touch any surrounding geometry, apart from the floor plane.
Ideally, you'd make the func_wall the same way, to avoid creating unnecessary epolys. 
Like This... 
http://tomeofpreach.wordpress.com/2013/03/31/windows-in-quake/

Remember that skip will also block grenades and rockets, while clip doesn't, so make sure the gap is small enough for this not to matter. 
Ne_q1spCompilingGui 
Does anyone have this? I need it because Hammer doesn't accept comandline parameters for compiling.

The problem is that latest one asks me to install NET. framework 4.0, which i cannot install. As far as i know, v1.0 and v1.1 only ask for net. framework 2.0, which i have. Does any of you have any of this older versions? 
Yes It Does 
There's a small window in the compile dialog where you can type in every version of Hammer/WC.

Or you can just write a batfile. 
Coce... 
No 
* Ijed, the problem isn't to input the comands, is that Hammer/WC don't use them when you input them, at least those like -extra4 or -gate, for example, but uses them if they are -windowed -game xxx or -width xxx -height xxx or something similar.

A bat file can be a solution, i know how to make them, but what comands do i need to write into them? Just execute nomapversion.exe, light.exe, qbsp.exe, vis.exe in order one by one and relate them to an origin (.map) and a destination (.bsp, .pts, .lit)?

* FifthElephant, i have that one already, but thanks anyway. That is the version i was talking about that i can't use, i need one OLDER. 
Could Try Pm Necros Instead? 
maybe he has an older version on hand? 
Cocerello 
Here's one:
https://www.dropbox.com/s/rtxwxt9klgmn39b/compile_full.bat

Just edit it and replace with your map name and add/remove whatever other controls you need like -extra4 etc. 
Cocerello 
http://mobile.sheridanc.on.ca/~jonescor/temp/ne_q1spCompilingGui101.exe

no guarantee if it works or not. probably lots of bugs too. :\

how come you can't install .net 4? 
Thank You 
Ijed and necros. Will test them with the jam right now.

* Necros, i can't install it because it needs xp SP3 and i think that it has more disadvantages than advantages for me.
Apart from that, the internet conection i use this last months goes down on random, sometimes just after one minute, sometimes it last an hour, not that i can protest, as it is free. In those circumstances, downloading something as big as a NET. framework is imposible, even more a SP. 
?? 
I used Ijed's .bat for compiling my jam2 map and it looks like this. What i could do wrong to get that? 
 
Bad light map. Did you replace all the bits that said YOURMAP? It should be one to create the bsp, one to vis it and one to light - I think the last one you missed. 
Lit File Is Outdated? 
 
 
No, i substituted them all, and i saw light.exe running in the compiling window. Surprisingly, i cannot see light.exe now on Worldcraft's GUI when compiling, maybe i deleted something ...

By the way, i had to delete from the .bat -transwater -oldaxis -lit, for it to work. Told me that it couldn't recognize those parameters.

* Could you explain that outdated part, Mfx? 
Only Happens To Me 
 
Hm 
What compilers are you using?

Switch to Tyrann's!

http://www.disenchant.net/ 
 
Could you explain that outdated part

when you compile a map with coloured light, you get two files; the .bsp which has black and white lighting and a .lit file which has extra data that the engine uses to add colours. if the .lit file is from an older compile, it can make the map look weird in game because data is mismatched between the new .bsp and the old .lit. 
Cocerello 
So...now What? 
I've got Radiant 1.6 working with Quake (thanks Eric), I've got Necros his compiler thingie working and I can make and compile maps. Woot Woot!

Now, I want to make me some Quake stuff. However, I've never done SP before. Are there some unwritten rules for Quake SP design? Any tips? Feel free to share. 
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.