mirror of
https://github.com/metrostroi-repo/MetrostroiAddon.git
synced 2026-05-02 00:42:29 +00:00
Update ReadMe.md
This commit is contained in:
committed by
glebqip
parent
1d05caf866
commit
adb3dfb3ac
22
ReadMe.md
Normal file
22
ReadMe.md
Normal file
@@ -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!
|
||||||
Reference in New Issue
Block a user