Aller au contenu
Morceaux d'émeute

Morceaux d'émeute

  • Maison
  • Nouvelles
  • Guides
  • Guides vidéo
  • Notes de mise à jour
  • Signaler un abus
  • Basculer le formulaire de recherche

House of the Dying Sun Débutant’s Guide de modding

Posté sur 05/31/2023 Par Jamesthe1 Aucun commentaire sur House of the Dying Sun Débutant’s Guide de modding
  • Titre: House of the Dying Sun
  • Date de sortie:
  • Promoteur:
  • Éditeur:
Information about House of the Dying Sun is still incomplete. S'il vous plaît, aidez-nous à remplir les détails du jeu en utilisant ceci formulaire de contact.

Have you wanted to add something to the game, or perhaps mix it up with things other people have created? Ce guide est pour vous!

Setting up with Thunderstore

Thunderstore makes getting started, managing mods, and configuring so much easier. You can either install:
– Thunderstore Mod Manager
– r2modman
Both of these do pretty much the same thing.

Une fois installé, open the mod manager and look for « House of the Dying Sun, » then open it. (If prompted to make this your default game and you do not intend on modding other Unity games, you are free to do so.) Sélectionnez le « Défaut » profil, aller à « installer des modules, » and install BepInExPack_HOTDS.

You are now ready to install and develop mods!

Develop a mod

In order to make a mod, you will need to know where your game is installed. You can do this by right-click on « House of the Dying Sun, » then hovering over Manage, puis sélectionner « Parcourez les fichiers locaux. » The path should be in the address bar when you click on it.

You will also need .NET Framework 3.5. If you do not have it, installez-le depuis.

D'abord, open command prompt. Deuxième, browse to the place you want your project to be located in; I prefer my Documents folder.

If this is your first time having worked with BepInEx plugins, type the following:

dotnet new install BepInEx.Templates --nuget-source https://nuget.bepinex.dev/v3/index.json

This will install some C# templates for BepInEx.

Now we will create our project:

dotnet new bepinex5plugin -n TestPlugin -T net35 -U 5.4.6

With the newly-created project, we can open this folder with our editor of choice. Si tu’re using Visual Studio, you can right-click on any empty space in the folder and select « Open with Visual Studio. »

Now we can import the game’s assembly. In Visual Studio, right-click on Dependencies and select « Add Assembly Reference… » Cliquez sur le « Parcourir… » bouton, and navigate to where the game is installed. Ouvrir « dyingsun_Data » et « Géré, » then double-click « Assembly-CSharp.dll ». It should now be added as a referenced assembly, and you can access all its classes.

C'est tout ce que nous partageons aujourd'hui pour cela House of the Dying Sun guide. Ce guide a été initialement créé et rédigé par Jamesthe1. Si nous ne parvenons pas à mettre à jour ce guide, vous pouvez trouver la dernière mise à jour en suivant ceci lien.

Si vous pensez que le contenu de ce site viole vos droits, y compris vos droits de propriété intellectuelle, veuillez nous contacter immédiatement en utilisant notre formulaire de contact.
Guides Mots clés:House of the Dying Sun

Navigation de l’article

Post précédent: L'Âge des Merveilles 4 – Comment fonctionne l'IA et aide-mémoire
Prochain article: Comment réparer le ranch de Rivershine s'écraser, Crash au lancement, et problèmes de blocage

Laisser un commentaire Annuler la réponse

Votre adresse e-mail ne sera pas publiée. Les champs obligatoires sont indiqués avec *

  • Titre: House of the Dying Sun
  • Date de sortie:
  • Promoteur:
  • Éditeur:
Information about House of the Dying Sun is still incomplete. S'il vous plaît, aidez-nous à remplir les détails du jeu en utilisant ceci formulaire de contact.

Clause de non-responsabilité

Tout le contenu cité est dérivé de leurs sources respectives. Si vous pensez que nous avons utilisé votre contenu sans autorisation, assurez-vous de nous joindre et nous le prendrons au sérieux.
  • À propos de nous
  • Contactez-nous
  • politique de confidentialité
  • Conditions d'utilisation

droits d'auteur © 2025 Morceaux d'émeute.

Alimenté par Actualité PressBook Thème WordPress