blog:installer_un_serveur_daoc_sous_linux

Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

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/22 09:29] benblog:installer_un_serveur_daoc_sous_linux [2026/06/19 08:47] (Version actuelle) ben
Ligne 8: Ligne 8:
  
   * base de données : MariaDB   * base de données : MariaDB
-  * dotnet 8.0 pour linux : [[https://learn.microsoft.com/en-us/dotnet/core/install/linux-ubuntu-install?tabs=dotnet8&pivots=os-linux-ubuntu-2204]]+  * dotnet 10.0 pour linux : [[https://learn.microsoft.com/en-us/dotnet/core/install/linux-ubuntu-install?tabs=dotnet8&pivots=os-linux-ubuntu-2204]]
   * moteur de jeu : Dawn of Light : [[https://github.com/Dawn-of-Light/DOLSharp|DOLSharp]]   * moteur de jeu : Dawn of Light : [[https://github.com/Dawn-of-Light/DOLSharp|DOLSharp]]
   * base de données du jeu (mobs, sorts, etc) : [[https://github.com/Eve-of-Darkness/db-public|Eve Of Darkness]]   * base de données du jeu (mobs, sorts, etc) : [[https://github.com/Eve-of-Darkness/db-public|Eve Of Darkness]]
  
 === Packages à installer === === Packages à installer ===
- 
-https://learn.microsoft.com/en-us/dotnet/core/install/linux-ubuntu-decision#register-the-microsoft-package-repository 
- 
-<code> 
-# Get OS version info which adds the $ID and $VERSION_ID variables 
-source /etc/os-release 
- 
-# Download Microsoft signing key and repository 
-wget https://packages.microsoft.com/config/$ID/$VERSION_ID/packages-microsoft-prod.deb -O packages-microsoft-prod.deb 
- 
-# 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:dotnet/backports 
 +sudo apt install dotnet-10 dotnet-sdk-10.0 cargo-1.82
 </code> </code>
  
Ligne 181: Ligne 168:
 === Ressources utilisées dans cet article === === Ressources utilisées dans cet article ===
  
 +https://github.com/Dawn-of-Light/DOLSharp/wiki\\
 [[http://www.dolserver.net/|http://www.dolserver.net/]] \\ [[http://www.dolserver.net/|http://www.dolserver.net/]] \\
 [[https://github.com/Dawn-of-Light/DOLSharp|https://github.com/Dawn-of-Light/DOLSharp]] \\ [[https://github.com/Dawn-of-Light/DOLSharp|https://github.com/Dawn-of-Light/DOLSharp]] \\
 [[http://losojos-001-site1.btempurl.com/Index.html|http://losojos-001-site1.btempurl.com/Index.html]] : site down , mirror dispo ici : [[https://daoc.ndlp.info/losojos-001-site1.btempurl.com/Index.html|https://daoc.ndlp.info/losojos-001-site1.btempurl.com/Index.html]] \\ [[http://losojos-001-site1.btempurl.com/Index.html|http://losojos-001-site1.btempurl.com/Index.html]] : site down , mirror dispo ici : [[https://daoc.ndlp.info/losojos-001-site1.btempurl.com/Index.html|https://daoc.ndlp.info/losojos-001-site1.btempurl.com/Index.html]] \\
-[[https://files.ndlp.info/DAoC/|https://files.ndlp.info/DAoC/]]+[[https://files.ndlp.info/DAoC/|https://files.ndlp.info/DAoC/]] \\ 
 +[[https://reshade.me/downloads/ReShade_Setup_4.5.2.exe|ReShade 4.5.2]] \\ 
 +[[https://reshade.me/downloads/ReShade_Setup_4.2.2.exe|ReShade 4.2.2]] 
 + 
 +<code> 
 +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 
 +</code>
  
-Un serveur DAoC est disponible à cette adresse : daoc-gs.ndlp.info:10300+Un serveur DAoC est disponible à cette adresse : daoc-gs.ndlp.info:10300 (infos : https://daoc.ndlp.info)
  
  
  • blog/installer_un_serveur_daoc_sous_linux.1758526162.txt.gz
  • Dernière modification : 2025/09/22 09:29
  • de ben