diff --git a/DayZ-Sa-Tomato/$PREFIX$ b/DayZ-Sa-Tomato/$PREFIX$ new file mode 100644 index 0000000..6c342f1 --- /dev/null +++ b/DayZ-Sa-Tomato/$PREFIX$ @@ -0,0 +1 @@ +com\DayZ-SA-Tomato \ No newline at end of file diff --git a/DayZ-Sa-Tomato/$REVISION$ b/DayZ-Sa-Tomato/$REVISION$ new file mode 100644 index 0000000..56a6051 --- /dev/null +++ b/DayZ-Sa-Tomato/$REVISION$ @@ -0,0 +1 @@ +1 \ No newline at end of file diff --git a/DayZ-Sa-Tomato/addons/DayZ-SA-Tomato/PBOPREFIX.txt b/DayZ-Sa-Tomato/addons/DayZ-SA-Tomato/PBOPREFIX.txt new file mode 100644 index 0000000..22df3c5 --- /dev/null +++ b/DayZ-Sa-Tomato/addons/DayZ-SA-Tomato/PBOPREFIX.txt @@ -0,0 +1,6 @@ +///'scripts.pbo' from Mikero's dos tools, dll version 5.66/// +prefix=com\DayZ-SA-Tomato +revision=1 +Pbo Type is: Arma Unknown pbo typ (no config). +Sha: '5CAF7A50CB0D1CACBB90A6A0DA4EFC47B8998E0D' +//////////// diff --git a/DayZ-Sa-Tomato/addons/DayZ-SA-Tomato/config.cpp b/DayZ-Sa-Tomato/addons/DayZ-SA-Tomato/config.cpp new file mode 100644 index 0000000..af6c5bc --- /dev/null +++ b/DayZ-Sa-Tomato/addons/DayZ-SA-Tomato/config.cpp @@ -0,0 +1,10 @@ +class CfgPatches +{ + class DayZSATomato + { + units[]={}; + weapons[]={}; + requiredVersion=0.1; + requiredAddons[]={}; + }; +}; \ No newline at end of file