Added background information

This commit is contained in:
IT07 2017-05-12 16:42:19 +02:00
parent 7aee16c54c
commit 53ab006d02

View File

@ -1,18 +1,27 @@
# a3_vemf_reloaded a.k.a. VEMFr
### a complex mission system for ArmA3 Exile/Epoch Mod
<br />
#### a complex mission system for ArmA3 Exile/Epoch Mod
###### ABOUT
VEMFr stands for "VEMF Reloaded". VEMF stands for "Vampire's Epoch Mission Framework".
VEMFr started as VEMF, under my ( IT07 ) continued development.
Initially, VEMF was obviously developed by TheVampire until he discontinued the project.
That is when I took over the project until TheVampire decided to continue VEMF himself.
Then I decided to also continue my work on VEMF but under a new name: VEMFr. And that is how VEMFr was born.
###### HOW TO DOWNLOAD
```a3_vemf_reloaded.7z (click it) >> Download button (click it)
```
a3_vemf_reloaded.7z (click it) >> Download button (click it)
```
###### INSTALLATION GUIDE
```MissionName.MapName\init.sqf (contents) >> MPmissions\*nameOfMission*.*nameOfMap*\init.sqf
```
MissionName.MapName\init.sqf (contents) >> MPmissions\*nameOfMission*.*nameOfMap*\init.sqf
MissionName.MapName\description.ext (contents) >> MPmissions\*nameOfMission*.*nameOfMap*\description.ext
```
```
.7z >> a3_vemf_reloaded.pbo >> @ExileServer\addons\ OR @epochhive\addons\
.7z >> a3_vemf_reloaded_config.pbo >> @ExileServer\addons\ OR @epochhive\addons\
```
###### CONFIGURATION GUIDE
For the sake of comfort, VEMFr uses a separate .pbo to store -and use- settings. <br />
For the sake of comfort, VEMFr uses a separate .pbo to store -and use- settings.
All default settings are stored inside a3_vemf_reloaded.pbo by default. If you want to change a certain setting, then use a3_vemf_reloaded_config\config.cpp for that. It will save you a lot of time. You are welcome.
<br />
**[ CREDITS ]** <br />
*TheVampire* ( the creator of VEMF, which VEMFr started as but changed path from )
**[ CREDITS ]**
*TheVampire* ( the creator of VEMF )