Herr Otto Partz says you're all nothing but pipsqueaks!
Quote from: llm on August 30, 2026, 06:18:44 AMsome more questions:
-did you used the partially ported C-source of restunts or is your port only based on the restunts-assembly source?
-does you port also support sound (pc-speaker, adlib and mt32 emulation?)
-are you interested in integrating the SuperSight mod (https://wiki.stunts.hu/wiki/SuperSight) of HerrNove? Video: https://marnetto.net/assets/2026-01-27--camel/ss-200x.mp4
-github release would be great
-can you release your linux binaries?
-i could help doing a windows port, if needed
Quote from: llm on August 29, 2026, 09:54:20 PMare you CommonLoon102? there are so many devs lately that doing stuff around stunts - with serveral nicknames on the different platforms - hard to keep track who is who
can you explain in more detail how you port over to C - manually, by AI help, how you kept features/bugs/behavior the same etc.
is also upgrading the 3d engine on your list?
will your project be open source?
if (framespersec != 0x14)
goto loc_17A8E;
var_2 = 6;
goto loc_17A93;
loc_17A8E:
var_2 = 0xC;
loc_17A93:
if (arg_carState->car_engineLimiterTimer == 0)
goto loc_17AA1;
arg_carState->car_engineLimiterTimer--;
loc_17AA1:
arg_carState->car_speeddiff = arg_carState->car_speed2 - arg_carState- >car_lastspeed;
arg_carState->car_lastspeed = arg_carState->car_speed2;
arg_carState->car_lastrpm = arg_carState->car_currpm;
if (arg_carState->car_transmission != 0)
goto loc_17AE6;
if (arg_carState->car_changing_gear != 0)
goto loc_17AE6;
if ((arg_carInputByte & 0x10) != 0)
goto loc_17B0F;
if ((arg_carInputByte & 0x20) != 0)
goto loc_17B2E;
goto loc_17B86;