You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description:
I'm attempting to support both pre-medical rewrite and medical rewrite versions of ace, I figured I could do this by checking version on preInit, and setting a flag of which methods to call in ace's medical API. Sadly it seems ace_common_fnc_getVersion only returns an empty string.
Steps to reproduce:
Load any map
Open Debug Console
Check output of [] call ace_common_fnc_getVersion
See that it returns a blank string
Expected behavior:
[] call ace_common_fnc_getVersion should return version number
Where did the issue occur?
Editor (Singleplayer) & Editor (Multiplayer) & Virtual Arsenal
Log Files:
Can upload if need be, didn't see anything out of the ordinary
Additional Context:
Worth noting that the version number does still appear in RPT, so I'll look around for where that's printed from, but I still think getVersion should return the version itself rather than having to look elsewhere for it.
Checking the version print here which is working with the one in getVersion it seems that it could either be ACE_main being used instead of ace_main as the root, or version not being populated while versionStr is.
Screenshots:
The text was updated successfully, but these errors were encountered:
Mods:
1.96.146114 stable
3.13.0.191116 stable
3.13.0.45 stable
Description:
I'm attempting to support both pre-medical rewrite and medical rewrite versions of ace, I figured I could do this by checking version on preInit, and setting a flag of which methods to call in ace's medical API. Sadly it seems
ace_common_fnc_getVersion
only returns an empty string.Steps to reproduce:
[] call ace_common_fnc_getVersion
Expected behavior:
[] call ace_common_fnc_getVersion
should return version numberWhere did the issue occur?
Log Files:
Additional Context:
Worth noting that the version number does still appear in RPT, so I'll look around for where that's printed from, but I still think
getVersion
should return the version itself rather than having to look elsewhere for it.Checking the version print here which is working with the one in getVersion it seems that it could either be
ACE_main
being used instead oface_main
as the root, orversion
not being populated whileversionStr
is.Screenshots:
The text was updated successfully, but these errors were encountered: