From adb3dfb3ac1aa8e4647f2e314bd6967a08f653cc Mon Sep 17 00:00:00 2001 From: Sherbanov Kosmik <70780122+kosmik641@users.noreply.github.com> Date: Sat, 6 Dec 2025 04:11:51 +0300 Subject: [PATCH] Update ReadMe.md --- ReadMe.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 ReadMe.md diff --git a/ReadMe.md b/ReadMe.md new file mode 100644 index 0000000..84c6615 --- /dev/null +++ b/ReadMe.md @@ -0,0 +1,22 @@ +Metrostroi Subway Simulator 2025 +================================================================================ + +## Working branches: +- `unstable` - Development branch. Contains all last changes, not tested and very unstable. Stable work not guaranteed, use at your own risk. +- `dev` - Stable development branch. All changes are reviewed and tested, but may contain bugs. Can use on servers. +- `release` - Stable branch. Code for Steam Workshop. + +## Licensing +### Models and materials +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. + + +## 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 +git config lfs.url https://github.com/metrostroi-repo/MetrostroiAddon.git/info/lfs +``` +**Warning:** This will discard all your local changes in the working copy and the index!