Ursula Le Guin is that you?
iltasadum
Recent community posts
Hi, I tried the 0.6.0-1.deb on Ubuntu 18.04.3 and it detected my G27 correctly. However when I go to the test tab and execute the force feedback test, it gives the following error:
INFO:pyLinuxWheel:on_test_rumble_clicked
Traceback (most recent call last):
File "/usr/bin/pyLinuxWheel", line 1083, in on_test_rumble_clicked
self.wheel_service.test_rumble()
File "/usr/bin/pyLinuxWheel", line 551, in test_rumble
effect_id = input_device.upload_effect(effect)
File "/usr/lib/python3/dist-packages/evdev/device.py", line 309, in upload_effect
data = bytes(buffer(effect)[:])
NameError: name 'buffer' is not defined
Nice demo. After poking around a bit, I was missing Factorio-style circuit conditions for the bots. Like if pole < 50 then do this and if plank < 50 then do that. 1000 seems like such a wasteful amount to build up to, but I suppose at this stage it's more of a little detail than a critical necessity.
I botched charcoal production somehow (I'm still not sure how exactly, probably clicked a few too many times when doing the script) and went off to do stuff and after a while I came back to see 228 logs in what was supposed to be the charcoal warehouse. Is there an easy way to empty it out? I guess I could build another storage next to it, but this was sort of a surprise log storage that might be useful too, if it wasn't in the location it currently resides at.
Perhaps the general storage could rename itself after an item has been put inside. Then in the scripts you would see commands like "Move to xyz storage" instead of everything being a general storage. That would make debugging easier at a glance as well.