From af86d3d63366087f6c903d8a64e8e27c1b9a1ffd Mon Sep 17 00:00:00 2001 From: Kitzunu <24550914+Kitzunu@users.noreply.github.com> Date: Sat, 1 Oct 2022 17:07:49 +0200 Subject: [PATCH 1/3] Create README_SE.md --- .github/README_SE.md | 54 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 54 insertions(+) create mode 100644 .github/README_SE.md diff --git a/.github/README_SE.md b/.github/README_SE.md new file mode 100644 index 0000000..006d8a7 --- /dev/null +++ b/.github/README_SE.md @@ -0,0 +1,54 @@ +# ![logo](https://raw.githubusercontent.com/azerothcore/azerothcore.github.io/master/images/logo-github.png) AzerothCore + +[English](README.md) | [Español](README_ES.md) | [Svenska](README_SE.md) + +## Anticheat Module + +- Latest build status with AzerothCore: [![Build Status](https://github.com/azerothcore/mod-anticheat/workflows/core-build/badge.svg?branch=master&event=push)](https://github.com/azerothcore/mod-anticheat) + +Den här modulen är baserad på PassiveAnticheat Script från lordpsyan's repo till [AzerothCore](http://www.azerothcore.org) + +## Wiki + +https://github.com/azerothcore/mod-anticheat/wiki + +## Observera + +Du behöver version [825db0f](https://github.com/azerothcore/azerothcore-wotlk/commit/825db0f8c1fb6d938d0cec88df0447fe7ee5b3b2) eller nyare för modulen. + +## Installations guide + +### 1) Placera modulen i `modules` mappen i din AzerothCore mapp. + +Du kan klona det under azerothcore/modules mappen: + +`cd path/to/azerothcore/modules` + +`git clone https://github.com/azerothcore/mod-anticheat.git` + +eller så [laddar du ner](https://github.com/azerothcore/mod-anticheat/archive/master.zip), unzip och placera det i `azerothcore/modules` mappen. + +### 2) Kör om CMake och starta en ren build av AzerothCore + +### 3) Kör filen `\sql\characters\base\charactersdb_anticheat.sql` i din Character databas och kör `\sql\world\Acore_strings.sql` i din world databas. Det skapar tabellerna som behövs för att använda modulen. + +**Det är allt.** + +### (Frivilligt) Ändra modulens konfigurationsinställningar + +Om du behöver ändra konfigurationen går du till serverns config mapp. Kopiera `Anticheat.conf.dist` till `Anticheat.conf` och ändra inställningarna som du vill. + +# Kända problem och TODO-lista: + +- [ ] Localize + +# Språk som stöds i Acore_Strings +- [x] LOCALE_enUS = 0 +- [ ] LOCALE_koKR = 1 +- [ ] LOCALE_frFR = 2 +- [ ] LOCALE_deDE = 3 +- [ ] LOCALE_zhCN = 4 +- [ ] LOCALE_zhTW = 5 +- [x] LOCALE_esES = 6 +- [x] LOCALE_esMX = 7 +- [ ] LOCALE_ruRU = 8 From fa3412e2070cf28de51a2f42ea79769875dc8ed9 Mon Sep 17 00:00:00 2001 From: Kitzunu <24550914+Kitzunu@users.noreply.github.com> Date: Sat, 1 Oct 2022 17:08:19 +0200 Subject: [PATCH 2/3] Update README.md --- .github/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/README.md b/.github/README.md index 0fd863c..c58c11b 100644 --- a/.github/README.md +++ b/.github/README.md @@ -1,6 +1,6 @@ # ![logo](https://raw.githubusercontent.com/azerothcore/azerothcore.github.io/master/images/logo-github.png) AzerothCore -[English](README.md) | [Español](README_ES.md) +[English](README.md) | [Español](README_ES.md) | [Svenska](README_SE.md) ## Anticheat Module From a2473855fb2dc7f88db0a8008cd36c455a702cfb Mon Sep 17 00:00:00 2001 From: Kitzunu <24550914+Kitzunu@users.noreply.github.com> Date: Sat, 1 Oct 2022 17:08:30 +0200 Subject: [PATCH 3/3] Update README_ES.md --- .github/README_ES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/README_ES.md b/.github/README_ES.md index 0da7310..5d29a4c 100644 --- a/.github/README_ES.md +++ b/.github/README_ES.md @@ -1,6 +1,6 @@ # ![logo](https://raw.githubusercontent.com/azerothcore/azerothcore.github.io/master/images/logo-github.png) AzerothCore -[English](README.md) | [Español](README_ES.md) +[English](README.md) | [Español](README_ES.md) | [Svenska](README_SE.md) ## Módulo Antitrampas