parent
9b197dda02
commit
77f7ad7470
10
Cookbook.md
10
Cookbook.md
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user