Page MenuHomeFeedback Tracker

Requesting version for mod.cpp
Assigned, WishlistPublic

Description

i am developing a server tool which takes care of everything a server admin could think of. the only problem i got regarding automation is the mod version number. there is no standard place defined, to write the mod version to. as a consequence some mods just write it to some readme.txt, others just provide a bikey with mod.version.bikey. its just impossible to parse. the best place i could think of is the mod.cpp, which would be easy to extract the version out of.

something like:
version = "RC7 hotfix";

would be quite nice in terms of reading the mod version in automated systems.

Cheers
Astavinu

Details

Legacy ID
4228969162
Severity
None
Resolution
Open
Reproducibility
Have Not Tried
Category
Feature Request

Event Timeline

Astavinu set Category to Feature Request.Jun 8 2015, 11:21 AM
Astavinu set Reproducibility to Have Not Tried.
Astavinu set Severity to None.
Astavinu set Resolution to Open.
Astavinu set Legacy ID to 4228969162.May 8 2016, 12:10 PM
Astavinu added a subscriber: Astavinu.

would be a nice-to-have for the arma 3 launcher too i think