Topic: [HELP] Server configuration hooks? Player hooking?
Hi there. I'm currently trying to develop a mod. It's all working fine so far, but I still have 2 questions:
1. Where can I add hooks to the configuration file? I've already found variables.h, and I know that the config is processed in the class CConfiguration - So, in which file is CConfiguration? How can I add a new integer/float config node?
- I'm stupid, I was missing the m_ in front of the variable name.
2. What method is called when a character attaches a hook to another one as well as to the ground? Didn't find it in character.cpp, gamecontroller.cpp and gamecontext.cpp...
Help would be pretty much appreciated.
Thanks for your time,
Ikaron