Page 1 of 1

questions about set up server

Posted: 12 Jun 2020, 21:26
by uwu666
Hi,
I have several questions and I decided to ask them in one post so as not to spam.

I want to configure my server to be as close as possible to the singleplayer but for each player, that is basically:

- that new players spawn in Census and Excise Office of Seyda Neen
- that each player can do all the quests

for the first thing, I plan do it with OriginalStart script by urm(https://github.com/tes3mp-scripts/OriginalStart), please tell me if I need to do any additional configuration in config.lua

For the second thing, I'm thinking of doing two things:

set all "config.share...." to false in config.lua.
use CellReset script (I still don't know which one to use), about this I have a few questions, since I don't know exactly what resets
this respawn dead NPCs?
this removes objects placed by players from storages?
Is this a solution that allows players to do quests that were already done by another player?

please let me know any corrections or recommendations

Re: questions about set up server

Posted: 13 Jul 2020, 17:05
by Seldalore
The cellreset script I use is available by Atkana (see below for link). Just make sure you blacklist cells you don't want reset (whatever your hoard den ID may be). There is an option in there that lets dropped items / placed objects persist, but whatever is in the containers is reset. The other settings you mention achieved the result you're after (Original Start, and unshared journal, etc.).

https://github.com/Atkana/tes3mp-script ... /CellReset

Edit: After days of use, my blacklisted cells did (eventually, randomly) get reset (my treasures!!!1one). If you know of a working cell reset script, let me know.

Re: questions about set up server

Posted: 25 May 2021, 15:51
by MaywormIII
I've been using uramer's CellReset (https://github.com/tes3mp-scripts/CellReset). I haven't seen any reset yet but I'm looking for the same result as the OP. If you find something, let me know.