Difference between revisions of "WDL ScriptHook"

From Nomad DB
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
[[File:Wdl-scripthook-logo black.png|thumb]]
+
{{Page_WDL}}
 +
Our ScriptHook aims to provide you a tool for customizing '''Watch_Dogs Legion'''.
  
'''Coming Soon!'''
+
You can find a download the latest version '''[[WDL ScriptHook: Instructions|here]]'''.
  
Check out our announcement post [https://community.nomad-group.net/index.php?/blogs/entry/12-watch_dogs-legion-scripthook-announcement/ here].
+
== Getting Started ==
 +
* '''[[WDL_ScriptHook:_Instructions|Installation Instructions]]'''
 +
* [[WDL ScriptHook: Trainer|Trainer]]
 +
* Configuration file [[WDL ScriptHook: config.json|config.json]]
 +
 
 +
== Developer Links ==
 +
* '''[[WDL Scripting|Scripting Documentation]]'''
 +
* [[WDL 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.
 +
 
 +
==== 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, enhanced camera controls and much more.
 +
 
 +
'''Check out the [[WDL ScriptHook: Lua Functions|ScriptHook Lua Functions]].'''
 +
 
 +
[[Category:Projects]]
 +
[[Category:ScriptHook]]
 +
[[Category:WDL ScriptHook]]

Latest revision as of 13:56, 1 May 2021

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

You can find a download the latest version here.

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.

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, enhanced camera controls and much more.

Check out the ScriptHook Lua Functions.