View Full Version : Jazz2TAS issue
DennisKainz
Oct 12, 2022, 10:04 AM
I wanted to make a TAS of Jazz Unleashed Demo, but use Jazz2TAS results in Access Violation. Can anyone tell me what I have to do to get Jazz2TAS to work?
Violet CLM
Oct 31, 2022, 09:07 PM
I've never heard of this program before--it's not on J2O or anything--but you could try making an issue on its github page (https://github.com/BinaryBlob92/jazz2tas) and see if you get a response.
DennisKainz
Mar 3, 2024, 08:32 AM
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; } }
metiszon97
Mar 3, 2024, 09:28 AM
Fatal error logs.
metiszon97
Mar 3, 2024, 09:29 AM
Error in Jazz 2 don't startup game.
metiszon97
Mar 3, 2024, 09:32 AM
HELP ME! and fix it.
metiszon97
Mar 3, 2024, 09:33 AM
FIX IT with me please. I attaching screenshot.
Violet CLM
Mar 4, 2024, 08:37 AM
Try running jazz2.exe with some command line options (https://www.jazz2online.com/wiki/List_of_Jazz_Jackrabbit_2_Command_Line_Arguments/) like -windowed or -safe or -menu.
vBulletin® v3.8.2, Copyright ©2000-2025, Jelsoft Enterprises Ltd.