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
Tron 
hey good to see you man!!! will you finish tromdm3??? doom3 suck :) finish the map...look like will be a great one!!! 
Rats On The Run 
finally got it working so far. Adding new monster, but now...

they only appear when I use a brush substraction. Otherwise I can hear them, but they are invissible. In an empty map they squeek but are probably stuck in the groundbrush.
When I put in one brush, they come out of the brush, and dissappear(?)
When I use notarget in a brush substraction, they just sit and wait, untill I press notarget again, then they're gone.

http://members.home.nl/gimli/Quake00.jpg

help ! sinking ship ! 
Quake101.wad 
I search for quake101.wad or qoole.wad ALL the Net for the last weeks but I can't found that files. I found some links but they are obsolete. If you can help me, please, answer.
Thanks,
Ciprian 
Quake101.wad 
Thanks Quake101.wad 
Also I post messages on almost ten forums. Finally, with your help, I found it. Thanks a lot.
Best regards,
Ciprian 
Lost Rats 
then I posted the wad the same time on the Quake forum, Ciprian.

Those rats, could it be something with the MoveBox_Solid. As they vanish "into" the brushes? 
Kell 
Is your email working? I haven't received anything from you for a very long time. 
AguirRe 
It is, I just haven't been checking it for a long time, since Chapters dominated my communications, my sleeping patterns and my deteriorating mental state for several months ( I can't remember the actual penalty for seeing a polyp in the Call Of Cthulhu RPG, but I reckon both necros and I lost 1D6 Sanity Points just trying to make the damn thing fly )

Will check and respond. 
Rats On The 2nd Run 
How can it be a model sinks in the groundbrush,
and when this brush is substracted it becomes visible? 
Q1 Tools Update 
at http://user.tninet.se/~xir870k . All engines are updated with several features/fixes, e.g. improved demo playback handling. Light now includes multi target support and improved trigger checks. There's also a new demo conversion/validation tool; ConvDem. Please also see readmes for details.

Any comments are welcome. 
Hl 
does anybody have half life textures converted for Quake? 
Zaka 
used something in his maps i think, you should be able to rip them. http://www.saunalahti.fi/zakaa/ 
Arhg 
OK, Quake question.

I have a very small map, < 150 brushes total, and yet I am having an issue where a brush is greying out in software/Winquake, and turning into sky in DP/GLquake.

The brush is a simple, 6 face rectangle, seen here: http://blitz.circa1984.com/fucking.jpg

I am using Tyrann's compile tools as well, if that helps.

Thanks for any help you can give. 
Nevermind 
The brush next to it was causing the problem. 
What The Hell 
is that? The sword looks huge. 
Target Limit 
Is there any way to up the limit of entities with targets you can have in Quake 1? When I was working on PH8DM2 I wanted to have lights that you could shoot out. They worked fine, but I could only have about I dunno, several, instead of dozens. 
AFAIK There's No Limit 
on targeted entities, but you can't have more than 32 switchable (=targeted) lights. This means unique trigger chains; you can use same targetname on many lights. 
I See... 
So, might there be anyway to up the limit from 32? My idea is that you could voluntarily shoot out a light or 2 for effect, or maybe once you get into a firefight, your shots or enemies shots might hit a light and kinda play on the map's mood. 
Not Without 
both tool and engine/QC support, which may cause compatibility problems. They all use the entity style key to communicate this functionality.

If it's only QC, you might make it by adding new keys that are transparent to tools/engine but handled by custom QC. I may be totally off here ... 
Well 
Since I am too dumb to learn QC, I guess I am SOL.

I'll just have to do the cliche walk-into-room-lights-go-out-oh-no routine. 
There's Also A Limit... 
in terms of "lightstyles." There are 64 lightstyles, and 32 of them are reserved for switchable lights, and the other 32 are for things like strobe, pulse, candle flicker, etc. To go past 64 lightstyles would require an engine change to increase, and might require a network protocol change, too.

But, since there are only about 12 standard lightstyles actually being used, you could change the quakec to use the other ~52 slots for switchable lights. 
QuArK Mappers For Q1 
I've tried to fix the bugs and improve the help/hints for the Q1 entity definitions in QuArK 6.x; DataQ1.qrk. This is similar to the work of CZG's updated Quake.fgd file in WC and I've also cross-checked between this file and other available sources, e.g. the actual QC-behaviour.

This is basically a work in progress, but I think most of the stuff is in place. The file is here: http://user.tninet.se/~xir870k/DataQ1.zip . Backup the original and just replace it with this version.

Any comments are welcome. 
Q1 Killtargets 
Aren't killtargeted objects restored properly when just issuing an engine "restart" command?

I've an item that should float in the air and using a func_wall beneath the item that's killtargeted by a trigger_once surrounding the player spawn point, it only works properly when the map is restarted using the "map" command; "restart" or "changelevel" doesn't work (the item drops to the floor). 
Interesting... 
i assumed these all caused the level to load the same way (with the exception that players carry over stats during a changelevel)

It may be a bug related to the order in which edicts are processed; if so, maybe adding a trigger_relay with a small wait will solve it. 
Yes 
what's happening is almost certainly related to the very short delay - and variation thereof - occurring on map load.

The solution to your problem may simply be adding "delay" "1" to the trigger_once that surrounds the info_player_start. 
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.