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
Necros #4403 
Not sure if your serious or not..., but select your patch, press s, check subdivide patch and adjust horizontal to suit. 
Re: Gl_fullbrights 0 
This will also disable fullbrights on torches, muzzle flares, and lightning bolts

I didn't really see any big differences about what you mentionned here... errr... though the effect might be for sure different with different engines.. At the moment I only checked the command with aguirRe's engine and FitzQuake.. I will took a much more carefull look on this point...

In anyway, thanks for the tips. 
In Doom3 
what the hell is owl-neck? i've never played it, so i'd love some explanation :) 
Owl-neck 
When you take damage, your view swings around like crazy, which makes fighting the fast melee monsters quite annoying, as when they start inflicting damage to you, it becomes pretty damn hard to aim and fire at them properly to get them to shut the hell up. 
 
Not sure if your serious or not..., but select your patch, press s, check subdivide patch and adjust horizontal to suit.

cool, thanks for that. i think i'm just blind, actually. o.0 
Thanks Bal 
 
Re: Re: Gl_fullbrights 0 
This will also disable fullbrights on torches, muzzle flares, and lightning bolts

Metlslime, I checked what you said, and you were right (sorry, I would have to believe you... thousands apologies... :P... ).
However, I made further tests, and the results is I have to choose my textures very carefully. Then I guess I can keep gl_fullbrights 0 in my config file, just because:

1- My new project uses DKT1/3 texture sets which are globally base/modern textures (nothing like mediaval gothic stuff, only metal, computer, etc..) so I will use no torches... The idea is to try to be as consistent as possible, like I was with CDA using only DKT3 textures...

2- The "light-effect" rendering ingame (i.e using FitzQuake) can be balanced adding lights at judicious positions... I guess it wil be the same with other engines. I also made the test with flashing electric textures, and it was not bad at all IMHO...

3- I will try to avoid lightning bolt gun use in this map to solve the issue you mentionned above (removing it from the map is an option...)

In fact, I think the visual effect can be equivalent with or without gl_fullbrights set or not... I just have to take care about what I do..

I will post screenshots later to let you see the effects.. ;) 
Um... JPL 
Dude. Seriously. Just fix the textures. 
HL2 Displacements... Wtf!? 
Ok, is it just me, or do HL2 displacements actually suck complete arse? What the fuck is that TERRIBLE displacement editor in Hammer? Effectively a displacement has the flexibility of a patch in Max, but the tools are designed as to make editing its geometry in an kind of meaningful way a near impossibility.

Seriously fucking dissapointed... Is there any way I can move the displacement vertices around like vertices of a brush?

Or maybe someone has some handy tips or a link to a good guide... 
JPL 
It will be better if you fix the textures instead. It is very easy, even if you have no experience with TexMex. 
Jpl: 
shutting off fullbrights to fix crappy textures = cheap hack
fixing said textures = proper fix. 
Oops 
cross posted with rpg! :o 
 
JPL ffs listen to fribbles
It takes 5 mins MAX and if you dont know how to do it ill do it for you ok? just come on irc or something and message me 
Flamed In Flight... Arghh... 
OK OK calm down please...... I downloaded TexMex yesterday, and I've just made a quick test some minutes ago. It sounds quite easy to modify textures while I still didn't find a Q1 palette related features to convert DKT textures... Is it existing at least ?? Unless it was this brightness adjustement feature... Well... I'll made further tests and I will see if it works well or not... The map is at its beginning, so there is around... hmmm.. 20 seconds of building (TxQBSP, fullvis, tyrLite)... so not a big deal to test the textures ;) 
Fitz Won't Load My Speedmap 
call3 450 setsize setsize
plats.qc: plats_spawn_inside_trigger
plats.qc: func_plat
no function
backwards mins/max
host error:program error

fuh loads it. there is a plat in the map. 
Bambuz: 
- send me the map.

- also, try it in aguirre's engine. 
Than 
Some tips:

- You need to use brushes of equal size if you want the displacement surfaces of two seperate brushes to attatch cleanly with no hassle.

- To move the displacement vertices as you would a single vertex on a brush, set the 'Radius' to 0 and the terrain tool snaps to the point where the vertices meet.

- Displacements don't work on brushes with more than 6 sides.

- Only select the face you need the displacements to show up on (as you would texture a single face) when you create your patch

http://blitz.circa1984.com/blitz_06_16_ver20009.jpg
http://blitz.circa1984.com/blitz_06_16_ver20002.jpg

You can make some very nice dirt piles and rock formations with a little work ;)

If you have any other troubles, get on #tf or send me an IM at 'lolleyballz' 
JPL, 
I like the feel of those texture sets too. I'm curious, do you plan to use the base Quake monster set, or a mod with tech oriented monsters? 
HeadThump 
For the moment I didn't yet thought neither about monsters placement, nor items placement... I only started the architecture design... I also guess Quake base monsters should be enough, while I'm seriously thinking to use a CyberDemon for the last boss.... I get a mod where there is CyberDemon monster model, and I found it not bad at all (if I remember well, I find it in a Doom level remake named "Tower of Babel" done by Marc Fontaine... BTW who's this guy ? I never heard about him... )..
Anyway, I will see later how it could fit with the map.... and then I will decide if I include a (or more) cyberdemon in the map... 
Thanks, Blitz 
I actually bothered to look online and found some helpful tutorials. It turns out that I don't have to move vertices with the crappy spraycan, and can use vertex edit mode to move them instead. Should be good! (proably crap though, I'm guessing)

Screens look interesting. Are you making a cs:s map? 
FUCKING STUPID DISPLACEMENTS 
ok, so I was wrong about the vertex edit thing. You CANT edit the vertices directly, just use this stupid paint geometry shit, which doesn't even make sense. Why the hell to the vertices not move along the face normal when "face normal" is selected? Why can't I just position each vert where I fucking want them? Why do the verts move at about 5000 million miles an hour when I try to move them?

Ugh. 
Re: Sm110 Bug 
i found it!
the crashes were indeed related to the teleporttrain. for it has to be triggered (be moving on its path) BEFORE it can be used as a teleport destination (at least with the mentioned engines).
but there is another catch: it has to be triggered some time before the teleportation, so just placing a trigger_once in front of the trigger_teleport won't do. apparently there has to be a delay of at least .2 or .3 between the triggerings, otherwise the game will crash.
i more or less fixed it with some temporary solution in the map, but it will work fine if it's used like in end.bsp. 'more or less', because the game still crashes with the same error message when the player comes too close to the moving teleporttrain in the tunnel (shoudn't happen though, because of spawning monsters).

this is probably not rooted in the progs.dat, i assume, as this bug only occurs in some engines and not in others, but i couldn't tell for sure. maybe it's just logically obvious - i don't know...

btw. aguirre: the map loads correctly and works in winquake-bjp's window mode, but it still crashes with "unbalanced unlock" in fullscreen mode for whatever reason. 
Negike: 
this is probably not rooted in the progs.dat, i assume, as this bug only occurs in some engines and not in others, but i couldn't tell for sure. maybe it's just logically obvious - i don't know...

Is this the one you said wasn't a bug in fuhquake? Well, fuhquake has a totally different progs.dat becuase it's a quakeworld engine. 
Quake, WC1.6, AguirRe's Latest Tools... 
... latest mappage; BSP signals "Solid BSP", calculates Hull1, begins to calculate Hull2 then indicates a leak. First time I've come across this particular order of things. I've gone back in and simplified the geometry in the indicated area, no change. Pointfile only passes through brushwork at one place... the middle of a large solid floor brush?

Any ideas? 
Prolly Everyone Klnows Already ... 
http://www.iddevnet.com/quake4/LevelEditor

must read for q4 (and d3 too ) mappers 
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.