School Is More Important Than Mapping.
#16276 posted by SleepwalkR on 2016/03/16 23:39:06
Okay, Here Is What I Think It Means...
What you are supposed to do is make an empty room where you will "store" your monsters. This room is supposed to be separate from your main map. Put your monsters in that room, and then put some teleport entities right on them. Then you go to the main room, and put a teleport destination info entity where you want a monster to teleport. Link the teleport destination entity to the teleport entity, and then you link the teleport entity to a trigger once in your main map. And you are done. Sucks that you can't just make a monster start disabled, and then trigger it to re-enable it.
Note: I have no idea how you are supposed to link the teleport and teleport destination together, so you may need to google a bit.
Delayed Spawn
#16278 posted by mjb on 2016/03/16 23:43:34
Some modifications allow for spawnflags to be set to not spawn a monster upon start. Then you need only target the monster in question for them appear.
Two popular ones that can do this would be Quoth and Arcane Dimensions.
#16279 posted by Spirit on 2016/03/16 23:43:53
If you knew how long some people take for their maps... Relax! :-)
Spirit
To be honest, I have no idea.
Also, your run Quaddicted, right?
#16281 posted by Rick on 2016/03/17 00:02:41
Why not try making a map without relying on teleporting monsters? I try to avoid it.
It's actually a kind of worn out mechanic.
A bit like Doom 3 monster closets, now that I think about it.
Rick
It's because there is little space for other closet. Please check the Revision 1: https://www.dropbox.com/s/wfj440tkrnq2bn4/guse1m2.zip?raw=1 Play the map. Either side is occupied by something, be it a door, a mechanism, a closet, or whatever. No space for a Vore trap after pressing the button, except I make a teleporting monster. Well, it's the best I can do.
Slopes Or Stairs?
Should I use slopes or stairs while making a deathmatch map?
Stairs
Figured it out myself
How To Make Map Overviews?
Like the ones in CS, but for other games like all the Quake engine games and UT (but especially Quake 1).
Example:
http://i65.servimg.com/u/f65/12/75/64/79/map_d310.jpg
I try to noclip out of the level and take a screenshot, but there's usually a Hall of Mirrors effect or having some parts of the map disappear.
#16286 posted by Rick on 2016/03/17 11:15:11
Add command "gl_clear 1" (without quotes) to you autoexec.bat to get rid of HoM.
If there's a lot of sky, that will get in the way also. Too bad there's not an option to turn off drawing of the sky.
Hit the + (plus) key a few times to hide the staus bar, and type the command "r_drawviewmodel 0" to hide the player weapon.
#16287 posted by Rick on 2016/03/17 11:21:12
Also, if you have fog enabled it might look better in an overview screenshot if it's turned off. Like I didn't do here:
http://quaketastic.com/files/screen_shots/Wish13_0007.jpg
Red Lettering For Messages
#16288 posted by mjb on 2016/03/17 14:46:21
Something I can't figure out:
How do you achieve the Red/Bold lettering on messages?
At the very least, in ad_swampy the textbook used to start the tome of power quest has an example.
I see that the message key has a value with/b The Rune Quest/b/ <--(Backslashes) but when I attempt that on my map it does not work which also uses AD by the way.
I have even directly copied MFX's textbook and it still does not display the lettering which leads me to believe I am missing an element here. Any help is appreciated!
While we are at it, are there other fancy lettering you can do?
Bloughsburgh
The colored lettering only works for server names and user names. I'm very sure messages are not affected by this.
Speaking Of Color...
How do you color lights? Is it in hexadecimal or something?
#16291 posted by Rick on 2016/03/17 15:39:55
It's a light entity key. I use 0-255 RGB
_color rrr ggg bbb
I don't know if it does hex, but I think you can use 0 to 1 if you want.
SpecialBomb
#16292 posted by mjb on 2016/03/17 15:54:50
Thanks for replying.
That makes sense but ad_swampy uses this inside of an entity's message key. It just looks like a simple bold tag but it does nothing if I attempt to use it on my map.
Well, At Least It Has As Many Colors As Hex
Also, do I need that underscore for the key? It looks awkward.
Bloughsburgh
Hmm. I don't know. Were you using vanilla Quake when you were playing it?
#16295 posted by Rick on 2016/03/17 16:21:18
Yes, the underscore is required.
The Light program will generate a .lit file with the same name as your bsp. That's where the light color data is. The lit file be in the folder with the bsp or no color light will be seen when the map is played.
As far as I know, the lit file is unique to each bsp. Every time a new bsp is created, a new lit file is needed also. A non-matching lit file will cause some very weird lighting effects.
Alright
I'm going to light my new map soon, so thanks for that.
#16297 posted by metlslime on 2016/03/17 16:58:23
hmm, backslash b should work, not sure how it wouldn't work for you unless the Tome of Power has special code to do it that isn't the same as trigger_once/func_door/etc. code.
The Mystery Continues
#16298 posted by mjb on 2016/03/17 17:07:45
Thanks metlslime,
I will try it on a trigger_once to see if I get the desired effect...that will rule out if that is indeed the case.
Masque Of The Red Text
#16299 posted by mjb on 2016/03/17 20:29:05
So using /bTEXT/b does not work even on something like a trigger_once. (Backslashes instead obviously)
I am at a loss here!
#16300 posted by necros on 2016/03/17 20:35:32
what engine?
\bSome text\b does work.
|