Timmeey86
Timmeey86
UPDATE: This also happens when suppressing the Qt Log messages
I'm not a contributor to CQUI (yet), but I wondered about the same. While we wait, here's a good starter for the SQL part at least: https://forums.civfanatics.com/threads/tutorial-modding-with-sqllite-studio-pc.608352/ Note that azurency...
@ricanuck I just changed a button size in governmentscreen.lua and opened the Government Panel again ingame => the button displayed a different size than before I changed the file, without...
I believe I have found the issue in the Ogre CMake files: The following line removes the script which finds the debug library: https://github.com/OGRECave/ogre/blob/375a66cb8da973a3859b931126d353c70830e8ab/CMake/Dependencies.cmake#L218-L220 `OGRE_DEBUG_MODE is set in: https://github.com/OGRECave/ogre/blob/375a66cb8da973a3859b931126d353c70830e8ab/CMake/ConfigureBuild.cmake#L15-L19 However,...
I can confirm that changing `OgreDependencies.cmake` to: if(NOT OGRE_DEBUG_MODE) file(REMOVE ${OGREDEPS_PATH}/lib/cmake/assimp-5.0/assimpTargets-debug.cmake) else() file(REMOVE ${OGREDEPS_PATH}/lib/cmake/assimp-5.0/assimpTargets-release.cmake) endif() and setting `OGRE_DEBUG_MODE` to 1 anywhere before that line fixes this issue. I'm not really...
I know the other modders should really fix their code, but since they seem to be completely unresponsive if you can even find a way to contact them, this is...
Hi, can you attach your log file, please?
Thanks, unfortunately there are no pointers about what's happening. Can you please copy the save game into an empty slot and load that new save with just Conservation Agriculture, then...
Edit: Nevermind, I see what you mean now. I'll have to investigate this
Hi, just to add to this, I scanned your code for things I know Giants has changed and put a bit of research into code parts you used, but I...