Skip to content

Instantly share code, notes, and snippets.

View valflrt's full-sized avatar
🌱

val valflrt

🌱
View GitHub Profile
@valflrt
valflrt / shader.glsl
Last active October 27, 2025 21:13
cloudy conway v3 + battery
#ifdef GL_FRAGMENT_PRECISION_HIGH
precision highp float;
#else
precision mediump float;
#endif
/* Cloudy Conway
* http://www.vexorian.com/2015/05/cloudy-conway.html?m=1
* Edited by valflrt
*/
@valflrt
valflrt / fix.md
Created October 30, 2024 22:36
Fix (maybe): Rain World mods not working on steam on linux (ubuntu)

I spent a huge amount of time looking for a fix to this issue so I wanted to share what worked for me in hopes that it might help someone else.

Simply set the "launch options" field in game properties > general to:

WINEDLLOVERRIDES="winhttp=n,b" %command%