IaKee / RuneLingual-Plugin

All-in-one translation plugin for OSRS. Powered by RuneLite
BSD 2-Clause "Simplified" License
3 stars 4 forks source link

total file size must be under 10MiB #6

Closed YS-jack closed 2 months ago

YS-jack commented 4 months ago

(I mentioned on discord too, but I'll write it here too so its easier to keep track)

RuneLite only allows external plugins under 10MiB, and clearly thats an issue becuase the English dialogue transcipt is larger than 10MB by itself.

the solution is to download transcripts from a github repository on start. (so download pt_br files if thats the selected language)

I have already made a similar system for my japanese plugin, which downloaded files from a data repository i made for the plugin

My idea is to use runelingual-transcript repository that iakee made already if thats fine, but it can be made on a completely new repository too

for now im working on it here, ill post things here when I have updates

please post any concerns and anything else

YS-jack commented 2 months ago

downloading from the transcript repository should solve this issue