···11-refactored-client-377
22-=================
11+RS377-Kt
22+========
3344-Refactoring the 377 deob. And extending it without adding rice.
55-66-If you ever need to reach me, contact my discord at : "Henning B#4920"
44+A 377 client written in Kotlin. Originally based on [Promises/refactored-client-377](https://github.com/AcidFiend/refactored-client-377), fully converted to Kotlin with deobfuscation and engine improvements.
7586-----
97108### Client Config
1191212-Copy `EXAMPLE-client-config.yaml` file and paste it into the same `/config` directory. Rename the new file to `client-config.yaml` and make your config edits to that file. This file will not be tracked within the repository.
1010+Copy `config/EXAMPLE-client-config.yaml` to `config/client-config.yaml` and edit as needed. The config file is not tracked by git.
13111212+### Running
14131515------
1414+**Windows**: Double-click `run.bat`
16151717-### New Features
1616+**Linux**: Run `./run.sh`
18171919-* Mouse wheel zoom, scroll, and move view
2020-* Sound engine thanks to galkon (will be replaced with proper 400+)
2121-* 400+ and the original legacy text rendering engine: supports
2222- * all the old @red@ @str@ etc
2323- * all the new : (credits to a 508 deob and stewie for his half assed work)
2424- * <col=######></col> Custom colors
2525- <shad=######></shad> - Custom shadow color
2626- <shad></shad> - Default shadow color
2727- <trans=TRANS_AMOUNT></trans>
2828- <u=######></u> Custom underlining color
2929- <u></u> Default underlining
3030- <str=######></str> Custom Strikethrough color
3131- <str></str> Default strikethorough
3232- <img=#> whatever image you'd like
1818+**macOS**: Double-click `run.command`. If macOS blocks it with an unverified developer warning, run:
1919+```sh
2020+xattr -d com.apple.quarantine /path/to/run.command
2121+```