• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Recent content by grilaud

  1. G

    [Oldschool 7.4]Real-time translation.

    Well, then you dont xD. Works on demand, you have to click to translate a msg (or to see the msg translated). 1783460898 I'll try another way to do it, if i get a better result i'll post here. I think i can do the translation system using only 3~4g ram, working pretty nice. Chat gpt isnt the...
  2. G

    [Oldschool 7.4]Real-time translation.

    That makes a lot of sense. If the API roundtrip is around 20ms and the text size barely changes the cost, then the real issue is clearly the model lifecycle and inference, not the communication layer. Keeping the model loaded also sounds like the right choice. If cold start is one of the...
  3. G

    [Oldschool 7.4]Real-time translation.

    That's really interesting. :O Thanks for sharing your experience. One realy simple idea that came to mind is handling global channels (Trade, Game-Chat, Help, etc.) differently. Since every player receives the same message, the server could translate it once, cache the translated versions, and...
  4. G

    [Oldschool 7.4]Real-time translation.

    Oldschool 7.4 A TFS 1.5-based server with HD graphics(optional), real-time translation (by request), Bestiary, Charms and performance-focused systems. Hello everyone, This is not an advertsing. I would just like to share and discuss some ideas I had to improve what we had in oldschool. Idk...
  5. G

    TFS 1.5 downgrade Nekiro 772: Missing NPCs files. (xml)

    Hello everyone, I have been working on a TFS 1.5 Downgrade by Nekiro (7.72) server for quite some time now, and the project is already at an advanced stage of development. To be honest, I noticed from the very beginning that the datapack contained only a handful of NPCs. At the time, I assumed...
Back
Top