Source-Python-Dev-Team / Source.Python

This plugin aims to use boost::python and create an easily accessible wrapper around the Source Engine API for scripter use.
http://forums.sourcepython.com
GNU General Public License v3.0
164 stars 32 forks source link

Can't install Source.Python in CSS. #465

Closed H1N1-dev closed 1 year ago

H1N1-dev commented 1 year ago

VS2010 installed, anything in archive copied to Counter-Strike Source\cstrike\ But, CSS console prints on the first line:

No valid signature found for c:\program files (x86)\steam\steamapps\common\counter-strike source\cstrike\custom\source-python\addons\source-python.dll

Am I doing something wrong? Everything seems to be installed correctly.

jordanbriere commented 1 year ago

If you wish to run Source.Python on your client, you must launch with the following parameter: -insecure. Otherwise, your game won't load binaries that are not approved by VALVe.

H1N1-dev commented 1 year ago

Thanks! It works! Maybe it's worth mentioning "-insecure" in the installation tutorial? I struggled with this problem for a month, and the solution turned out to be extremely simple.

satoon101 commented 1 year ago

@H1N1-dev - we don't support running SP from the client. I am pretty sure that's written somewhere, but I can't find it.. Not that it won't work, but that's not really something we support. We recommend running a server locally and connecting to that instead.