Thread: Jazz2TAS issue
View Single Post
DennisKainz DennisKainz's Avatar

JCF Member

Joined: Dec 2005

Posts: 416

DennisKainz is notorious for his worthless posts

Mar 3, 2024, 08:32 AM
DennisKainz is offline
Reply With Quote
I just realized there IS a way to make a TAS without Jazz2TAS.
It can be done in Angelscript, more or less like this:
void onPlayerInput(jjPLAYER@ p) {
if (jjGameTicks > 0 && jjGameTicks < 140) {
p.keyRun = true;
p.keyLeft = true; }
if (jjGameTicks > 70 && jjGameTicks < 140) {
p.keyJump = true; } }
__________________
Free will was a mistake.
- God