Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
Only have SDK Base 2006 and Source SDK installed
Whatever build you're targetting for
>(but this for example will work on any engine build)
Source 2006 might be one fitting
Did some research. Seems Valve as a whole doesn't want people to use the old SDK anymore. Hence the "Can't find steam app user info." that I am seemingly unable to fix unless there is an unofficial legacy SDK that I am able to download
Regarding to your crash, I had relatively complicated model with face flexes and stuff and no crash. So you need to figure out what exactly causes crashing.
Check for all model files placed on correct path. They should be placed how output path is specified in .qc file relative to mod directory. Moving around is not allowed.
If you work on decompiled materials, you'll probably need to find original sources or ask the author to provide.
>Steam.dll replacement
What is this? Already followed the tutorial and have everything required as it stated.
Replaced steam.dll with the one that was in the Steam main folder. Still giving me a logon error is it because I have it installed on a different drive? NEVERMIND EDIT BELOW
https://drive.google.com/file/d/1UfXzsN9r7lPkJhPhmFQD_0ACUSWxBXNR/view?usp=sharing
So no more logon error, now I just gotta figure out how to decompile / recompile it properly
This is already progress so major thank you. CONTINUED BELOW MORE PROGRESS
https://drive.google.com/file/d/1PwoeevARUPXFlCmYPxuXe1dCfZ2WDf69/view?usp=sharing
This is the default model that comes with the build and it compiled successfully. Am sure it's working now just gotta figure out how to get the one I want in there.