CSS Bugs: Difference between revisions
(Moved the individual error pages to their own page) |
No edit summary |
||
Line 1: | Line 1: | ||
{{back | Counter-Strike: Source Level Creation}} | {{back | Counter-Strike: Source Level Creation}} | ||
{{DISPLAYTITLE: Counter-Strike: Source - Game and SDK bugs}} | {{DISPLAYTITLE: Counter-Strike: Source - Game and SDK bugs}} | ||
{{Note|For reporting newer bugs, please use [https://github.com/ValveSoftware/Source-1-Games/issues?q=is%3Aissue+is%3Aopen+label%3A%22Counter-Strike%3A+Source%22 GitHub] in order to prevent duplicate or outdated bug reports at the wiki.}} | |||
{{toc-right}} | {{toc-right}} | ||
Revision as of 05:32, 3 October 2023
Note:
This page tries to collect all of the bugs/issues and provide a fix for them if any are available at the current time, for both the games and the SDK itself. If any has further bugs or problems not on the list, please add them with a short guide for how to fix them too if possible.
SDK
Game
Both Teams are Full error.
The game cannot find an available spawn point, either because you forgot to place them, or because those you placed are invalid.
You need to have both info_player_counterterrorist
and info_player_terrorist
entities in the map, or the game will not be set up correctly. If both spawn points has been placed, check the console. If it reports that your spawn points are invalid, the problem is usually that your spawn point entities are intersecting another surface in the map (usually the ground). (Unlike HL2SP and HL2DM spawn point entities, CS:S spawn point entities will intersect the ground if not placed a couple of units above it.) Try moving the entities up a little bit to make sure that they are not intersecting with anything.
Error reading weapon data file for: weapon_cubemap
This error occurs when a mod doesn't have the weapon script file for weapon_cubemap in the mod's directory. If you're trying to get weapon_cubemap working in a mod, you will have to copy the weapon_cubemap script (hl2\scripts\weapon_cubemap.txt) from the Half-Life 2 folder to the mod's scripts folder. (For example: $SteamUserDir\steamapps\common\counter-strike source\cstrike\scripts\)