Difference between revisions of "WDL ScriptHook"

From Nomad DB
Line 1: Line 1:
[[File:Wdl-scripthook-logo black.png|thumb]]
+
{{Page_WDL}}
 +
{{Warning|ScriptHook will release on April 14th, this page will be updated.}}
 +
Our ScriptHook aims to provide you a tool for customizing '''Watch_Dogs Legion'''.
  
'''Releasing April 14th!'''
+
You can find a download the latest version '''[[WD2 ScriptHook: Instructions|here]]'''.
 +
[[File:Wd2sh spawn bicycle.jpeg|thumb]]
  
Check out our Trailer [https://community.nomad-group.net/index.php?/blogs/entry/13-watch_dogs-legion-scripthook-trailer/ here].
+
== Getting Started ==
 +
* '''[[WD2_ScriptHook:_Instructions|Installation Instructions]]'''
 +
* [[WD2 ScriptHook: Trainer|Trainer]]
 +
* Configuration file [[WD2 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]]

Revision as of 16:20, 14 April 2021

ScriptHook will release on April 14th, this page will be updated.

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

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.

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.