Wallpaper Engine

Wallpaper Engine

227 ratings
Better Matrix Codefall
   
Award
Favorite
Favorited
Unfavorite
Miscellaneous: Customizable
Type: Web
Age Rating: Everyone
Genre: Sci-Fi
Resolution: Dynamic resolution
Category: Wallpaper
File Size
Posted
Updated
842.795 KB
22 Sep, 2019 @ 6:33pm
22 Sep, 2019 @ 7:43pm
2 Change Notes ( view )

Subscribe to download
Better Matrix Codefall

Description
The Matrix "Rain Effect"
3 Comments
me_me_me 2 Feb, 2021 @ 9:28pm 
From what I can tell, I've found a fix for the freezing. Just need to change 2 values in the Script.js file.

From Wallpaper Engine > right click Better Matrix Codefall > Open In Explorer.
Find the Script.js > right click > Edit. (It should open Notepad, if not choose Open With)

Scroll down and find "build(row = 20) {" then modify the line below -
From-
if (Math.random() < .3) {
To-
if (Math.random() < .001) {

A little further down find "drop() {" then modify the line below -
From-
color: hsl(`+wpsettings.hslColor+`, 100%, ${65 / len * (i + 0.8)}%)
To-
color: hsl(`+wpsettings.hslColor+`, 100%, ${65 / len * (i + 1)}%)

You will then need to refresh it. Go back to Wallpaper Engine, choose another background, then back to Better Matrix Codefall.
Marimoto 21 Jul, 2020 @ 9:18am 
Why is keeping stop for running ? Just stuck after 1 min or so.
zock 18 Jul, 2020 @ 3:23pm 
It doesn't even move!