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
Gosh 
I hope I understood that. Thank you Preach!

TROUBLE: Building E1M2
----------------------

I need help. I am trying to build e1m2.map, straight from Romero's zip file.

QBSP gives me a warning about texture +1SLIPBOT not found. Of course, there is no such texture in wizard.wad! Is the map file faulty? I went the extra mile and downloaded wizard.wad from quaddicted. Problem remains. I changed that face to wiz1_4 or something, warning is gone, but:

QBSP then doesn't write a .prt file for no apparent reason. Sorry, I have no idea of the details involved, just trying to build the map. The wad is in a dir named gfx in the same folder as QBSP, the map wants gfx/wizard.wad. That should be OK.

Following that, vis says "no prt file found" and exits :-(

I have built an original and a modified e1m1.map without problems with the same setup. Got a .prt file without problems.

Qbsp does NOT give any error messages, just no .prt file.

Aguire ? 
Err... 
...I've spike shooters firing at all sorts of angles in qte2m2? I'll check tonight, but I pretty sure all I did was add an "angles" field to the shooters then plug in pitch and yaw. 
Inertia: 
so you're thinking like, sneak into the storage shed, unscrew a light bulb so that someone from across the couryard notices it and comes over to investigate, kill him, but then hide the body so that nobody notices it and sounds the alarm, then throw a pine cone over behind the trucks so that they guards hear it and go investigate, leaving the front gate unguared when approaching from the west, then sneak up and garrote the other guard, then take his keycard and use it to recode the security locks... 
Gosh. 
All is fine. I have a prt file.

I fixed two leaks in e1m2. One was two parts of a slanted roof not lining up, the other involved some seriously twisted brushes (like, really deformed.)

qbsp had silently (grrr) produced point files, which contained leaks that quest didn't see. 
Metlslime 
yeah except the player would have a sneaking suit.


and a box.

or a few boxes. 
Yup... 
...adding the "angles" field with value "pitch, yaw, roll" to the shooter was how I got them to fire at angles. 
Cool 
That sounds way easier. thanks distrans :-) 
Fishcount 
I'm still missing the fishcount correction for my progs.dat of the proxsys mod.
Where can I find a good fish.qc ? Or was it qstats?

Also still searching for the angle error of the newboss. 
Madfox: 
it's a one-line fix. Just look at the swimmonster_start and swimmonster_start_go and related fish functions; you should notice that there's two copies of the line that increments the monster count, and you just delete one of those copies.

(this is from memory so the details may be wrong, but I know that if you look at the source, it becomes ovbvious.) 
Right 
but I'm a madcap when it's concerning qc.
even changing a line and correct it makes the compiler peak to errors.
I'm using fricdos, others won't even compile.

and I see two times swimmonsters_start but I can't delay them. If I delete the first one the fishcount still is double. 
Maybe A Stupid Question 
Hopefully an obvious one.
I was sitting around with some free time today so I decided to try and make a little speedmap. However I've encountered a frustrating problem along the way...

I have three doors, all with different names. They all go down. They are all within a close proximity to eachother. I have a trigger_counter that causes one set of doors to go down. When this happens the other two doors that do not yet have triggers also go down. Any ideas as to why?
I tried copying and pasting, then changing the name of one door. No doors moved at all, even when triggered... Can someone help with this?
Thanks 
Doors... 
if the doors' bounding boxes overlap or touch, they might be automatically linked by the func_door logic. To prevent this, you can use the spawnflag "DONT_LINK" or whatever it's called on each door. 
Trains 
does the same logic affect func_trains? 
Ijed: 
i don't think so. 
Key 
How do I open a Keydoor at the moment I'm in front of it? So not when I find the key somewhere else and return to an open keydoor. 
Madfox: 
set a spawnflag on the door (8 or 16 I think, one is for silver and the other is for gold) 
Madfox 
In Hammer/Worldcraft there is a "Gold key required" tick box in the properties field of a door entity. This way you can change the proper spawnflag. If your editor doesn't have such simple "feature" you should really change it :) 
Thanks 
I am using Quark65, and when I set a door to a key it changes the spawnflag to 8 or 16. If I return to the keydoor it is already opened. 
Maybe 
maybe you have added some wrong spawnflags to the key? 
MadFox 
You don't need to set a 'target' on the Gold Key or a 'targetname' on the door as you would for a button operated door.

I don't know if this helps? 
MadFox 
For further details about flags, etc... please take a look at Quake Map Specs link below

http://www.gamers.org/dEngine/quake/QDP/qmapspec.html

Enjoy ! 
MadFox 
You would find also precious information about Quake C here


http://www.gamers.org/dEngine/quake/spec/quake-spec34/index0.htm


Enjoy ! 
Argh.. 
Indeed 
It was rather simple. I always used a targetname to a keydoor.
Then they open straight away.
Without target/targetnames they open at the trashold. Me donkey.

Thanks for your reply.
Another strange thing. Can changing texture (so not polys) influid the lightmap texture?
I mean just correcting a few margins, not scaling.
My map crashed on allocblok=full after I tried to retexture it.
The original map compiled fine. 
Madfox: 
Switching textures should not affect lightmap size, but rotating a texture on a polygon might increase lightmap size just like scaling does. 
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.