maps4fs 2.2.0__py3-none-any.whl → 2.2.1__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {maps4fs-2.2.0.dist-info → maps4fs-2.2.1.dist-info}/METADATA +21 -5
- {maps4fs-2.2.0.dist-info → maps4fs-2.2.1.dist-info}/RECORD +5 -5
- {maps4fs-2.2.0.dist-info → maps4fs-2.2.1.dist-info}/WHEEL +0 -0
- {maps4fs-2.2.0.dist-info → maps4fs-2.2.1.dist-info}/licenses/LICENSE.md +0 -0
- {maps4fs-2.2.0.dist-info → maps4fs-2.2.1.dist-info}/top_level.txt +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: maps4fs
|
3
|
-
Version: 2.2.
|
3
|
+
Version: 2.2.1
|
4
4
|
Summary: Generate map templates for Farming Simulator from real places.
|
5
5
|
Author-email: iwatkot <iwatkot@gmail.com>
|
6
6
|
License: Apache License 2.0
|
@@ -45,7 +45,7 @@ Dynamic: license-file
|
|
45
45
|
|
46
46
|
<div align="center" markdown>
|
47
47
|
<a href="https://discord.gg/Sj5QKKyE42">
|
48
|
-
<img src="https://github.com/
|
48
|
+
<img src="https://github.com/iwatkot/maps4fs/releases/download/2.2.0/maps4fs-poster-discord-mymaps.png">
|
49
49
|
</a>
|
50
50
|
|
51
51
|
<p align="center">
|
@@ -85,8 +85,10 @@ Dynamic: license-file
|
|
85
85
|
|
86
86
|
</div>
|
87
87
|
|
88
|
+
🔥🔥🔥🗂️ Track, store and organize all your maps using the [My Maps](docs/my_maps.md) feature. 🔥🔥🔥<br>
|
89
|
+
<br>
|
88
90
|
🗺️ Supports 2x2, 4x4, 8x8, 16x16 and any custom size maps<br>
|
89
|
-
🔗 Generate maps using an [API](https://github.com/iwatkot/maps4fsapi)
|
91
|
+
🔗 Generate maps using an [API](https://github.com/iwatkot/maps4fsapi)<br>
|
90
92
|
✂️ Supports map scaling<br>
|
91
93
|
🔄 Support map rotation<br>
|
92
94
|
🌐 Supports custom [DTM Providers](https://github.com/iwatkot/pydtmdl)<br>
|
@@ -158,6 +160,14 @@ There are several ways to use the tool. You obviously need the **first one**, bu
|
|
158
160
|
docker run -d -p 8501:8501 -p 8000:8000 --name maps4fs iwatkot/maps4fs
|
159
161
|
```
|
160
162
|
|
163
|
+
If you want to persist your data, you can mount a directory to the container:
|
164
|
+
|
165
|
+
```bash
|
166
|
+
docker run -d -p 8501:8501 -p 8000:8000 --name maps4fs -v /c/maps4fs:/usr/src/app/mfsrootdir iwatkot/maps4fs
|
167
|
+
```
|
168
|
+
|
169
|
+
Learn more in the [My Maps](docs/my_maps.md) documentation.
|
170
|
+
|
161
171
|
And open [http://localhost:8501](http://localhost:8501) in your browser.<br>
|
162
172
|
If you don't know how to use Docker, navigate to the [Docker version](#option-2-docker-version), it's really simple.<br>
|
163
173
|
Check out the [Docker FAQ](docs/FAQ_docker.md) if you have any questions.<br>
|
@@ -212,8 +222,8 @@ Don't know where to start? Don't worry, just follow this [step-by-step guide](do
|
|
212
222
|
🛠️ Don't need to install anything.
|
213
223
|
🗺️ Supported map sizes: 2x2, 4x4.
|
214
224
|
✂️ Map scaling: not supported.
|
215
|
-
⚙️ Advanced settings:
|
216
|
-
🖼️ Texture dissolving:
|
225
|
+
⚙️ Advanced settings: partial.
|
226
|
+
🖼️ Texture dissolving: disabled.
|
217
227
|
Using the public version on [maps4fs.xyz](https://maps4fs.xyz) is the easiest way to generate a map template. Just open the link and follow the instructions.
|
218
228
|
Note: due to CPU and RAM limitations of the hosting, the generation may take some time. If you need faster processing, use the [Docker version](#option-2-docker-version).<br>
|
219
229
|
|
@@ -240,6 +250,12 @@ You can launch the project with minimalistic UI in your browser using Docker. Fo
|
|
240
250
|
docker run -d -p 8501:8501 -p 8000:8000 --name maps4fs iwatkot/maps4fs
|
241
251
|
```
|
242
252
|
|
253
|
+
If you want to persist your data, you can mount a directory to the container:
|
254
|
+
|
255
|
+
```bash
|
256
|
+
docker run -d -p 8501:8501 -p 8000:8000 --name maps4fs -v /c/maps4fs:/usr/src/app/mfsrootdir iwatkot/maps4fs
|
257
|
+
```
|
258
|
+
|
243
259
|
3. Open your browser and go to [http://localhost:8501](http://localhost:8501).
|
244
260
|
4. Fill in the required fields and click on the `Generate` button.
|
245
261
|
5. When the map is generated click on the `Download` button to get the map.
|
@@ -21,8 +21,8 @@ maps4fs/generator/component/base/component.py,sha256=AP7b6rmYV_HdyyHlCTo9s6fyBXy
|
|
21
21
|
maps4fs/generator/component/base/component_image.py,sha256=WTGC6v1KuS5sLNCC95Z48nCspvATKKNOuhTNYzTWXr4,8315
|
22
22
|
maps4fs/generator/component/base/component_mesh.py,sha256=3hC-qDT8Vde6SmRMqs9USAkrF-gL2dDTYW71ATpxUS4,9130
|
23
23
|
maps4fs/generator/component/base/component_xml.py,sha256=MT-VhU2dEckLFxAgmxg6V3gnv11di_94Qq6atfpOLdc,5342
|
24
|
-
maps4fs-2.2.
|
25
|
-
maps4fs-2.2.
|
26
|
-
maps4fs-2.2.
|
27
|
-
maps4fs-2.2.
|
28
|
-
maps4fs-2.2.
|
24
|
+
maps4fs-2.2.1.dist-info/licenses/LICENSE.md,sha256=pTKD_oUexcn-yccFCTrMeLkZy0ifLRa-VNcDLqLZaIw,10749
|
25
|
+
maps4fs-2.2.1.dist-info/METADATA,sha256=cMaMkvanQQIYGtV3u0BV5CXZ9t4Jlm64ngl9DqVUf5w,46032
|
26
|
+
maps4fs-2.2.1.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
27
|
+
maps4fs-2.2.1.dist-info/top_level.txt,sha256=Ue9DSRlejRQRCaJueB0uLcKrWwsEq9zezfv5dI5mV1M,8
|
28
|
+
maps4fs-2.2.1.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|