Skill Leveling Limitations and/or Requirements
Re: Skill Leveling Limitations and/or Requirements
Did you download the LoG2 assets? It contains lua scripts of skills, traits, etc. I guess you have to place your modified lua file in a specific path like assets/scripts/skills.lua to load it. It will prioritize that over the one in the grimrock2.dat file. Lua expert minmay probably knows it all (I found the above path in the dat file)
Re: Skill Leveling Limitations and/or Requirements
Not loading the standard skills is just a matter of not including assets/scripts/skills.lua. You can copy standard_assets.lua from the asset pack and just remove the line that includes skills.lua.
That will not work at all.Frenchie wrote:I guess you have to place your modified lua file in a specific path like assets/scripts/skills.lua to load it. It will prioritize that over the one in the grimrock2.dat file.
Grimrock 1 dungeon
Grimrock 2 resources
I no longer answer scripting questions in private messages. Please ask in a forum topic or this Discord server.
Grimrock 2 resources
I no longer answer scripting questions in private messages. Please ask in a forum topic or this Discord server.
- David Ward
- Posts: 103
- Joined: Wed Jan 07, 2015 11:44 pm
- Location: Vancouver, BC, Canada
Re: Skill Leveling Limitations and/or Requirements
Okay thanks. It seems like making modifications at this level requires a pretty good knowledge set of how .lua works. I've never worked out with any of this stuff before using this editor, it's going to take some time to study and figure out. Thanks for all of the input.
Re: Skill Leveling Limitations and/or Requirements
I'm not even at apprentice level in Lua, but for World of Warcraft this approach worked when I replaced gunshot sounds with silencer shots. For some it comes natural while for others it's a hard struggle to work in Lua...
- David Ward
- Posts: 103
- Joined: Wed Jan 07, 2015 11:44 pm
- Location: Vancouver, BC, Canada
Re: Skill Leveling Limitations and/or Requirements
Indeed. Well, thank you all for the input, as always. Lots to consider and work with!