Vibrancer - NVIDIA Vibrancy, Easy Keybinds and Imgur Capture/Upload

Post gaming related scripts
User avatar
runie
Posts: 304
Joined: 03 May 2014, 14:50
Contact:

Vibrancer - NVIDIA Vibrancy, Easy Keybinds and Imgur Capture/Upload

02 Apr 2017, 15:10

http://vibrancer.com/

GitHub repository
Wiki


Download

An easy to use application that can:
[list]- Boost ingame vibrancy for any game/program via NVIDIA's API
- Block alt-tab/windows key when ingame
- Easily create powerful keybinds such as multimedia controls
- Loads more with the inbuilt plugin system[/list]
Image
Image

NVIDIA Vibrancy 85% in CS:GO
Image
Image

Imgur Uploader
[list]- Capture and upload images via hotkeys
- See all uploaded images in a gui
- Delete uploaded images from imgur
- Open GUI via a hotkey
- Quickly copy imgur link by double clicking an image[/list]

If you found a bug or have a feature request, please create an issue on GitHub :)

Contact info:
Email: [email protected]
Or you can talk to me on our Discord!

\o
RUNIE
Last edited by runie on 14 Jul 2017, 02:33, edited 22 times in total.
Helgef
Posts: 4709
Joined: 17 Jul 2016, 01:02
Contact:

Re: Power Play - NVIDIA vibrancy in games, Imgur upload/screencap and powerful keybinds!

02 Apr 2017, 15:29

From the pictures it looks very nice and professional :clap:
I'll look forward to give it a go later.
Thanks for sharing.

Edit: It runs smooth and it automatically found a game on my pc. The code looks very nice and well organised, good job! What does Run Clipboard do?
User avatar
runie
Posts: 304
Joined: 03 May 2014, 14:50
Contact:

Re: Power Play - NVIDIA vibrancy in games, Imgur upload/screencap and powerful keybinds!

03 Apr 2017, 01:46

Helgef wrote:From the pictures it looks very nice and professional :clap:
I'll look forward to give it a go later.
Thanks for sharing.

Edit: It runs smooth and it automatically found a game on my pc. The code looks very nice and well organised, good job! What does Run Clipboard do?
Thanks :)

Run Clipboard does one of two things:
If there's a link in your clipboard, it opens that link in your browser.
If there's just text in your clipboard, it googles that text.

Edit: descriptions for keybinds can be found in the wiki.
Last edited by runie on 12 Apr 2017, 19:44, edited 1 time in total.
User avatar
runie
Posts: 304
Joined: 03 May 2014, 14:50
Contact:

Re: Power Play - NVIDIA vibrancy in games, Imgur upload/screencap and powerful keybinds!

04 Apr 2017, 04:24

v0.9.1
  • - Re-thought parts of the menu system to better allow usage of menu icons
    - Made a new icon for the program
    - Added menu icons for the Tray menu (octicons from GitHub!)
    - Code cleanup & misc fixes/changes
Last edited by runie on 08 Jun 2017, 10:42, edited 3 times in total.
User avatar
runie
Posts: 304
Joined: 03 May 2014, 14:50
Contact:

Re: Power Play - NVIDIA vibrancy in games, Imgur upload/screencap and powerful keybinds!

05 Apr 2017, 14:33

v0.9.2
  • - Added "Launch on Startup" option
    - Removed "Beep" option
    - GitHub API is used to check for updates now
    - When changing screen in the Games tab, desktop vibrancy values are applied to that screen
    - Fixed Gdip not disposing of pointers to bitmaps
    - Suppressed client_id error for people running the source
    - Fixed errors when Imgur softlocks user
    - Several small fixes + code cleanup
Last edited by runie on 08 Jun 2017, 10:42, edited 1 time in total.
User avatar
runie
Posts: 304
Joined: 03 May 2014, 14:50
Contact:

Re: Power Play - NVIDIA vibrancy in games, Imgur upload/screencap and powerful keybinds!

06 Apr 2017, 08:24

SnowFlake wrote:can you do something similar but for AMD?
I would if I could and knew how to.

I don't have an AMD card, and don't really know anyone who could lend one to me. And obviously, implementing it is not possible without one.
If I did get my hands on one, I'd attempt implementing it. Alternatively if someone created a lib for this I'd implement it in a heartbeat.

Should be worth noting that the program is still functional without an NVIDIA card, the functionality related to NVIDIA will just be disabled.
User avatar
runie
Posts: 304
Joined: 03 May 2014, 14:50
Contact:

Re: Power Play - NVIDIA vibrancy in games, Imgur upload/screencap and powerful keybinds!

07 Apr 2017, 20:37

v0.9.3
  • - Improved and rewritten capture functionality (for rectangle and screen)
    - 'Capture Screen' allows you to select screen to capture/upload
    - Hotkeys are updated in realtime while editing them
    - Misc changes
Last edited by runie on 08 Jun 2017, 10:42, edited 2 times in total.
User avatar
noname
Posts: 515
Joined: 19 Nov 2013, 09:15

Re: Power Play - NVIDIA vibrancy in games, Imgur upload/screencap and powerful keybinds!

08 Apr 2017, 08:16

Image

Is a file missing?

Are you considering to make a "standalone" imgur upload program ?
User avatar
runie
Posts: 304
Joined: 03 May 2014, 14:50
Contact:

Re: Power Play - NVIDIA vibrancy in games, Imgur upload/screencap and powerful keybinds!

08 Apr 2017, 09:00

noname wrote:Is a file missing?

Are you considering to make a "standalone" imgur upload program ?
Forgot to remove an include. Re-download the master or remove the #include from PowerPlay.ahk and it'll work.

And no, I don't really plan on creating a separate imgur program. However the code is fairly modular so it shouldn't be impossible doing that yourself if you really wanted to.
User avatar
noname
Posts: 515
Joined: 19 Nov 2013, 09:15

Re: Power Play - NVIDIA vibrancy in games, Imgur upload/screencap and powerful keybinds!

09 Apr 2017, 09:32

Like Helgef already mentioned very professional and user friendly.I only found that I could not add a hotkey ctrl+shift+number on an azerty keyboard (it needs shift for the number) and as alternative using a "numpad" number did not work.

Very nice !
User avatar
nnnik
Posts: 4500
Joined: 30 Sep 2013, 01:01
Location: Germany

Re: Power Play - NVIDIA vibrancy in games, Imgur upload/screencap and powerful keybinds!

09 Apr 2017, 09:46

Good job getting this one finished.
Seeing how much work you put into the code I really am impressed that you had the endurance to see this through.
Recommends AHK Studio
User avatar
runie
Posts: 304
Joined: 03 May 2014, 14:50
Contact:

Re: Power Play - NVIDIA vibrancy in games, Imgur upload/screencap and powerful keybinds!

09 Apr 2017, 15:32

noname wrote:Like Helgef already mentioned very professional and user friendly.I only found that I could not add a hotkey ctrl+shift+number on an azerty keyboard (it needs shift for the number) and as alternative using a "numpad" number did not work.

Very nice !
The vanilla Hotkey control has it's limitations, which is why I was experimenting with evilC's CHotkeyControl to make it more reliable and maybe even bring some more features in.
nnnik wrote:Good job getting this one finished.
Seeing how much work you put into the code I really am impressed that you had the endurance to see this through.
Thanks so much for the kind words :dance:
I don't think I've seen it all the way through yet though, still a few features missing :D
User avatar
noname
Posts: 515
Joined: 19 Nov 2013, 09:15

Re: Power Play - NVIDIA vibrancy in games, Imgur upload/screencap and powerful keybinds!

11 Apr 2017, 06:55

Image

Powerplay.exe is preventing a normal shutdown on win10 pro.When canceled the error is shown but all other applications are already terminated.
User avatar
runie
Posts: 304
Joined: 03 May 2014, 14:50
Contact:

Re: Power Play - NVIDIA vibrancy in games, Imgur upload/screencap and powerful keybinds!

11 Apr 2017, 19:33

v0.9.4
  • - Adding/selecting programs is done through a list (manual selection is still possible!)
    - Changed color and transparancy of rectangle tool to work better on whiter surfaces
    - .exe files can be dropped onto the Games tab to add them
    - Fixed a bug where keybinds were accidentally enabled
    - Tweaked logic on when pause/clear is allowed in the imgur queue
    - Moved WinHttp stuff into a separate class
    - Fixed issue where queue freezed if helper had to be restarted
    - Made new icon + fixed ico sizes (thanks tidbit!)
    - Misc fixes

    Reported by noname:
    - On shutdown main script threw a COM when attempting to exit upload helper
noname wrote:Powerplay.exe is preventing a normal shutdown on win10 pro.When canceled the error is shown but all other applications are already terminated.
Thanks for the bug report, it has been fixed in v0.9.4
Last edited by runie on 08 Jun 2017, 10:43, edited 1 time in total.
User avatar
noname
Posts: 515
Joined: 19 Nov 2013, 09:15

Re: Power Play - NVIDIA vibrancy in games, Imgur upload/screencap and powerful keybinds!

12 Apr 2017, 04:19

Code: Select all

Description: Imgur threw an error: Internal error
Location: Uploader.ImgurError
Extra:

File: 

Res:
   [data]
       [error] => Imgur is over capacity. Please try again.
       [method] => POST
       [request] => /3/image
   [status] => 500
   [success] => 0

Headers:
   [X-Post-Rate-Limit-Limit] => 1250
   [X-Post-Rate-Limit-Remaining] => 1247
   [X-Post-Rate-Limit-Reset] => 3426
Downloaded the new version:
Is this reaching the limit for your token or a problem with the code? Can i set a personal "imgur token" like the pastebin or is the upload limit normally enough for all users of the code?
User avatar
runie
Posts: 304
Joined: 03 May 2014, 14:50
Contact:

Re: Power Play - NVIDIA vibrancy in games, Imgur upload/screencap and powerful keybinds!

12 Apr 2017, 04:26

noname wrote:Downloaded the new version:
Is this reaching the limit for your token or a problem with the code? Can i set a personal "imgur token" like the pastebin or is the upload limit normally enough for all users of the code?
Neither; imgur is having capacity issues atm. The front page isn't even accesible.

Setting a custom imgur token isn't really necessary either, as the token 1250 daily credits aren't getting spent. If you really want however, you can read the GitHub readme for how to do that.

Edit: right after posting this comment imgur went back up, and uploading is functional again ^^
User avatar
noname
Posts: 515
Joined: 19 Nov 2013, 09:15

Re: Power Play - NVIDIA vibrancy in games, Imgur upload/screencap and powerful keybinds!

12 Apr 2017, 04:58

right after posting this comment imgur went back up
Thanks ,I guess to many people are looking at the united airline jokes............ :)

Maybe a warning popup with the reason would be nice ,now you can only see that nothing happens when using the screencapture hotkey......
User avatar
runie
Posts: 304
Joined: 03 May 2014, 14:50
Contact:

Re: Power Play - NVIDIA vibrancy in games, Imgur upload/screencap and powerful keybinds!

12 Apr 2017, 18:03

noname wrote:Maybe a warning popup with the reason would be nice ,now you can only see that nothing happens when using the screencapture hotkey......
You should have seen a warning telling you what went wrong.
Last edited by runie on 27 May 2017, 03:59, edited 1 time in total.
User avatar
noname
Posts: 515
Joined: 19 Nov 2013, 09:15

Re: Power Play - NVIDIA vibrancy in games, Imgur upload/screencap and powerful keybinds!

13 Apr 2017, 00:21

Thanks Run1e ,but windows notifications are disabled on my system because they can be really irritating due to their overuse by windows.....only critical system ones are displayed.It is a hard choice,it does not seem possible to enable them on an app by app basis.

The "run clipboard" is very addictive :)

Return to “Gaming Scripts (v1)”

Who is online

Users browsing this forum: No registered users and 40 guests