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
This Is Awesome 
thanks for this Preach/Necros!

Just to confirm - the above link will provide a functioning fgd for the mod? 
Yeah 
but use this one: http://necros.slipgateconstruct.com/downloads/ne_dynamic.fgd

i corrected mislabeled entries where i accidentally put in a description instead of the actual name, so you'd see the description in the entity inspector window which was usually too long.

there's nowhere to put detailed info though, so just open up the .ent file in the original archive in a text editor and you can read the more verbose entity descriptions. 
Cool 
thanks again, might try to make a little thing with this. 
Oh Btw 
don't hesitate to email bugs to me if you find any! :) 
Mdl2map 
Does anyone know where to find this where the .map will open in hammer 3.5 ? 
 
it's in openquartz. 
NetRadiant For Open Arena. Where Do Textures Go. 
I'm doing some mapping for Open Arena in NetRadiant. Now for some reason my texture have decided not to load up in my texture browser. My question is where abouts do you put the textures once you've unpacked them from the pak file. At the moment I have them in a folder called textures in NetRadiant's baseoa folder. Thanks for any help. 
Dont Know 
But this might help you:

http://openarena.ws/board/index.php?topic=3120.0

Makes little sense to me but i never used netradiant. I did read from the link above that you shouldn't unpack anything.....

Hope this helps :D 
The Common Shaders 
Thanks for your help. That seems to have done the job.

But I often get this problem where the "common" shaders don't load properly, and whenever I fix it it seems to be by accident and I don't actually know what I did.
This is what i'm talking about...
http://i425.photobucket.com/albums/pp334/charlesr456/Untitled.jpg 
Staircase: When To Use Func_wall And When Not To 
What is the most elegant solution when building a staircase? A staircase creates a large number of triangles and shreds any adjacent faces even more triangles. But, because func_walls do not cast shadows, I hesitate to make every step a func_wall.

The solution I came up with is to have the wall and steps as regular brushes, but to include a sort of railing between them which is itself a func_wall. The stairs appear to be flush with the wall, but they are not. It also adds some nice detail.

However, depending on where the lights are placed it creates some bizarre shadows on the opposing side of the staircase. I had some success by creating a regular brush that hides inside the func_wall version, touching nothing but casting a shadow. But this is less elegant and more messy.

At this point, I�m not sure what to do. Is there a better way? 
New To Quake 1 Mapping 
Hey guys. I'm trying to use GtKRadiant for Quake mapping, but I'm having tons of trouble.

I got the vanilla id textures from Quaddicted and have GtKRadiant itself working.

I made a test box map and am compiling it with hmap2. That appears to work. But when I load it up in Quake, the textures I've chosen don't appear, instead just a placeholder checkerboard texture on every surface.

What am I doing wrong? 
OK, I Dont Know About Radiant, But.... 
When you export your .map file, you can open it in a text editor (i.e. Notepad), and at the top of the document is the Worldspawn information. There is also meant to be a line which tells the compiler where the .wad files are located. I would check that this location is correct. You can use full root loactions (i.e. "C:\quake\mywads\id.wad"). 
Success! 
Excellent! Worked like a charm. Thank you :)

Just in case, is there any particular trick to using multiple wads? 
What You Do Is 
Separate the wad locations with a semi-colon.

Example:

"wad" "C:\quake\mywads\id.wad; C:\quake\mywads\mynexwad.wad; C:\quake\mywads\mylastwad.wad" 
Stairs 
It really depends on the complexity of what you're building.

And lots of triangles probably isn't as bad as you think if its in a closed in area.

Post a screenshot so we can see what you're wanting to do. 
Yeah 
With limits of 65000 triangles (or 32000 in really old engines), then a few stairs is not really a problem. Trying to over-simplify the architecture by lifting brushes off the ground etc seems like a good idea, but in reality it often creates more portals and clipnodes. 
Stairs 
Thank you guys for the quick responses. I'm going to keep working at it, and if anything significant turns up I'll return. :) 
Help.. 
just for curiosity(eheh)
What if I use progs.dat from Nehahra?
what implications could arise?(eg. one must have Nehahra installed to play my mod?)

I'm creating my own little progs(small changes such as bg-music,deleted weapons I don't need,..)
BUT really I cannot implement a damn working camera for cutscenes!
And I didn't suspect that Quake is so limited with text/message entities!
I need large portions of colored text viewable on screen at different times during my mod for briefing and storytelling.. suggestions please ? 
 
for that... you should probably ask at inside3d and get ready to learn csqc. :P 
 
necros what is csqc? what is that "cs" ?
-already asked at inside3d.. with poor results.. they waste time in minor useless code details but weren't able to explain what I need 
My Dream Would Be.. 
.. making a Q1 machinima in the vein of Nehahra(kudos and respect to it!).. but still missing a camera code and text entities.
Besides I'd prefer stick with my own progs.dat(so no Zerstorer,Custents,etc..) 
 
i dunno what the cs stands for. but it's special engine supported code (requires engines like darkplaces) so you can change the hud or add stuff like text and such. 
Client Side 
 
Oh Hey 
thanks :) 
Necros.. 
one question.. have u ever used cutscenes in your map? 
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.