gtavjs-template-mod
TypeScript icon, indicating that this package has built-in type declarations

1.0.1 • Public • Published

GTAVJS Template Mod

Template mod for GTAVJS.

npm version

GTAVJS Typing Template Wiki

About GTAVJS

  • Create single-player mods using Typescript.
  • Add your own DLL Assemblies and generate typing directly in-game.
  • Reload mods faster using F9, it doesn't need to reload the AppDomain.
  • Quick project setup, simply use this template and you are good to go.
  • Complete typing for ScriptHookVDotNet3 and LemonUI included.
  • Generate typing for your mods and share them using npm.

Requirements

This mod template uses gtavjs-utils-mod by default.


Installation

To use this mod into your game:

  1. Install GTAVJS
  2. Install Required Mods
  3. Download GTAVJS Template Mod latest release
  4. Unzip into .../Grand Theft Auto V/scripts/GTAVJS/Mods/ directory

Developper

To use this mod into your own mods

  1. install the type definition.
npm install gtavjs-template-mod
  1. add it to your tsconfig.json types array
...
    "types": [
      "gtavjs-typing",
      "gtavjs-template-mod"
    ],
...

You must also install the mod into .../Grand Theft Auto V/scripts/GTAVJS/Mods/


Instructions:

Find complete tutorial at Wiki - Create a GTAVJS mod

Package Sidebar

Install

npm i gtavjs-template-mod

Weekly Downloads

0

Version

1.0.1

License

none

Unpacked Size

3 kB

Total Files

3

Last publish

Collaborators

  • konijima