Skip to content

Commit 331b648

Browse files
committed
Readme and config tweaks
1 parent 236de09 commit 331b648

File tree

4 files changed

+3
-4
lines changed

4 files changed

+3
-4
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Enforce-Script-Extensions
22
A collection of new data types, methods, aliases etc. for Arma Reforger to help streamline the scripting experience.
3+
4+
For full documentation, [see the wiki](https://github.com/NarcoMarshDev/Enforce-Script-Extensions/wiki).
35
# Installation
46
__I DO NOT RECOMMEND INSTALLING ESE IN THIS PRERELEASE STATE AS A FULL PROJECT__
57

addon.gproj

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@ GameProject {
1010
ScriptProjectManagerSettings ScriptProjectManagerSettings "{AC4BE58770485E4B}" {
1111
Configurations {
1212
ScriptConfigurationClass workbench {
13-
Defines + {
14-
"ESE_ALIASES_ALL"
15-
}
1613
}
1714
}
1815
}

resourceDatabase.rdb

0 Bytes
Binary file not shown.

scripts/Game/!ESE_Config.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
//#define ESE_ENABLE_WIP
4545
//#define ESE_EXPERIMENTAL
4646
//#define ESE_OBSOLETE
47-
//#define ESE_ALIASES_ALL
47+
#define ESE_ALIASES_ALL
4848
//#define ESE_ALIASES_MATERIALS
4949
//#define ESE_ALIASES_WEAPONS
5050
//#define ESE_ALIASES_ATTACHMENTS

0 commit comments

Comments
 (0)