Andrey Akhmichin

Results 227 comments of Andrey Akhmichin

@0x4E69676874466F78 Вероятно, сразу после релиза 1.0.0.5 все остальное и появилось: https://www.halflifeuplink.com/furtherdata/

Вообще все тулзы из HLSDK желательно портировать под *nix.

Android.mk used with microndk on non-Android platforms. CMake is more flexible and supported by MSVC. Waf required knowledge of python and not obvious how to use it. Compile.sh - useful...

> Hello! Hi :) > Originally, I had hoped to submit a Pull Request to this great repo, but it's organized so, that the mod's source codes are provided as...

> WARNING! While I've tried editing the make files for other build systems, only cmake build was actually tested. Also, the mod won't work correctly with Android (due to lack...

> Detect what HLSDK version used (probably by comparing client and server interface headers?) Nope. As example HLSDK 2.0-2.1 didn't have weapons code and train sounds on client side yet....

> c) Some code, such as client weapons is simply a bit incomprehensible to me, last I modded Half-life it was still a WON version :) And JujU's code also...

Can you not touch changes from previous commits and just rewrite history or use method from my previous post?

You can squash 2 latest commits: https://github.com/RoyShapiro/hlsdk-xash3d/commit/503be44b576afca3e503b885953f94a0ca41607f https://github.com/RoyShapiro/hlsdk-xash3d/commit/0b25a499fb2dccc5fdc0b3d3c9c760c18eafd18f And edit commits https://github.com/RoyShapiro/hlsdk-xash3d/commit/75be0cac8145be25b9c7878a506243eda6006e32 and https://github.com/RoyShapiro/hlsdk-xash3d/commit/e290f609c75be586622a7ed06809ddca6f51562a to avoid changes here: https://github.com/RoyShapiro/hlsdk-xash3d/commit/e290f609c75be586622a7ed06809ddca6f51562a#diff-e4a8e5378d26122ab06bb30413b54dbc922af0ec048366f2a5fba9845baf0522R28 https://github.com/RoyShapiro/hlsdk-xash3d/commit/e290f609c75be586622a7ed06809ddca6f51562a#diff-e4a8e5378d26122ab06bb30413b54dbc922af0ec048366f2a5fba9845baf0522R46 https://github.com/RoyShapiro/hlsdk-xash3d/commit/75be0cac8145be25b9c7878a506243eda6006e32#diff-ae6308788ae1e5acea708a79bc04caae85c5e862474a42b4b633fa2b21df908eR28 https://github.com/RoyShapiro/hlsdk-xash3d/commit/75be0cac8145be25b9c7878a506243eda6006e32#diff-ae6308788ae1e5acea708a79bc04caae85c5e862474a42b4b633fa2b21df908eR198 https://github.com/RoyShapiro/hlsdk-xash3d/commit/75be0cac8145be25b9c7878a506243eda6006e32#diff-ae6308788ae1e5acea708a79bc04caae85c5e862474a42b4b633fa2b21df908eR218 https://github.com/RoyShapiro/hlsdk-xash3d/commit/75be0cac8145be25b9c7878a506243eda6006e32#diff-ae6308788ae1e5acea708a79bc04caae85c5e862474a42b4b633fa2b21df908eR176

Do not replace crowbar code: https://github.com/RoyShapiro/hlsdk-xash3d/commit/e290f609c75be586622a7ed06809ddca6f51562a#diff-b930f31f8c8c19eb20c32b01a3964e597b6edebcd5c961270417b9db27b7cdb8R1 There only need to add miss animations and sound: https://github.com/FWGS/hlsdk-xash3d/blob/theyhunger/dlls/crowbar.cpp#L210= and remove string with PLAYBACK_EVENT_FULL: https://github.com/FWGS/hlsdk-xash3d/blob/master/dlls/crowbar.cpp#L204=