Facebook Twitter YouTube Frictional Games | Forum | Privacy Policy | Dev Blog | Dev Wiki | Support | Gametee


Thread Rating:
  • 1 Vote(s) - 4 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Level Editor Help Black&White screen effect possible?
Mudbill Offline
Muderator

Posts: 3,881
Threads: 59
Joined: Apr 2013
Reputation: 179
#40
RE: Black&White screen effect possible?

Maybe I could try incorporating something like this in my mod loader. Using settings like "CustomShaders=true" to allow it to copy over files from mod_folder/shaders. Would be interesting, but first I'd need to dig deeper into this to fully understand it myself.

Alteratively I could try making just a small, separate "patcher" sort of app.

If I am to just quickly think of how it could work within the app, how about this:

1. Check if folder "shaders_original" exists.
2. If not, rename "shaders" to "shaders_original." If it does exist, delete /shaders (because they're probably already modded ones).
3. After that, copy /shaders from the mod into original Amnesia root.

1. To unpatch, check if "shaders_original" exists.
2. If not, error (something manual has been done to interupt it and the original files may be gone).
3. If it exists, delete /shaders and rename "shaders_original" back to "shaders."

(This post was last modified: 09-16-2014, 06:42 PM by Mudbill.)
09-16-2014, 06:37 PM
Find


Messages In This Thread
Black&White screen effect possible? - by Daemian - 12-31-2012, 05:14 AM
RE: Black&White screen effect possible? - by Mudbill - 09-16-2014, 06:37 PM



Users browsing this thread: 1 Guest(s)