Arma 3
Pythia
12 則留言
HermineBZH 4 月 5 日 下午 1:24 
Seriously, I have to download this mod to have to save. What's this joke? Isn't there enough trouble to have to download mods to save. I feel like I'm playing Ubisoft games.
zdo 2024 年 8 月 25 日 上午 8:32 
Amazing, thank you.
I've implemented Russian language recognition with VOSK using your mod (video in Russian https://www.youtube.com/watch?v=nh4PtwOUzgM) .

If somebody wants to improve on the work I've done - for Russian or any other language because VOSK supports a lot of them - feel free to do it, license is Arma Public Licence (APL).
Hannibal 2023 年 10 月 8 日 下午 8:31 
This has been invaluable for debugging thank you!
J. Schmidt 2023 年 5 月 9 日 下午 4:29 
Thanks for the reply, I'll be sure to make the changes for it to only be on the server side
Stack  [作者] 2023 年 5 月 9 日 上午 9:57 
This is normal behavior and happens with any (non-whitelisted) extension.

Also, Pythia is supposed to be used on the server side, not by players. I'd advise against using it by players unless they trust the server owner unconditionally, as running Pythia gives the server owner the ability to execute arbitrary Python code on players' machines.

While this seems to be exactly the same case as with regular extensions, the difference is that each extension would need to be whitelisted by BattlEye separately, while once BE lets Pythia run, there is no control over what exactly is executed anymore.
J. Schmidt 2023 年 4 月 23 日 下午 12:14 
I noticed that when I have BattlEye enabled it automatically blocks the dll and doesn't allow me to call to my python functions. Any fix for this other than just disableing BattlEye? The server host/setup I'm using requires BattlEye and players end up getting kicked if they don't have BattlEye enabled.
Stack  [作者] 2023 年 2 月 1 日 下午 2:07 
It works just like with any other Arma extension: if you're calling the extension on the server, then the server needs Pythia to be running. If you're running the extension on the client, then just the client needs Pythia to be running.
Gacku 2023 年 2 月 1 日 上午 9:23 
Question: does the server need this mod if I were to use it in my own mission making? Thanks
R3vo 2021 年 5 月 3 日 上午 1:37 
Just wanted to tell you what an awesome mod this is. Having Python available in Arma 3 is just fantastic!
Vlad 2020 年 12 月 18 日 上午 1:47 
i did not understand anything, but very interesting.:steammocking:
Stack  [作者] 2019 年 9 月 21 日 上午 11:07 
No, but you shouldn't need that in order to be able to run Pythia on your dedicated server, even when requiring clients to connect with BattlEye enabled.
Brazzer 2019 年 9 月 21 日 上午 1:41 
Hello, has this been whitelisted to use with BattlEye? Thank you.