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
@-arkngt 
Did you know about surf_light?
It can be helpful with many lights for the same texture. Add one light with the argument surf_light light1 and all light1 textures receive this light without adding one.
Of course this do count as light and goes on for every light1 texture you use. So carefully before you reach the 625 entity count. 
 
surf lighting is very coarse (1 light every 128 units) and not terrible controllable (if faces are split, more lights are generated)

I would consider a different design for the platforms that doesn't use tiling light textures with huge extents. maybe just have some light fixtures plonked along the walkways at reasonable intervals?

@madfox - what "625 entity count" ? 
 
"not terribly controllable" I meant. 
@-Kinn 
I'm still living in the age compilers use this 625 enitty count as limit. That means the total count of entity and lights have this ceiling before the game starts "warning maximum entities reached".
It can be nowadays engines don't have this failure, but I'm like an old dog that can't learn new tricks.
Something like the maximum poly's what is I thought 33768, and then try to build a map with one more to see what happens.

Your declarance though of surf_lights helped me to see why I keep getting those dark spots in my map. 
Dude. 
You do not need anywhere near that amount of overlapping light entities to give a good lit-up effect to that texture. Try 1/4 the amount and play around with the entity values. 
 
@madfox

..... non-interactive light entities with no associated sprites or models, are removed as the map loads, so they don't contribute to the in-game entity limit (the "edict" limit)

This was always the case even with old unmodified engines.

of the lights that aren't removed, some e.g. torches, are turned into statics (so again, not contributing to the edict limit, only the static ent limit)

the only light "edicts" should be those that need dynamic interaction in game, e.g. switchables. 
Arkngt 
Since those lights in the screenshot above are "light_flouro" they are going to make a sound. Might be a bit loud or cause issues. You may want to use them at certain intervals 512 units or so. 
Woah, 
1000 light fluoros per room HYPE! 
FTE Csaddon Terrain Lighting 
How can I make light “from the sun” for the terrain made with csaddon? Is it possible to make the lightmap (I am working with q3 format)? Or if it is not possible, can I make directional rtl light in fte? 
 
How can I avoid monsters to start fighting eachother? (like ogres don't). 
 
Give them all the same classname 
Duh 
(void) monster_anonymous = explode on it selve
return ; 
From A Discussion Thread. 
Lighting For Graveyard And Flat Ambience [EDIT]
Posted by Featheon on 2019/06/01 23:10:21
Thanks for hosting my question. I'm having trouble of solving light sourcing for a graveyard scene featuring tall mausoleum. In your experience, to get an even low ambience, does one use many point entities or one powerful entity and adjust the penumbra? I cannot use worldspawn light more than 20 for this project. Editor is trechbroom, engine is darkplaces.

Thank you.


#1 posted by anonymous user on 2019/06/01 23:30:26 spam
Try these tools if you aren't using them already: https://ericwa.github.io/ericw-tools/

Some options like -bounce may help. You'll need fewer light entities that way.
 
.mdl Files 
What is the preferred way to create (or modify, if possible at all) Quake .mdl files? Unless I’m severely wrong (or utterly blind) the Quake-Tools repo in github do not mention a way to create them with any existing tools.

I know the progs are there, so you can alter their behavior (possibly), but what about their appearance? 
Izhido 
Here's the best tutorial on the web I've been able to find on the subject. This details every step and has links to tools etc.

http://pnahratow.github.io/creating-models-for-quake-1.html 
@-izhido 
I'm not familiar with phonetics but maybe it are the format options this that you searching? 
@-madfox 
1) Nice way to force lowercase :D
2) Nice specification document! I intended, however, to ask for actual model creation tools, just like dumptruck pointed in the page he posted. 
I'll Stay 
lower case,

but just in case your looking for a way to get your jbase.wad right it would help if you have a compiled jbase.bsp or jbase.map file.
AdQEdit has a tool for remipping wadfiles. 
Oh. That Particular Issue 
Has been already solved. In fact, I already created two command-line tools that generate the .wad files that QuakeEd needs to open maps - one that generates plain textures (fakewad) and another that reads them from a pakfile (leechwad). They are now in the QuakeEd for MacOS package, starting from v. 1.0.2 . 
Tessla 
I'm trying to use the tessla coil I made in 2013.
When I download the map from quaketastic and play it everything goes right, with a bright lightning bold.
When I use the map to recompile it I end up in a dimm room with a shaded bold I can hardly see.

Could it be the new compile tools that cause this?
The map hasn't changed.

classname info_notnull
use CastLightning
enemy 1
 
Gate Logic Error: Runaway Loop 
Hi.
Got a problem that I don't understand.
I created a three button gate logic in my map months ago and everything worked fine. Now I tested it again and it crashes all the time when pushing a button for the logic.
Has someone an idea whats going wrong or how I can figure this out? 
Condump 
Probably good to see the error. Advice is to get to the spot where this is triggered. Type clear in the console then trigger the event. When it quits to console, type condump which will spit out a log in your id1 or mod directory. Paste that here and it will help. 
@dumptruck_ds 
Thanks!

Hope I can find the mistake before recreating the whole puzzle. 
Quake 2 Maps Won't Compile 
So I was drafting a Quake 2 map, but upon compiling and running the game I get an error:
CMod_LoadbrushMode: mapbase123.bsp has wrong version number (15972 should be 38).
My Quake 1 maps compile with a few errors but run without any issues, but Quake 2 seems to be throwing fits. Any help would be appreciated. 
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.