2017-09-16 15:21:41 +02:00
|
|
|
# Streets mod 2.0
|
2017-02-21 16:28:45 +01:00
|
|
|
_Released on 21st of February 2017_
|
|
|
|
|
|
|
|
_Streets 2.0 is **not** fully backwards-compatible to streets 1.x!_
|
2016-06-14 05:45:58 +02:00
|
|
|
|
2017-08-19 14:17:22 +02:00
|
|
|
**NOTE:** This mod depends on the [ts_workshop](https://github.com/minetest-mods/ts_workshop) mod.
|
|
|
|
|
2017-12-15 20:36:35 +01:00
|
|
|
To improve loading time and reduce the number of registered nodes,
|
|
|
|
this mod only registers stairsplus nodes for very basic roadmarkings.
|
|
|
|
If you want to have all possible nodes registered, you can set
|
|
|
|
the setting `streets.only_basic_stairsplus` to false in `minetest.conf`.
|
2017-09-16 15:20:10 +02:00
|
|
|
|
2017-09-16 15:21:41 +02:00
|
|
|
Forum topic: https://forum.minetest.net/viewtopic.php?t=2984
|
|
|
|
|
|
|
|
## Contributors
|
2016-06-14 05:45:58 +02:00
|
|
|
|
|
|
|
* webdesigner97
|
|
|
|
* cheapie
|
|
|
|
* Thomas-S
|
2016-09-07 14:05:13 +02:00
|
|
|
* HybridDog (for `streets_matrix_screen` submod)
|
2018-01-29 20:26:24 +01:00
|
|
|
* philipbenr (for some textures taken from Streets 1.x)
|
|
|
|
* Ryan-Nolan (for some Minetest-style signs)
|
|
|
|
* Ragnarok AKA Vibender, http://vibender.com/ (for the textures of the infrastructure mod)
|
|
|
|
* `streets_rrgate_*.png` (partially modified)
|
|
|
|
* `streets_rrxing_*.png` (partially modified)
|
|
|
|
* `streets_lanuse_*.png` (partially modified)
|
2016-09-07 14:05:13 +02:00
|
|
|
|
2017-09-16 15:21:41 +02:00
|
|
|
## Recommended Mods
|
2020-12-02 11:29:37 -05:00
|
|
|
* [ltc4000e](https://github.com/inpos/ltc4000e) originally by [cheapie](https://github.com/cheapie)
|
|
|
|
* [arrowboards](https://github.com/inpos/arrowboards) originally by [cheapie](https://github.com/cheapie)
|
2017-02-12 09:51:27 +01:00
|
|
|
|
2017-09-16 15:21:41 +02:00
|
|
|
## License
|
2016-09-07 14:05:13 +02:00
|
|
|
If not mentioned otherwise:
|
|
|
|
|
2017-09-16 15:21:41 +02:00
|
|
|
### Code
|
2016-10-30 16:23:06 +01:00
|
|
|
MIT License
|
2016-09-07 14:05:13 +02:00
|
|
|
|
2017-09-16 15:21:41 +02:00
|
|
|
### Media
|
2016-09-07 14:05:13 +02:00
|
|
|
CC-BY-SA 3.0
|
|
|
|
|
|
|
|
### License File
|
2017-02-13 21:40:18 +01:00
|
|
|
See the file `LICENSE` for more details.
|