Difference between revisions of "WD2 ScriptHook"

From Nomad DB
(Created page with "<big>'''Watch_Dogs 2 ScriptHook'''</big> Our ScriptHook aims to provide you a tool for customizing Watch Dogs 2. For example: Write custom scripts or load custom textures an...")
 
 
(19 intermediate revisions by 3 users not shown)
Line 1: Line 1:
<big>'''Watch_Dogs 2 ScriptHook'''</big>
+
{{Page_WD2}}
 +
Our ScriptHook aims to provide you a tool for customizing '''Watch_Dogs 2'''.
  
Our ScriptHook aims to provide you a tool for customizing Watch Dogs 2.
+
You can find a download the latest version '''[[WD2 ScriptHook: Instructions|here]]'''.
 +
[[File:Wd2sh spawn bicycle.jpeg|thumb]]
  
For example: Write custom scripts or load custom textures and models.
+
== Getting Started ==
 +
* '''[[WD2_ScriptHook:_Instructions|Installation Instructions]]'''
 +
* [[WD2 ScriptHook: Trainer|Trainer]]
 +
* Configuration file [[WD2 ScriptHook: config.json|config.json]]
  
'''Pictures add here''' (when is working)
+
== Developer Links ==
 +
* '''[[WD2 Scripting|Scripting Documentation]]'''
 +
* [[WD2 ScriptHook: Script|Custom Scripts]]
 +
 
 +
== Features ==
 +
==== Lua Scripting Engine Hook ====
 +
Enables to run customized scripts in the game’s Lua scripting engine. Allows to utilize and call Lua functions registered and used inside the default game scripts.
 +
 
 +
==== Virtual File System Hook ====
 +
Allows to override the loading of files that are packed into .fat and .dat archives with uncompressed ones from the filesystem. Covers overriding files like textures, configurations, entity libraries.
 +
 
 +
'''You can find more information [[WD2 ScriptHook: Virtual File System|here]].'''
 +
 
 +
==== Additional functionalities provided via Lua Scripting ====
 +
In order to provide new functionalities and features to the players, we utilize the internal scripting engine of the game and provide additional functionalities to it. Covers new functionalities such as modifying the world spawning system, felony system, enhanced camera controls, text hooks (replacement) – return own translations, enhanced configuration for default game logic (e.g. enable/disable district UI entering information).
 +
 
 +
'''Check out the [[WD2 ScriptHook: Lua Functions|ScriptHook Lua Functions]].'''
 +
 
 +
[[Category:Projects]]
 +
[[Category:ScriptHook]]
 +
[[Category:WD2 ScriptHook]]

Latest revision as of 20:18, 27 October 2020

Our ScriptHook aims to provide you a tool for customizing Watch_Dogs 2.

You can find a download the latest version here.

Wd2sh spawn bicycle.jpeg

Getting Started

Developer Links

Features

Lua Scripting Engine Hook

Enables to run customized scripts in the game’s Lua scripting engine. Allows to utilize and call Lua functions registered and used inside the default game scripts.

Virtual File System Hook

Allows to override the loading of files that are packed into .fat and .dat archives with uncompressed ones from the filesystem. Covers overriding files like textures, configurations, entity libraries.

You can find more information here.

Additional functionalities provided via Lua Scripting

In order to provide new functionalities and features to the players, we utilize the internal scripting engine of the game and provide additional functionalities to it. Covers new functionalities such as modifying the world spawning system, felony system, enhanced camera controls, text hooks (replacement) – return own translations, enhanced configuration for default game logic (e.g. enable/disable district UI entering information).

Check out the ScriptHook Lua Functions.