Cédric OCHS
Cédric OCHS
I remember testing that in 2018 :) It worked fine but only with a little sample program, I have no idea what resources it needs for Ryzom :( For armors,...
You can remove "throw(EDru)" since compilers deprecated it in recent C++ versions :)
I have no idea, I had no opportunity to check the Ring since it was removed :s Do you remember when it still worked ?
Yes, Qt is dynamically loading libssl.so(.*) libs, I think installing OpenSSL 1.0.x (1.0.2 for example) should fix the issue. I have no idea if a more recent version of Qt...
@vn971 Aren't you able to install both OpenSSL 1.1.x and 1.0.x together ? I think it should work if libssl.so is linked to libssl.so.1.1 and libssl.so.1.0 is not referenced. Qt...
Yep, that's why I didn't remove it directly and prefer to create an issue :) If files were identical, there wouldn't have any problem :p
Thank you so much :) It's a great idea ! And we are doing that manually when updating the code locally (complete pull, but update at the revision we want...
Same but under Windows. I'm using BG3MM 1.0.10.0 and I installed "Party Limit Begone" mod. It requires Script Extender, so I installed in Tools -> Download & Extract. But BG3MM...
There is "Batch convert" section in "LSX / LSB / LSF / LSJ Tools" :) It recursively convert all files from a root directory and all subdirectories.
> put this in a file *.bat bg3divine is the path to divine.exe root1 is the path of the mods to converts > > ------------------------------------------------------------------------- Bat file ------------------------------------ @echo off...