Jump to content

cs_estate


Logo

Recommended Posts

Yeah, way better than my attempt at Mansion remake haha :P
Looks very nice, my suggestion pretty much would be add variety to the lighting.

It looks good but it looks dull, in my opinion.

 

The candles are a good example of variation, which I think you did a good job with but overexposed them a bit.

 

Either way, you should pick a few main colors for your lighting (whether it's blue for sky, or yellow for sun, anything)

and try to match that lighting to a room condition.

 

Small subtle variations in lighting can do pretty much better than adding any brushes or graphical things. It's what sets the tone.

Try messing around with that, I would love to see what you can come up with.

Link to comment
Share on other sites

Looks nice, but first impressions are that you need to improve lighting and visibility and reduce the HDR effect, possibly changing the sun position to be vertical or slightly offset (say 1-2pm) rather than a deep angle, because players will end up looking directly into the sun. You also need to look at your shadows, disable them on the prop_static's and using the shadow control with the material block_light.

 

https://developer.valvesoftware.com/wiki/Lighting

https://developer.valvesoftware.com/wiki/Intermediate_Lighting

https://developer.valvesoftware.com/wiki/Advanced_Lighting

https://developer.valvesoftware.com/wiki/Advanced_HDR

 

One thing I find disappointing about CS:GO, is that good lighting and environmental effects don't translate to good game play.

Edited by unremarkable player
Link to comment
Share on other sites

This was one of my old methods of fixing ugly blobs in Source, however, this is not the case. I have figured out my map (and this map, most likely) lacks staticproplighting compile.

This is a map without staticproplighting:

 

blocky_shadow.jpg

 

textureshadowtest0000fn5.jpg

 

Go to expert compile options, make a new compile command thing in the left hand box and paste the following into the parameters bit on the right

-lights lights_youme.rad -both -staticproppolys -staticproplighting -textureshadows -final -game $gamedir $path$file

Then add $light_exe to the command box just above it.
 

 

You can see that the difference is rather big, but it fixes the issue.

Keep in mind it may take a bit longer to compile, the end results are really worth it.

Edited by TheGuma
Link to comment
Share on other sites

I will try to do that in the next compile.

 

Trying to change the light, still playing around.

 

DD3710A5B0E88F272977D4809A78AFBB26F98AA6

 

Having this strange problem with plants :/

 

DB848F90325BE9D2AC6AEAD5FE78026B2C563A7E

 

Replaced the kitchen table, trying to put less modeles now that take up walking space.

 

58B585B721B76EA442594C12542865719F618544

 

Here is the house layout you can see that I have some rooms left to do.

1 floor

2.png2 floor

1.png

 

Having problems with corridor on the right it is looking strange, don't know how I can change the layout for it to look good.

Link to comment
Share on other sites

Disable shadows on the plants, it will stop the blobby shadows from underneath them. Staticproplighting might also fix the issue with the plants by the fountain, otherwise you need to move them outwards a little bit so that more of their faces are exposed to the light and not inside of the fountain and getting no light. Problem with the corridor on second floor right side is because it has this weird u-shape which you never see in a real house. Better solution might be to separate the top of that hall entirely (eg drag the wall all the way over to the rightmost wall) and have the room in bottom right corner connect to that hall, sort of like what you have done on the left side. Map looks really good though!

Edited by spence
Link to comment
Share on other sites

First of all I really like the looks. With some tweaking this will be a even better.

 

Having this strange problem with plants :/

 

I used to "Disable Shadows" in the models' properties when plants cast unrealistic shadows (this only disables the lightmap shadow).

The small plants (your second screenshot) often look better when you set "Ignore Surface Normal" to "Yes".

Maybe give this a try.

Link to comment
Share on other sites

Okay I am back with some good news and bad news

First fixed those plants by the fountain by puting "Yes" on "Ignore Surface Normal".

40FBD80CD466B3A87D43CE5DFA7AD0C599E6C61A

 

I had to redo the fence because the old one was using too much brushes.

 

AF74FB2A24B2C8D1DC68D3DB5C27C3227C8B30D6

40B86CEC6B172405D906F8552C0D81D243CF2042C2E5921C8D37FF5D8E4716292D53FE213E77BF52

 

Working on the sewers

 

AB8D3A591773DB9A7189D1B2A821C9729C179A60AE5C1CF837AF470B7508320DA57D18C9C05F9342

 

and yes I know that it looks like shit right now :/

 

So for the bad news there is somewhere a leak in the map because the water does not render and I can't find it and there is no pointfile to load to the map

Edited by logo
Link to comment
Share on other sites

The most likely place where your leak can exist is in the skybox.

Map isn't that big, as far as I understand, so the skybox shouldn't be a problem.

It's not efficient, but for this specific map I would use an open skybox AKA box, and texture inside of the box with skybox texture and outside of it as nodraw.

 

If that's not the case, make sure your skybox is not func_detail.

Func_details do not seal leaks.

To get the point file, you have to compile the map several times and it should load.

 

 

Looks good either way, nice work. 

Edited by TheGuma
Link to comment
Share on other sites

Finally fixed the lighting problem and as always the mistake was mine.  :)

 

So the mistake was made in the compiler.

Capture.PNG

 

I forgot to put check mark on "$vis_exe" and that made some weird leaks or something that the water didn't show up and shadows were bad so here is some photos with  "$vis_exe" chected.

 

F94CA26EBC6FBD2926F6F48ADCF3A33F68264CCF7DE8F56A1459F68D35E6AFE5AB7129050EB752EAF89C29405C0BD986B7B7C0713057FBEDC6FFE40EA1669485C5B6E7EEB7B22D11AC2951CC940A13E735BEFF216C9ED2EF2FC2203869970DF1AA14AFC387998574C1979D85240B122209EF6403A8127EC042D0F20E1110CA9EB82490500C72B14D4E3941282978E177192C2BF309363D01868A542360858BA54D131110933ADA47461A7A327C7E0652A3D26752

Edited by logo
Link to comment
Share on other sites

I think one thing you're missing in your version of cs_estate, is that the original one has nicer and more interesting shape for the building as it's not just rectangle:

You mean that he's missing the opportunity to make a richer architecture? Because it looks very faithful to the original to me

Link to comment
Share on other sites

Blackdog is right, I don't think it's worth bashing the map for the sake of additional columns. I think it looks good enough as it is. Just noticed that you are compiling on -fast option, make sure that when you wan't to upload your map you compile on -full.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Mapcore Supporters

    Our incredible Patreon supporters keep Mapcore's lights on. If you'd like to donate, check out our Patreon announcement.

    Note: This is brand new! The format will be tweaked and rolled out to more pages soon.

×
×
  • Create New...