Search found 4 matches

by mrKaine83
06 Mar 2018, 17:32
Forum: HOW-TOs and documentation
Topic: Example script for OBS with usb keypad (homemade streamdeck)
Replies: 7
Views: 13345

Re: Example script for OBS with usb keypad (homemade streamdeck)

Apologies for the long delay in replying.
I actually put together a video tutorial that should hopefully clear things up.
https://youtu.be/_cAJ0j3E5xs
by mrKaine83
01 Jan 2018, 17:30
Forum: General
Topic: Can we run a script on startup?
Replies: 1
Views: 4730

Can we run a script on startup?

Is it possible to run lua macros on windows startup like hid does?

Ideally I want my script to be running on startup without any interaction from me, where currently I have to open the program and hit the play button.
by mrKaine83
01 Jan 2018, 16:15
Forum: HOW-TOs and documentation
Topic: Example script for OBS with usb keypad (homemade streamdeck)
Replies: 7
Views: 13345

Re: Example script please?

(edited this post to clarify & replaced with updated code) I have surprised myself and figured it out! For others who might make use of this, my complete script is as follows: lmc_print_devices() //List attached keyboards lmc_device_set_name('streamdeck','54EFE92') //Give the keyboard a friendly nam...
by mrKaine83
01 Jan 2018, 15:40
Forum: HOW-TOs and documentation
Topic: Example script for OBS with usb keypad (homemade streamdeck)
Replies: 7
Views: 13345

Example script for OBS with usb keypad (homemade streamdeck)

I'm setting up an external keypad to use with OBS. I tried using HID macros, but ran into the issue where the keypress occurs too fast for OBS to detect it when not the active window. So now I need to use LUA macros, however I don't have scripting experience. I can see from another thread I found I'...