a3_vemf_reloaded/README.md

21 lines
733 B
Markdown
Raw Normal View History

2016-04-17 16:59:08 +00:00
#ArmA3_exile_vemf_reloaded
###VEMFr; a mission system for ArmA3 Exile Mod
2016-04-17 17:03:02 +00:00
####Based on VEMF (Vampire's Epoch Mission Framework)
2016-04-06 16:04:51 +00:00
<br />
2016-04-17 16:59:08 +00:00
######INSTALLATION GUIDE<br />
2016-04-06 16:04:51 +00:00
```
2016-04-17 16:59:08 +00:00
Exile.MapName\init.sqf (contents) >> MPmissions\Exile.*nameOfMap*\init.sqf
2016-04-06 16:04:51 +00:00
```
2016-04-17 16:59:08 +00:00
```
Exile.MapName\description.ext (contents) >> MPmissions\Exile.*nameOfMap*\description.ext
```
```
exile_vemf_reloaded (contents) >> @ExileServer\addons\exile_vemf_reloaded.pbo
```
######CONFIGURATION GUIDE
2016-04-17 17:04:22 +00:00
Detailed configuration information located in:<br />
2016-04-17 16:59:08 +00:00
```
exile_vemf_reloaded\config_override.cpp
```
*NOTE: do NOT modify any settings in config.cpp because when you update VEMFr, those changes will be overwritten. Use the config_override.cpp to handle your custom settings*