X39 / XMS2

X39s Medical System 2 (or short XMS2) is a modification for the game ArmA 3
9 stars 0 forks source link

Extract the current drugs etc. to the new extension format #38

Closed X39 closed 9 years ago

X39 commented 9 years ago

As there is an extension system in xms2 now, we dont need the IMH_ functions anymore thus, extract em to extensions

X39 commented 9 years ago

currently porting over the extensions ... discovered "a few" problems with the current concept and thus it will be changed slightly (configs dont like multiline strings ...)

X39 commented 9 years ago

adjusted system works perfectly ^^ Changes made: replaced code = STRING by files[] = {STRING} this also means that extensions are now multiple files and not single files

from the functionallity there is no change! (they all still get transfered from server to client and never loaded from client))