Search found 5 matches

by JimmyTang0055
03 Jun 2022, 00:12
Forum: General Modding
Topic: Lua scripting getting started
Replies: 11
Views: 6628

Re: Lua scripting getting started

So here is my confusion the package i downloaded from here https://github.com/TES3MP/TES3MP/releases contained a tes3mp server exe file. It appeared to also contain 2 client exe files. one for tes3mp and one for openmw. now before adding any mods, i was able to use either client to connect to the te...
by JimmyTang0055
30 May 2022, 19:30
Forum: General Modding
Topic: Lua scripting getting started
Replies: 11
Views: 6628

Re: Lua scripting getting started

so i have a little more info. when i launch this one "openmw-launcher.exe" it modifies my openmw.cfg file and removes the entry "content=Player.omwscripts" however, when i launch tes3mp.exe i get the error mentioned previously [this is after re-adding content=Player.omwscripts to...
by JimmyTang0055
26 May 2022, 11:37
Forum: General Modding
Topic: Lua scripting getting started
Replies: 11
Views: 6628

Re: Lua scripting getting started

I have adjusted as directed. Unfortunately, it is the same error. Maybe there is something in the latest release of openmw that is no longer compatible with the script from their tutorial pages? I mean, it looks like a pretty simple script but who knows what the functions are doing behind the scenes...
by JimmyTang0055
26 May 2022, 00:59
Forum: General Modding
Topic: Lua scripting getting started
Replies: 11
Views: 6628

Re: Lua scripting getting started

thank you for the response i've tried a little more but am having an issue file structure C:\Users\someone\Documents\My Games\OpenMW\data2\LuaMods\Test\Player.lua C:\Users\someone\Documents\My Games\OpenMW\data2\LuaMods\Test\Player.omwscripts Player.omwscripts contents PLAYER: Test/Player.lua Player...
by JimmyTang0055
19 May 2022, 02:12
Forum: General Modding
Topic: Lua scripting getting started
Replies: 11
Views: 6628

Lua scripting getting started

I was going though the documentation https://openmw.readthedocs.io/en/latest/reference/lua-scripting/overview.html the doc mentions in the first code snip to save the file here -- Save to my_lua_mod/example/player.lua does that mean i would make a folder in here C:\Users\somone\Documents\My Games\Op...