Skip to content
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

Waypoint is not loaded in non windows #17

Open
prsyahmi opened this issue Sep 20, 2023 · 1 comment
Open

Waypoint is not loaded in non windows #17

prsyahmi opened this issue Sep 20, 2023 · 1 comment

Comments

@prsyahmi
Copy link

The waypoint is not loaded in linux and the hlds will print

[SyPB] Not Find Waypoint, Cannot Add SyPB
[SyPB] You can input 'sypb sgdwp on' to make waypoint

This was due to the waypoint load function is called within #ifdef PLATFORM_WIN32

#ifdef PLATFORM_WIN32
if (sypb_download_waypoint.GetInt() == 2)
g_waypoint->tryDownloadWaypoint();
if (!g_waypoint->Load() && sypb_download_waypoint.GetInt() == 1)
g_waypoint->tryDownloadWaypoint();
#endif

@MysticDeathProject
Copy link

sypb haven't support Linux we need more test and research and also HsK CNN haven't time to fix it, but I can him help to writte code C++ but I still haven't access in sypb archive to adding my code after more testing and research bugs in the code, in my local machine and yes I have now latest version sypb build 2003 its big support and optimizing code for old cs 1.6 and also have support regamedll but I never share it and never share source code if author HsK CNN don't accept it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants