(just the txt for it, i know the bullet works completely fine) https://www.mediafire.com/file/8tqccdqncarcdfm/laser_blaster_large.txt/file hmm I must've incorrectly set the autofiretoggle, or just the fire toggle in particular. However, I cannot detect it so I need another eye (that understands halfling)
So I keep doing it that way. As a toggle I have:
FireModeToggle { Type = UIToggle ToggleID = "fire_mode" Default = 2 }
AutoFireToggle { Type = ModeToggle Mode = FireModeToggle OnMode = 2 }
If you set the FireModeToggle/Default and the AutoFireToggle/OnMode to the same number the weapon will start fire constantily. Set it like this:
FireModeToggle { Type = UIToggle ToggleID = "fire_mode" Default = 1 } AutoFireToggle { Type = ModeToggle Mode = FireModeToggle OnMode = 2 }
Don't look wrong to me but it seems the burst is the problem. Burst had been crashing last time I tried them. Dunno about 0.14.7a/b. They could make it appear firing all the time and then crash when they hit empty storage.
Lafiel I think I might understand. I'm gonna test the pd shotgun and maybe create a two-shot HLB. Those may be conclusive.