[DiscordArchive] Hi guys, I'm trying to install the transmog mod, but I don't know how to do this manual implementati
[DiscordArchive] Hi guys, I'm trying to install the transmog mod, but I don't know how to do this manual implementati
![[Image: image.png?ex=690bf00c&is=690a9e8c&hm=6ed...654671210&]](https://cdn.discordapp.com/attachments/1255602330431127753/1345376814306037801/image.png?ex=690bf00c&is=690a9e8c&hm=6ed66843042fb4f10d1328276b03df9cd84c94f177bcb7df67e5600654671210&)
Archived author: AloHa Gh0sT • Posted: 2025-03-01T12:47:08.417000+00:00
Original source
Hi guys, I'm trying to install the transmog mod, but I don't know how to do this manual implementation in the database, can anyone help me?
![[Image: image.png?ex=690bf00c&is=690a9e8c&hm=6ed...654671210&]](https://cdn.discordapp.com/attachments/1255602330431127753/1345376814306037801/image.png?ex=690bf00c&is=690a9e8c&hm=6ed66843042fb4f10d1328276b03df9cd84c94f177bcb7df67e5600654671210&)
Archived author: Ryan Turner • Posted: 2025-03-01T12:57:04.097000+00:00
Original source
Inside of the module you download (hoepfully via git) you have a either a data or sql or data/sql folder.
Each folder is there (auth, chars, world and maybe updates)
You will need to check each folder and run the SQL(s) in their respective data base.
Auth Folder = acore_auth and so on.
I don't know if transmog is using the structure (that it will auto-run on startup)
Archived author: AloHa Gh0sT • Posted: 2025-03-01T12:58:21.575000+00:00
Original source
How do I run the SQL(s) in their respective data base?
Archived author: Ryan Turner • Posted: 2025-03-01T12:59:40.700000+00:00
Original source
"How do i run a sql file with <my database client>" in google should tell you
Archived author: Ryan Turner • Posted: 2025-03-01T12:59:48.166000+00:00
Original source
Example Heidisql
Archived author: AloHa Gh0sT • Posted: 2025-03-01T13:01:02.990000+00:00
Original source
Ok very thanks
![[Image: image.png?ex=690bf3f8&is=690aa278&hm=b2f...f12300e5e&]](https://cdn.discordapp.com/attachments/1255602330431127753/1345381024569495685/image.png?ex=690bf3f8&is=690aa278&hm=b2f58d2cea8d98e8819effba202a1c635b91f725d6b75cb8e11bd31f12300e5e&)
Archived author: AloHa Gh0sT • Posted: 2025-03-01T13:03:52.289000+00:00
Original source
and the "updates" files, what should I do?
![[Image: image.png?ex=690bf3f8&is=690aa278&hm=b2f...f12300e5e&]](https://cdn.discordapp.com/attachments/1255602330431127753/1345381024569495685/image.png?ex=690bf3f8&is=690aa278&hm=b2f58d2cea8d98e8819effba202a1c635b91f725d6b75cb8e11bd31f12300e5e&)
Archived author: Ryan Turner • Posted: 2025-03-01T13:06:06.309000+00:00
Original source
I think for transmog is empty, you can check. But updates is for additions / updates that happeend after the original tables were made as an example.
Let's say world creates a table with 5 columns and later on you wanted to add a 6th one, that altertaion / update would be added in updates and the server would update on next run
Archived author: AloHa Gh0sT • Posted: 2025-03-01T13:12:02.094000+00:00
Original source
Aah ok thanks