Release v0.7.0

Implemented Hacking
Ppdated Core and VG
This commit is contained in:
Bjanski
2016-05-06 09:52:30 +02:00
parent 6e7d916b2f
commit 916e91a4db
33 changed files with 616 additions and 16 deletions

View File

@ -1,6 +1,12 @@
#VirtualGarage
## Changelog:
### 160506 09:00 . v0.7.0
#### Fixed
* Small issue where VG didn't show an advancedHint when storing.
#### Added
* New stringtable values
### 160505 01:40 . v0.6.1
#### Fixed
* Display null when entering Virtual Garage from Flag
@ -12,7 +18,5 @@
* VG App clear lists before onLoad and content being loaded.
### 160428 12:00 . v0.5.0
#### Fixed
#### Added
* Introduced **VirtualGarage** to the ExAd package
#### Deleted
* Introduced **VirtualGarage** to the ExAd package

View File

@ -24,5 +24,5 @@ class VirtualGarage
class fillVGList {};
class loadVGDetailView {};
class onBtnClickVG {};
class postInit {file = "ExAdClient\VirtualGarage\postInit.sqf"; postInit = 1;};
class postInitVG {file = "ExAdClient\VirtualGarage\postInit.sqf"; postInit = 1;};
};

View File

@ -1,6 +1,12 @@
#VirtualGarage
## Instructions:
### 160506 09:00 . v0.7.0
#### Update
* Copy over the new VirtualGarage Package in "stringtable.xml"
* Replace and pack "@ExileServer\addons\exad_vg"
### 160505 01:40 . v0.6.1
#### Update
* Modify config.cpp ("CfgInteractionMenus" >> "Flag")