Are you one of the players who prefer the old model of Trader Jen in 7 Ways to Die? En caso afirmativo, 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 «administrar» opción, y haga clic «explorar archivos locales». The average install location is similar to Program Files/(86), Vapor, Steamapps, Común, 7Daystodie.
en tu 7 Days to Die folder, entrar en el Datos carpeta, and then into the configuración carpeta. 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’ característica (Control + 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="Etiquetas" valor="entity,npc,humano,comerciante"/> <property name="Malla" valor="#Entities/Traders?JenLung2Ragdoll.prefab"/> <property name="NPCID" valor="traderjen"/> </entity_class>
donde dice JenLung2Ragdoll.prefab
, simply delete the 2
. It should be as:
<entity_class name="npcTraderJen" extends="npcTraderTemplate"> <property name="Etiquetas" valor="entity,npc,humano,comerciante"/> <property name="Malla" valor="#Entities/Traders?JenLungRagdoll.prefab"/> <property name="NPCID" valor="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.
Eso es todo lo que estamos compartiendo hoy para este 7 Días para morir guía. Esta guía fue originalmente creada y escrita por BustySceneGirl. En caso de que no actualicemos esta guía, puede encontrar la última actualización siguiendo este enlace.