Gray User Posted February 14, 2024 Posted February 14, 2024 Working on making pervy mods, and am having some trouble figuring out what functions can be called using Lua. I have looked around the internets, but not found a big list of possible commands for Baldurs Gate 3 and their syntax (like how Beth games, you can look at the vanilla papyrus to see all the possible functions, or places on the internet will list all of them). Does anyone know of a published list, or game file that lists the possible Lua functions? Many thanks
Gray User Posted February 21, 2024 Author Posted February 21, 2024 (edited) I'm going to update this as I find things, so if anyone else has this question. For General Lua tutorial (syntax and such) https://www.lua.org/pil/contents.html#1 For Script Extender functions (and some writing about built in ones) https://github.com/Norbyte/bg3se/blob/main/Docs/API.md For Osiris functions https://github.com/LaughingLeader/BG3ModdingTools/blob/master/generated/Osi.lua Edited March 14, 2024 by Gray User 1
Siudhne Posted August 14, 2024 Posted August 14, 2024 (edited) Thanks, the links above were very helpful to get started. BG3 Search Engine https://bg3.norbyte.dev/ Edited August 14, 2024 by Siudhne
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now