• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!
  • 2026 staff recruitment is open! Check it out and consider applying!

Recent content by etarustemys

  1. E

    Help with otcv8 mobile sound

    Hello, I have a problem with OTCV8, the sound works on the Windows client but does not work on Android, it did not recognize g_sounds, I solved it by implementing FW_SOUND in the properties, but now it recognizes g_sounds but does not play any sound, has anyone managed to solve this ? I Will pay...
  2. E

    Android sound not working

    Hello, I have a problem with OTCV8, the sound works on the Windows client but does not work on Android, it did not recognize g_sounds, I solved it by implementing FW_SOUND in the properties, but now it recognizes g_sounds but does not play any sound, has anyone managed to solve this ?
  3. E

    Android sound issue

    I understand, but if you don't add FW_SOUND it won't recognize g_sounds so it won't read libopenal.a
  4. E

    Android sound issue

    How did you compile with the modified libopenal.a without the clag.exe error? How did you resolve the error? I haven't gotten past this part yet, when I compile it gives an error
  5. E

    Android sound issue

    you have to add FW_SOUND in project > properties > configuration properties > C/C++ > preprocessor
  6. E

    Android sound issue

    Can you help us? Do you know why it is causing error when we replace libopenal.a
  7. E

    Android sound issue

    I'm compiling it through Visual Studio, I don't use anything from cmake. I had to add FW_SOUND so it could read g_sounds, now it reads g_sounds but doesn't produce any sound, on Windows it works, but on Android it doesn't. So I tried to change libopenal.a in the c:/android/lib folder. but when I...
  8. E

    Android sound issue

    here it turns out that the g_sounds and musicChannel objects = g_sounds.getChannel(SoundChannels.Music) are successfully launched in the Android client and the function musicChannel:enqueue(musicFilename, 0) is executed successfully, but no audio is actually played I tried to change libopenal.a...
  9. E

    Erro when compile with visual studio 2022 fatal error C1083: Cannot open include file: 'boost/thread/future.hpp'

    I have this erros when compile with visual studio 2022 I followed the compilation tutorial correctly but there is no such file in this directory reported in the script 1685989828 It worked. I had to install by the command .\\vcpkg install boost-thread:x64-windows 1685990307 after install...
Back
Top