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
What They Said 
also if it's quoth, using the model system would be beneficial. 
You Know What I Mean Right? 
 
Not Really 
What you're asking, but maybe make the area more dynamic as well, in how the monsters arrive.

So having them roam along paths is a simple way of making a fight more memorable, as is having them spawn in some entertaining way - a lightning bolt and then teleport for example, or leaping through the windows into the courtyard below.

Those are pretty simplistic things that'll make the area more fun, you can probably come up with a load more. 
 
Ta for the suggestions guys. I'll have a fiddle and post another shot. 
What Others Said 
.. and maybe selecting another brick texture for the walls... Maybe some like in DKT3 or Doom3, or simply make your own ;)
There are also some textures that have details variation you may use...

Anyway, it looks interesting, but indeed there's lack of details and design touch tht makes the shot sexy ;) 
Do Not Select A Different Texture For The Walls 
ID1 works just fine. Stick with What Metl said - also, is it really that much more crazy than that seen in Tronyn maps? Those tend to look good and have high monster count and there haven't been *too* many complaints about r_speeds etc 
Zqf 
> Any suggestions/advice for making this not look crap but without a lot of detail? The area has a huge monster count so I want to avoid a lot of geometry detail :E

Vary the floor height. Steps, for example.

The polycount looks to be really low, so I wouldn't worry at all. 
Re #11331 
Only 1 fullbright is part of the 12 duplicate colors. So the other 11 duplicates are a mystery. Id wouldn't waste 11 potential extra colors. There could be some undocumented code applied to them for additional effects. 
Quake Monsters Etc Info 
I'd like to have a reference file for the different monsters as they appear in quake 1 that has information such as their health numbers, their attacks and what kind of damage they can do, and such information.

It would also be useful to have that information for the player's weapons.

I know that this information can be had by browsing through the .qc source, but I didn't want to reinvent the wheel if there already is such a document. Is there one? 
 
Weapons 
This is exactly what I was hoping to find, plus your conclusions from the stats. It's in my bookmarks, now. :) 
 
i do like that iD included a room clearing weapon without making it stupidly overpowered like Doom�s BFG.

My current playing around with slaughter maps I concluded that the main advantage of the BFG in a zerg situation is that the BFG is zero risk. The RL has a huge splash radius and is very painful. I considered giving out battlesuits like candy but it feels pretty bleh and is an invitation for the player to just rocket jump around like a lunatic which isn't what I had in mind. The BFG in Doom is like a shotgun, and at anything other than medium range the BFG is actually pretty shit, and the RL is much better. 
 
Oh I agree a lot on your idea of making the LG pass through enemies. It would make it the proper super weapon it should be, rather than just feeling like another nailgun with different ammo :p

<Begs for Quoth 3 lawl> 
 
anything other than medium range

um, anything *beyond* rather :E 
 
ruins has penetrating lightning. does full damage on up to 3 targets in a row. :)
also, when you get the SNG, the NG isn't selected during cycle up and cycle down and pressing 4 will select the SNG instead of the NG (pressing 4 twice gives you the NG).

and the fast zombies allows bullets and nails to penetrate as well, but nails 'start falling' after going through the first target so it ends up being maybe max of 5 or 6 zombies you can get with one nail if you aim upwards at the first zombie's head. 
 
also, when you get the SNG, the NG isn't selected during cycle up and cycle down and pressing 4 will select the SNG instead of the NG (pressing 4 twice gives you the NG).
And I got utterly confused and thought I had a bug.

Please do not do things like this. Some people (me) rely on weapon cycle to quickly select the weapon they want. If I know what weapons I have I can easily switch between them by using the wheel X times. 
Lol 
I agree with Spirit on that one. Sometimes, believe it or not, I like to use the NG even if I do have the SNG, for weak targets or to conserve ammo. It's easier to waste ammo with the SNG by over-shooting a target. 
 
Just tap fire it? :E 
I Take Back What I Just Said So Ricky And I Are Not In Agreement 
 
Yeah 
I'm not so sure myself, maybe it is OK to customise the way the weapons work in your own mod. 
 
that's unfortunate. :(
maybe better documentation was in order, but i like the new system too much to change it. :x

frankly, i find it far more annoying when someone makes a mod with the older progs sources (not 1.06) which don't have a cycle back impulse as i tend to use that solely for weapon selection. 
Zero Gravity / No Z-xis Move 
I am working on a map with some portions outside a spaceship... hence no gravity is required.
Having no gravity can be easily achieved using sv_gravity, but the player cannot move on Z-axis unfortunately... I though one moment fly mode will solve the issue but it didn't work either.

Actually I'd like to obtain equivalent behavior as noclip (in term of X-Y-Z acis move capabilities) but not passing through walls ? Is that possible ? 
Maybe, But It Would Require Some Experimentation I Think. 
i'm thinking you could do something similar to the fake water effect.

first to understand how the engine works:

quake first runs water physics on the player and only checks if the player is actually IN water afterwards.
AND
the variables that tell the engine that the player is in water can be changed via qc.

so, as long as you set the player's .waterlevel is set to 3, the engine thinks the player is swimming.

this allows you to move in all three axis. the problem is that, you also need to set the player's personal gravity (not sv_gravity) to 0 (or 0.001 since 0 defaults to 1) via the .gravity variable.
this will give you a perfect swimming physics effect. unfortunately, swimming physics has the sinking effect so you need to cancel that out somehow without stopping the player from manually swimming downwards.

note however that all this code must be done before physics are run by the engine. this means it either has to go in a touch function or in the playerPreThink function (NOT playerPostThink).

also, water physics has a lot of 'drag' on the player that causes them to stop moving quickly. so that would have to be worked around as well. 
 
I learned to map on worldcraft.

Now I want to learn to map for q1 using radiant style editors. Google reveals myriad versions of this thing, qeradiant, gtkradiant, netradiant, and others... I am confused.

So, my new dumb question is this: To map for quake 1 in the optimal radiant-based editor, where do I begin? 
 
i believe the only up to date versions of radiant for q1 are either gtkradiant 1.5 or sikkpin's QE3.

gtkr 1.5 is the version that works natively for quake. they changed some controls in 1.5 from 1.4 (making 1.5 inferior, imo). it's possible but slightly hacky to use 1.4 and use a q2->q1 .map converter.

Sikkpin's QE3 is basically gtkr 1.5 but without the retarded control setup. it does have a few annoying bugs, but they are consistent and aren't anything that can't be worked around. there's nothing that will corrupted your whole map, but, for example, if you have multiple point entities selected and you undo an operation on them, all but one of them will be converted into brushes the same size as the entity was.

if you want to give sikkpin's QE3 a shot, you can get the latest version here:
http://shub-hub.com/files/tools/qe3.1.0.5beta.zip
it's a little finicky to get set up because you have to set some directory info manually in text files, iirc.
there's a long thread here: http://www.celephais.net/board/view_thread.php?id=60225 for it, but just bump it if you have questions.

supposedly, baker was going to take a look at the QE3 source and make some fixes and such, but that was a long time ago.
at least the source is available, but there doesn't seem to be much interest in it. wish i understood it, personally (or could even get it to compile!). 
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.