Différences
Ci-dessous, les différences entre deux révisions de la page.
| Les deux révisions précédentes Révision précédente Prochaine révision | Révision précédente | ||
| blog:installer_un_serveur_daoc_sous_linux [2025/09/21 19:57] – ben | blog:installer_un_serveur_daoc_sous_linux [2026/06/19 08:47] (Version actuelle) – ben | ||
|---|---|---|---|
| Ligne 2: | Ligne 2: | ||
| < | < | ||
| - | tags : daoc, dark age camelot, linux, dotnet , dolsharp, dawn of light | + | tags : daoc, dark age camelot, linux, dotnet, dolsharp, dawn of light |
| </ | </ | ||
| Ligne 8: | Ligne 8: | ||
| * base de données : MariaDB | * base de données : MariaDB | ||
| - | * dotnet | + | * dotnet |
| * moteur de jeu : Dawn of Light : [[https:// | * moteur de jeu : Dawn of Light : [[https:// | ||
| * base de données du jeu (mobs, sorts, etc) : [[https:// | * base de données du jeu (mobs, sorts, etc) : [[https:// | ||
| === Packages à installer === | === Packages à installer === | ||
| - | |||
| - | https:// | ||
| - | |||
| - | < | ||
| - | # Get OS version info which adds the $ID and $VERSION_ID variables | ||
| - | source / | ||
| - | |||
| - | # Download Microsoft signing key and repository | ||
| - | wget https:// | ||
| - | |||
| - | # Install Microsoft signing key and repository | ||
| - | sudo dpkg -i packages-microsoft-prod.deb | ||
| - | |||
| - | # Clean up | ||
| - | rm packages-microsoft-prod.deb | ||
| # Update packages | # Update packages | ||
| - | sudo apt update | + | sudo apt install software-properties-common |
| + | sudo add-apt-repository ppa: | ||
| + | sudo apt install dotnet-10 dotnet-sdk-10.0 cargo-1.82 | ||
| </ | </ | ||
| Ligne 138: | Ligne 125: | ||
| < | < | ||
| - | UPDATE `dol`.`ServerProperty` SET `Value`='True' | + | mysql -u dol --password='YourPassword' dol |
| - | UPDATE `dol`.`ServerProperty` SET `Value`=' | + | |
| - | UPDATE `dol`.`ServerProperty` SET `Value`=' | + | |
| - | UPDATE `dol`.`ServerProperty` SET `Value`=' | + | |
| - | UPDATE `dol`.`ServerProperty` SET `Value`=' | + | |
| - | UPDATE `dol`.`ServerProperty` SET `Value`=' | + | |
| - | UPDATE `dol`.`ServerProperty` SET `Value`=' | + | |
| - | UPDATE `dol`.`ServerProperty` SET `Value`=' | + | |
| - | UPDATE `dol`.`ServerProperty` SET `Value`=' | + | |
| - | UPDATE `dol`.`ServerProperty` SET `Value`=' | + | |
| - | UPDATE `dol`.`ServerProperty` SET `Value`=' | + | |
| - | UPDATE `dol`.`ServerProperty` SET `Value`=' | + | |
| + | mysql> UPDATE `dol`.`ServerProperty` SET `Value`=' | ||
| + | mysql> UPDATE `dol`.`ServerProperty` SET `Value`=' | ||
| + | mysql> UPDATE `dol`.`ServerProperty` SET `Value`=' | ||
| + | mysql> UPDATE `dol`.`ServerProperty` SET `Value`=' | ||
| + | mysql> UPDATE `dol`.`ServerProperty` SET `Value`=' | ||
| + | mysql> UPDATE `dol`.`ServerProperty` SET `Value`=' | ||
| + | mysql> UPDATE `dol`.`ServerProperty` SET `Value`=' | ||
| + | mysql> UPDATE `dol`.`ServerProperty` SET `Value`=' | ||
| + | mysql> UPDATE `dol`.`ServerProperty` SET `Value`=' | ||
| + | mysql> UPDATE `dol`.`ServerProperty` SET `Value`=' | ||
| + | mysql> UPDATE `dol`.`ServerProperty` SET `Value`=' | ||
| + | mysql> UPDATE `dol`.`ServerProperty` SET `Value`=' | ||
| </ | </ | ||
| Ligne 158: | Ligne 146: | ||
| cd / | cd / | ||
| screen -A -m -d -S dol ./ | screen -A -m -d -S dol ./ | ||
| + | screen -r (CTRL A+D pour sortir) | ||
| </ | </ | ||
| Ligne 175: | Ligne 164: | ||
| Pour se connecter au serveur créé, il est nécessaire de lancer le jeu via [[https:// | Pour se connecter au serveur créé, il est nécessaire de lancer le jeu via [[https:// | ||
| - | ⇒ La version de la dll game.dll requise est : 1.127 | + | ⇒ La version de la dll game.dll requise est : [[https:// |
| === Ressources utilisées dans cet article === | === Ressources utilisées dans cet article === | ||
| + | https:// | ||
| [[http:// | [[http:// | ||
| [[https:// | [[https:// | ||
| [[http:// | [[http:// | ||
| - | [[https:// | + | [[https:// |
| + | [[https:// | ||
| + | [[https:// | ||
| + | |||
| + | < | ||
| + | The ReShade Settings I use for 4.4.2 are listed below. | ||
| + | AdaptiveSharpen.fx (optional) | ||
| + | Clarity.fx | ||
| + | Colourfulness.fx | ||
| + | FineSharp.fx (Mode1 only)(optional) | ||
| + | Levels.fx | ||
| + | LiftGammaGain.fx | ||
| + | LumaSharpen.fx | ||
| + | SMAA.fx | ||
| + | Vibrance.fx | ||
| + | </ | ||
| - | Un serveur DAoC est disponible à cette adresse : daoc-gs.ndlp.info: | + | Un serveur DAoC est disponible à cette adresse : daoc-gs.ndlp.info: |