View Single Post
step
Senior Member
Join Date: May 2010
Old 10-17-2010 , 15:23   Re: Metamod:Source / SourceMod stopped working after last update for listen servers.
Reply With Quote #27

Quote:
Originally Posted by asherkin View Post
I never accused you of cheating.


And hey, look, I made you a plugin that will print all hidden the cvars and commands.

Instructions:
  1. Save the attached DLL into ...\Steam\steamapps\<account>\<game>\<mod>\
  2. Launch game with the -insecure option
  3. Type "plugin_load clist" in the console
  4. Use the command "derp" to list all hidden the commands and cvars.

Legend:
  • FCVAR_DEVELOPMENTONLY Commands. - No error, but can't seem to get a response, assuming not working.
  • FCVAR_DEVELOPMENTONLY Cvars. - Can NOT be changed
  • FCVAR_HIDDEN Commands - Can be called
  • FCVAR_HIDDEN Cvars - Can be changed

Format:
Cvars: <name> - "<help>" = "<value>"
Commands: <name> - "<help>"

<help> doesn't exist for everything, in that case it will just show as "".

Have fun.

EDIT:
Just noticed the list is way too long and scrolls off the top of the console, so I've updated the attached plugin with a derp_hidden command.

EDIT 2:
OK, the concommand system is totally fucked, yet another rewrite. Only hidden stuff listed at all now.
Thanks, but I have already made a sm plugin to get the cvars.

Anyway, it's obvious that it's possible to load addons in CS:S with -insecure, so I assume Metamod not working is something intentional?

Quote:
Originally Posted by Silvers View Post
I can host a listen server in L4D with the latest snapshots (MM/SM). However, not in L4D2.
It works fine on my L4D2. This only affects Orange Box engine games, but L4D2 will probably be affected too in the future.

Last edited by step; 10-17-2010 at 15:29.
step is offline