View Single Post
Backup
Senior Member
Join Date: Jul 2010
Location: Česká Republika
Old 05-01-2018 , 07:14   Re: [EXTENSION] Late Downloads
Reply With Quote #29

Quote:
Originally Posted by Dragokas View Post
Hi, Backup!

Thanks a much for your extensions.

Can you please take a look, why I got no files in "build" dir:

No errors. But, no .so file.

Also, is it can be build with another's game SDK?

P.S. AMBuildScript script seems not correctly prepared. It require csgo sdk folder should have name "hl2sdk-csgo", but sdk from download link you provided has dir. name "hl2sdk-sdk2013" and can't be found by this python script.
You need to run the "ambuild" command afterwards configuring.
I have a compile script on my unix machine that looks like this:
Code:
#!/bin/sh
export HL2SDKCSGO=/home/steam/hl2sdk

cd build
python ../configure.py --mms-path=/home/steam/metamod-source/ --sm-path=/home/steam/sourcemod/ --sdks=csgo --enable-optimize && ambuild
The AMBuildScript expects that you have all the sdks stored in a common directory. If you export an enviromental variable, you can directly specify single sdk. I used only slightly modified version of this file and didn't want to change this behaviour completely, since it would behave differently than every other ambuild project.

It can be build against pretty much every source game sdk, just fetch different sdk repo, export different env var and specify different sdk in the command line.
__________________
Sorry for my english.
Backup is offline