Postby satoon101 » Tue Jan 21, 2014 6:36 am
Glad you got your compiling issues sorted. As for the error still being there, Ayuto did fix the issue we were having that required us to use the "get" method instead of just instantiating the object. He did fix the Python side as well, by removing the instances of CConVar.get(). You will need to update your Python files on your server, as well, in order to get this update.
There are still ConVar issues that need to be looked into, but those will not affect the usage and will only be internal changes.
Again, if you do a "git pull", you will have the "master" already downloaded in your local repository. This will help you to not have to download "everything" each time you need to build. Once you do the pull, and everything is up-to-date, then build. But remember, that if there are changes to the Python side, you will need to update those files on your server, as well. The same goes with data files, resource files, etc... that might be updated.
Satoon