Source SDK

Source SDK

lx 16. juli 2013 kl. 21.06
Can't Install Source Sdk in linux
I have a problem installing the source sdk 2013 on ubuntu 13.04 64 bit. I have followed the instructions that i found in the valve dev community here: https://developer.valvesoftware.com/wiki/Source_SDK_2013
I have installed the source sdk base 2013 multiplayer and singleplayer, i downloaded and the 2013 sdk zip version from github and extracted it in my downloads folder, i have downloaded the steam client runtime and installed it and updated it with amd64 architecture. As the page says, i can't build the sdk before creating a project and files. So as the page says i run
> <SDK_ROOT>/sp/src/creategameprojects
This in my case is /home/alex/Downloads/source-sdk-2013-master/sp/src/creategameprojects
But when i run that command and error appears, and it says:
/home/alex/Downloads/source-sdk-2013-master/sp/src/creategameprojects: line 3: /devtools/bin/vpc: No such file or directory
I have the same problem with the mp folder (the multiplayer folder).
Thanks.....
< >
Viser 19 av 9 kommentarer
#gbn.scart 17. juli 2013 kl. 8.02 
Does /home/alex/Downloads/source-sdk-2013-master/sp/src/devtools/bin/ exist? If it does check if VPC is located in that folder.
Goldfish Sandwich 17. juli 2013 kl. 9.31 
If this is copy paste, then you'll want to change line 3 in creatgameprojects to point to your copy of vpc.
lx 17. juli 2013 kl. 16.42 
Opprinnelig skrevet av The Big :D:
If this is copy paste, then you'll want to change line 3 in creatgameprojects to point to your copy of vpc.
i changed it. It was:
#!/bin/bash

devtools/bin/vpc /hl2 /episodic +game /mksln games
Now it is:
#!/bin/bash

/home/alex/Downloads/source-sdk-2013-master/sp/src/devtools/bin/vpc_linux /hl2 /episodic +game /mksln games
Now this appears:
WARNING: Unable to get Perforce interface from p4lib.dll.
VPC - Valve Project Creator For XCode and Makefiles (Build: May 31 2013 16:24:58)
(C) Copyright 1996-2010, Valve Corporation, All rights reserved.

ERROR: Failed to determine source directory from current path. Expecting 'vpc_scripts' in source path.
lx 17. juli 2013 kl. 16.44 
Opprinnelig skrevet av ៑#gbn.ScarT:
Does /home/alex/Downloads/source-sdk-2013-master/sp/src/devtools/bin/ exist? If it does check if VPC is located in that folder.
Yes it exists. there is a vpc.exe and a vpc_linux
#gbn.scart 18. juli 2013 kl. 7.55 
You shouldn't have to change it to generate the make files. It should work out of the box.
lx 18. juli 2013 kl. 16.13 
Opprinnelig skrevet av ៑#gbn.ScarT:
You shouldn't have to change it to generate the make files. It should work out of the box.
Please help me man... did you installed it?
Sist redigert av lx; 21. juli 2013 kl. 17.41
Kuraq 28. sep. 2013 kl. 10.12 
Not sure if you solved this issue or not: you need go to directory containing creategameprojects file (so to sp/src/ or mp/src/) and then call the actual script (the original instructions lie). So:

$ cd sp/src/
$ ./creategameprojects
duncan 20. des. 2013 kl. 5.14 
I ended up here after having some problems myself at the build point.
I'm running 64bit Ubuntu, I'm guessing the SDK is 32 bit.
This helped me, and let me start compiling:

http://rg4.net/archives/1056.html
Dark Nation 27. juni 2015 kl. 17.05 
I'm running Ubuntu Desktop 14.10 64-bit. I ran into the same problem as the OP. The problem is that the OS cannot natively run 32-bit applications out of the box. The solution is to execute the following in the command-line:

apt-get install lib32z1 lib32ncurses5 lib32bz2-1.0 gcc-multilib g++-multilib
Sist redigert av Dark Nation; 27. juni 2015 kl. 18.19
< >
Viser 19 av 9 kommentarer
Per side: 1530 50

Dato lagt ut: 16. juli 2013 kl. 21.06
Innlegg: 9