Just for bit of fun, made a mod that shows 'snow' on screen - goes with trackah123's snow track mod. This mod can be found HERE.
To see it in operation, I've posted it on YouTube (here). Wish I'd thought to redo my skin by painting snow on it - I wasted artistic opportunity there!
Works best for open cockpit cars (obviously! else would like snow inside vehicles in some views).
To use, unzip snow.zip file, and add snow.lpr file into your \includes directory.
Then open your \addonused.lpr file and add the line include( "./snow.lpr");
Snow set OFF as default. To make it work, type !snow.
Alternatively, if you want it on as default, open the snow.lpr file, and change
$snow_state = "off";
to
$snow_state = "on";
This part of the code is on line 19.
NOTE If opening file, then make sure the program you use (e.g. PSPad, Notepad, etc) is set to open and save in UTF-8 format, else instead of round snow drops you'll get question marks (?) all over your screen!
Code will work on AS1, BL1, FE1, SO1 and WE1 tracks.
French and Dutch translations courtesy of Google Translator
To see it in operation, I've posted it on YouTube (here). Wish I'd thought to redo my skin by painting snow on it - I wasted artistic opportunity there!
Works best for open cockpit cars (obviously! else would like snow inside vehicles in some views).
To use, unzip snow.zip file, and add snow.lpr file into your \includes directory.
Then open your \addonused.lpr file and add the line include( "./snow.lpr");
Snow set OFF as default. To make it work, type !snow.
Alternatively, if you want it on as default, open the snow.lpr file, and change
$snow_state = "off";
to
$snow_state = "on";
This part of the code is on line 19.
NOTE If opening file, then make sure the program you use (e.g. PSPad, Notepad, etc) is set to open and save in UTF-8 format, else instead of round snow drops you'll get question marks (?) all over your screen!
Code will work on AS1, BL1, FE1, SO1 and WE1 tracks.
French and Dutch translations courtesy of Google Translator