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
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. 
Multiple Texture Wads W/ Radiant & Quake? 
Is there a way to swing this, or do I just have to shuffle all my texes into one .wad file? I tried adding a "wad" key to a brush with two filenames, and adding one key to two different brushes, but neither worked. 
You Can Do It... 
but fisrt, a wad is not a property of a brush, it's a property of the worldspawn.

the main problem is that radiant has a small area to type the value of a key-value pair, so really long strings (like two wad paths concatenated) might be too long to type in.

Solution: do it in wordpad. Radiant handles this approach fine; i guess it's just the text entry field that is too short. 
Wads 
Or you could put the wads near where you compile your maps, and use relative pathnames. 
Re "Multiple Texture Wads W/ Radiant & Quake?" 
Yeah you just add the .wad to the worldspawn, and separate different wads by ;
eg id.wad;rogue.wad


"the main problem is that radiant has a small area to type the value of a key-value pair, so really long strings (like two wad paths concatenated) might be too long to type in."

Nah, not true, I've had 5 wads typed in there, miles of room left. But you may have that problem if you leave the window the default size I guess, I have mine almost full screen 
Ahh =) 
So all I needed was a semi-colon? R4wk -- thanks guys =) 
Haha 
Nah, not true, I've had 5 wads typed in there, miles of room left. But you may have that problem if you leave the window the default size I guess, I have mine almost full screen

haha. Neato. I didn't realize that. :)

If you have your wads in C:\jimmy\program files\games\quake\id1\maps\wads\ and link to the full pathname, then I could see how you would still be limited to just a few, but at least you could fit in the whole pathname this way. ;) 
Textures... 
Does anyone know of textures for any game which fit the following criteria?

-Dark
-Mostly grey, black, white, not much color, but NOT brown or grimy (no steampunk or the like)
-must by tech, scifi oriented
-pipes and tubing a plus. ;) 
... 
sort of like the stuff you see in startrek firstcontact with the borg. 
Necros 
elite force, err elite force 2 :D 
And 
avp, avp2 
Hm... 
i don't know how to get the textures out of avp2, tbh...

and i do have the demo of elite force. heh, never occured to me. :P 
First | Previous | Next | Last
You must be logged in to post in this thread.
Website copyright © 2002-2025 John Fitzgibbons. All posts are copyright their respective authors.