[DiscordArchive] Tldr, Im really impressed with modules for this core.
[DiscordArchive] Tldr, Im really impressed with modules for this core.
Archived author: Havik • Posted: 2025-07-17T17:07:06.984000+00:00
Original source
Tldr, Im really impressed with modules for this core.
From what I can tell, *unless otherwise stated* it's basically drag and drop to the folder and run world server to install.
If a module doesn't have any extra install steps, is it safe to assume that *uninstallation* is the same? Can I just delete the files from the module folder and it's done?
Archived author: Rymercyble • Posted: 2025-07-17T17:07:44.407000+00:00
Original source
no
Archived author: Tereneckla • Posted: 2025-07-17T17:07:52.301000+00:00
Original source
most of the time yes
there are some modules that overwrite things in the world db
Archived author: Rymercyble • Posted: 2025-07-17T17:08:03.568000+00:00
Original source
if there are DB updates there is no mechanism to revert them
Archived author: Havik • Posted: 2025-07-17T17:08:42.988000+00:00
Original source
Thought so, I noticed it says it runs the SQL from the related module at first start of the world server, and I was confused if it would revert back and how
Archived author: Havik • Posted: 2025-07-17T17:09:01.551000+00:00
Original source
So yeah that makes sense, but otherwise anything that's not SQL Updates would be finr
Archived author: Tereneckla • Posted: 2025-07-17T17:09:14.890000+00:00
Original source
it only is a problem if the module overwrites things
if it creates new tables you just end up with unused tables
Archived author: Grimfeather • Posted: 2025-07-17T17:09:22.472000+00:00
Original source
you would have to like drop the acore_world table. let worldserver re-create it
Archived author: Tereneckla • Posted: 2025-07-17T17:09:33.270000+00:00
Original source
^
Archived author: Havik • Posted: 2025-07-17T17:09:38.044000+00:00
Original source
Hmm. Good point