iOS, fps будет стабильнее (меньше просадки) и выше. Но при этом выше нагрузка на ядро. Но это не значит, что будет лагать (скорее даже наоборот). Это лишь значит, что ядро будет меньше спать и дольше работать (будет лучше выполнять свою работу, если можно так выразиться).the_hunter , судя по отзывам, получается если sys_ticrate 1100 , пингбуст 4 не нужен, так как будет сильнее жрать ядро?
C:\Program Files\Boost
folder (after installation, the full path looks like C:\Program Files\Boost\boost_1_80_0
)call "C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Auxiliary\Build\vcvarsamd64_x86.bat"
cmake --preset x86-windows-msvc-release && cmake --build --preset x86-windows-msvc-release
I know about vcvarscmd and I already have boost libraries under C:\local\, but for some reason it still fails to link :(kappabiawbi, Firstly, in order to compile the project, you first need to install the Boost libraries intoC:\Program Files\Boost
folder (after installation, the full path looks likeC:\Program Files\Boost\boost_1_80_0
)
Secondly, you do not need to change the architecture set. Just install Visual Studio with CMake support and open the project folder. Now you can easily compile it.
To compile project from the console, without running Visual Studio, open console in the project folder and run the following command:
call "C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Auxiliary\Build\vcvarsamd64_x86.bat"
Then in the same console run the following command:
cmake --preset x86-windows-msvc-release && cmake --build --preset x86-windows-msvc-release
That's it.
-- Found Boost: C:/local/boost_1_80_0 (found version "1.80.0")
-- Configuring done
-- Generating done
-- Build files have been written to: C:/Users/***/Documents/rehlds-m/src/out/build/x86-windows-msvc-release
[12/12] Linking CXX executable C:\Users\***\Documents\rehlds-m\src\bin\MSVC-19.33.31630.0-Release\hlds.exe
FAILED: C:/Users/***/Documents/rehlds-m/src/bin/MSVC-19.33.31630.0-Release/hlds.exe
Код:text_console_windows.cpp.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall rehlds::dedicated::TextConsoleWindows::update_status(bool)" (?update_status@TextConsoleWindows@dedicated@rehlds@@UAEX_N@Z) C:\Users\***\Documents\rehlds-m\src\bin\MSVC-19.33.31630.0-Release\hlds.exe : fatal error LNK1120: 1 unresolved externals ninja: build stopped: subcommand failed.
Настрой нормально виртуалку. У меня на тестовой без проблем отображалось(нужно было локали необходимые поставить).что бы в консоле отображались "ру" буквы а не крокозябра