Sidios Posted August 12, 2017 Share Posted August 12, 2017 Hello. I've been recently working on some small map in gtkradiant, I decided to add some light and test it. I did that by just placing "light" and exporting map in some of last exporting methods like "simulate old style -light" etc. While testing it, map looks like there is light everywhere, it's kinda bright. I decided to delate "light" and test it again, but map is still bright.My question is, why is map bright no matter which exporting method I use and how to add light properly?*I ment lighting, not lightning, spelling error. Link to comment
ChalklYne Posted August 12, 2017 Share Posted August 12, 2017 When you compiled the bsp you didn't compile the light. It's one of the options. If you do so without a light iI the scene then your map will look black. Hope this helps Link to comment
Circa Posted August 12, 2017 Share Posted August 12, 2017 You either aren't placing the lights properly or not using the right compile option. Use this as a guide to placing lights properly: https://jkhub.org/mapping/richdiesal/GeneralConcepts101_Lesson_6_Lighting_files/gc101lsn6.htm Link to comment
Sidios Posted August 12, 2017 Author Share Posted August 12, 2017 Yes but normally, when you compile the map without a light it should be dark shouldn't it? when mine is actually bright just like during the day time. Link to comment
IrocJeff Posted August 13, 2017 Share Posted August 13, 2017 Yes but normally, when you compile the map without a light it should be dark shouldn't it? when mine is actually bright just like during the day time. It should be dark but if you used a shader that emits light the light entity wouldn't matter. You probably didn't do that. I know I can run the BSP option and then the Vis Fast after that and that seems to make the map a constant brightness for testing purposes I guess. Did you try any other BSP options? The first TEST one is the one I use most often. Link to comment
Sidios Posted August 13, 2017 Author Share Posted August 13, 2017 Yes I did use other bsp options,(single) BSP -meta,(single) BSP -vis, and I followed some tutorial I found on youtube which said to use(final)BSP -meta -vis -light -fast -filter -super 2 or (simulate old style -light -extra) and it always gives bright effect.I'am new to map making so pls be precise Link to comment
IrocJeff Posted August 13, 2017 Share Posted August 13, 2017 Yes I did use other bsp options,(single) BSP -meta,(single) BSP -vis, and I followed some tutorial I found on youtube which said to use(final)BSP -meta -vis -light -fast -filter -super 2 or (simulate old style -light -extra) and it always gives bright effect.I'am new to map making so pls be precise Alright. What version of Radiant do you use and what are all of your BSP options? I just ran my one of my maps with the "simulate old style" choice and I noticed nothing different in the lighting in game. try this Make a room like 512x512x128. Texture it with any texture that does NOT have a white box around the image. Place 2 light entities suspended in the air at opposite ends of the room. Not up against the wall but maybe 32 units (8 small squares) away. Give them a light value of 128. Place an Info_Player_Start in the room in the middle between the two light entities. Save. Now, run your Single BSP META that should be atop your choices.Then, run something like Single light fast super 2 filterFinally run the map in game. Did this change anything? Link to comment
Sidios Posted August 13, 2017 Author Share Posted August 13, 2017 Radiant version 1.6.4BSP options: https://jkhub.org/albums/EfwZ5I'll try and do a small room with light. Link to comment
Langerd Posted August 13, 2017 Share Posted August 13, 2017 Radiant version 1.6.4BSP options: https://jkhub.org/albums/EfwZ5 I'll try and do a small room with light.Try this https://en.wikibooks.org/wiki/GtkRadiant/Getting_it_into_the_game That should work Also one thing. Show us the screenshot of the map. This happens sometimes if the caulk texture is inside and it creates leak and compiler does not catch it. Link to comment
Circa Posted August 13, 2017 Share Posted August 13, 2017 BSP -meta will not compile any lighting at all. It will be bright because it has no light info at all. If it's dark when you use a different compile option, then you probably didn't implement lights correctly. That means it's compiling the lighting but there aren't any to compile. I always use this one: Langerd likes this Link to comment
Sidios Posted August 13, 2017 Author Share Posted August 13, 2017 Try this https://en.wikibooks.org/wiki/GtkRadiant/Getting_it_into_the_game That should work Also one thing. Show us the screenshot of the map. This happens sometimes if the caulk texture is inside and it creates leak and compiler does not catch it. I tried this, still bright, also which part of the map would you like to see, it's not a single room. Link to comment
Ramikad Posted August 13, 2017 Share Posted August 13, 2017 Make sure that r_fullbright is set to 0 in-game. Link to comment
Sidios Posted August 13, 2017 Author Share Posted August 13, 2017 Make sure that r_fullbright is set to 0 in-game.never heard of this cmd, I'll try it out. Link to comment
Sidios Posted August 13, 2017 Author Share Posted August 13, 2017 Alright. What version of Radiant do you use and what are all of your BSP options? I just ran my one of my maps with the "simulate old style" choice and I noticed nothing different in the lighting in game. try this Make a room like 512x512x128. Texture it with any texture that does NOT have a white box around the image. Place 2 light entities suspended in the air at opposite ends of the room. Not up against the wall but maybe 32 units (8 small squares) away. Give them a light value of 128. Place an Info_Player_Start in the room in the middle between the two light entities. Save. Now, run your Single BSP META that should be atop your choices.Then, run something like Single light fast super 2 filterFinally run the map in game. Did this change anything?https://jkhub.org/albums/fXUFMWell what can I say, it worked on new map but does not work on mine :l Link to comment
Langerd Posted August 13, 2017 Share Posted August 13, 2017 https://jkhub.org/albums/fXUFMWell what can I say, it worked on new map but does not work on mine :lShow us the print screen of the map inside the room. You can have some leaks. Link to comment
Sidios Posted August 13, 2017 Author Share Posted August 13, 2017 Show us the print screen of the map inside the room. You can have some leaks.https://jkhub.org/albums/CY5WDHere is how it looks like in radiant, I made a skybox around it and no leaks error occurs during compiling.https://jkhub.org/albums/LAGcS - and here is how compiling looks like.https://jkhub.org/albums/6exOn - it's a small cinema with main hall and it's just bright all the time. Link to comment
Circa Posted August 13, 2017 Share Posted August 13, 2017 BSP -meta will not compile any lighting at all. It will be bright because it has no light info at all. If it's dark when you use a different compile option, then you probably didn't implement lights correctly. That means it's compiling the lighting but there aren't any to compile. I always use this one: Did you try this? Link to comment
Sidios Posted August 13, 2017 Author Share Posted August 13, 2017 Did you try this?No. I am trying it now, it will take a while. Link to comment
IrocJeff Posted August 13, 2017 Share Posted August 13, 2017 https://jkhub.org/albums/CY5WDHere is how it looks like in radiant, I made a skybox around it and no leaks error occurs during compiling.https://jkhub.org/albums/LAGcS - and here is how compiling looks like.https://jkhub.org/albums/6exOn - it's a small cinema with main hall and it's just bright all the time. Is the whole map the same brightness or just that part? It could be an issue with _lightmapscale values. You can check by opening up any structural brush on the map. A wall brush, floor brush, ect. Select this brush and open click on N for the entity window. If you see a Key with called _lightmapscale and a value from 0-4 or something like that, delete that key. If it is just on those movie seats the light is off, are they a func_group-? If so, do they have a _lightmapscale set to them. You check the same way as above. Outside of that I'm pretty stumped. Link to comment
Sidios Posted August 13, 2017 Author Share Posted August 13, 2017 Is the whole map the same brightness or just that part? It could be an issue with _lightmapscale values. You can check by opening up any structural brush on the map. A wall brush, floor brush, ect. Select this brush and open click on N for the entity window. If you see a Key with called _lightmapscale and a value from 0-4 or something like that, delete that key. If it is just on those movie seats the light is off, are they a func_group-? If so, do they have a _lightmapscale set to them. You check the same way as above. Outside of that I'm pretty stumped.The whole map is bright, I checked some brushes and none of them has _lightmapscale. Is that bad?Actually it was all bright even before I made those rooms. Link to comment
IrocJeff Posted August 13, 2017 Share Posted August 13, 2017 No, you don't need it.If it was bright before you made those rooms was it bright from the beginning? Did this happen on the first time you ran the map? Link to comment
Sidios Posted August 13, 2017 Author Share Posted August 13, 2017 No, you don't need it.If it was bright before you made those rooms was it bright from the beginning? Did this happen on the first time you ran the map? Yes it was bright from the begining, I thought it's normal since I never made any map before. BSP -meta will not compile any lighting at all. It will be bright because it has no light info at all. If it's dark when you use a different compile option, then you probably didn't implement lights correctly. That means it's compiling the lighting but there aren't any to compile. I always use this one: I just did that and it didn't change anything. I noticed that third window didn't show up. Link to comment
Circa Posted August 13, 2017 Share Posted August 13, 2017 Maybe upload your map file for one of us to take a look at? Not really sure what's going on here. Link to comment
Langerd Posted August 13, 2017 Share Posted August 13, 2017 First of all Your map is in big box .. is a common mistake and it takes compiler much more time to create Your map. A little tip from me. Try to make map as a small boxes that are connected to each other like this:The second thing.. make sure You have shaders done properly. Also i looked into the grid and i see some issues as well. The walls rly need to be connected together in a good way. They shouldnt be inside of each other. You rly need to avoid any chance to get leak. Your map should be closed to the void. And from what i see i cant be 100% sure but the grid is for making map cleaner and more conistence.I am not trying to be rude person. I try to help! Link to comment
Sidios Posted August 13, 2017 Author Share Posted August 13, 2017 Maybe upload your map file for one of us to take a look at? Not really sure what's going on here.Yea sure, no problem. First of all Your map is in big box .. is a common mistake and it takes compiler much more time to create Your map. A little tip from me. Try to make map as a small boxes that are connected to each other like this: The second thing.. make sure You have shaders done properly. Also i looked into the grid and i see some issues as well. The walls rly need to be connected together in a good way. They shouldnt be inside of each other. You rly need to avoid any chance to get leak. Your map should be closed to the void. And from what i see i cant be 100% sure but the grid is for making map cleaner and more conistence.I am not trying to be rude person. I try to help! Well ye I will not lie I am not pro at doing it yet so it is kinda messy, I'll try to find these walls going throught others and fix them, it will take a while tho. Whenever some walls went through each other I used substract to replace them. And skybox is kinda big because I had some further plans for it. Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now