Extra localizations/translations manager for Stardew Valley
- Download the lastest version here
- Launch the app
- Patch !
As easy as one, two, three
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.
-
It will read all
.xnb
files presents in the X-loc./static/your_LANG/
folder.
Theses files will replace thoses in your game folder. -
It will rename the files that will be replaced in your game folder by adding
.xloc_bak
at the end of the name. -
It will copy the files from X-loc to your game folder.
-
The RESET button will rename all the
.xloc_bak
files to their original names. This will erases translations files.
It need to be tested, but yes. If you try, let me know !
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 sauvegardesLoGeek (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, unifingerCorrections: 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
# 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.