Tools Menu
Weather Editor (2.4)
The Weather Editor is responsible for, as the name implies, the weather. While unused, weather is still fully functional and very versatile.
Weather has three main components: the droplets that fall to the ground, and two different "splats" for when the droplets land on either ground or water.
Droplet Options
At the top left corner, you'll see a set of three buttons as well as a list of any existing rain types. There are none by default, so you'll have to create one. Each button does as follows:
Rain - Enables and disables the rain.
Create - Create a new rain type.
Delete - Delete the selected rain type.
Beyond that, the rest of the options pertain to how the droplets will look when falling from the sky.
- Sound: What sound file to use when rain is happening.
- Texture: What texture file to draw the rain with.
- Blend: How the rain blends with other textures.
NOTE: This is currently broken and must be manually edited inside the game.cfg file.
- Pitch: Steepness of droplets' trajectory.
- Yaw: Angle of droplet's trajectory.
- Grids: Spacing between droplets.
- Count: Density of droplets per grid.
- Speed: Speed at which droplets fall.
- Thunder: Likelyhood of thunder occuring.
- Width: Sprite width of droplet texture.
- Height: Sprite height of droplet texture.
- Scale: Size of droplets.
- Area: Size of area around the camera where droplets render: The "draw distance" of rain.
Splat Options
The splats are the particles that appear when a droplet makes contact with the surface of the world. The two pulldown buttons decide which of the defined splats to use for hitting the ground or water. Under those to the left is the same three button & list setup. Like with rain, the "Splat" button toggles the use of splats, while "Create" and "Delete" are used to create and delete splat definitions.
- Count: How many instances of this splat can exist simultaneously.
- Texture: What texture file to draw for this splat.
- Blend: How the splat blends with other textures.
NOTE: This is currently broken and must be manually edited inside the game.cfg file.
- Min Width: Starting width of splat texture.
- Min Height: Starting height of splat texture.
- Max Width: Ending width of splat texture.
- Max Height: Ending width of splat texture.
- Offset: Render distance of splats from camera.
- Lifetime: How long the splat takes to decay.
Finally, there are an adittional two buttons labeled "Ground Splat" and "Water Splat". These buttons are mutually exclusive, and dictate whether a given splat definition is a ground splat or water splat. Ground splats appear as a 2D sprite that expands over its lifetime. Water splats appear on the surface of water and also expand.
Additional Notes
- The sound file the rain plays will play on loop for as long as the rain is active. It will also always play at max volume, so pick something that won't get annoying quickly.
- Be mindful of what texture you use for droplets. Droplets are not squares, meaning the texture you pick may or may not get cutoff at the corners.