Page 1 of 2
Alert Monesters
Posted: Sat Jul 29, 2006 9:40
by Hell_Best
Hi i wonder how to make alert monsters please don't send me to wiki becouse i don't understand there description please can someone send me a test map?
Happy for help
Re: Alert Monesters
Posted: Sat Jul 29, 2006 10:16
by Graf Zahl
Hell_Best wrote:please don't send me to wiki
I still do:
http://www.zdoom.org/wiki/index.php?title=NoiseAlert
You have to understand the concepts behind it anyway in order to use it.
Please try to understand the documentation before continuously asking for things you can find yourself with a little searching.
Posted: Sat Jul 29, 2006 10:53
by Hell_Best
ok
Re: Alert Monesters
Posted: Sun Jul 30, 2006 0:26
by NeoHippo
Hell_Best wrote:... becouse i don't understand there description ...
Happy for help
Don't take Graf Zahl's abrupt answers too personal. It's his way, straight to the point.
Just out of curiosity and no offense intended.
Why do you find it difficult to understand? Is it because of the technical matter of editing, or is it because of a language issue?
You certainly seem eager enough to get a grip on editing.
I hope you use either Doombuilder or Deepsea as your editor. SLADE, as far as I know, is still under development. And of course,
XWE as the lump manager.
The best way to learn anything about editing, is to take maps by other authors apart. Two maps come straight to mind:
1. LWM's map
adessa.wad for ZDoom. This is shockfull of ZDoom goodies. I must admit, that this is my favorite.
Wonderful creepy atmosphere. Too bad, it's unfinished.
2. Enjay's
Operation Overlord for GZDoom. You might want to play this one in GOD mode. This is one tough beach landing.
But, these are, by no means, the only excellent maps. There are too many to list them all here. Many threads here and in the
ZDoom forum deal with that. My point is, to learn, go through some maps. See what the author did and have the Wiki
open as a guide.
Re: Alert Monesters
Posted: Sun Jul 30, 2006 2:37
by Enjay
NeoHippo wrote:I hope you use either Doombuilder or Deepsea as your editor. SLADE, as far as I know, is still under development. And of course,
XWE as the lump manager.
Not to down XWE, because I like it too, but just to point out that if he does decide to use DeePsea as a map editor, he'd be as well to familiarise himself with its lump editing functions which probably have (slightly) more features than those of XWE. The only thing I am aware of the XWE does which DeePsea can't is set png offsets.
Oh, and thanks for the mention of my map.

God mode indeed. The beach landing is supposed to be hard.

Belial's demo of him playing the map showed
me how to do it. He found better, shorter, safer and quicker ways of doing it than me, and I made the bloody thing!
A fast computer is probably just as important as god mode too BTW.
Too... many... smilies...

Posted: Sun Jul 30, 2006 13:12
by Nash
The GZDoom version of NJOL has better framerate than the old custom port version.
Just one thing; I had to turn off dynamic lights at the beach part, but after that I can turn it on again and play through smoothly.
In the custom port version, it was unplayable at all for me.
Athlon 2000 XP / 512 MB RAM / GeForce4 MX 440.
Posted: Sun Jul 30, 2006 13:32
by Graf Zahl
The biggest frame rate killer is the radar. I deactivated that in the script and got an even larger speed boost.
Posted: Sun Jul 30, 2006 15:10
by Hell_Best
language. can not english very well
Posted: Sun Jul 30, 2006 15:26
by Hell_Best
This is weird becouse i do like everyone says but that sound won't play!
AmbientSound ("UseFail", 127);
i write this in the script in doom build but it won't play when i start the game
Posted: Sun Jul 30, 2006 15:31
by Sir_Alien
What language do you speak fluently?
Posted: Sun Jul 30, 2006 15:56
by Enjay
Is the script an open script? Please post your entire script.
Posted: Tue Aug 01, 2006 19:18
by Hell_Best
Script 1 (void)
{
Ambientsound("Alarm",127);
hudmessage (s:"Alarm";
HUDMSG_TYPEON, 2, CR_red, 2.0, 0.0, 3.0, 0.02);
}
Posted: Tue Aug 01, 2006 19:38
by Enjay
Your script is a (void) type. That means it needs something to activate it (eg, the player using a button). Change it to an open type
and it will run when you start the level.
Posted: Fri Aug 04, 2006 21:37
by Hell_Best
I already knows that but if i set it on (void9 and switch a buttom it won't play either
Posted: Mon Aug 07, 2006 14:43
by Enjay
Have you defined the sound in SNDINFO?