lua

  1. U

    OBS Lua libre-macros 4.0.0

    Description & Installation & Usage: https://github.com/upgradeQ/libre-macros/blob/master/README.md
  2. P

    Shortcuts / hotkeys for online web docks

    Hi, I've developed a dynamic lower third consisting of a control panel to be used as a dock and a "receiver page" to be used as a browser source / overlay. The two communicate via Broadcast Channels in javascript. I've also implemented basic hotkey functionalities in javascript in the control...
  3. I

    OBS Lua Fight Clock 0.2.10

    Fight Clock *PC Only Extract the Fight_Clock zip file to a folder. Make sure you extract it to a permanent location. If you use the template first and move the folder later, it may not work properly. Configure OBS to 1920x1080 Open OBS Go to File > Settings in the menu bar or click...
  4. I

    OBS Lua Podcast Template 1.1.1

    Instructions *PC Only Extract the Podcast_Template zip file to a folder Make sure you extract it to a permanent location. If you use the template first and move the folder later, it may not work properly. Create a new Scene Collection in OBS Go to Scene Collections in the menu bar and...
  5. bfxdev

    Tips and tricks for Lua scripts

    I start this thread to share my main advancements with Lua scripting. As of today (OBS v26.0.2 released October 6th 2020), the online documentation describes the OBS API in its original C form, and it is left as an exercise for the scripting enthusiast to figure out how data types are converted...
  6. DeckerEgo

    TallyOBS: Push scene changes to WiFi-enabled tally lights

    DeckerEgo submitted a new resource: TallyPi: Push scene changes to WiFi-enabled tally lights - A tally light platform that doesn't require remote connections into your OBS instance Read more about this resource...
  7. M

    Regular crashing

    Almost every time I use OBS it crashes at least once (and more likely twice or more) on me. * At startup, there's about a 25% chance of it crashing * If I switch scene collections, there's about a 50% chance of it crashing * If I try to remove a scene collection, there's about a 75% chance...
  8. Alexik

    OBS Lua Scene Browsers Refresh 1.0

    This script refreshes all browsers on chosen scene. Created from other script refresh-browsers.lua which refreshes all browsers in the project.
  9. Alexik

    OBS Lua - Scene Item to Source

    I need to get a list of sources of needed scene, but i only found the way to get a list of obs_scene_item objects. How to take the obs_source objects from them?
  10. U

    OBS Lua cursor skin fx 2.5.0

    Read setup and full description here: https://github.com/upgradeQ/cursor-skin-fx/blob/master/README.md
  11. D

    OBS Lua Whiteboard Source (Windows only) 1.3a

    Whiteboard Source for OBS Studio (Windows only) This script adds a new whiteboard source to OBS Studio that allows users to display live drawings on top of their scenes. Each scene can have its own whiteboard, though the tool settings (color, size, etc.) are shared. Installation Download the...
  12. P

    OBS Lua Text Label Replicator 0.9 (alpha)

    This script is used to propagate changes in the text from a source label (such as, say, a timer) to up to 10 target labels. This is most useful if you have a script such as a countdown timer that you can share among multiple scenes, but which you might want to have styled differently for each...
  13. F

    Hotkeys with Lua script

    Hello! I want to write a script that will write an increasing value to a file. The script code is in the attachments. It works, but the hotkey works twice. When a hot key is pressed once, the value 2 will be written to the file, not 1. Where did I make a mistake?
Top