how much of the source code is known or reversed so that we can create a version for Webservers?
i would LOVE to play "my" BotF in my browser
Moderator: thunderchero


probably not enough, but why can't the webserver run the original exe in a browser?Benman2785 wrote: ↑Sat Nov 09, 2024 7:45 pm Hi,
how much of the source code is known or reversed so that we can create a version for Webservers?
i would LOVE to play "my" BotF in my browser![]()



Code: Select all
[video]
machine=svga_s3
vmemsize=8
vsync=false
fullscreen=true
vesa modelist width limit=0
vesa modelist height limit=0
[cpu]
fpu=true
cputype=pentium_iii_prefetch
core=dynamic
pageing=true
apmbios=true
apmversion=1.2
a20=true
protected_mode=true
cycles=auto 150000 95% limit 300000
integration device=true
Code: Select all
Dos(document.getElementById("dos"), {
url: "/js-dos/games/BotF.jsdos",
backend: "dosboxX",
backendLocked: true,
workerThread: true,
noCursor: true,
FullScreen: true,
theme: "dark",
noCloud: true,
mouseSensitivity: 0.42,
imageRendering: "smooth",
renderAspect: "Fit",
autoStart: true,
});



