Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
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.
I know I must be missing it here but I cannot find the mod id #. Any help would be appreciated! Glad to see the mod is still active! I need multi characters!!
just realised I was using "Multichar" and not "Multichar reloaded"