1
0
mirror of https://github.com/metrostroi-repo/MetrostroiAddon.git synced 2026-05-02 00:42:29 +00:00

Update ReadMe

This commit is contained in:
kosmik641
2025-11-04 04:41:42 +03:00
parent df9e0badcf
commit cbfa06486d

View File

@@ -1,8 +1,16 @@
Репозиторий обновления Metrostroi Subway Simulator 2025 Metrostroi Subway Simulator 2025
Licensing
================================================================================ ================================================================================
## Licensing
### Models and materials ### Models and materials
All models, materials and sounds belong to their corresponding authors. Used with All models, materials and sounds belong to their corresponding authors. Used with
permission for purposes of prototyping a subway train simulator inside Garry's-Mod only. permission for purposes of prototyping a subway train simulator inside Garry's-Mod only.
## Workaround for `This repository exceeded its LFS budget`
```bash
git config lfs.url https://git.metrostroi.net/metrostroi-repo/MetrostroiAddon.git/info/lfs
git lfs fetch
git reset --hard
```
**Warning:** This will discard all your local changes in the working copy and the index!