Skip to content
This repository has been archived by the owner on Mar 12, 2024. It is now read-only.
/ x-loc Public archive

Extra localizations/translations manager for Stardew Valley

Notifications You must be signed in to change notification settings

bguyl/x-loc

Repository files navigation

X-loc

Extra localizations/translations manager for Stardew Valley

Screenshot

How to use it ?

  1. Download the lastest version here
  2. Launch the app
  3. Patch !

As easy as one, two, three

I want to understand how it work

That's a good thing ! Let's do this step by step.
Stardew Valley is developed with the Monogame framework, so all the assets (images, sounds and texts) will be stored in .xnb files.

  1. It will read all .xnb files presents in the X-loc ./static/your_LANG/ folder.
    Theses files will replace thoses in your game folder.

  2. It will rename the files that will be replaced in your game folder by adding .xloc_bak at the end of the name.

  3. It will copy the files from X-loc to your game folder.

  4. The RESET button will rename all the .xloc_bak files to their original names. This will erases translations files.

So, can I use it for my XNB mod ?

It need to be tested, but yes. If you try, let me know !

Thanks to

French localization / Localisation française: Stardew Traduction FR

L'équipe de traduction:
30% [OverGamer]: Traduction, gestion technique
Actionbreaker: Traduction, gestion technique, outil de conversion des sauvegardes

LoGeek (loikachu), Sprigan: Traductions additionnelles, version d'appoint en attendant la 1.2 :)

Traductions préliminaires des dialogues et évènements:
Alex [legorn], Globy, ipwnd, kurunohibou, Niflas, NumeroUn, unifinger

Corrections: bertrand35170, Touffu64

Tests: Beaucoup d'entre vous :) notamment sokhak, Furax-31, F3n3K, Solydgame, Bleuebook, [TG62] BigBoss, Hodiall, mymy8, Smock, Tekllan, Mika94...

Merci aussi à Minishoy pour m'avoir mit en contact avec l'équipe de Actionbreaker à l'aube de ce projet :)

Et surtout, un immense merci à draivin (créateur de xnbnode), sans qui nous n'aurions pas pu faire grand chose.

Stardew Valley font: Cowsplay

I actually no rights on the followings assets but I'll change them when I can:

Background: Chucklefish Stardew Valley Forum

Icon: gpbrck

Drift Type font: TracerTong

Build Setup (for programmers only)

# install dependencies
npm install

# serve with hot reload at localhost:9080
npm run dev

# build electron application for production
npm run build

# run unit & end-to-end tests
npm test


# lint all JS/Vue component files in `src/`
npm run lint

This project was generated with electron-vue@de85f81 using vue-cli. Documentation about the original structure can be found here.