marceldev89 / BattleNET

BattlEye Protocol Library and Client
GNU Lesser General Public License v3.0
76 stars 44 forks source link

EBattlEyeCommand and IBattleNET missing from nuget 1.3.4 #51

Closed Bluscream closed 7 months ago

Bluscream commented 7 months ago

image

marceldev89 commented 7 months ago

Seems like you're NuGet-ting the wrong package because those words don't exist in my code 😛

Bluscream commented 7 months ago

Seems like you're NuGet-ting the wrong package because those words don't exist in my code 😛

BattleNET.zip is not your package? if so who'se is. (has the same nuget name)

The link in your readme even links to the same user https://forums.dayz.com/topic/23967-battlenet-c-library-and-client-for-the-battleye-protocol/ which does reference IBattleNet

marceldev89 commented 7 months ago

Can you send me the link to the nuget package?

[marcel@arch BattleNET (master =)]$ rg "IBattleNET"
[marcel@arch BattleNET (master =)]$

Nothing found 😅

marceldev89 commented 7 months ago

oh WAIT, that's really old code on that forum.. Those things just don't exist anymore.

https://github.com/marceldev89/BattleNET/commit/ae9e592d135c2201201534f5f3a678372a7b52ce

marceldev89 commented 7 months ago

Check https://github.com/marceldev89/BattleNET/blob/master/BattleNET%20client/Program.cs for an up-to-date example client

Bluscream commented 7 months ago

Damn. I really hoped i could get this working. Thanks anyway 😞