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
Fern 
Is it possible for you to rebuild the fr3n1m3 map using my qbsp? It's got those annoying tjunction sparklies. Or if you'd send me the zipped .map and I'll rebuild it myself. 
Define 
I asked for a link to yours and got txqbsp and treeqbsp. Whatever I used, it worked. But what am I SUPPOSED to be using? I hate those sparklies just as much as you. :) 
Using 
my compilers, you don't have to do anything special; they both default to tjunction padding (= no sparklies). It's some of the old compilers (e.g. dubsp) that default to no tjunctions (= sparklies). 
Yes Yes I Know What You Mean 
But I was under the impression that I already WAS using your compilers. Is this the wrong URL or something?

http://user.tninet.se/~xir870k/ 
Well 
my initial request above was for the released fr3n1m3, which as far as I can see has the sparklies, i.e. it's either built with an older compiler (e.g. dubsp, which you also asked about before) or using my compilers and adding the -notjunc option (definitely not recommended).

The URL is correct, sorry for the confusion. 
Lol :) 
I'll probably fix it soon then. 
Btw 
How do make elevator buttons that move with the elevator?

so how is done now?
some trick as in half-life, like a fake button on the lift and triggers at the corresponding spots in its extended positions? but how could it be done (preferably without hacks) that it only works when the lift is in the right position?
maybe with a skip/clip door blocking the trigger that was just used after the lift starts moving, while unblocking the other...
a very basic question... 
 
I'm guessing some sort of crazy setup with trap_spikeshooter logic gates would do the trick. Still you can't make the button move first then move with the elevator though. 
Well There Is One In Fr3n1m3... 
using a really huge button that moves outside the playable area when pressed. I might do something similar but better looking in the next map just for the heck of it. 
One Way To Do It Without Hacks... 
...is use a mod like pox extras, that lets you attach buttons to lifts, moving water that actually works and have all manner of particle effects.

There is more stuff in there too. I don't think I've seen a map using this mod yet though :(

http://developer.chaoticbox.com/quake.php 
Hmm... 
yes ok. but i'd like to figure out how it could be done in vq (the manual way).
fern, where is it? - i couldn't find it in the map.
sounds like this way it would only work for one-time lifts or lifts that go back into their starting position after some time.
but i am thinking of a toggle lift (door).

dunno about the logic gates thing.
the button movement could be simulated through doors or trains with a button0 texture (and a button1 texture at the same spot on the lift itself) which then moves into the wall, so the button looks like it's been pressed. this method would still rely on the trigger, though, and only work if the lift/button was adjacent to a wall. 
Person With Punctuation Nickname 
it's the scarab button on the final lift, and the trick is basically the same as you described in your last paragraph. 
Quake 3 
i've been trying to get into this a bit and i've found i have absolutely no idea about a lot of the stuff this engine can and can't do...

for example, are there any major engine limits similar to edict limit of quake1? can you make rotating brushes? how does clipping work for bounding boxes?

anyone know the answers to these questions? :P 
Necros 
I don't think there are any real engine limits, you'd be hard pressed to reach them if they're were I think.
Can't remember about rotating brushes, but if it's possible it should be obvious from the func_s available.
What do you mean about clipping on bounding boxes? For when you fire at models and such? 
Well... 
for example... does clipping work the same way it works in quake? ie: bsp generates different hulls for different sizes, meaning only certain size bboxes are allowed? or did id do proper collision and virtually any size is possible now?

and if i made a map with 5k rocket launchers, it wouldn't overload model limit or something? 
Necros 
Dunno about bounding boxes, considering it's a multiplayer game, I'm not so sure what they did in that area (all players have same bbox of course).
You can have 5000 rocket launchers in a map as far as I know, would just be slow depending on your machine of course. =)

What are you working on? 
Necros 
AFAIK the bsp process does not compute seperate hulls and all bboxes have collision computed dynamically. 
Necros / Kell / Anyone 
can you send me the qouth .fgd?

louismanningatgmaildotcom

I tried a few links and quite a few different types of searches but can't seem to lay my hands on it.

Cheers 
 
http://www.planetquake.com/necros/quoth/quoth_fgd.zip

and i don't want to say anything yet because i don't want to get anyone's hopes up. :P


AFAIK the bsp process does not compute seperate hulls and all bboxes have collision computed dynamically.
^_^ awesome, that's what i was hoping to hear. 
Hehe 
omg necros is making q3sp.

=) 
Naw 
it's a mod that makes all the players 500 lbs overweight! whenever you take damage, you gain weight, and if you hit 1000 lbs, you explode. 
Btw 
are there edict limits in D3?
i have a map i'm working on, and it's getting rather large, lately.

does anyone know about problems larger d3 maps can run into? (it's all brushwork, no premodeled areas like the hell levels) 
Necros 
So when a player explodes, does it print the message "Player ate a wafer-thin mint"? 
R.P.G. 
it's "waffer theeeen" actually 
LOL... 
...necros resurrects that mod.

Kell, monster_ etc. is still your mail? I was wondering if you'd received mine.

...and, go the Scottish swimmers!!! 
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.