Menu
Forums
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Trending
What's new
New posts
New profile posts
Latest activity
Members
Current visitors
New profile posts
Search profile posts
Upgrades
Log in
Register
What's new
Search
Search
Search titles only
By:
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
Server Development
Habbo Retros
Habbo Tutorials
[PlusEMU] No Need for Extra Folder
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="Meap" data-source="post: 395192" data-attributes="member: 1553"><p>Considering its always a pain having to replace the figuredata in the extra folder and then reloading the mutant I thought I'd provide this simple little fix of grabbing it from your gamedata folder</p><p></p><p>Go into AntiMutant.cs and find</p><p>[CODE]XDocument Doc = XDocument.Load(Path.Combine(Application.StartupPath, @"extra/figuredata.xml"));[/CODE]</p><p></p><p>Replace it with this</p><p>[CODE]XDocument Doc = XDocument.Load(PlusEnvironment.GetConfig().data["figuredata"]);[/CODE]</p><p></p><p>Then go to your config.ini and add this</p><p>[CODE]figuredata=https://sitelink/addpathtofiguredatahere/figuredata.xml[/CODE]</p><p></p><p>Now all you need to do is clear cache and reload, no need for extra folder or reloading the mutant to update your clothing</p></blockquote><p></p>
[QUOTE="Meap, post: 395192, member: 1553"] Considering its always a pain having to replace the figuredata in the extra folder and then reloading the mutant I thought I'd provide this simple little fix of grabbing it from your gamedata folder Go into AntiMutant.cs and find [CODE]XDocument Doc = XDocument.Load(Path.Combine(Application.StartupPath, @"extra/figuredata.xml"));[/CODE] Replace it with this [CODE]XDocument Doc = XDocument.Load(PlusEnvironment.GetConfig().data["figuredata"]);[/CODE] Then go to your config.ini and add this [CODE]figuredata=https://sitelink/addpathtofiguredatahere/figuredata.xml[/CODE] Now all you need to do is clear cache and reload, no need for extra folder or reloading the mutant to update your clothing [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Server Development
Habbo Retros
Habbo Tutorials
[PlusEMU] No Need for Extra Folder
Top