-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Prop not breaking and assert #14
Comments
I'm experiencing the same issue on Linux. Punting breakable objects with the gravity gun breaks them, but shooting them only sends them flying around instead of actually breaking them. On top of that enemies die when taking the slightest amount of damage. For instance, the antlion guards on ep2_outland_05 go down with one pistol bullet. Other NPCs just randomly keel over. And this is on a vanilla build of the SDK. |
ok it seems it's not a bug it's a feature. Indeed, all sk_* convar are set to 0 so nothing has sense. You have to create a config file for your mod |
These are untouched settings from HL2: http://www.mediafire.com/download/6pyynw6b8zpno9z/skill.cfg |
Good catch. I just copied over the cfg folder from ep2 and that fixed at least the damage issues. Honestly, it seems to boil down to the confusing new gameinfo.txt format. The default one that ships with the SDK should just pull in all the assets from all available source games. Right now, loading up any ep2 maps will also give you the infamous purple checkerboard texture everywhere. |
I'm new to sourcesdk but I can't break any prop with this new source sdk base 2013 singleplayer
Console output
AddMultiDamage: g_MultiDamage.GetDamageForce() == vec3_origin
CBaseEntity::TakeDamage: with inputInfo.GetDamageForce() == vec3_origin
baseentity.cpp (1563) : Assertion Failed: force != vec3_origin && offset != vec3_origin
The text was updated successfully, but these errors were encountered: