diff --git a/Live/CWX_BushWhacker/CWX-BushWhacker 1.0.0/bepInEx/plugins/CWX-BushWhacker.dll b/Live/CWX_BushWhacker/CWX-BushWhacker 1.0.0/bepInEx/plugins/CWX-BushWhacker.dll new file mode 100644 index 0000000..29a94ae Binary files /dev/null and b/Live/CWX_BushWhacker/CWX-BushWhacker 1.0.0/bepInEx/plugins/CWX-BushWhacker.dll differ diff --git a/Live/CWX_BushWhacker/CWX-BushWhacker 1.0.0/user/mods/CWX-BushWhacker 1.0.0/LICENSE.txt b/Live/CWX_BushWhacker/CWX-BushWhacker 1.0.0/user/mods/CWX-BushWhacker 1.0.0/LICENSE.txt new file mode 100644 index 0000000..cc68bd7 --- /dev/null +++ b/Live/CWX_BushWhacker/CWX-BushWhacker 1.0.0/user/mods/CWX-BushWhacker 1.0.0/LICENSE.txt @@ -0,0 +1,35 @@ +University of Illinois/NCSA Open Source License + +Copyright (c) [year] [fullname]. All rights reserved. + +Developed by: + [CWX] + [https://github.com/CWXDEV/CWX-DeSharpener] + [https://hub.sp-tarkov.com/files/file/455-cwx-desharpener/] + +Permission is hereby granted, free of charge, to any person +obtaining a copy of this software and associated documentation files +(the "Software"), to deal with the Software without restriction, +including without limitation the rights to use, copy, modify, merge, +publish, distribute, sublicense, and/or sell copies of the Software, +and to permit persons to whom the Software is furnished to do so, +subject to the following conditions: + +* Redistributions of source code must retain the above copyright notice, + this list of conditions and the following disclaimers. + +* Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimers in the + documentation and/or other materials provided with the distribution. + +* Neither the names of [fullname], [project] nor the names of its + contributors may be used to endorse or promote products derived from + this Software without specific prior written permission. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS +OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +CONTRIBUTORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS WITH +THE SOFTWARE. \ No newline at end of file diff --git a/Live/CWX_BushWhacker/CWX-BushWhacker 1.0.0/user/mods/CWX-BushWhacker 1.0.0/package.js b/Live/CWX_BushWhacker/CWX-BushWhacker 1.0.0/user/mods/CWX-BushWhacker 1.0.0/package.js new file mode 100644 index 0000000..f07f715 --- /dev/null +++ b/Live/CWX_BushWhacker/CWX-BushWhacker 1.0.0/user/mods/CWX-BushWhacker 1.0.0/package.js @@ -0,0 +1,12 @@ +"use strict"; + +class ModMain { + constructor() { + const mod = require("./package.json"); + this.modName = `${mod.author}-${mod.name}`; + + Logger.info(`Loading: ${this.modName} : ${mod.version}`); + } +} + +module.exports = new ModMain(); \ No newline at end of file diff --git a/Live/CWX_BushWhacker/CWX-BushWhacker 1.0.0/user/mods/CWX-BushWhacker 1.0.0/package.json b/Live/CWX_BushWhacker/CWX-BushWhacker 1.0.0/user/mods/CWX-BushWhacker 1.0.0/package.json new file mode 100644 index 0000000..235a770 --- /dev/null +++ b/Live/CWX_BushWhacker/CWX-BushWhacker 1.0.0/user/mods/CWX-BushWhacker 1.0.0/package.json @@ -0,0 +1,9 @@ +{ + "name": "BUSHWHACKER", + "author": "CWX", + "version": "1.0.0", + "license": "NCSA", + "main": "package.js", + "akiVersion": "2.3.1" +} + diff --git a/Live/CWX_BushWhacker/LICENSE.txt b/Live/CWX_BushWhacker/LICENSE.txt new file mode 100644 index 0000000..cc68bd7 --- /dev/null +++ b/Live/CWX_BushWhacker/LICENSE.txt @@ -0,0 +1,35 @@ +University of Illinois/NCSA Open Source License + +Copyright (c) [year] [fullname]. All rights reserved. + +Developed by: + [CWX] + [https://github.com/CWXDEV/CWX-DeSharpener] + [https://hub.sp-tarkov.com/files/file/455-cwx-desharpener/] + +Permission is hereby granted, free of charge, to any person +obtaining a copy of this software and associated documentation files +(the "Software"), to deal with the Software without restriction, +including without limitation the rights to use, copy, modify, merge, +publish, distribute, sublicense, and/or sell copies of the Software, +and to permit persons to whom the Software is furnished to do so, +subject to the following conditions: + +* Redistributions of source code must retain the above copyright notice, + this list of conditions and the following disclaimers. + +* Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimers in the + documentation and/or other materials provided with the distribution. + +* Neither the names of [fullname], [project] nor the names of its + contributors may be used to endorse or promote products derived from + this Software without specific prior written permission. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS +OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +CONTRIBUTORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS WITH +THE SOFTWARE. \ No newline at end of file diff --git a/Live/CWX_BushWhacker/README.md b/Live/CWX_BushWhacker/README.md new file mode 100644 index 0000000..80d4d89 --- /dev/null +++ b/Live/CWX_BushWhacker/README.md @@ -0,0 +1,5 @@ +# BushWhacker +## CWX-BushWhacker for EFT - SPT-AKI +### CURRENT AKI VERSION: 2.3.1 +### GAMEVERSION: 0.12.12.17349 +### USING BEPINEX diff --git a/Live/CWX_DeSharpener/CWX-DeSharpener 1.2.1/bepInEx/plugins/CWX-DeSharpener.dll b/Live/CWX_DeSharpener/CWX-DeSharpener 1.2.1/bepInEx/plugins/CWX-DeSharpener.dll new file mode 100644 index 0000000..df90b38 Binary files /dev/null and b/Live/CWX_DeSharpener/CWX-DeSharpener 1.2.1/bepInEx/plugins/CWX-DeSharpener.dll differ diff --git a/Live/CWX_DeSharpener/CWX-DeSharpener 1.2.1/user/mods/CWX-DeSharpener 1.2.1/LICENSE.txt b/Live/CWX_DeSharpener/CWX-DeSharpener 1.2.1/user/mods/CWX-DeSharpener 1.2.1/LICENSE.txt new file mode 100644 index 0000000..cc68bd7 --- /dev/null +++ b/Live/CWX_DeSharpener/CWX-DeSharpener 1.2.1/user/mods/CWX-DeSharpener 1.2.1/LICENSE.txt @@ -0,0 +1,35 @@ +University of Illinois/NCSA Open Source License + +Copyright (c) [year] [fullname]. All rights reserved. + +Developed by: + [CWX] + [https://github.com/CWXDEV/CWX-DeSharpener] + [https://hub.sp-tarkov.com/files/file/455-cwx-desharpener/] + +Permission is hereby granted, free of charge, to any person +obtaining a copy of this software and associated documentation files +(the "Software"), to deal with the Software without restriction, +including without limitation the rights to use, copy, modify, merge, +publish, distribute, sublicense, and/or sell copies of the Software, +and to permit persons to whom the Software is furnished to do so, +subject to the following conditions: + +* Redistributions of source code must retain the above copyright notice, + this list of conditions and the following disclaimers. + +* Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimers in the + documentation and/or other materials provided with the distribution. + +* Neither the names of [fullname], [project] nor the names of its + contributors may be used to endorse or promote products derived from + this Software without specific prior written permission. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS +OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +CONTRIBUTORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS WITH +THE SOFTWARE. \ No newline at end of file diff --git a/Live/CWX_DeSharpener/CWX-DeSharpener 1.2.1/user/mods/CWX-DeSharpener 1.2.1/package.js b/Live/CWX_DeSharpener/CWX-DeSharpener 1.2.1/user/mods/CWX-DeSharpener 1.2.1/package.js new file mode 100644 index 0000000..f07f715 --- /dev/null +++ b/Live/CWX_DeSharpener/CWX-DeSharpener 1.2.1/user/mods/CWX-DeSharpener 1.2.1/package.js @@ -0,0 +1,12 @@ +"use strict"; + +class ModMain { + constructor() { + const mod = require("./package.json"); + this.modName = `${mod.author}-${mod.name}`; + + Logger.info(`Loading: ${this.modName} : ${mod.version}`); + } +} + +module.exports = new ModMain(); \ No newline at end of file diff --git a/Live/CWX_DeSharpener/CWX-DeSharpener 1.2.1/user/mods/CWX-DeSharpener 1.2.1/package.json b/Live/CWX_DeSharpener/CWX-DeSharpener 1.2.1/user/mods/CWX-DeSharpener 1.2.1/package.json new file mode 100644 index 0000000..beed395 --- /dev/null +++ b/Live/CWX_DeSharpener/CWX-DeSharpener 1.2.1/user/mods/CWX-DeSharpener 1.2.1/package.json @@ -0,0 +1,9 @@ +{ + "name": "DESHARPENER", + "author": "CWX", + "version": "1.2.1", + "license": "NCSA", + "main": "package.js", + "akiVersion": "2.3.1" +} + diff --git a/Live/CWX_DeSharpener/LICENSE.txt b/Live/CWX_DeSharpener/LICENSE.txt new file mode 100644 index 0000000..cc68bd7 --- /dev/null +++ b/Live/CWX_DeSharpener/LICENSE.txt @@ -0,0 +1,35 @@ +University of Illinois/NCSA Open Source License + +Copyright (c) [year] [fullname]. All rights reserved. + +Developed by: + [CWX] + [https://github.com/CWXDEV/CWX-DeSharpener] + [https://hub.sp-tarkov.com/files/file/455-cwx-desharpener/] + +Permission is hereby granted, free of charge, to any person +obtaining a copy of this software and associated documentation files +(the "Software"), to deal with the Software without restriction, +including without limitation the rights to use, copy, modify, merge, +publish, distribute, sublicense, and/or sell copies of the Software, +and to permit persons to whom the Software is furnished to do so, +subject to the following conditions: + +* Redistributions of source code must retain the above copyright notice, + this list of conditions and the following disclaimers. + +* Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimers in the + documentation and/or other materials provided with the distribution. + +* Neither the names of [fullname], [project] nor the names of its + contributors may be used to endorse or promote products derived from + this Software without specific prior written permission. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS +OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +CONTRIBUTORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS WITH +THE SOFTWARE. \ No newline at end of file diff --git a/Live/CWX_DeSharpener/README.md b/Live/CWX_DeSharpener/README.md new file mode 100644 index 0000000..66a98bb --- /dev/null +++ b/Live/CWX_DeSharpener/README.md @@ -0,0 +1,5 @@ +# DeSharpener +## CWX-DESHARPENER for EFT - SPT-AKI +### CURRENT AKI VERSION: 2.3.0 +### GAMEVERSION: 0.12.12.16909 +### USING BEPINEX diff --git a/Live/CWX_MasterKey/CWX_MasterKey 1.1.2/bepInEx/plugins/CWX-MasterKey.dll b/Live/CWX_MasterKey/CWX_MasterKey 1.1.2/bepInEx/plugins/CWX-MasterKey.dll new file mode 100644 index 0000000..3ebc93d Binary files /dev/null and b/Live/CWX_MasterKey/CWX_MasterKey 1.1.2/bepInEx/plugins/CWX-MasterKey.dll differ diff --git a/Live/CWX_MasterKey/CWX_MasterKey 1.1.2/user/mods/CWX-MasterKeys 1.1.2/LICENSE.txt b/Live/CWX_MasterKey/CWX_MasterKey 1.1.2/user/mods/CWX-MasterKeys 1.1.2/LICENSE.txt new file mode 100644 index 0000000..9c5cb23 --- /dev/null +++ b/Live/CWX_MasterKey/CWX_MasterKey 1.1.2/user/mods/CWX-MasterKeys 1.1.2/LICENSE.txt @@ -0,0 +1,35 @@ +University of Illinois/NCSA Open Source License + +Copyright (c) [year] [fullname]. All rights reserved. + +Developed by: + [CWX] + [https://github.com/CWXDEV/CWX-MasterKey] + [] + +Permission is hereby granted, free of charge, to any person +obtaining a copy of this software and associated documentation files +(the "Software"), to deal with the Software without restriction, +including without limitation the rights to use, copy, modify, merge, +publish, distribute, sublicense, and/or sell copies of the Software, +and to permit persons to whom the Software is furnished to do so, +subject to the following conditions: + +* Redistributions of source code must retain the above copyright notice, + this list of conditions and the following disclaimers. + +* Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimers in the + documentation and/or other materials provided with the distribution. + +* Neither the names of [fullname], [project] nor the names of its + contributors may be used to endorse or promote products derived from + this Software without specific prior written permission. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS +OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +CONTRIBUTORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS WITH +THE SOFTWARE. \ No newline at end of file diff --git a/Live/CWX_MasterKey/CWX_MasterKey 1.1.2/user/mods/CWX-MasterKeys 1.1.2/package.js b/Live/CWX_MasterKey/CWX_MasterKey 1.1.2/user/mods/CWX-MasterKeys 1.1.2/package.js new file mode 100644 index 0000000..f07f715 --- /dev/null +++ b/Live/CWX_MasterKey/CWX_MasterKey 1.1.2/user/mods/CWX-MasterKeys 1.1.2/package.js @@ -0,0 +1,12 @@ +"use strict"; + +class ModMain { + constructor() { + const mod = require("./package.json"); + this.modName = `${mod.author}-${mod.name}`; + + Logger.info(`Loading: ${this.modName} : ${mod.version}`); + } +} + +module.exports = new ModMain(); \ No newline at end of file diff --git a/Live/CWX_MasterKey/CWX_MasterKey 1.1.2/user/mods/CWX-MasterKeys 1.1.2/package.json b/Live/CWX_MasterKey/CWX_MasterKey 1.1.2/user/mods/CWX-MasterKeys 1.1.2/package.json new file mode 100644 index 0000000..66208aa --- /dev/null +++ b/Live/CWX_MasterKey/CWX_MasterKey 1.1.2/user/mods/CWX-MasterKeys 1.1.2/package.json @@ -0,0 +1,9 @@ +{ + "name": "MASTERKEY", + "author": "CWX", + "version": "1.1.2", + "license": "NCSA", + "main": "package.js", + "akiVersion": "2.3.1" +} + diff --git a/Live/CWX_MasterKey/LICENSE.txt b/Live/CWX_MasterKey/LICENSE.txt new file mode 100644 index 0000000..9c5cb23 --- /dev/null +++ b/Live/CWX_MasterKey/LICENSE.txt @@ -0,0 +1,35 @@ +University of Illinois/NCSA Open Source License + +Copyright (c) [year] [fullname]. All rights reserved. + +Developed by: + [CWX] + [https://github.com/CWXDEV/CWX-MasterKey] + [] + +Permission is hereby granted, free of charge, to any person +obtaining a copy of this software and associated documentation files +(the "Software"), to deal with the Software without restriction, +including without limitation the rights to use, copy, modify, merge, +publish, distribute, sublicense, and/or sell copies of the Software, +and to permit persons to whom the Software is furnished to do so, +subject to the following conditions: + +* Redistributions of source code must retain the above copyright notice, + this list of conditions and the following disclaimers. + +* Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimers in the + documentation and/or other materials provided with the distribution. + +* Neither the names of [fullname], [project] nor the names of its + contributors may be used to endorse or promote products derived from + this Software without specific prior written permission. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS +OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +CONTRIBUTORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS WITH +THE SOFTWARE. \ No newline at end of file diff --git a/Live/CWX_MasterKey/README.md b/Live/CWX_MasterKey/README.md new file mode 100644 index 0000000..14777a2 --- /dev/null +++ b/Live/CWX_MasterKey/README.md @@ -0,0 +1,5 @@ +# MasterKey +## CWX-MASTERKEY for EFT - SPT-AKI +### CURRENT AKI VERSION: 2.3.0 +### GAMEVERSION: 0.12.12.16909 +### USING BEPINEX diff --git a/Live/CWX_VoiceAdder/LICENSE.txt b/Live/CWX_VoiceAdder/LICENSE.txt new file mode 100644 index 0000000..91951c9 --- /dev/null +++ b/Live/CWX_VoiceAdder/LICENSE.txt @@ -0,0 +1,35 @@ +University of Illinois/NCSA Open Source License + +Copyright (c) [year] [fullname]. All rights reserved. + +Developed by: + [CWX] + [https://github.com/CWXDEV/CWX-VoiceAdder] + [] + +Permission is hereby granted, free of charge, to any person +obtaining a copy of this software and associated documentation files +(the "Software"), to deal with the Software without restriction, +including without limitation the rights to use, copy, modify, merge, +publish, distribute, sublicense, and/or sell copies of the Software, +and to permit persons to whom the Software is furnished to do so, +subject to the following conditions: + +* Redistributions of source code must retain the above copyright notice, + this list of conditions and the following disclaimers. + +* Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimers in the + documentation and/or other materials provided with the distribution. + +* Neither the names of [fullname], [project] nor the names of its + contributors may be used to endorse or promote products derived from + this Software without specific prior written permission. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS +OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +CONTRIBUTORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS WITH +THE SOFTWARE. \ No newline at end of file diff --git a/Live/CWX_VoiceAdder/README.md b/Live/CWX_VoiceAdder/README.md new file mode 100644 index 0000000..12fc1a9 --- /dev/null +++ b/Live/CWX_VoiceAdder/README.md @@ -0,0 +1,9 @@ +# VOICEADD +## CWX-VOICEADD for EFT - SPT-AKI +### CURRENT AKI VERSION: 2.3.0 +### GAMEVERSION: 0.12.12.16909 +### USING BEPINEX + + +### two version, test build is a coremod approach, where it can be a standalone mod and people add a Key:value to the json +### VoiceAdd is a standalone version you add to your own mod, compile with you mods folder path \ No newline at end of file diff --git a/Live/CWX_VoiceAdder/ReadMe.txt b/Live/CWX_VoiceAdder/ReadMe.txt deleted file mode 100644 index 280f786..0000000 --- a/Live/CWX_VoiceAdder/ReadMe.txt +++ /dev/null @@ -1,5 +0,0 @@ -Compile to your own path - -updated for BepinEx -16909 client -2.3.0 SPT-AKI \ No newline at end of file diff --git a/Live/CWX_WeatherPatcher/CWX_WeatherPatcher 2.2.3/BepInEx/plugins/CWX-WeatherPatcher.dll b/Live/CWX_WeatherPatcher/CWX_WeatherPatcher 2.2.3/BepInEx/plugins/CWX-WeatherPatcher.dll new file mode 100644 index 0000000..e269562 Binary files /dev/null and b/Live/CWX_WeatherPatcher/CWX_WeatherPatcher 2.2.3/BepInEx/plugins/CWX-WeatherPatcher.dll differ diff --git a/Live/CWX_WeatherPatcher/CWX_WeatherPatcher 2.2.3/user/mods/CWX-WeatherPatcher 2.2.3/LICENSE.txt b/Live/CWX_WeatherPatcher/CWX_WeatherPatcher 2.2.3/user/mods/CWX-WeatherPatcher 2.2.3/LICENSE.txt new file mode 100644 index 0000000..6979e6f --- /dev/null +++ b/Live/CWX_WeatherPatcher/CWX_WeatherPatcher 2.2.3/user/mods/CWX-WeatherPatcher 2.2.3/LICENSE.txt @@ -0,0 +1,35 @@ +University of Illinois/NCSA Open Source License + +Copyright (c) [year] [fullname]. All rights reserved. + +Developed by: + [CWX] + [https://github.com/CWXDEV/CWX-WeatherPatcher] + [https://hub.sp-tarkov.com/files/file/319-cwx-weatherpatcher/] + +Permission is hereby granted, free of charge, to any person +obtaining a copy of this software and associated documentation files +(the "Software"), to deal with the Software without restriction, +including without limitation the rights to use, copy, modify, merge, +publish, distribute, sublicense, and/or sell copies of the Software, +and to permit persons to whom the Software is furnished to do so, +subject to the following conditions: + +* Redistributions of source code must retain the above copyright notice, + this list of conditions and the following disclaimers. + +* Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimers in the + documentation and/or other materials provided with the distribution. + +* Neither the names of [fullname], [project] nor the names of its + contributors may be used to endorse or promote products derived from + this Software without specific prior written permission. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS +OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +CONTRIBUTORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS WITH +THE SOFTWARE. \ No newline at end of file diff --git a/Live/CWX_WeatherPatcher/CWX_WeatherPatcher 2.2.3/user/mods/CWX-WeatherPatcher 2.2.3/package.js b/Live/CWX_WeatherPatcher/CWX_WeatherPatcher 2.2.3/user/mods/CWX-WeatherPatcher 2.2.3/package.js new file mode 100644 index 0000000..f07f715 --- /dev/null +++ b/Live/CWX_WeatherPatcher/CWX_WeatherPatcher 2.2.3/user/mods/CWX-WeatherPatcher 2.2.3/package.js @@ -0,0 +1,12 @@ +"use strict"; + +class ModMain { + constructor() { + const mod = require("./package.json"); + this.modName = `${mod.author}-${mod.name}`; + + Logger.info(`Loading: ${this.modName} : ${mod.version}`); + } +} + +module.exports = new ModMain(); \ No newline at end of file diff --git a/Live/CWX_WeatherPatcher/CWX_WeatherPatcher 2.2.3/user/mods/CWX-WeatherPatcher 2.2.3/package.json b/Live/CWX_WeatherPatcher/CWX_WeatherPatcher 2.2.3/user/mods/CWX-WeatherPatcher 2.2.3/package.json new file mode 100644 index 0000000..3c8405a --- /dev/null +++ b/Live/CWX_WeatherPatcher/CWX_WeatherPatcher 2.2.3/user/mods/CWX-WeatherPatcher 2.2.3/package.json @@ -0,0 +1,9 @@ +{ + "name": "WEATHERPATCHER", + "author": "CWX", + "version": "2.2.3", + "license": "NCSA", + "main": "package.js", + "akiVersion": "2.3.1" +} +