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
Well 
ok, will put light entities all over the lavapool then ;) 
Light 1.23 
I tried the new light utility on a map which was made originally using tyrlite. I found that all the point lights are too bright but the outdoor sun areas are too dark.

Do you know if the scaling of 'light', 'wait', 'delay' & '_sunlight' is different to tyrlite? 
Glassman 
i didn't notice any change in light after switching from tyrlite to bengt's light 
Hmm.. 
Thats strange. Do you use wait and/or delay on your lights?

I notice that aguirRe gives an example above for _sunlight 250. That would be like Marrakech at midday in Tyrlite. I'm not sure if thats the intention or the scaling is different. 
Glassman 
The scaling is supposed to be the same for all individual light entities AFAIK. However, I have default a slightly different behaviour for global light levels (min/max/sunlight) regarding the "-range" option. They're default not affected by the "-range" option while in TyrLite they are affected.

In version 1.23 I added a "-globrange" option to make it easier to switch between the tools if you prefer this behaviour.

All this is of course only relevant if you actually are using the "-range" option. Are you?

Otherwise I don't really know what's up. I haven't noticed any obvious difference in light intensity between the tools and I've run a lot of maps through them.

If you like, you could send me the zipped map+wad (I'll rebuild it myself) and I'll take a look at it. 
AguirRe 
Thanks aguiRe. I haven't used -range.

I'll try it one more time tonight & then send it to you if its still the same. The only thing I can think of atm is that I relit an existing bsp with v1.23 rather than doing a new complete compile but that shouldn't make a difference should it? 
That Shouldn't Make 
a difference AFAIK, that is exactly what I've done with many maps. Unless of course you've somehow manipulated the entity data after (or during) the TyrLite run.

I think there is a "-compress" option in TyrLite that removes light information after usage in order to shrink the entity data size.

Can you run TyrLite once again on the same bsp and get the same result as before (copy the bsp somewhere else beforehand)? 
I've Used 
AguirRe's light tool for about a month and to me there's no difference from Tyrlite, when using delay, wait etc.! But the sunlight/sunlight2 is so much better, not to mention the new soft shadows. 
Erm 
aguiRe, you e-mailed me a while ago about testing your light proggie, didn't you? I never tested it. Sorry dude. :( 
No Problem 
I thought my email server swallowed a couple of replies - it's acting strangely sometimes ...

I hope there are no serious bugs, if not Glassman has found something. 
-compress 
Yes, I do use -compress in tyrlite so that probably caused it. /me is a dunce.

I'm running a fresh compile now with v1.23 -fast -soft -extra4 so I'll let you know the outcome as soon as its finished. 
AguirRe 
Worked fine this time & looks very nice :) Sorry for the confusion. 
Great 
I don't think you'll need the compress option anymore since the tools have pretty high capacity now.

Vis and light data can be up to 4MB each, entity data up to 1MB and the rest have practically no limits (in the tools that is, engines might object). 
Vondur 
You can use dulight for surface lights.
It does no bounced light tho, but combines surface lights with the tyrlite 
Thanks 
but it's too late :) i put lite ents everywhere :) 
Q1bsp Error 
Found some strange errors on my Binair Space Partitions lateley.
After starting the game - failure
Error:ED_Alloc:no free edicts

Should I have used too many entities? 
Gah! 
There's never an edict around when you need one. 
I Pardon, Beg You? 
Give me another answer, & I forget the question. 
Madfox 
I'm an asshole, ignore me. 
Madfox 
You have probably exceeded the edicts limit which is 600 in theory but you can only have about 580 or so before you get this error.

Edicts are all the stuff in the level..brush models, ammo, monsters, sounds etc but not lights. Take some out & then, when you can load the map type 'edictcount' at the console & it will tell you how many you have.

Some entities use up lots of edicts like air_bubbles which strangely uses about 10.

If you type 'edicts' at the console you will get a very long list of all of them with their properties. 
On Edicts... 
quake usually needs about 40 to 60 free edicts for use with nails, rockets, grenades plus monster's weapons (voreballs, scrag shots, etc)

you'd be best keeping the edicts below even 580, like 550 to be safe, because at 580, the player might just get a crash. 
And Remember... 
...lights with targetnames count as edicts. 
Also... 
i believe func_illusionaries do not count. 
Greatly ! 
Thanks for the reply.

I already had the feeling I crossed a limit, by expanding the levels for my convertion.
It would spoil some hard work, crashing on the fourth or fifth level, and still 20 to go.

Gives a good feeling, playing the good old Quake again! 
... 
crashing on the fourth or fifth level
um... maybe i just misunderstood, but just to be safe:
the six hundred edicts is per level... 
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.