Skip to content

Latest commit

 

History

History
42 lines (28 loc) · 1.04 KB

README.md

File metadata and controls

42 lines (28 loc) · 1.04 KB

simsPlumbob

Python script and bash example of manually controlling the Sims4 Plumbob USB lamp/gadget.

The simsPlumbob.py script takes 3 parameters:

  • Red
  • Green
  • Blue

... integer values from 0 to 255 and needs to be run as root.

Example:

sudo python simsPlumbob.py 255 0 0

Examples:

There are 2 provided examples, both need to be ran as root:

  • police.sh - very basic bash script that flashes red and blue colors intermitently

    sudo sh police.sh
    

    Demo video:

    police.sh

  • random.sh - flashes random colors at random fractions of a second intervals

    sudo sh random.sh
    

    Demo video:

    random.sh

Credits:

Inspired by [@nmilford/stormLauncher](https://github.com/nmilford/stormLauncher)