News | Forum | People | FAQ | Links | Search | Register | Log in
Base Pack
oh wel i love base theme so much that i start making another map just want to ask if is anybody interresing in making a episode? maby with 4 or 5 maps?!?!
First | Previous | Next | Last
Arrrrrrrrrggggggghhh 
Make maps, not war! 
^_^ 
metlslime is the wise man :) 
For All The Sexy Funcsters 
New Screenies of JackBoot Primate (my base pack map).

Started out as a purely Tiddle's style Industrial/Morter design, I've added some detail using Zerst�rer bunk textures to get a heavy grunge fusion going on here:

http://mortisville.quakedev.com/primate22.jpg

This screenshot is accessible from this vantage point:

http://mortisville.quakedev.com/primate29.jpg

Some smooth shadowing for the ladies:

http://mortisville.quakedev.com/primate31.jpg

There are dead bodies up ahead (keep your eyes averted from the left hand corner beam. Ignore it. Oooh look, a health pack!)

http://mortisville.quakedev.com/primate35.jpg 
Looks . . . 
Grim. And that's good.

The whole pack looks like its shaping up to be great. 
Looks 
like a good place to kill monsters in. Bring on the hordes! 
Mmm... 
Looks gorgeous! 
Thanks Everybody! 
One thing that stands out though is I've lazily over used that riveted sheet metal texture and need to vary it up. I'll keep it where it is on that wall in the pic primate35 though. Thanks to AquiRe's lighting tool that one has a nice supersaturated almost purple-ish undertone. 
Ht 
pretty nice...
is the alignment of the brown riveted tex on purpose, so that the rivets are not always on the outside?
Like in the last shot:
http://mortisville.quakedev.com/primate35.jpg
It would almost seem that a smaller texture would fit better? 
He He 
(keep your eyes averted from the left hand corner beam. Ignore it. Oooh look, a health pack!)

That was the part I was too lazy to fix, well too blurry eyed actually at the end of an evening of mapping to deal with at the time. The rivet texture shouldn't be on the crossbeams at all, but I also still need to work on the brushwork in that spot too so I just slopped the texture down for now. 
Two Small Quoth2 Wishes 
Could the Quoth team consider those:

1. Missing sound when a key door is opened.

That sound is not played in vanilla Quake (bug) and Quoth1. Qdqstats (and Travail) have it. It's probably only a small fix.

2. Key drops

That is probably my #1 Quake mapping wish, to have an enforcer death-drop a keycard. No idea how hard this is to implement though.

I think at least the first one counts as a bug report. 
 
#1 is easily fixed. Just changing which channel the key sound plays on, as I recall. 
Updated 
Check your e-mails guys, new patch out. 
HT 
I like your architecture and details, but that map badly needs some more color. Like light fixtures, or maybe even a proper secondary color. Now it's basically just brownish grey/greyish brown. 
More Triggers 
Spirit just came across this site: http://www.quote-egnufeb-quote-greaterthan-colon-hash-comma-underscore-at.info/quake/trig.php
Among other things, there are also some examples for additional triggers that might be useful in some situations, e.g. trigger_changetarget, trigger_random, trigger_if. 
Vigil 
I agree. What made the original Tiddle maps work well was the strong contrast of color and material themes. It is something I'm aspiring to get back to while mapping this weekend. 
Random Additional Quoth Ideas 
monster_bat

Like a flying voreling, this would be primarily an irritation/atmosphere tool. Especially in conjunction with the flashlight - they could react to light sources. A model could be pretty small and simple, as could the skin.

monster_eel

A swimmer that can exist in slime, unlike rotfish.

Proximity mines (lots of existing mods, would just have to be incorporated.) Perhaps DM only.

Spheres like in Quake2 mission pack 2. Defender sphere, hunter sphere, primarily useful in DM.

sorry if I'm babbling, I'm tired. -> bed

=) 
Uhm 
You guys don't know the "no requests" bit from the Quoth readme, do you?

Q: The new monsters are cool, but I'd like [insert generic monster concept here] for my latest map. Would you make it for me?

A: Feedback = Good. Playtesting = Good. But we don't do requests. Sorry.
 
Hey Where Can I Dl The Source To Mod It Myself 
 
Spirit 
True. Was still worth a try though. 
Note... 
Preach is getting quite a lot of stuff done. Necros had done most of the stuff we had asked for already so I'm not sure finishing it off is going to be too hard for Preach.

Whilst I doubt that any requested monster types will be added, I wouldn't put those trigger ents out of the question because 1. the work to add them is fairly minimal 2. some of them add a lot of general functionality to Quoth for mappers and 3. the code is already there on that page, so maybe preach won't mind adding them.

I think we are still lacking conditional triggers in the current version, and people are always asking about how to do them in the mapping help thread, so maybe that would be a nice addition for anyone wanting to make Quoth maps.

I'll go through the list (http://www.quote-egnufeb-quote-greaterthan-colon-hash-comma-underscore-at.info/quake/trig.php) now and give my thoughts on each trigger type. I don't have any need to use most of these things in any of my current maps, but I think that most of them could be beneficial to future maps.

trigger_changetarget - sounds amazingly useful and can probably be implemented in a general manner without much code. Allowing a trigger to make trains or monsters change path could be really cool, and in addition to the random trigger would allow the mapper to set up roaming monsters of some sorts without big changes to the AI.

trigger_random - quoth already supports multiple targets, so presumably having a trigger that can select from valid targets and trigger one of them randomly wouldn't be too hard but would probably be pretty useful.

trigger_explode - info_notnull can already be used to trigger explosions, although they can only be used once and the hack can cause problems when trying to load maps in deathmatch with some engines. Could be useful.

trigger_lots - quoth already supports triggering of multiple entities with target target2 target3 etc.

trigger_sight - Sounds a bit esoteric but a more general version that would also allow the mapper to set trigger on sight and within a given range could be a little more useful.

trigger_setspeed - I think quoth already supports this for func_trains although I'd have to try it to see how simple it is to use.

trigger_message - useful for coop. The option to have a sound and delay built into it would be nice.

improved path_corner/func_train - not sure, but I think necros added these for one of his maps but it didn't end up in the quoth documentation.

toggleable hurt/push triggers - sounds very useful. A more general implementation that allows any trigger type to be deactivated/reactivated would be fantastic, but I'm not sure how much work that would require.

doors that trigger after open/close - would be useful mostly because it would mean that if the movement of a door was blocked, any trigger based on the door movement wouldn't fire until the door was fully open/closed. Only as an additional option to the existing behavior though.

trigger_if - Could be extremely useful, although it sounds like a pita to implement. Can it even be done with one entity? I think you would need to have a trigger_output entity or something that could be triggered to activate or deactivate and then when the main trigger was triggered all of the active outputs would fire. That would allow if triggers, but MAYBE a more flexible system would be better. I'm not sure.

I'd like to hear Preach's thoughts on the trigger extensions. 
Trigger_sight Ftw. 
I can think of so many scenarios in which that would be awesome. 
Than 
You forgot the func_destructable (or whatever it was called). It's in Quoth1 but doesn't work.

Yes, no requests; but to have that working and destroyable by enemies and the player would be the muts nuts. 
Preach / Than / Kell 
On my current project, I used Quoth, and I have a weird effect when (quick)saving, and reloading the map. The monster count (at the end of the level) doesn't correspond to any of the skillset.. Any idea about this issue ?? 
Quoth Request 
A flag on all flame lights / braziers for 'burning damage' - the player takes 1 damage per 0.5 seconds that they're within 8 units of the light's origin. With the 'BBBB played with fire' deathmessage, of course. Wouldn't work for the tall braziers but the others would be ok. It'd just save a bit of legwork and entity count.

Ok, no more requests.

Except maybe drowning, burning and corroding monsters. And weight physics. With tipping. 
The Caretaker 
The way I see it is that I've taken over coding for Quoth, but I've haven't taken over designing. I'm a caretaker. So I'm trying to work with a soft touch, not really adding things that aren't already established in Quoth, just implementing promised features and bug fixing stuff. Even adding the key dropping feature was probably overstepping those bounds. If there was something that is absolutely needed for a one of the maps in this pack, then I'd probably relent.

Also, if you can persuade Kell or Necros it's a good idea, I'll add it. 
First | Previous | Next | Last
You must be logged in to post in this thread.
Website copyright © 2002-2025 John Fitzgibbons. All posts are copyright their respective authors.