• Shoutbox
    Active Users: 0
     
  • Notice: N/A
    Loading...
 
  • Active Users
     
  • There are currently no users chatting.
 
Results 1 to 2 of 2

Thread: Snow!

  1. #1

    Snow!

    I finally got back to making a map... but I'm stuck where I left off.

    I want to add thick snow fall to my map. But I don't know what could be done with this script that will do that.
    I thought changing level.rain_density = "5" would do it. But if I make the number to large the snow will only fall along edges of the map.
    Seems level.rain_density = has limit of 10

    Am I just out of luck?

    Code:
    snow:
    	wait 1
    
    	level.rain_speed = "100"
    	level.rain_speed_vary = "25"
    	level.rain_length = "4"
    	level.rain_width = "2"
    	level.rain_density = "5"
    	level.rain_slant = "250"
    	level.rain_min_dist = "180000"
    	//level.rain_min_dist = "512"
    	level.rain_numshaders = 12
    	level.rain_shader = "textures/snow"
    
    
    end

  2. #2
    Administrator Major_A's Avatar
    Join Date
    Jul 2016
    Location
    Huntington, IN USA
    Posts
    391
    Trophies
    Blog Entries
    15
    is there rainsections already in the map?
    I ask this because in the editor you have to have the rain section "where you want it to do it at"

    What I would do is edit a stock map that has rain built in then go from there.

    Having said that, I would check the db for a stock map that has rain by default, but someone already change it to snow. probly save you some time.
    Double check you have weather effects turned on.

    Checking for snow mods as well, I'm sure you'll find what you need.
    Last edited by Major_A; 09-08-2021 at 12:36 AM.



Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •