-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Request build instructions #21
Comments
It's really easy to CMake it.
|
hmm some problems. current FFMPEG is incompatible (abi changes). other than that it does start but as pointed out it cannot be used with the versions i tried. |
Updated FFmpeg API, should be compilable now. Also, how to reproduce a problem with a character stuck in geometry? |
Happens right in the start map, also in manually loaded ones. Not sure what causes it ?. |
clarifying the player character is frozen so cannot move, i can move the camera but the character cannot walk/run crouch etc. |
and thanks for fixing the ffmpeg problem :) |
I suspect there are no bindings defined for character's movement. |
aye after pointing out the bindings i took a look and they are indeed undefined, unfortunatly even copying back the populated player.txt does not work for me as the engine seems to overwrite the bindings with empty values :S. im using the NOLF2 project from nolfgirl which uses some mods for modernization so i suspect some incompatibility maybe ?. |
Could you share unmodified Default.prf and Player.txt files? |
ofc. not at home atm though ill send them your way as soon as im back :) |
For those not super familiar with
cmake
, could you provide some build instructions in thereadme.md
The text was updated successfully, but these errors were encountered: