Colin McMillen 2020-07-13 19:34:43 +00:00
parent 9b197dda02
commit 77f7ad7470

@ -1,3 +1,13 @@
* Get repo working on completely fresh install: first, make sure that git.semicolin.games has the right ssh public key for the machine. Then:
```shell
sudo apt install git-lfs
git lfs install
git clone git@git.semicolin.games:semicolin/sneak-private.git sneak
git submodule init
git submodule update
```
* encode ogg files so that they're not above 48khz (the max monogame can handle): `oggenc --resample=48000 sword_swing_*.wav`
* find monogame content builder errors: