mirror of
https://github.com/Bjanski/ExAd.git
synced 2024-08-30 16:52:14 +00:00
Release v0.7.0
Implemented Hacking Ppdated Core and VG
This commit is contained in:
@ -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
|
||||
|
@ -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;};
|
||||
};
|
@ -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")
|
||||
|
Reference in New Issue
Block a user