It seems that you're using an outdated browser. Some things may not work as they should (or don't work at all).
We suggest you upgrade newer and better browser like: Chrome, Firefox, Internet Explorer or Opera

×
So I use this mod, and it looks like most of its options work fine... except for resting. It's still a vanilla NWN 2 style, i.e. I can rest anywhere anywhen, and it doesn't take 8 hours. I've checked mo_oc_options.2da file - they are enabled, but somehow don't work.
So I got an advice on other forum:

"For the rest system to work you have to merge different versions of k_mod_player_rest (standard module rest script) from both mods. It's not difficult - you have to add a call to Kaedrin's "ccs" rest script (with the ExecuteScript("scriptname") command...) in Makeover's version and remove/rename Kaedrin's one (otherwise it will overwrite Makeover's version, since the override folder has higher priority than the campaign folder). Don't forget to recompile the modified script."

But I'm not sure, where to add that ExecuteScript command and what way should it look. Anybody can help with?
Find Kaedrin's script of the same name, and copy the ExecuteScript line from that one to the Makeover version. It will probably be at the end of the script. Do this in the toolset, because you need to compile the script after you make the change, so it will work.