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
 
I had this question earlier today:
What's the difference between TxQBSP and TreeQBSP?
I'm a QuArK user (never managed to switch :( ), as far as I heard TreeQBSP is better for QuArK?

Thanks for your work on these tools! 
This Is A Question I Also Ask Myself Sometimes 
 
Probably The Most 
common question, here are some answers from earlier in this thread:

http://www.celephais.net/board/view_thread.php?id=4&start=2076

Basically, they're both nowadays very similar (almost identical in results) and you can use whichever you prefer. I use Tx myself. 
Thanks AguiRe 
I'll switch to TxQBSP then :) 
Aguirre: 
if they're both really similar, why maintain both? 
Metl 
You already asked me this in January ... ;)

I keep both of them because they produce the same results, but internally in different ways and thus they might offer some help in tricky scenarios (like a 2nd opinion). 
Aguirre: 
yeah, sorry, i keep forgetting the answer :) 
Rotating Weapons 
Can I stop the weapons rotating from within the editor?

I've played with 'spawnflag' to no avail. I've also removed the 'rotate' flag from one of the weapon models, also to no avail. 
Turn 
It is possible to stop the armor.mdl turning around by deleting the option in the QMLE modeleditor in the model property editor.

So it was my first thought to change it there.
But the weapons ain't got a turn option.
Must be somewhere in the QC-files. 
Mike / Madfox 
removing the 'rotate' flag with a model editor (qme) does work and is the only way to stop the models from rotating as far as i know.
are you sure you started the game the right way, with the modified models being placed in a subdirectory\progs? 
Doh... 
...I have to stop editing after midnight: I modified the SNG mdl but used the NG in my test map!

It works OK. Thank neg!ke. 
Miscellaneous Questions 
1. How do you have monsters "teleport in"? Say there is a button and if you press it you want 5 monsters to appear.

I take it I have the monsters sitting in some inaccessible room, but I'm not familiar enough with triggers to know how to make a button do that.

2. Deathmatch starts. How many are needed to make a map support deathmatch? What happens if 8 players try to play a map with only 4 deathmatch starts?

3. Does deathmatch also utilize info_player_start and info_player_coop spots? I would guess the answer is no.

4. Is there a way to cause a message to appear on screen for ALL cooperative players? Like if someone pressed a button that said "the crypt has been opened". 
One Trigger Triggers Multiple Events? 
Can a single trigger, like setting up a button, trigger both a lift and a door? 
... 
Forgot to add/specify ... the above 5 questions I should have stated "without using Quake C", just for a standard map with no progs.dat 
Baker 
1. I take it I have the monsters sitting in some inaccessible room
Yup. I call them 'spawnboxes'.

how to make a button do that

give the button a key/value "target" "blah"
then give the trigger_teleport "targetname" "blah"
where 'blah' is whatever you want.
Remember that you should only have one monster teleported to one destination per triggering, otherwise multiple monsters will just telefrag each other, a la the intermission of e1m7. So use a separate trigger around each monster.

2. There's no technical requirement, the number of starts is a tactical gameplay decision for the mapper.

What happens if 8 players try to play a map with only 4 deathmatch starts?

4 players will be instantly telefragged. Followed by the other 4, if they don't move their arses off the spawnpoints sharpish :P

3. No, it doesn't use them.

4. Not that I know of, but I haven't ever really tested.

5. Yes, if the lift and door have the same "targetname". Both will be triggered at the same time, when the button is pressed. 
Baker 
Take a look at http://www.planetquake.com/worldcraft/index2.shtm for a lot of info and tutorials regarding mapping, entities atc. There are also similar stuff at http://www.gamedesign.net
Baker 
4. Is there a way to cause a message to appear on screen for ALL cooperative players? Like if someone pressed a button that said "the crypt has been opened".

Just guessing here, but maybe you could do a trigger_counter with a count of 1 and a "message" of whatever you want. I think the trigger_counter message is broadcast to all. 
Tried Trigger_multiple It, Didn't Work For The Coop Player 
Looks like that would require QuakeC 
But.. 
trigger_multiple is not trigger_counter. 
Hipnotic Development Kit? 
Are the Hipnotic and Rogue development kits still available somewhere? (I have the Zerstorer one)

Google isn't turning up anything.

In particular I'm after the force field/particle field QuakeC. 
Or 
look for the custents devkit which has both the hip and rogue code stuffs as well as other things 
QC Source 
Got 'em 
And it occurs to me how doomed Quake would be if we ever lose ftp.sunet.se (the final mirror).

aguiRe, ever thought of adding Tyrann's "remove_skip.exe" code into txQbsp? I can't see someone using a texture named "skip" texture for anything but for a "removed texture". 
There Are Other 
idgames2 mirrors, but I only know of sunet's planetquake subdir, which actually contains a lot of stuff.

No, I haven't thought of putting that feature into qbsp. 
Skip Removal In Qbsp 
yeah, this would be nice. Probably should be off by default and activated by command line.

Tyrann's skip removal tool is pretty hacky -- it doesn't remove the surfaces or marksurfaces from the file, it simply shortens the list of marksurfaces for each node. Or something like that, i can't remember exactly.

A more robust version (actually removing the faces from the bsp, not allocating lightmaps for them, etc.) would only really be practical if it was handled during the qbsp stage. 
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.