-
FAR (Fix (NieR) Automata Resolution) -- Required by HD Texture Pack.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Updated more detailled guide: https://gist.github.com/ANBAL534/8057b5200ace9bdd98795b627e550ba0 | |
Make steam force Proton 5.0-10 (Needs to be this version, no modern one because modern proton/wine versions have broken dotnet winetricks installs, needed to run the game) | |
* If at any stage of the steps wine asks you to install mono or gecko, just cancel/press 'no' on the popup and continue. | |
* If at any stage of the steps a info/warning/error message appears and asks you if you want to get more information in a webpage just cancel/press 'no' on the opoup and continue. | |
* If you mess up and need to restart the process from the start you have to manually delete the 'pfx' (steam's wine bottle folder) (/path/to/SteamLibrary/steamapps/compatdata/244210/pfx) and restart the process from the very begining. | |
Execute the game once and let it close | |
Then: |
Want to inject some flavor into your everyday text chat? You're in luck! Discord uses Markdown, a simple plain text formatting system that'll help you make your sentences stand out. Here's how to do it! Just add a few characters before & after your desired text to change your text! I'll show you some examples...
What this guide covers:
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var winston = require("winston"), | |
dateformat = require("dateformat"), | |
chalk = require("chalk"); | |
module.exports = new (winston.Logger)({ | |
transports: [ | |
new (winston.transports.Console)({ | |
timestamp: function () { | |
return dateformat(Date.now(), "yyyy-mm-dd HH:MM:ss.l"); | |
}, |