Skip to content

Just some lua scripts, feel free to yell at me about them

Notifications You must be signed in to change notification settings

rendeko/tes3mp_scripts

This branch is 35 commits behind JakobCh/tes3mp_scripts:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

b8b79d6 · Jun 20, 2019

History

46 Commits
Jun 2, 2019
May 31, 2019
Jun 13, 2019
Jun 20, 2019
May 31, 2019
May 31, 2019
Mar 3, 2019
May 26, 2019
May 31, 2019
Jun 13, 2019
Jun 9, 2019

Repository files navigation

tes3mp_scripts

My tes3mp(0.7-alpha) scripts, most of the readme stuff will be in the top of the script files.

bookWriter

Chat commands for players to make custom books.

Commands:

/book title

/book addtext

/book settext

/book liststyles

/book setstyle

/book done

/book clear

Example usage:

/book title My Cool Book

/book addtext Line 1<br>

/book addtext <div align="center"> Centered Line 2 <br>

/book setstyle 3

/book done

/book clear

customSpells

Just like a proof of concept tbh

Have a lua function get called when someone casts a specific spell.

espParser

Helper file for other scripts to get data from esp/esm files.

REQUIRES https://github.com/iryont/lua-struct

Usage: See espParserTest.lua

jcMarketplace

Allows you to set a price on items and sell them, also blocks other people from picking stuff up.

Supposed to be used with kanaHousing.

Usage: see the scriptfile

loadtxt2esp

Load TXT2ESP4 files into a cell

Usage: type "/loadtxt2esp 'filename'" were filename is the file in mp-stuff/data/txt2esp without the .txt

Example: I've included the default example file from TXT2ESP4 and you should be able to spawn it with "/loadtxt2esp room_source3"

Problems: There are no admin checks so anyone can run the command. Doors dont work

jsonCellLoader

Load a json file into the current cell.

See the top of the script file for a readme

About

Just some lua scripts, feel free to yell at me about them

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Lua 100.0%