Talk:Implementing FMOD: Difference between revisions
Jump to navigation
Jump to search
TomEdwards (talk | contribs) (Created page with 'Thanks £cho, I've often wondered about implementing FMOD. On the server issue, it should be possible to extract either a full or relative path to the game folder from the comman…') |
mNo edit summary |
||
Line 1: | Line 1: | ||
Thanks £cho, I've often wondered about implementing FMOD. On the server issue, it should be possible to extract either a full or relative path to the game folder from the command-line with <code>CommandLine()->CheckParm("-game", ppszValue)</code>, in <code>tier0\ICommandLine.h</code>. --[[user:TomEdwards|TomEdwards]] 17:25, 22 November 2009 (UTC) | Thanks £cho, I've often wondered about implementing FMOD. On the server issue, it should be possible to extract either a full or relative path to the game folder from the command-line with <code>CommandLine()->CheckParm("-game", ppszValue)</code>, in <code>tier0\ICommandLine.h</code>. --[[user:TomEdwards|TomEdwards]] 17:25, 22 November 2009 (UTC) | ||
* Not a problem, and your server idea is interesting. I'll look into it and get back to you. --[[User:£cho|£cho]] 20:24, 22 November 2009 (UTC) |
Revision as of 13:24, 22 November 2009
Thanks £cho, I've often wondered about implementing FMOD. On the server issue, it should be possible to extract either a full or relative path to the game folder from the command-line with CommandLine()->CheckParm("-game", ppszValue)
, in tier0\ICommandLine.h
. --TomEdwards 17:25, 22 November 2009 (UTC)
- Not a problem, and your server idea is interesting. I'll look into it and get back to you. --£cho 20:24, 22 November 2009 (UTC)