Jump to content

Level Design Help Files


von*ferret

Recommended Posts

Long story short: Since CSGO has a detail.vbsp file by default and has nice default detailesprites, I would like to use them on my custom blend materials. However from some unknown reason they don't work. Does anyone know how to make them work?

the vmt i use is:

"WorldVertexTransition"
{
    "$baseTexture" "nature/hr_c/hr_grass_001_color"
    "$bumpmap" "grass/hr_grass/grass_a_normals" 
    
    "$blendmodulatetexture" "nature/hr_c/hr_grass_001_blend"

    "$baseTexture2" "de_dust/hr_dust/hr_dust_ground_dirt_rough_01_color"
    "$bumpmap2" "de_dust/hr_dust/hr_dust_ground_dirt_rough_01_normal"                                
    
    $NEWLAYERBLENDING            1  
    $BLENDSOFTNESS                0.2 
    $LAYERBORDERSTRENGTH        0.3
    $LAYERBORDEROFFSET            0
    $LAYERBORDERSOFTNESS        0.2
    $LAYERBORDERTINT            "{94 68 47}"
     
    "$surfaceprop"                 "grass"
    "$surfaceprop2"             "gravel"
    "%detailtype" "detailsprites_house"


    "%keywords" "ground,dirt,blend"     
    

the map properties are:

mapprop.JPG

the default detailsprites are: 

desprites.JPG

Edited by Serialmapper
Link to comment
Share on other sites

  • 1 month later...
On 6/5/2018 at 3:26 PM, Vilham said:

Hey a bit of a necro but the first post in the thread now auto embeds stuff which totally breaks everything.

Fixed now! Had to remove one video about cs:go level design unfortunately, since it broke everything.

Anyway, did anyone find any resources in the meantime that we could add to the collection?

Link to comment
Share on other sites

  • 1 month later...
  • 3 weeks later...

Probably I'm the last person to know this but afaik no one shared this so far:

It seems like CS:GO community mappers can now use the static prop combine ("autocombine") feature which is used in new official CS:GO maps (especially de_nuke) to improve performance significantly.

So we have a guide how to use this: https://developer.valvesoftware.com/wiki/Static_Prop_Combine

Not as easy as I hoped, because we will need the source files of every model (*.qc etc.). But still good to know.

Edited by Radix
Link to comment
Share on other sites

On 8/3/2018 at 2:38 PM, Radix said:

Probably I'm the last person to know this but afaik no one shared this so far:

It seems like CS:GO community mappers can now use the static prop combine ("autocombine") feature which is used in newer official CS:GO maps (especially de_nuke) to improve performance significantly.

So we have a guide how to use this: https://developer.valvesoftware.com/wiki/Static_Prop_Combine

Not as easy as I hoped, because we will need the source files of every model (*.qc etc.). But still good to know.

Any idea if this factors in the new prop scaling?

Link to comment
Share on other sites

On 8/3/2018 at 7:38 AM, Radix said:

Probably I'm the last person to know this but afaik no one shared this so far:

It seems like CS:GO community mappers can now use the static prop combine ("autocombine") feature which is used in newer official CS:GO maps (especially de_nuke) to improve performance significantly.

So we have a guide how to use this: https://developer.valvesoftware.com/wiki/Static_Prop_Combine

Not as easy as I hoped, because we will need the source files of every model (*.qc etc.). But still good to know.

Wow, very interesting tool!

I hope its stable enough already, I kind of want to try it with an expensive map of mine...

I'll share my discoveries here if I do so!

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.

×
×
  • Create New...