Are you one of the players who prefer the old model of Trader Jen in 7 Ways to Die? If yes, 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 “يدير” خيار, وانقر “browse local files”. The average install location is similar to Program Files/(86), بخار, Steamapps, شائع, 7Daystodie.
In your 7 Days to Die folder, go into the Data مجلد, and then into the Config مجلد. Find the entityclasses.xml file. Open that file in a plain text editor. I personally prefer Notepad++. It is free software too. Using the ‘find’ ميزة (Ctrl + و), search for the word jen
. You should be brought to a section that looks like this:
<entity_class name="npcTraderJen" extends="npcTraderTemplate"> <property name="العلامات" value="entity,npc,human,trader"/> <property name="Mesh" value="#Entities/Traders?JenLung2Ragdoll.prefab"/> <property name="NPCID" value="traderjen"/> </entity_class>
Where it says JenLung2Ragdoll.prefab
, simply delete the 2
. It should be as:
<entity_class name="npcTraderJen" extends="npcTraderTemplate"> <property name="العلامات" value="entity,npc,human,trader"/> <property name="Mesh" value="#Entities/Traders?JenLungRagdoll.prefab"/> <property name="NPCID" value="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.
هذا كل ما نشاركه اليوم من أجل هذا 7 أيام للموت مرشد. تم إنشاء هذا الدليل وكتابته في الأصل بواسطة BustySceneGirl. في حالة فشلنا في تحديث هذا الدليل, يمكنك العثور على آخر تحديث باتباع هذا وصلة.