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
Just My 0.02 
I should centralize the level anyway.

If you haven't done this yet, I'd say that should be first priority. Requiring protocol 999 (or bsp2, for that matter) when it isn't actually necessary seems like a very messy solution...

(I mean, technically one could make even e1m1 require protocol 999 by moving the entire map to the +/-4096 boundary.) 
Move E1m1 To The 4096 Boundary 
That would be neat prank actually. 
Ahh! Found It! I Found Pritchard's Nailgun! 
That was hard to spot. 
 
You could place the nailgun over a hole, put a really bright light in the bottom of the hole, then hide the hole by filling it with a func_wall. If too much light escapes the hole, make it a spotlight. 
Total_newbie 
What light tool / version are you using? I can't reproduce that in my tool.

Generally segfaults are always bugs in the compile tool, rather than the mapper's fault.

So I guess one can only switch standard, non-pulsing and non-flickering lights on and off? Right. It's just a limitation of the vanilla progs.dat though, this could be done with modified QC. 
Everything I Have Is About Three Versions Out Of Date... 
Generally segfaults are always bugs in the compile tool, rather than the mapper's fault.

Ah, ok, thanks for clearing that up.

I'm using your tools, but I have v0.15.4.

If you want, I'll upgrade and see if I can reproduce the issue.

What I really should/want to do, though, is get all of my tools up to date, but my primary tool, namely TB2, I don't know how to update short of a fresh OS install (which I'm reluctant to do at the moment) -- see my query in the TB thread
 
If you're on Windows, you can delete the TB folder, remove its entries in the registry and reinstall it. I can't tell for OSX or Linux. 
 
v0.15.4
ah ok, that explains the light crash :-)
Upgrading should fix that. Let me know if you need help building it on Linux. 
 
Thanks, ericw.

I seem to have run into a problem already, but I think it's something I messed up and has nothing directly to do with Tyrutils-ericw.

A bit of background:
A few days ago, I tried to install something called Drupal. I really want to learn how to build websites, and I read online that you can use Drupal to build a website pretty much from scratch. So I found it in the Mint/Ubuntu repositories and tried to install it, but something went wrong during the installation process (there were some steps I didn't understand, and I chose the wrong options or something), and now it isn't installed properly, but I can't seem to remove it either.

So, now:

When I tried building the latest version of tyrutils-ericw, I needed to install cmake -- but when I try to install cmake, the Drupal installation process tries to resume, and then fails again. As a result I can't get cmake installed.

Not that I expect you to know how to solve this problem, but maybe you'll at least be amused at how badly someone who knows next to nothing about the computer they're trying to use can screw things up. 
Nah 
don't worry, Linux package management just sucks..
what's the error?
I have hit the same thing on debian/ubuntu before, there's some magic flag to make apt-get work usually. also maybe we should move this to the OS thread...? 
Or Tyrutils-ericw Thread 
 
Color 
Is it possible to apply a color attribute to an entity that is not a light? Lemme explain: I have this idea of recreating the two fish scene from Coppola's Rumble Fish. This would require having one fish tinted red and the other blue. Would I have to retexture them or can I achieve this just with a color attribute? 
 
I'm pretty sure a retexture is in order, I don't think quake has any tinting keys by default, or in any mod that I know of. 
 
Damn! Incidentally, I guess it would also require altering the progs.dat to have two versions of rotfish, right? 
 
I wouldn't know specifically about that, I've never looked into quake modding in that sense, but I'd hazard a guess and say yeah, you'd need to do that. 
Mugwump 
Typically yes, you need custom progs, but you might be able to use some functions from other mobs instead of it's normal AI.

The progs whisperer preach would probably know more about this than me. 
 
I sure could use a progs whisperer! I'm a total n00b about QC and I would need to know the exact syntax, where to put the new code inside the file, etc... I don't even know how to edit that file. 
 
*I meant how to open it. 
Lol 
"The Progs Whisperer Preach" 
No Code Required 
Just add the blue skin to the model, then use the key "skin" "1" on the ones you want to be alternative colours. It's like a map hack, only you need a mod to make use of it. 
 
OK but like I said, I need two versions at the same time, one blue and one red. Would that be "skin" "1" and "skin" "2"? And where do I specify that? In the progs? In the map editor? Sorry but I'm a total n00b in that matter, I don't even know what a map hack is. 
Monster_fish 
skin|0 uses normal skin
skin|1 if model has 2nd skin use skin 1, else skin 0.

The trick is to add skins to the model and put that fish.mdl in your progs folder. Then any monster_fish that you've added the key|value of skin|1 or skin|2 (if you have a 3rd skin) will use the new skins.

Note the programmer counting:
skin 0 = 1st skin
skin 1 = 2nd skin
skin 2 = 3rd skin
skin n = nth skin 
How To Add Custom Skins To Enemies 
key|value is specified in your map editor same as you would targetname. If using J.A.C.K/Worldcraft, turn off the SmartEdit button to add key|value pairs manually. The key is the name of the variable to assign, the value is the assignment.

Depending on mod support, the key may be overwritten by a default in the qc programming though I don't believe it will in AD.

Skins can be created as a .png
Original skin can be accessed using: http://pecope.co/experiments/quake_web_tools/QuakeWebTools.html

-Webtools:
-Drag and drop the fish.mdl into the webtool
-Drag the skin and drop it on your desktop
-Edit the skin in your 2D program of choice (e.g. Gimp)

Skins can be added back to the mdl by Preach's java package though it's horribly obfuscated how you actually use it. I have to figure it out on my own everytime.

Alternatively you can try AdQuedit but be careful with it since it will let you delete the C: drive. I have trouble getting the palette to load correctly anymore but you may have luck. 
Preach's Model Tool 
https://tomeofpreach.wordpress.com/qmdl/

Don't look at me. It's not clear how to use it. 
Thanks A Bunch, Qmaster! 
I'll try to see what I can do. I hope I'll pull it off. Your explanations are very clear anyway, so if I don't it'll be because of my own suckage.

"Depending on mod support, the key may be overwritten by a default in the qc programming though I don't believe it will in AD."
Good thing I'm planning this map for AD, then... 
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.