Skip to content

Latest commit

 

History

History
24 lines (13 loc) · 1.13 KB

README.md

File metadata and controls

24 lines (13 loc) · 1.13 KB

DontStarve_QuoteGenerator

Generates quotes for the format of (http://dont-starve-game.wikia.com/)'s quote sections.

Requires Python 3.x.x

INSTRUCTIONS:

  1. Get newest version of strings.pot and stringsDST.pot from the game files of Don't Starve and the game files of DST: scripts/languages/strings.pot (Two different "scripts" directories. Both files named stings.pot; DST file should be renamed stringsDST.pot).

  2. Go to the wiki quotes page for the character you want to add to (e.x. Wigfrid).

  3. Enter editting mode and switch from visual editing to source editing (I prefer the classic editor, seems to work better/load faster).

  4. Copy all and paste into new file (keep page open for later).

  5. Save as .txt file and name it after the character's DebugSpawn code (find on their wiki page) (e.x. wathgrithr.txt).

  6. Run script in directory with txt file, strings.pot, and stingsDST.pot. Follow the script's instructions.

  7. Script will generate a temp file and an export file. Open the export file and copy all.

  8. Paste into wiki page and click the "show changes" button or "Review your changes" button and verify changes.

  9. Publish it.