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
{{ message }}
This repository was archived by the owner on Mar 15, 2023. It is now read-only.
@@ -50,14 +55,11 @@ This set of tools will allow you to enjoy a better experience on BTE and build t
50
55
## Getting Started
51
56
52
57
53
-
54
58
### Prerequisites
55
59
56
60
You must have WorldEdit as a minimum but install the BTE modpack, it's preferable.
57
61
58
-
##
59
-
60
-
# Installation
62
+
## 📦 Installation
61
63
62
64
1. Download the [Rhino Javacsript interpreter](https://developer.mozilla.org/en-US/docs/Mozilla/Projects/Rhino) for Java,
63
65
which you can get from [here](https://github.com/mozilla/rhino/releases/download/Rhino1_7_12_Release/rhino-1.7.12.zip).
@@ -70,7 +72,7 @@ Open the zip file, go to `/lib` and move `rhino-1.7.12.jar` (or newer) to your `
70
72
71
73
72
74
73
-
## Usage
75
+
## 🚀 Usage
74
76
75
77
```bash
76
78
/cs <COMMAND> [ARGS]
@@ -85,6 +87,8 @@ These are WorldEdit scripts, if blocks are modified you have access to `//undo`.
85
87
86
88
Do you need another function? Request it [here](https://github.com/oganexon/BTE-tools/issues).
87
89
90
+
The first execution of a command will take longer than the others because the script has to be compiled.
91
+
88
92
89
93
90
94
### list
@@ -147,7 +151,7 @@ Setup :
147
151
- Get a geoJSON file of valid tracings / OR
148
152
- Choose one of the following links:
149
153
-[Rails - bounding box](http://overpass-turbo.eu/s/TwW) (Select the desired region using the map)
150
-
-[Rails - name](http://overpass-turbo.eu/s/TwY) (Replace with a specific railroad name) [(find a railroad name)](#find-a-railroad-name)
154
+
-[Rails - name](http://overpass-turbo.eu/s/TwY) (Replace with a specific railroad name) [(find a railroad name)](#%f0%9f%94%8d-find-a-railroad-name)
151
155
- Click `Run` > `Export` > `download/copy as GeoJSON`
152
156
- Place the file in the `drawings` folder.
153
157
@@ -160,7 +164,7 @@ Examples :
160
164
161
165
162
166
163
-
## Find a railroad name
167
+
## 🔍 Find a railroad name
164
168
165
169
To find a railway name, right click near the rails and click on `Query features`
166
170
@@ -176,21 +180,22 @@ And finally, get the name.
176
180
177
181
178
182
179
-
## Roadmap
183
+
## 📜 Roadmap
180
184
181
185
See the [open issues](https://github.com/oganexon/BTE-tools/issues) for a list of proposed features (and known issues).
182
186
183
187
184
188
185
-
## Contributing
189
+
## 🏗️ Contributing
186
190
187
191
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are **greatly appreciated**.
188
192
189
193
1. Fork the Project
190
194
2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)
191
195
3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)
192
-
4. Push to the Branch (`git push origin feature/AmazingFeature`)
193
-
5. Open a Pull Request
196
+
4. Make sure that `yarn build` and `yarn lint` do not generate errors
197
+
5. Push to the Branch (`git push origin feature/AmazingFeature`)
0 commit comments