maps4fs 0.8.4__py3-none-any.whl → 0.8.6__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/generator/game.py CHANGED
@@ -180,7 +180,7 @@ class FS25(Game):
180
180
 
181
181
  Returns:
182
182
  str: The path to the DEM file."""
183
- return os.path.join(map_directory, "mapUS", "data", "dem.png")
183
+ return os.path.join(map_directory, "map", "data", "dem.png")
184
184
 
185
185
  def map_xml_path(self, map_directory: str) -> str:
186
186
  """Returns the path to the map.xml file.
@@ -191,7 +191,7 @@ class FS25(Game):
191
191
  Returns:
192
192
  str: The path to the map.xml file.
193
193
  """
194
- return os.path.join(map_directory, "mapUS", "mapUS.xml")
194
+ return os.path.join(map_directory, "map", "map.xml")
195
195
 
196
196
  def weights_dir_path(self, map_directory: str) -> str:
197
197
  """Returns the path to the weights directory.
@@ -201,7 +201,7 @@ class FS25(Game):
201
201
 
202
202
  Returns:
203
203
  str: The path to the weights directory."""
204
- return os.path.join(map_directory, "mapUS", "data")
204
+ return os.path.join(map_directory, "map", "data")
205
205
 
206
206
  def i3d_file_path(self, map_directory: str) -> str:
207
207
  """Returns the path to the i3d file.
@@ -211,4 +211,4 @@ class FS25(Game):
211
211
 
212
212
  Returns:
213
213
  str: The path to the i3d file."""
214
- return os.path.join(map_directory, "mapUS", "mapUS.i3d")
214
+ return os.path.join(map_directory, "map", "map.i3d")
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: maps4fs
3
- Version: 0.8.4
3
+ Version: 0.8.6
4
4
  Summary: Generate map templates for Farming Simulator from real places.
5
5
  Author-email: iwatkot <iwatkot@gmail.com>
6
6
  License: MIT License
@@ -62,6 +62,17 @@ Requires-Dist: tifffile
62
62
  🔷 Generates *.obj files for background terrain based on the real-world height map 🆕<br>
63
63
  📄 Generates commands to obtain high-resolution satellite images from [QGIS](https://qgis.org/download/) 🆕<br>
64
64
 
65
+ <p align="center">
66
+ <img src="https://github.com/user-attachments/assets/cf8f5752-9c69-4018-bead-290f59ba6976"><br>
67
+ 🌎 Detailed terrain based on real world data.<br><br>
68
+ <img src="https://github.com/user-attachments/assets/7f238ab4-9ff4-4c6e-ba07-5796be012baa"><br>
69
+ 🛰️ Realistic background terrain objects with satellite images.<br><br>
70
+ <img src="https://github.com/user-attachments/assets/80e5923c-22c7-4dc0-8906-680902511f3a"><br>
71
+ 🗒️ True-to-life blueprints for fast and precise modding.<br><br>
72
+ <img src="https://github.com/user-attachments/assets/cce45575-c917-4a1b-bdc0-6368e32ccdff"><br>
73
+ 📏 Almost any possible map sizes.
74
+ </p>
75
+
65
76
  ## Quick Start
66
77
  There are several ways to use the tool. You obviously need the **first one**, but you can choose any of the others depending on your needs.<br>
67
78
  ### 🚜 For most users
@@ -387,7 +398,6 @@ After it you need to resize the image to 4096x4096 pixels and convert it to the
387
398
 
388
399
  ## DDS conversion
389
400
  The `.dds` format is the format used in the Farming Simulator for the textures, icons, overview and preview images. There's a plenty of options to convert the images to the `.dds` format, you can just google something like `png to dds` and the first link probably will help you with it.<br>
390
- But if you prefer using scripts, you'll find Python converters in the `scripts` directory in this repository.<br>
391
401
 
392
402
  List of the important DDS files:
393
403
  - `icon.dds` - 256x256 pixels, the icon of the map,
@@ -5,14 +5,14 @@ maps4fs/generator/background.py,sha256=YZbTSijKgNQOvpWJHqCJNHeoV5GxUjp79b8PoQwRQ
5
5
  maps4fs/generator/component.py,sha256=9uGWSIVQzxO_u0yZ3luQJOrpg9x61uBcAHdIr_SaNlw,7402
6
6
  maps4fs/generator/config.py,sha256=RIqRCPS-ki23JmiFRyt98DVocf-ZaxMsa6yFvoOcHes,3425
7
7
  maps4fs/generator/dem.py,sha256=FsYcaf0IQSYykKdbkHxAN5-Rc_PZZEBJfdZA2Z-b8AU,14514
8
- maps4fs/generator/game.py,sha256=yry1tJYQi-tNLHlEY85Vz71KN_o2PVjxrAc4HDNB_Sg,6837
8
+ maps4fs/generator/game.py,sha256=94HjPNOyy6XSSOnBp-uxrkBglKyC-X3ULIrrucfdlKw,6825
9
9
  maps4fs/generator/i3d.py,sha256=UuQiQRusPQ2f6PvGKxJ_UZeXsx3uG15efmy8Ysnm3F8,3597
10
10
  maps4fs/generator/map.py,sha256=BS8ylTCRlHRmbImg73wnHMpBB2ODckVyVZq5KJhCMfM,4236
11
11
  maps4fs/generator/path_steps.py,sha256=rKslIiG9mriCVL9_0i8Oet2p0DITrpBWi0pECpvuyUM,2707
12
12
  maps4fs/generator/texture.py,sha256=0gkohGmamZbmqc9VpPqt8pli_x9w9SnUh2JjYGaiI3I,18170
13
13
  maps4fs/generator/tile.py,sha256=3vmfjQiPiiUZKPuIo5tg2rOKkgcP1NRVkMGK-Vo10-A,2138
14
- maps4fs-0.8.4.dist-info/LICENSE.md,sha256=-JY0v7p3dwXze61EbYiK7YEJ2aKrjaFZ8y2xYEOrmRY,1068
15
- maps4fs-0.8.4.dist-info/METADATA,sha256=EqgOR_tsHQI7XHc0oM_tDRguhV6mmTFWIvH7cs877ek,23266
16
- maps4fs-0.8.4.dist-info/WHEEL,sha256=PZUExdf71Ui_so67QXpySuHtCi3-J3wvF4ORK6k_S8U,91
17
- maps4fs-0.8.4.dist-info/top_level.txt,sha256=Ue9DSRlejRQRCaJueB0uLcKrWwsEq9zezfv5dI5mV1M,8
18
- maps4fs-0.8.4.dist-info/RECORD,,
14
+ maps4fs-0.8.6.dist-info/LICENSE.md,sha256=-JY0v7p3dwXze61EbYiK7YEJ2aKrjaFZ8y2xYEOrmRY,1068
15
+ maps4fs-0.8.6.dist-info/METADATA,sha256=RGBNT3hYuULAulUY9byxtqCpOOO1qhWvRxouMfAaZSk,23799
16
+ maps4fs-0.8.6.dist-info/WHEEL,sha256=PZUExdf71Ui_so67QXpySuHtCi3-J3wvF4ORK6k_S8U,91
17
+ maps4fs-0.8.6.dist-info/top_level.txt,sha256=Ue9DSRlejRQRCaJueB0uLcKrWwsEq9zezfv5dI5mV1M,8
18
+ maps4fs-0.8.6.dist-info/RECORD,,