You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: LEGAL.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -6,9 +6,9 @@ The Authors retain all copyright to their respective work submitted here.
6
6
7
7
## Code license
8
8
9
-
Content contributed to this repository after commit 87c70a89a67d0521a56388e6b1c3f2cb947943e4 is licensed under the GNU Affero General Public License version 3.0 unless otherwise stated. See [LICENSE-AGPLv3](https://github.com/Simple-Station/Einstein-Engines/blob/master/LICENSE-AGPLv3.txt).
9
+
Content contributed to this repository after commit 87c70a89a67d0521a56388e6b1c3f2cb947943e4 is licensed under the GNU Affero General Public License version 3.0 unless otherwise stated. See [LICENSE-AGPLv3](./LICENSE-AGPLv3.txt).
10
10
11
-
Content contributed to this repository before commit 87c70a89a67d0521a56388e6b1c3f2cb947943e4 is licensed under the MIT license unless otherwise stated. See [LICENSE-MIT](https://github.com/Simple-Station/Einstein-Engines/blob/master/LICENSE-MIT.txt).
11
+
Content contributed to this repository before commit 87c70a89a67d0521a56388e6b1c3f2cb947943e4 is licensed under the MIT license unless otherwise stated. See [LICENSE-MIT](./LICENSE-MIT.txt).
12
12
13
13
[87c70a89a67d0521a56388e6b1c3f2cb947943e4](https://github.com/Simple-Station/Einstein-Engines/commit/87c70a89a67d0521a56388e6b1c3f2cb947943e4) was pushed on February 17th 2024 at 21:48 UTC
Copy file name to clipboardexpand all lines: README.md
+12-15
Original file line number
Diff line number
Diff line change
@@ -41,27 +41,24 @@ We provide some scripts shown below to make the job easier.
41
41
### Build dependencies
42
42
43
43
> - Git
44
-
> - DOTNET SDK 7.0 or higher
45
-
> - python 3.7 or higher
44
+
> - .NET SDK 8.0.100
46
45
47
46
48
47
### Windows
49
48
50
49
> 1. Clone this repository
51
-
> 2. Run `RUN_THIS.py` to init submodules and download the engine, or run `git submodule update --init --recursive` in a terminal
52
-
> 3. Run the `Scripts/bat/run1buildDebug.bat`
53
-
> 4. Run the `Scripts/bat/run2configDev.bat` if you need other configurations run other config scripts
54
-
> 5. Run both the `Scripts/bat/run3server.bat` and `Scripts/bat/run4client.bat`
55
-
> 6. Connect to localhost and play
50
+
> 2. Run `git submodule update --init --recursive` in a terminal to download the engine
51
+
> 3. Run `Scripts/bat/buildAllDebug.bat` after making any changes to the source
52
+
> 4. Run `Scripts/bat/runQuickAll.bat` to launch the client and the server
53
+
> 5. Connect to localhost in the client and play
56
54
57
55
### Linux
58
56
59
57
> 1. Clone this repository
60
-
> 2. Run `RUN_THIS.py` to init submodules and download the engine, or run `git submodule update --init --recursive` in a terminal
61
-
> 3. Run the `Scripts/sh/run1buildDebug.sh`
62
-
> 4. Run the `Scripts/sh/run2configDev.sh` if you need other configurations run other config scripts
63
-
> 5. Run both the `Scripts/sh/run3server.bat` and `scripts/sh/run4client.sh`
64
-
> 6. Connect to localhost and play
58
+
> 2. Run `git submodule update --init --recursive` in a terminal to download the engine
59
+
> 3. Run `Scripts/bat/buildAllDebug.sh` after making any changes to the source
60
+
> 4. Run `Scripts/bat/runQuickAll.sh` to launch the client and the server
61
+
> 5. Connect to localhost in the client and play
65
62
66
63
### MacOS
67
64
@@ -70,12 +67,12 @@ We provide some scripts shown below to make the job easier.
70
67
## License
71
68
72
69
Content contributed to this repository after commit 87c70a89a67d0521a56388e6b1c3f2cb947943e4 (`17 February 2024 23:00:00 UTC`) is licensed under the GNU Affero General Public License version 3.0 unless otherwise stated.
73
-
See [LICENSE-AGPLv3](https://github.com/Simple-Station/Einstein-Engines/blob/master/LICENSE-AGPLv3.txt).
70
+
See [LICENSE-AGPLv3](./LICENSE-AGPLv3.txt).
74
71
75
72
Content contributed to this repository before commit 87c70a89a67d0521a56388e6b1c3f2cb947943e4 (`17 February 2024 23:00:00 UTC`) is licensed under the MIT license unless otherwise stated.
76
-
See [LICENSE-MIT](https://github.com/Simple-Station/Einstein-Engines/blob/master/LICENSE-MIT.txt).
73
+
See [LICENSE-MIT](./LICENSE-MIT.txt).
77
74
78
75
Most assets are licensed under [CC-BY-SA 3.0](https://creativecommons.org/licenses/by-sa/3.0/) unless stated otherwise. Assets have their license and the copyright in the metadata file.
Note that some assets are licensed under the non-commercial [CC-BY-NC-SA 3.0](https://creativecommons.org/licenses/by-nc-sa/3.0/) or similar non-commercial licenses and will need to be removed if you wish to use this project commercially.
0 commit comments