Difference between revisions of "Talk:Installing Metamod:Source"
(4 intermediate revisions by 4 users not shown) | |||
Line 17: | Line 17: | ||
</pre> | </pre> | ||
and plugin didn't work. I solve this by putting "Read Only" flag to gameinfo.txt file. | and plugin didn't work. I solve this by putting "Read Only" flag to gameinfo.txt file. | ||
+ | |||
+ | == Where 'before'? == | ||
+ | |||
+ | GameBin |gameinfo_path|addons/metamod/bin | ||
+ | SearchPaths | ||
+ | { | ||
+ | Game |gameinfo_path|. | ||
+ | Game cstrike | ||
+ | Game hl2 | ||
+ | } | ||
+ | |||
+ | or | ||
+ | |||
+ | SearchPaths | ||
+ | { | ||
+ | GameBin |gameinfo_path|addons/metamod/bin | ||
+ | Game |gameinfo_path|. | ||
+ | Game cstrike | ||
+ | Game hl2 | ||
+ | } | ||
+ | |||
+ | ??? | ||
+ | |||
+ | ==Troubleshooting section?== | ||
+ | I don't see any. [[User:Tgp1994|Tgp1994]] 03:31, 4 October 2010 (UTC) |
Latest revision as of 21:31, 3 October 2010
I had a problem while installing SourceMM to Source Dedicated Server (STEAM version, not independent, windows). My gameinfo.txt ShearchPaths changed after server load to this:
SearchPaths { Game |gameinfo_path|. Game cstrike Game hl2 } } } Game cstrike Game hl2 } } }
and plugin didn't work. I solve this by putting "Read Only" flag to gameinfo.txt file.
Where 'before'?
GameBin |gameinfo_path|addons/metamod/bin SearchPaths { Game |gameinfo_path|. Game cstrike Game hl2 }
or
SearchPaths { GameBin |gameinfo_path|addons/metamod/bin Game |gameinfo_path|. Game cstrike Game hl2 }
???
Troubleshooting section?
I don't see any. Tgp1994 03:31, 4 October 2010 (UTC)