This is something new to me. VPC scripts were not mentioned in the guide for compiling under Linux at the wiki, or at another guide that I read. I assumed that the vcpm tool which converts the VC project to a makefile should take care of all that. Could you give me some pointers for those VPC scripts, I can't find them mentioned in any related guides with a quick google search.
Kind regards, Radimir From: hlcoders-boun...@list.valvesoftware.com [mailto:hlcoders-boun...@list.valvesoftware.com] On Behalf Of Saul Rennison Sent: Thursday, September 5, 2013 3:40 PM To: Discussion of Half-Life Programming Subject: Re: [hlcoders] Linux srcds does not seem to use mod's libraries Did you add your new entities to the VPC scripts before you compiled? Or did you just add them to your Visual Studio solution? Seems like your mod is being compiled, just not with any of the new mod files you added. Kind regards, Saul Rennison On 5 September 2013 14:28, Radimir Bobev <radimir.bo...@gmail.com> wrote: Hi again guys, I finally managed to compile my Linux srcds, but now I'm having a very weird issue when I try running the mod. When I run srcds, I get all sorts of errors like these: Attempted to create unknown entity type weapon_nailgun! Can't init weapon_nailgun Attempted to create unknown entity type pm_health_large! Can't init pm_health_large Attempted to create unknown entity type pm_armor_small! Can't init pm_armor_small Attempted to create unknown entity type pm_armor_large! Can't init pm_armor_large Also, the server is not listed in the server browser for the mod, and if I try to connect to it manually, I get this: Host_Error: Unexepected authentication protocol -2119095924! All of this sounds to me like it didn't load the mod's libraries. However, in the beginning of srcds's output, I see this: Game.dll loaded for "Platform" So it *does* seem to be loading the mod's libraries. What could be wrong? I'm stumped. Kind regards, Radimir _______________________________________________ To unsubscribe, edit your list preferences, or view the list archives, please visit: https://list.valvesoftware.com/cgi-bin/mailman/listinfo/hlcoders
_______________________________________________ To unsubscribe, edit your list preferences, or view the list archives, please visit: https://list.valvesoftware.com/cgi-bin/mailman/listinfo/hlcoders