News:

Herr Otto Partz says you're all nothing but pipsqueaks!

Main Menu
Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - Matei

#1
If it runs in DosBOX, Stunts uses SDL. Solved.
#2
Thank you for calling the laws of physics "my own vision". A lot of people do that.
#3
This is a very impressive achievement but I think it shows the track about as "rich" as my version. You can increase the viewing distance if you want. The car moves properly too, not like in the original game...
#4
Let's not forget DOSEMU:

https://en.wikipedia.org/wiki/DOSEMU

This is much faster than DosBOX (when it works).
#5
Fix issues? Increase the resolution and the speed; I'm currently using one if these:

https://www.linux-netbook.com/asus-eee-pc-r011px/

"Processor: 1.66 GHz Intel Atom N455"

It's very good, I bought it in 2011 (practically new), but I can't increase the cycles in DosBOX to more than 10000.
#6
Very impressive, it plays well at 22000 cycles, but the game always freezes on track ZCT037 after a few turns...
#7
Chat - Misc / Re: Dissociation Game
February 04, 2025, 10:08:58 PM
Recommendations for DOS Reloaded:

"PC/DOS
[...]
Spectrum version 0.99F by Pedro Gimeno"

From https://worldofspectrum.net/emulators/, I think it's the fastest. If you want a racing game, BC R a c e r s is nice: https://www.dosgamesarchive.com/category/racing
#8
The correct interpretation:

https://matei.one/idxscr.html

https://sourceforge.net/projects/simple3d/

There's also a little movie at the second address. Anyway, the program that you chose seems pretty hard to change if you only got to 0.1%...
#9
Doesn't modding the actual code matter if nothing is left of it? The advancement doesn't get any greater than that and the cars also move properly now...
#10
Unlike I tested it the first time, now I tried with other cars and most often it worked. A Pentium 4 at 3.4 GHz is of course not fast enough...

https://github.com/libsdl-org/sdl12-compat/

Btw, I have solved the engine to load any number of tiles (even all of them if you want), no graphical problems at all and it runs well even in the above conditions, but no one is interested... (Cas helped a little)
#11
The car doesn't move and...

Quotememory manager - BLOCK NOT FOUND at SEG=
 54f3
#12
Stunts Questions / Re: Other games?...
January 25, 2025, 06:42:01 PM
http://libsdl.org/

"Get the current stable SDL version 3.2.0"

Bad news because my game supports only SDL 1.2 and SLD 2, but:

https://github.com/libsdl-org/sdl12-compat/releases

https://fedoraproject.org/wiki/Changes/SDL12onSDL2

sdl12-compat is for SDL 2,

https://github.com/libsdl-org/sdl2-compat

and sdl2-compat is for SDL 3, so fortunately I don't have to make any game modification for SDL 3. Fedora 41 still has the executable file for SDL 2 from the start without downloading it separately, btw.
#13
Stunts Related Programs / Re: Pretty Garage
January 18, 2025, 08:53:34 PM
https://raceforkicks.com/projects/pgarage.php

pgarage-2024-03-08.zip -> pgarage-2024-03-08

./pgarage
./pgarage: /lib64/libncursesw.so.6: no version information available (required by ./pgarage)
./pgarage: /lib64/libc.so.6: version `GLIBC_2.38' not found (required by ./pgarage)
./pgarage: /lib64/libc.so.6: version `GLIBC_2.34' not found (required by ./pgarage)

Everything is fine.
#14
Chat - Misc / Re: Be failed
January 17, 2025, 02:25:42 PM
Can we see it? Mine is here...

https://matei.one/osthesis.html
#15
Stunts Questions / Re: Mounting C:Drive in Dosbox MacOS
January 14, 2025, 07:33:09 PM
https://www.dosbox-staging.org/releases/release-notes/0.82.0/

https://www.dosbox-staging.org/releases/linux/

QuoteFrom the x86 family of processors, a processor with SSSE3 (Supplemental Streaming SIMD Extensions 3) is required.

That's great. I can't use it. Let's see the source code.

https://github.com/dosbox-staging/dosbox-staging

BUILD.md:

QuoteMeson >= 0.56, or Visual Study Community Edition 2022

https://mesonbuild.com/Getting-meson.html

QuoteMeson is implemented in Python 3, and requires 3.7 or newer.

Ok, I give up...