drmon icon indicating copy to clipboard operation
drmon copied to clipboard

Some issues I had to fix for 1.16.5

Open Brian-Voss opened this issue 2 years ago • 3 comments

I know this isn't for 1.16.5, however, it didn't take too much to make it compatible in case you wanna load a version for that. There's no bug just letting you know.

  1. For whatever reason, when you plug in a flux gate to the computer they are marked as flow gates now. So a small update to line 37 from flux to flow took care of it.
  2. I was getting the v is a boolean error in the pairs on line 178. No doubt it's interpreting 1 or 0 as a bool erroneously, so I just wrapped v with a tostring() to fix it
  3. FML the flickering screen (Like it was doing in your tutorial) is driving me nuts! I know it's CC but do you happen to know any fix?

Brian-Voss avatar May 12 '22 08:05 Brian-Voss

Could you fork the repo with your fixes added?

kingdevnl avatar Jun 08 '22 14:06 kingdevnl

I keep getting the line 54 no valid flux gate found, and i litterly have tried all sides of the computer any fix? and line 46

KannaKamui6969 avatar Aug 11 '23 22:08 KannaKamui6969