@Starman99x
Stripping the file paths for clarity, In slangp i used:
bg_over = “same-pre-string-as-other-$VIEW-ASPECT-ORIENT$_same-post-string-as-other.png”
The filenames i used:
- same-pre-string-as-other-VIEW-ASPECT-ORIENT-HORZ_same-post-string-as-other.png
- same-pre-string-as-other-VIEW-ASPECT-ORIENT-VERT_same-post-string-as-other.png
See? the only thing that can change is the BOLD TEXT
@estefan3112, right then, i’ll cut it off.
…done, i made another static option in config.inc:
// #define ALLOW_BG_IMAGE_TEXTURE_WRAP_IN_SHADER
That way you can easilly have the old functionalities by removing the leading “//” and it won’t impact performance as long as it stays commented.