Are you one of the players who prefer the old model of Trader Jen in 7 Ways to Die? Si oui, this guide will help you get back to the old model of Trader Jen in the game.
Editing the .xml File
Head to where 7 Days to Die is located on your drive. For a shortcut, you can right-click the game in your Library and hover over the « gérer » option, et cliquez « parcourir les fichiers locaux ». The average install location is similar to Program Files/(86), Vapeur, Steamapps, Commun, 7Daystodie.
Dans votre 7 Days to Die folder, aller dans le Données dossier, and then into the Configuration dossier. Find the entityclasses.xml file. Open that file in a plain text editor. I personally prefer Notepad++. It is free software too. En utilisant le ‘trouver’ fonctionnalité (Ctrl + F), search for the word jen
. You should be brought to a section that looks like this:
<entity_class name="npcTraderJen" extends="npcTraderTemplate"> <property name="Mots clés" valeur="entity,npc,humain,commerçant"/> <property name="Mesh" valeur="#Entities/Traders?JenLung2Ragdoll.prefab"/> <property name="NPCID" valeur="traderjen"/> </entity_class>
Where it says JenLung2Ragdoll.prefab
, simply delete the 2
. It should be as:
<entity_class name="npcTraderJen" extends="npcTraderTemplate"> <property name="Mots clés" valeur="entity,npc,humain,commerçant"/> <property name="Mesh" valeur="#Entities/Traders?JenLungRagdoll.prefab"/> <property name="NPCID" valeur="traderjen"/> </entity_class>
Save the changes made to that file and you should be able to run the game and see her old model in-game.
C'est tout ce que nous partageons aujourd'hui pour cela 7 Des jours pour mourir guide. Ce guide a été initialement créé et rédigé par BustySceneGirl. Si nous ne parvenons pas à mettre à jour ce guide, vous pouvez trouver la dernière mise à jour en suivant ceci lien.