mirror of
https://github.com/Bjanski/ExAd.git
synced 2024-08-30 16:52:14 +00:00
Merge remote-tracking branch 'refs/remotes/origin/master' into Dev
This commit is contained in:
commit
a6421d561f
@ -17,6 +17,7 @@ After you have installed the entire or parts of the ExAd Package you will easies
|
||||
* Virtual Garage
|
||||
* Grinding
|
||||
* Hacking
|
||||
* XM8
|
||||
* Admin Events .. *Coming Soon*
|
||||
* VehicleUpgrade -- *Coming Soon*
|
||||
|
||||
@ -25,7 +26,9 @@ After you have installed the entire or parts of the ExAd Package you will easies
|
||||
* [Exile](http://www.exilemod.com/downloads/)
|
||||
* Virtual Garage
|
||||
* Core
|
||||
* XM8
|
||||
* XM8
|
||||
* XM8
|
||||
* Core
|
||||
* Admin Events
|
||||
* Core
|
||||
* [Infistar](https://infistar.de/)
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
Remember for this plugin to work you first need to install
|
||||
* [Core](https://github.com/Bjanski/ExAd/blob/master/docs/core/installation.md)
|
||||
* [XM8 Apps Improved](https://github.com/vitalymind/XM8_apps_improved)
|
||||
* [XM8](https://github.com/Bjanski/ExAd/blob/master/docs/XM8/installation.md)
|
||||
|
||||
## Client
|
||||
|
||||
@ -22,7 +22,7 @@ _To_
|
||||
|
||||
* In "config.cpp" in the mission root folder, find class CfgExileCustomCode and add the following row
|
||||
```js
|
||||
ExileServer_system_territory_database_load = "ExAdClient\CustomCode\ExileServer_system_territory_database_load.sqf";
|
||||
ExileServer_system_territory_database_load = "ExAdClient\VirtualGarage\CustomCode\ExileServer_system_territory_database_load.sqf";
|
||||
```
|
||||
* In "config.cpp" you can also add the ("CfgInteractionMenus" >> "Flag" >> "VG") class if you want to be able to fast load the app through your flag pole.
|
||||
|
||||
@ -61,4 +61,4 @@ class CfgXM8
|
||||
ALTER TABLE `vehicle` ADD CONSTRAINT `vehicle_ibfk_2` FOREIGN KEY (`territory_id`) REFERENCES `territory`(`id`) ON DELETE CASCADE ON UPDATE RESTRICT;
|
||||
```
|
||||
|
||||
* Copy over content from "@ExileServer\extDB\sql_custom_v2\exile.ini" - Follow the instructions in the file.
|
||||
* Copy over content from "@ExileServer\extDB\sql_custom_v2\exile.ini" - Follow the instructions in the file.
|
||||
|
Loading…
Reference in New Issue
Block a user