Kappa322
Kappa322
The weird part is that the exact same setup worked for me when all parts were 1.25m (obviously using a bigger engine). This setup explodes every time, even relaunched it...
Alright, it worked perfectly without modular fuel tanks. Guess this is on their side then. I'll post an issue over there, you can close this one. They seem to have...
Correct we don't have it. It's a great idea and I don't think it would be any issue ToS-wise
That also sounds fine ToS-wise :)
Barrier is logged to the evtc log but is not shown live. At this time I don't have the interest personally to add it to the live window but will...
Yes, it should be sent even when budget mode is enabled. Without budget mode all local events are sent over evtc rpc. The filtering for whats sent over wire is...
Do you have python installed? https://github.com/Krappa322/arcdps_healing_stats/blob/master/networking/build_proto.py is the script that needs to pass It's also possible that it doesn't properly download grpc and protobuf first - you can try to...
Are you able to execute it directly? ``` ...\arcdps_personal_stats\networking>python build_proto.py x64-windows-static\x64-windows evtc_rpc.proto ..\x64\autogen ```
Ah! Sorry about that, that custom build task probably needs quoting around the arguments...
What version of visual studio are you using? I'm using 2022 Version 17.2.4 right now and that works Unfortunately fmtlib constantly breaks from runtime/visual studio updates. Not sure if fmtlib...