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
Connecting Maps 
I made two small seperate maps with availabe doors.
In Quark6.6 I make a copy of one map.
Then I load the second and paste the first one.
II made sure the maps are on grid and close tight to eachother.

When I try to enter from the first to the second,
there is no visible bar but, I can't get through. 
 
Rogue clip or skip brush? Some bounding box in the way? What if you delete the brushes around the map transition? 
@-negke 
I have no idea where to search. I remembered I have met the error earlier. Then it were misaligned brushes.
In this case all brushes are on grid.
xmirror 
 
Have you actually snapped all brushes to the grid? This is important especially when working with Crocodile Dundee-type of editors like Quark.
Also be sure to use up-to-date versions of the compilers, not the old ones that come with Quark. These for example. Using them, the map leaks, but it appears the corridor in question is accessible. Might be some odd floating point/degenerate brush issue.. 
Found It 
The Axe_Ogre would not walk over gaps of 32 units. I left in a microbrush on the floor.

Why won't the Ogres cross 32 units?
They are big enough I think so. 
 
Monster movement code uses hull 0 instead of hull 1 or 2 for checking the floor. This means any small gap deeper than step height will be a barrier to monster pathfinding. 
It's The Same AI Code For Little Guys And Big Bads 
 
Ai J Ai 
Will find myself in Gulliver once I reach Hull.
I have to tag that movement code better.:P 
 
Which tool do you guys use to create sprites for Q2? How can i create an sp2? 
Anony Mouse 
Quake1 uses FirmG to handel sprites. It has a lot of output extentions. Don't know if you can view q2 sprites with it. Quaketastic has a Firmg 0.2 under tools.

I'm not familiar with q2 sprites. It seems there's a program called:
Quake 2 Sprite Builder, but I couldn't find it. 
 
I could really use a cli tool for that. Can't find anything, though. :( 
Sp2 
if all else fails, just use a hex editor.
the format is basically trivial.
{magic="IDS2", version=2, numframes, {width, height, xoffset, yoffset, char pcxname[64] }[numframes] }
Yeah, sort enough to be able to commit to hunam memory, apparently.

Its the kind of format that should have just been a text file all along - hence .shaders being used for sprites in q3.

(q1 sprites are more complicated and also directly embed the pixel data. I don't recommend trying to hex-edit those...) 
Floating Powerups 
Anyone know how to make floating powerups in Quake 2? maybe there is some sort of brush I can set to collide with the powerup but not the player? Thanks 
 
Quoth2:

https://tomeofpreach.wordpress.com/quoth/tutorial/path_corner/

I have a problem with path_corner.
Can not use the "event" property. I set the "event" in the patch_corner, but when the func_trian leaves this point, there is no event. Is this the right name for the property? 
 
Make sure you have the full Quoth 2.2.patch from here

https://tomeofpreach.wordpress.com/quoth/

THIS IS DIFFERENT FROM QUOTH 2 OR QUOTH 2.1 OR QUOTH 2.2!! 
@Qmaster 
I have last version 2.2 
 
If you have latest 2.2 patch or full then it should work. Make sure the event has a unique targetname. Wait key will also work on newest version 
Yes, the event has a unique targetname. But still does not work 
 
If other quoth stuff is working try reinstall https://www.quaddicted.com/reviews/quoth2pt2full.html 
Event Bug 
Do you have "wait" set on the path_corner? The page you linked says that event isn't compatible with that (it's really more an acknowledgement of a bug than a design decision, but still). 
 
Maybe a silly question, but how do people get it so that textures on faces that aren't parallel to the grid don't stretch? 
 
I use Valve mode to prevent that. You can convert to Valve format by using Eric's tools and you can also choose the format when creating a new map in Trenchbroom (drop down menu on bottom right when selecting the game for which you want to make maps). 
 
Ah, the map format thingie. Thanks. Guess Valve is useful for something these days. 
@Preach 
No, "wait" not set 
1 post not shown on this page because it was spam
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.