Search found 2 matches
- Fri May 07, 2021 1:12 pm
- Forum: Modding help
- Topic: Newb question about character control
- Replies: 1
- Views: 1549
Re: Newb question about character control
Okay - I figured out one way to do it - I set up a cutscene_cancelled variable and In the method listening to on_tick, I return out of it if that variable is set to 0. Then I listen to on_cutscene_cancelled and set that variable to 1
- Fri May 07, 2021 12:42 pm
- Forum: Modding help
- Topic: Newb question about character control
- Replies: 1
- Views: 1549
Newb question about character control
I am exploring creating a mod to control the character and possibly TAS / speedrun. I am aware of
https://github.com/gotyoke/Factorio-AnyPct-TAS
Which did this for version 0.18. I am looking through that mod to see how it works, and running into an issue
it has a section
script.on_event ...
https://github.com/gotyoke/Factorio-AnyPct-TAS
Which did this for version 0.18. I am looking through that mod to see how it works, and running into an issue
it has a section
script.on_event ...