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
Here They Are 
Darkplaces latest build, Tyrutils as compilers (used BengtLightColouredR2 as light.exe recently for the colored lights, hoping for something better but no dice) 
Try 
removing "light" from the worldspawn and see what that does. Recently seen a lot of people have trouble using a minimum light level, myself included. To be honest using a min light is generally frowned upon anyway. 
Still Doesn't Do It 
http://www.mediafire.com/download/jwq4cem33zg79pi/gravelwip.rar here's the map file with the wads included for those who want to try and fix this 
 
I think that is a logic error, not something with light.


CALL3 450(setsize)setsize()
plats.qc : plat_spawn_inside_trigger
plats.qc : func_plat
<NO FUNCTION>
backwards mins/maxs

=========================
Host_Error: Program error
=========================


Check your platform brushes. 
 
Yes, I can load it just fine if I remove the func_plats. 
 
Fuck, it's always the platforms, they can't handle negatives. 
Composition In Level Design 
I haven't been posting here since like... 2001? No idea if someone remembers me. I'm MaTi, I did MATDMx or MATSPx ;) Anyway, I wrote an article about Composition in Level Design.

http://level-design.org/wiki/index.php?title=LDWiki:Composition

...aaaand the Gamasutra version:
http://gamasutra.com/blogs/MateuszPiaskiewicz/20140817/223513/Composition_in_Level_Design.php 
Fern Doesn't Want People To Use His Version 
Well, fuck that guy then. How can you not allow others to use your stuff when you yourself are using the work that others have made freely available for you? What an asshat. 
Well, More Exactly 
it says in the text file:

If you want the originals, please go to these sites:

http:// ......

DO NOT RIP THESE TEXTURES FROM THE BSP!!! GET THE ORIGINALS INSTEAD!!!


Well, he is free to do what he wants with them. And also, there is at least a turtlemap by another author in Quaddicted that uses those textures, so maybe he changed his mind. 
Those Last Colors In The Palette... 
Hrm, any good way to remove those colors if they were used on a texture inside a wad.

I copy pasted an image from photoshop into TexMex, the result was good, but some pixels are fullbright, like a few scattered all over the place, but I can't manually sit down trying to find them.

Can I somehow select by palette in either TexMex or Wally perhaps, OR already inside photshop and then change a color to another palette id? 
I Found A Way... 
I edited the palette in photoshop, I just turned all the last colors pink, then the next time I did a index, it didn't choose the pink ones, cause they were to far away to match.

I assume it's the last 32 colors in the palette that is fullbright? 
 
Yeah, last 32 are fullbright. I use 2 palettes when making textures. one with them in there and one without them. That way I have to be working on a texture where I know I need fullbright to have them there and nothing can sneak in.

Then again I am not using PS for doing Quake textures, but Cosmigo Promotion which is for index painting and pixel work. 
I Use Paintshop Pro! 
From like 1997.

I also have 2 palettes :) 
Another Option 
You can also use QME for this kind of conversion:

http://tomeofpreach.wordpress.com/2012/12/31/in-defence-of-qme/

It's a bit of an extra hassle to have to mock up a model with the correct texture size and import/export a skin. The advantage is you gain a bit more fine control - you can choose which rows of the quake palette the fullbrights are allowed to remap to. This makes it best for when the standard conversion is coming out a bit wonky - as a fallback for stranger textures. 
Massive Slowdowns On My Map 
So after getting rid of that compiling problem, another problem went back:

In Darkplaces, it is massive slowdowns with flashing polygons. In Quakespasm, it's just massive slowdowns.

How can this be? Is it because of the skybox that is too big or something else? 
Despite Deleting All The Brushes Except The Skybox 
The vis compiler still doesn't want to work.

I tried making just a floor with sky textures as walls and cieling with a light in the middle, it worked perfectly.

I just don't know anymore. 
 
Maybe you could upload the .map file so other people can have a look? 
Sounds Like... 
a leak somewhere. A quick way to check is to surround the entire level in a simple box (essentially what you did when it worked just fine). If the vis process starts then that's probably the culprit. Note you don't need or want to let the vis keep going, it's just a quick check. From there you need to get rid of the box surrounding the level and hunt down the leak. Often it's a micro-leak introduced from complex geometry.

There will be a .pts file generated by the BSP software that will point to the leak. Most editors (you didn't mention which one that you use) will load that up and tell you where the leak(s) are. You will probably have to copy the .pts file from the \map folder (where the mapname.bsp is) to wherever your work is being saved (where the mapname.map or mapname.rmf or whatever is) in order to use it. 
Editing ID Stock Textures? 
If I edit and/or incorporates iD stock textures to fit my needs in the level, is that considered ok? Like now, I need to put vines on a door, since Q1 doesn't feature any transparency, that means that I need to take the stock door and add the vines and make a new texture out of it.

I will redistribute the textures later on, however I will ofc say that some of them are modded id textures. 
 
it's been done many times before, so i think it's fine, but of course, you can't really license your modified textures to other people in any official way. But they can pretty much use them in their own quake projects as they wish to. 
Since We Are Talking Legal Stuff 
Please don't include nonsense like "don't put this map on a CD" in your readmes. 
 
Maybe it should add that cd-thing just because It's quake1... like it was back in the days. 
 
I sometimes get requests to send people in third-world-internet countries a copy of the Quaddicted archives. Paragraphs like that disallow me from doing that which sounds against the intention of the author. 
How About... 
sending it on a DVD, since they only forbid CDs? 
 
That's funny but I hope you got my point. 
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.