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
NewHouse 
You want to set the following spawnflags on your monsters (from the AD readme):

spawnflag SPAWN_NOGFX = 32; // No spawn effect or sound
spawnflag SPAWN_DELAY = 64; // Will wait for trigger before spawning
spawnflag SPAWN_ANGRY = 128; // When spawning will be angry at the player

Also set a "targetname" and have something trigger the monster when you want it spawn in. 
Common Misconception 
Even if I check set trigger_teleport's flag "2" on aka. silent, then I set "noise" 0 and "volume" 0, I can still hear that whoosh~ sound effect from the info_teleport_destination's location where monster switched.

This is a common misconception, in fact almost everyone thinks this is what it does first time. ericw has explained how to get the effect you want, but I thought I'd explain what the trigger_teleport flag is for. It disables the ambient (looping) sound that you hear when you are getting near a teleporter pad. 
Big Thanks~ 
Thanks for letting me know about those common features and now everything seems working just fine* it is good thing that the interface in TB2 also has hint messages when hovering those flags. 
 
From reading ericw's post it sounds like AD can simply spawn monsters on demand. If so, this may be a better option for what you want to do instead of teleporting them in from somewhere else. 
So... 
How are the cool kids capturing for youtube upload nowadays?

Fraps? 
Qc Details 
Look the screenshot

What I need to change in the value "other.items2"? In general what I need to change with the unknown values in the compiler?

(If qc is so hard to me, who knows about who can help me to doing a HUGE progs.dat 
Ijed 
I use Nvidia Shadowplay to capture game screens. I would probably use Bandicam, OBS, or the like if I used ATI.

Fraps always works but I find it to be so resource heavy. 
Qc Details 
you have to define/declare other.items2

there is no hipdefs.qc on your progs.src screens

or just put this
// have to use a new items flag because we ran out of bits in the original
.float items2;

inside your defs.qc (to the very bottom of the file) 
Textures In-The-Raw 
Much as I love a good google search, my efforts are proving fruitless for what I am hunting for. Does anyone know of a place to download all quake textures in a raw portable format such as png, jpg, tga, etc. 
TexMex Can Export To Jpg And Tga 
Just open wad, select all textures, then file -> export 
Ah, Great 
Easy sneezy 
#16690 
oops, I removed that hipdefs.qc 
Digs 
A small search for how to create ent files for quake ended here
Why Enemies Didn't Get Hurt By Gas/poison/fire, If They're Not Angry? 
I use Arcade Dimension mod, using quakespasm engine. I made gas trap and placed the enemy near to it, let assume it is fixing it or something. I use button to activate it, trap starts shooting its gas/poison/fire but enemy doesn't get hurt, how to deal in this situation? I also used button that can be fired by shooting it, enemy reacts to a noise and turns around and dies to that trap. 
Big Problem 
I've found that MHColouredLight(light.exe) does NOT work under win98se ! @#gulp#@

error: light.exe requires newer Windows version

Other light.exe(with colour) ?

thank 
 
Really you are gonna post that?

And if your only computer is a Windows 98 computer ... don't you think you have more pressing problems than whether or not MHColorLight will run on it. 
Sv_touchlinks: Next != L-Next 
What?

Fitzquake only problem? 
Hmm.. 
Sv_touchlinks: Next != L-Next

Well, I had to go back five revisions before I found a copy of the map where that odd message doesn't pop up.

It looks like it started when a specific door was added or the direction it opened was changed. What's really strange is that the message appears when I touch the trigger for a completely different door which has been in the map and working fine for years.

Another funny thing is that it doesn't happen every time. I can reload the map and go through the exact the same way and about half the time there's no message.

I'm pretty sure I've never run across this before. If it actually is just a Fitzquake bug, I wonder if I should just ignore it. 
Sv_touchlinks 
I think it's an engine bug; there are some details here (sounds like you can trigger it in vanilla quake):
http://forums.insideqc.com/viewtopic.php?f=3&t=4920&p=45279&hilit=SV_TouchLinks#p45279 
Hmm 
If I recall, that error occurs whenever you have two touching doors with one checked to "Don't link" and the other not. 
 
After more checking it looks like it was changing the direction the new door moved that caused the sv_touchlinks message. I can live with that door moving up/down instead of sideways if necessary. It isn't really needed at all, it was only added to make an encounter a bit more interesting.

If I recall, that error occurs whenever you have two touching doors with one checked to "Don't link" and the other not.

I'll go back and look at this. The door that was added does indeed touch the pre-existing door which now causes the message when triggered. I normally check "door don't link" without thinking, but maybe I left one unchecked. The new door needs to move, but the older one just needs to go away. It could easily be a func_wall that gets killed. 
 
Btw this might be a Fitzquake 0.85 only bug, or at least you might get a different message in other engines. I would at least check quakespasm to compare 
 
Though a question: aside from the message do you get any broken behavior? 
1 post not shown on this page because it was spam
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.