NFSIISE icon indicating copy to clipboard operation
NFSIISE copied to clipboard

Need For Speed™ II SE - Cross-platform wrapper with 3D acceleration and TCP protocol!

Results 15 NFSIISE issues
Sort by recently updated
recently updated
newest added

As I play online from time to time i noticed that if someone host server on unlocked version of the game and add cheats for funny stuff wrapper version sometime...

Hi, I've set up the conf file to enable ffb. On the game options menu if I go the ffb settings it opens and the strength set at max. But...

The game seems to have some visual issues when being compiled with `gl2` instead of `gl1`. I can notice a worse font rendering in them menus and also a worse...

bug

I just noticed that the spinning manufacture logo is missing on the "You've won the race!" screen.

bug

Hello When I try to play with my G29 Wheel on Ubuntu, I get the following error: https://youtu.be/RIs_nudYhik Is impossible to select one option in the menu because is like...

question

[SR](https://github.com/M-HT/SR) is a framework that to statically recompile following games to create Windows or Linux (x86 or arm) versions of the games. It already support some DOS/Windows games and features...

The build system (`compile_nfs`) is pretty bad; it takes a long time to compile the project. The build system should support incremental builds and provide more feedback. *(I'd suggest looking...

enhancement

I think this should also support CPU emulation / patching, so it can avoid (illegally) sharing copyrighted material or derivatives thereof (`Asm` and `Cpp` submodules). CPU emulation could be based...

Until the entire game code is rewritten, the code will require 32-bit pointers as they might be casted to register values or 32-bit variables. However, internally, the code will continue...

Currently, vaargs (`...` as parameter) and `va_list` seem to be platform dependent; I'm surprised the current approach works at all. This primarily (only?) affects the following code: https://github.com/zaps166/NFSIISE/blob/fd87de061df72c40c76772405c0a45666059eafe/src/Wrapper.c#L706-L709 https://github.com/zaps166/NFSIISE/blob/fd87de061df72c40c76772405c0a45666059eafe/src/Wrapper.c#L710-L718 The...