LJ/LJ.conf

98 lines
2.0 KiB
Plaintext
Raw Normal View History

2018-12-13 11:05:32 +00:00
[General]
2019-03-19 13:24:11 +00:00
lasernumber = 4
2019-03-17 03:19:57 +00:00
debug = 0
2019-03-24 16:24:52 +00:00
ljayserverip = 127.0.0.1
2018-12-13 11:05:32 +00:00
nozoscip = 127.0.0.1
2019-03-24 16:24:52 +00:00
bhoroscip = 127.0.0.1
2018-12-13 11:05:32 +00:00
[laser0]
color = -1
2019-03-17 03:19:57 +00:00
ip = 127.0.0.1
2018-12-13 11:05:32 +00:00
kpps = 25000
centerx = -1610
centery = 0
zoomx = 26.0
zoomy = 38.0
2018-12-13 11:05:32 +00:00
sizex = 31450
sizey = 32000
finangle = 0.0
swapx = 1
2018-12-19 11:39:54 +00:00
swapy = -1
2018-12-15 19:03:32 +00:00
lsteps = [ (1.0, 8),(0.25, 3), (0.75, 3), (1.0, 10)]
2018-12-13 11:05:32 +00:00
warpdest = [[-1500., 1500.],
[ 1500., 1500.],
[ 1500.,-1500.],
[-1500.,-1500.]]
[laser1]
color = -1
2019-03-17 03:19:57 +00:00
ip = 192.168.1.3
2018-12-13 11:05:32 +00:00
kpps = 25000
centerx = 506
centery = 413
2018-12-28 10:25:21 +00:00
zoomx = 30.0
zoomy = 30.0
2018-12-13 11:05:32 +00:00
sizex = 32000
sizey = 32000
finangle = 0.0
2018-12-18 01:45:23 +00:00
swapx = -1
swapy = -1
2018-12-15 19:03:32 +00:00
lsteps = [ (1.0, 8),(0.25, 3), (0.75, 3), (1.0, 10)]
2018-12-13 11:05:32 +00:00
warpdest = [[-1500., 1500.],
2019-03-17 03:19:57 +00:00
[ 1500., 1500.],
[ 1500.,-1500.],
[-1500.,-1500.]]
2018-12-13 11:05:32 +00:00
[laser2]
color = -1
ip = 192.168.1.6
kpps = 25000
centerx = 0
centery = 0
zoomx = 47.8
zoomy = 39.3
sizex = 30600
sizey = 32000
finangle = -0.008
swapx = 1
swapy = 1
2018-12-15 19:03:32 +00:00
lsteps = [(1.0, 8),(0.25, 3), (0.75, 3), (1.0, 10)]
2018-12-13 11:05:32 +00:00
warpdest = [[-1500., 1500.],
2019-03-19 13:24:11 +00:00
[ 1500., 1500.],
[ 1500.,-1500.],
[-1500.,-1500.]]
2018-12-13 11:05:32 +00:00
[laser3]
color = -1
2019-03-24 16:24:52 +00:00
ip = 192.168.1.5
2018-12-13 11:05:32 +00:00
kpps = 25000
2019-02-26 10:10:57 +00:00
centerx = -12
2018-12-13 11:05:32 +00:00
centery = 0
zoomx = 38.0
zoomy = 26.0
sizex = 32000
sizey = 32000
finangle = 0.0
swapx = -1
swapy = -1
2018-12-15 19:03:32 +00:00
lsteps = [(1.0, 8),(0.25, 3), (0.75, 3), (1.0, 10)]
2018-12-13 11:05:32 +00:00
warpdest = [[-1500., 1500.],
2019-03-19 13:24:11 +00:00
[ 1500., 1500.],
[ 1500.,-1500.],
[-1500.,-1500.]]
2018-12-13 11:05:32 +00:00
2019-03-10 22:06:04 +00:00
[plugins]
plugins = {
"nozoid": {"OSC": 8003, "command": ""},
"glyph": {"OSC": 8004, "command": "python3 plugins/laserglyph.py"},
"planet": {"OSC": 8005, "command": "python3 plugins/planetarium/main.py"},
"words": {"OSC": 8006, "command": "python3 plugins/livewords.py"},
"cycl": {"OSC": 8007, "command": "python3 plugins/textcycl.py"},
2019-03-19 13:24:11 +00:00
"simu": {"OSC": 8008, "command": "python plugins/pysimu.py"},
2019-03-10 22:06:04 +00:00
"bank0": {"OSC": 8010, "command": "python3 plugins/VJing/bank0.py"},
2019-03-19 13:24:11 +00:00
"pose": {"OSC": 8011, "command": "python3 plugins/VJing/idiotia.py"},
2019-03-10 22:06:04 +00:00
"ljpong": {"OSC": 8020, "command": "python plugins/games/ljpong/main.py"},
2019-03-17 03:19:57 +00:00
"ljwars": {"OSC": 8021, "command": "python plugins/games/ljsw/main.py"}
2019-03-10 22:06:04 +00:00
}