Advertisement
mkv

Untitled

mkv
Oct 10th, 2015
154
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.84 KB | None | 0 0
  1. When launching Loopstream, it will generate a LoopstreamTools folder
  2. in its working directory. This folder is the template for that.
  3.  
  4. In order to embed this folder into Loopstream.exe, it must be
  5. compressed into an archive which becomes an "Embedded Resource".
  6.  
  7. Here's how it works:
  8.  
  9. When Loopstream is launched, it looks for "../../tools". If found,
  10. it will create "../../res/tools.dfc" with the folder's contents.
  11. This file is flagged as an Embedded Resource in Visual Studio,
  12. so the embedded tools.dfc in Loopstream.exe will be replaced
  13. the next time you launch Loopstream from Visual Studio.
  14.  
  15. So basically modify stuff in this folder, launch Loopstream from
  16. Visual Studio, and whenever someone runs the new version of your
  17. Loopstream.exe in a folder that doesn't have LoopstreamTools
  18. it'll be created with the junk thats in this directory!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement