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
Hmm 
necros: u have to click on the texture (opens detail mode) then paste the one you want (ctr-v)

fst: haha. I dont know whats wrong with your compiling.
I`v never tried to compile from gtk myself

Get sleepwalker`s map converter and convert to q1 map, then open in your normal q1 editor, cleanup any errors and them compile (thats if you can map without compiling and checking everything in game every 5 minutes).
Also check necros (pq/necros) guide on quake1+gtk mapping, might help.

If you want it explained in russain - email 
Quake1/GTK 
First you got to have your textures extracted to a folder in your Quake/id1/textures/xxx folder, where xxx=the name of your .wad file. Use texmex. This is so GTK can read the textures and show them in the editor. You must also have the texture .wad file in the same directory as your compile tools. Also, the texture .wad file you are using must be added to the worldspawn of the map, otherwise they will not show in game. Also, you cannot compile the map with the GTK tools (not for use in Quake1 anyway) you must use Quake compile tools, just incase you didn't know.


qbsp, vis compile tools can be found here
http://user.tninet.se/~xir870k/

and tyrlite here
http://www.planetquake.com/tyrann/ 
Let Me Explain Myself.... 
I have textures extracted in the correct folder in .jpg format.
I have map converter and regular compile tools.
I don't use (omg!) gtkr compile tools for q1.
I've read necros' guide and industri guide to (see post #22,#23).
I've filled the 'wad' key in worldspawn properties.
So i think there's something wrong with .wad files (2Abyss: it is in the same folder as compile tools).
Could you tell me what is the right format for quake .wad files and i'll convert my wads to this format (texmex? wally?).
2Speedy: thanks. your way isn't ideal but it does work.
One more question: what is the correct syntax for 'wad' key of worldspawn: 'textures1.wad;textures2.wad' or 'd:\textures1.wad;d:\textures2.wad' ?
Thank you. 
Texes 
If the .wad's reside in the same dir as your .map file 'texes.wad; texes2.wad' will be ok, otherwise you have to use the full path afaik.

To create a .wad file you can either use TexMex or Wally, iirc there are options in the save dialog to set the game you want to use this wad with. 
Sky Lighting? 
how do you guys do it? sure there is tyrlite's skylight feature, but that only lights from one direction for the entire map. if you need sky light coming in from more than one direction, you're screwed.

I've seen some people place a bunch of small lights along the sky-ceiling of their map, which seems like a good idea. My question is, what values are appropiate? and how many lights? 
Sky Lighting 
The intensity and quantity of lights will of course vary between rooms and their sizes. Normally if I'm not using Tyrlite's skylight, then I use just one light for the sun, with a light value of around 200, and a wait value that's usually around .2, but sometimes more or less. Smaller, low-intensity lights (and anti-lights) get placed around to add ambience and enhance the shadows cast by the "sun" light. These smaller lights usually have a light value of around 75 (or -75 if it's an anti-light) and varying wait values, but generally .25 to .4.

Now here's the part where someone comes along and tells me how oddly I go about lighting outdoor rooms. 
The Secret To Lighting: 
play with it until it looks good. (This sometimes takes a while.) 
 
(This sometimes takes a while.)
And the award for 'Understatement Of The Week' goes too...

:D 
 
"delay" "3" lights have no falloff (just like sunlight) - might try that.

But the real thing is to use radiocity sunlight 
You Might Want 
to check out the enhanced sunlight feature of my Light at http://user.tninet.se/~xir870k .

It makes an attempt to make outdoor sunlight more realistic and specifically doesn't require an excessive minlight value to balance the hard shadows of the normal sunlight. 
Hm... 
if all you want is different sunlight mangles in different rooms, you could use q1rad, put the bounce to 0 (effectivily disabling the radiosity stuff) and then use the env_sky or what ever the ent is to do different lighting in each outdoor area.

erm... did that make sense? 
Also, What's 
Mirrored plane

got that when compiling a map with the q3map tool... 
Hi 
This is not a mapping question but anyway, does anyone know how to stop the player from tilting when strafing? It feels like the dude is standing on a skateboard. Thanks! 
Maiden: 
try messing with the various cl_* variables. One of them probably controls it. 
Try These Values 
cl_backspeed 400
cl_bob 0
cl_forwardspeed 400
cl_pitchspeed 250
cl_rollangle 0
cl_sidespeed 350
cl_upspeed 200
cl_yawspeed 250


I think it's the cl_rollangle 0 that does what you want. Experiment for best results. 
 
sv_friction 
I Especially Recommend... 
edgefriction -4 
Ahaha 
That was fun. 
Err 
I tried edgefriction -4 but it didn't seem to do anything. :/ What is it supposed to do? 
RPG: 
walk up to an edge. 
Heheh 
I see now. Coagula was not a good map to try that on. 
Lol 
 
Bsp Trouble Again... 
----+----+
5499 brushfaces
7363 csgfaces
4291 mergedfaces
---- SolidBSP ----
----+----\
*** ERROR 42: Didn't split the polygon in SubdivideFace


ok, get this error in bsp, and i'm wondering how on earth you pinpoint this sucker down. 
See Also Post #265 Above 
You'll have to locate faces that have low texture scaling values, < 0.2 is usually problematic.

If you can't find the offending value(s), you can use my ConvMap utility at http://user.tninet.se/~xir870k to set a minimum texture scaling value. Beware that this might make some textures look misaligned. But that might still be easier to fix than manually finding the culprit face(s).

The best thing is if your editor can help you trace bad scaling values, e.g. I think QuArK can do that. 
Oh... Hehe 
looks like i already ran into that problem... :) thanks again, aguiRe!

i'll try the convmap approach. 
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.