安装 Steam
登录
|
语言
繁體中文(繁体中文)
日本語(日语)
한국어(韩语)
ไทย(泰语)
български(保加利亚语)
Čeština(捷克语)
Dansk(丹麦语)
Deutsch(德语)
English(英语)
Español-España(西班牙语 - 西班牙)
Español - Latinoamérica(西班牙语 - 拉丁美洲)
Ελληνικά(希腊语)
Français(法语)
Italiano(意大利语)
Bahasa Indonesia(印度尼西亚语)
Magyar(匈牙利语)
Nederlands(荷兰语)
Norsk(挪威语)
Polski(波兰语)
Português(葡萄牙语 - 葡萄牙)
Português-Brasil(葡萄牙语 - 巴西)
Română(罗马尼亚语)
Русский(俄语)
Suomi(芬兰语)
Svenska(瑞典语)
Türkçe(土耳其语)
Tiếng Việt(越南语)
Українська(乌克兰语)
报告翻译问题






you can't use other char as a thrall like Skyrim Proteus mod.
Multichar system is similar to Terraria, although with no multi-world.
Does Pippi work on single player/coop to add alt char on "main" char ?
That is a common bug and has nothing to do with this mod. It MIGHT only happen with IQOL or TOT installed, (but is less common with TOT), I'm just not sure. However, what is certain is that it only happens in singleplayer mode, and it is fixed by removing a piece of armor from the thrall and putting it back on.
Will there be a thing implemented with this mod that allows characters with multiple characters to sethome for each of them without having to add tot admin to override it?
As far as I can tell, the issue happened because the actor_position table was not correctly updated when deleting characters via the mod functionality, causing the server to spawn player characters were those entries exist.
So basically what the first and second SQL commands above do is delete the entries in both properties and actor_position that do not relate to an entry of the characters table (Which actually stores the list of active player characters).
The other commands optimizes and checks the consistency of the database.
delete from properties where object_id in (select distinct id from actor_position where class like '%BasePlayerChar%' and id not in (select id from characters));
delete from actor_position where class like '%BasePlayerChar%' and id not in (select id from characters);
VACUUM;
REINDEX;
ANALYZE;
pragma integrity_check;
ID can be found in the modpage URL
https://discord.gg/bFh6vDxMdB
Providing details would be helpful. Thanks.
You can do that with another mod, Pippi-User & server management
You can keep both of the files and load each one on its own, but you will not be able to merge them.
I do intend to have the mod working on launch day, but in case I don't, you can remove it temporarily and keep things intact.
So thanks for making it.