OP OP PoLi In progress of development of myself Invited Tuesday at 2:37 AM #41 siema said: pls keep backfire Click to expand... It's broken in devbuild. some morning PaintNet doodling:
siema said: pls keep backfire Click to expand... It's broken in devbuild. some morning PaintNet doodling:
Miner34 Modder Wednesday at 7:29 AM #42 PoLi said: It's broken in devbuild. Click to expand... Perhaps you could use angelscript freeforces and enginesimattr to get them back in dev?
PoLi said: It's broken in devbuild. Click to expand... Perhaps you could use angelscript freeforces and enginesimattr to get them back in dev?
OP OP PoLi In progress of development of myself Invited Thursday at 5:39 PM #43 I made some work around and is working now. But can seee why one of two identical commands doesn't show up. No errors no broken beams just command beams is not there.
I made some work around and is working now. But can seee why one of two identical commands doesn't show up. No errors no broken beams just command beams is not there.
CuriousMike Well-known member Old-timer Retired Staff Yesterday at 10:36 AM #44 PoLi said: I made some work around and is working now. But can seee why one of two identical commands doesn't show up. No errors no broken beams just command beams is not there. Click to expand... This issue was apparently introduced shortly after 2022.12 release. For some reason `84` is no longer accepted as a valid command key: Code: [RoR|Actor|Warning] Section 'commands' or 'commands2': Invalid 'extend_key': 84; valid range is <0 - 84> Changing keys to `82, 83` makes the backfire functional again: Code: triggers 421, 422, 0.6, 0.4, 83, 82, ci commands2 426, 428, 10.0, 10.0, 1.0, 1.7, 82, 83, i ign 0.0, 0.0, smooth smooth 0 0 423, 427, 10.0, 10.0, 1.0, 1.7, 82, 83, i ign 0.0, 0.0, smooth smooth 0 0
PoLi said: I made some work around and is working now. But can seee why one of two identical commands doesn't show up. No errors no broken beams just command beams is not there. Click to expand... This issue was apparently introduced shortly after 2022.12 release. For some reason `84` is no longer accepted as a valid command key: Code: [RoR|Actor|Warning] Section 'commands' or 'commands2': Invalid 'extend_key': 84; valid range is <0 - 84> Changing keys to `82, 83` makes the backfire functional again: Code: triggers 421, 422, 0.6, 0.4, 83, 82, ci commands2 426, 428, 10.0, 10.0, 1.0, 1.7, 82, 83, i ign 0.0, 0.0, smooth smooth 0 0 423, 427, 10.0, 10.0, 1.0, 1.7, 82, 83, i ign 0.0, 0.0, smooth smooth 0 0