Modding: Difference between revisions

From Ara: History Untold Wiki
mNo edit summary
No edit summary
Line 1: Line 1:
{{UnderConstruction}}
{{UnderConstruction}}
[[File:SettingsFile.png|thumb]]
As of [[Patch_Notes_1.0.4|Patch 1.0.4]] it is possible to create mods. However at the time of writing this is not yet officially supported. That's where this Wiki comes in.
As of [[Patch_Notes_1.0.4|Patch 1.0.4]] it is possible to create mods. However at the time of writing this is not yet officially supported. That's where this Wiki comes in.


== Steps to start using Mods ==
== Steps to start using Mods ==
# First navigate to <code>%LocalAppData%\Ara History Untold</code> on your computer and open <code>Settings_v121.txt</code>.<br /> Scroll to the bottom and add <code>EnableMods=1</code> to the end and save it.
# First navigate to <code>%LocalAppData%\Ara History Untold</code> on your computer and open <code>Settings_v121.txt</code>. Scroll to the bottom and add <code>EnableMods=1</code> to the end and save it.
# Find the line with <code>GameCoreMod0Source=</code> and add the name of the mod after the equals characters.
# Next create a new folder called <code>Mods</code> in the same folder you were just in.
# Next create a new folder called <code>Mods</code> in the same folder you were just in.
== Creating your own mods ==
# Browse to the game's directory, for Steam users this is often <code>C:\Program Files (x86)\Steam\steamapps\common\Ara History Untold</code>. In the folder <code>assets\SourceMods</code> should be a zip file called <code>GameDataSource_v1.0.4.zip</code> containing .zdata files.
# Exctact these somewhere and open them with your text editor of choice such as Notepad++ and set the language to C++ for easy reading.
# After making the desired changes, place all the contents of the extracted zip file into <code>%LocalAppData%\Ara History Untold\Mods\NAMEOFYOURMOD</code>
== Other ==
''From oxide_dan09876 on Discord:''
<blockquote>
oh, just be aware that some of the fields are dead - e.g. they were hooked up but then aren't anymore, we didn't have time to purge it. I'm sure the community will figure that out quick enough
</blockquote>

Revision as of 23:35, 10 October 2024

Under Construction
This page is still under construction.

It might not be complete or formatted properly.


As of Patch 1.0.4 it is possible to create mods. However at the time of writing this is not yet officially supported. That's where this Wiki comes in.

Steps to start using Mods

  1. First navigate to %LocalAppData%\Ara History Untold on your computer and open Settings_v121.txt. Scroll to the bottom and add EnableMods=1 to the end and save it.
  2. Find the line with GameCoreMod0Source= and add the name of the mod after the equals characters.
  3. Next create a new folder called Mods in the same folder you were just in.

Creating your own mods

  1. Browse to the game's directory, for Steam users this is often C:\Program Files (x86)\Steam\steamapps\common\Ara History Untold. In the folder assets\SourceMods should be a zip file called GameDataSource_v1.0.4.zip containing .zdata files.
  2. Exctact these somewhere and open them with your text editor of choice such as Notepad++ and set the language to C++ for easy reading.
  3. After making the desired changes, place all the contents of the extracted zip file into %LocalAppData%\Ara History Untold\Mods\NAMEOFYOURMOD

Other

From oxide_dan09876 on Discord:

oh, just be aware that some of the fields are dead - e.g. they were hooked up but then aren't anymore, we didn't have time to purge it. I'm sure the community will figure that out quick enough