Search found 6 matches

by dlshcbmuipmam
14 Jul 2019, 09:02
Forum: Support
Topic: [Solved] How to script the difficulty?
Replies: 4
Views: 4012

Re: How to script the difficulty?

OpenMW only has MWScript - the experimental Lua and Python bindings were only a proof-of-concept and weren't very useful, so never got merged. You can either implement what you want in MWScript (which may turn out to be difficult or impossible as it's generally considered to be an awful language wi...
by dlshcbmuipmam
13 Jul 2019, 23:30
Forum: Support
Topic: [Solved] How to script the difficulty?
Replies: 4
Views: 4012

[Solved] How to script the difficulty?

I am trying to understand how to implement a script to scale the difficulty with the character level. It can be done in tes3mp [1], seems like a simple lua script will do the job. However, the wiki page of scripting [2] is not that clear. And the documentation [3] on scripting in openmw-cs is non-ex...
by dlshcbmuipmam
04 Jul 2019, 21:44
Forum: General
Topic: openmw_easy_script on github
Replies: 0
Views: 2152

openmw_easy_script on github

I don’t know if I am the only one or not, when I know the centuries-old game morrowind (or openmw), and I would like to try it, the first thing I do is to find a mod list to make the game pretty and more fun. Then the search engine took me to https://modding-openmw.com/ . Good! There is a list of 23...
by dlshcbmuipmam
07 Dec 2018, 01:23
Forum: Support
Topic: Crash when save
Replies: 5
Views: 2361

Re: Crash when save

Living dangerously, you are. ;) Never build from master, unless you can help us debug the problem. :) If you would like to test mods, please use a release. If you are going to build from source, then build from a tagged release. Well, I have seen that recast navigation has not been merged in any ta...
by dlshcbmuipmam
07 Dec 2018, 01:11
Forum: Support
Topic: Crash when save
Replies: 5
Views: 2361

Re: Crash when save

Thank you, seems like it is the problem.
by dlshcbmuipmam
06 Dec 2018, 16:01
Forum: Support
Topic: Crash when save
Replies: 5
Views: 2361

Crash when save

Following the overhaul guide in https://modding-openmw.com, I built a heavily modded openmw (using the master branch source). Unfortunately, whenever I tried to save the game at the outdoor area of Balmora, the game crashes (things pretty well other than that). Does anyone have any idea on how to fi...