Is there a way to enable the source engine developer console? It would make testing models easier with the reload command.
Printable View
Is there a way to enable the source engine developer console? It would make testing models easier with the reload command.
It's been entirely removed from the Vindictus fork of the engine for a number of years, as far as I know. You can improvise one yourself if you're handy with C++ and a disassembler (and it's actually relatively easy because it IS just the Source Engine in the end), but besides that the functionality doesn't exist anymore.
You can add one of the config files to the exec in the data folder if you use winnsi I saw some of the commands in the cfgs for that so I recommend looking there buddy if you need more help let me know and I'll try and show you.
Cool, thanks I'll try and fiddle around with that and I'll get back to you.
I managed to get the command to work, however the "cc_reload_models" command tries to reload the models, however I end up with invisible player models. If anyone has any suggestions for an alternative command to reload all models, please let me know!