maps4fs 2.7.3.1__tar.gz → 2.7.5__tar.gz
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.7.3.1 → maps4fs-2.7.5}/PKG-INFO +3 -2
- {maps4fs-2.7.3.1 → maps4fs-2.7.5}/README.md +2 -1
- {maps4fs-2.7.3.1 → maps4fs-2.7.5}/maps4fs.egg-info/PKG-INFO +3 -2
- {maps4fs-2.7.3.1 → maps4fs-2.7.5}/pyproject.toml +1 -1
- {maps4fs-2.7.3.1 → maps4fs-2.7.5}/LICENSE.md +0 -0
- {maps4fs-2.7.3.1 → maps4fs-2.7.5}/maps4fs/__init__.py +0 -0
- {maps4fs-2.7.3.1 → maps4fs-2.7.5}/maps4fs/generator/__init__.py +0 -0
- {maps4fs-2.7.3.1 → maps4fs-2.7.5}/maps4fs/generator/component/__init__.py +0 -0
- {maps4fs-2.7.3.1 → maps4fs-2.7.5}/maps4fs/generator/component/background.py +0 -0
- {maps4fs-2.7.3.1 → maps4fs-2.7.5}/maps4fs/generator/component/base/__init__.py +0 -0
- {maps4fs-2.7.3.1 → maps4fs-2.7.5}/maps4fs/generator/component/base/component.py +0 -0
- {maps4fs-2.7.3.1 → maps4fs-2.7.5}/maps4fs/generator/component/base/component_image.py +0 -0
- {maps4fs-2.7.3.1 → maps4fs-2.7.5}/maps4fs/generator/component/base/component_mesh.py +0 -0
- {maps4fs-2.7.3.1 → maps4fs-2.7.5}/maps4fs/generator/component/base/component_xml.py +0 -0
- {maps4fs-2.7.3.1 → maps4fs-2.7.5}/maps4fs/generator/component/config.py +0 -0
- {maps4fs-2.7.3.1 → maps4fs-2.7.5}/maps4fs/generator/component/dem.py +0 -0
- {maps4fs-2.7.3.1 → maps4fs-2.7.5}/maps4fs/generator/component/grle.py +0 -0
- {maps4fs-2.7.3.1 → maps4fs-2.7.5}/maps4fs/generator/component/i3d.py +0 -0
- {maps4fs-2.7.3.1 → maps4fs-2.7.5}/maps4fs/generator/component/layer.py +0 -0
- {maps4fs-2.7.3.1 → maps4fs-2.7.5}/maps4fs/generator/component/satellite.py +0 -0
- {maps4fs-2.7.3.1 → maps4fs-2.7.5}/maps4fs/generator/component/texture.py +0 -0
- {maps4fs-2.7.3.1 → maps4fs-2.7.5}/maps4fs/generator/config.py +0 -0
- {maps4fs-2.7.3.1 → maps4fs-2.7.5}/maps4fs/generator/game.py +0 -0
- {maps4fs-2.7.3.1 → maps4fs-2.7.5}/maps4fs/generator/map.py +0 -0
- {maps4fs-2.7.3.1 → maps4fs-2.7.5}/maps4fs/generator/qgis.py +0 -0
- {maps4fs-2.7.3.1 → maps4fs-2.7.5}/maps4fs/generator/settings.py +0 -0
- {maps4fs-2.7.3.1 → maps4fs-2.7.5}/maps4fs/generator/statistics.py +0 -0
- {maps4fs-2.7.3.1 → maps4fs-2.7.5}/maps4fs/generator/utils.py +0 -0
- {maps4fs-2.7.3.1 → maps4fs-2.7.5}/maps4fs/logger.py +0 -0
- {maps4fs-2.7.3.1 → maps4fs-2.7.5}/maps4fs.egg-info/SOURCES.txt +0 -0
- {maps4fs-2.7.3.1 → maps4fs-2.7.5}/maps4fs.egg-info/dependency_links.txt +0 -0
- {maps4fs-2.7.3.1 → maps4fs-2.7.5}/maps4fs.egg-info/requires.txt +0 -0
- {maps4fs-2.7.3.1 → maps4fs-2.7.5}/maps4fs.egg-info/top_level.txt +0 -0
- {maps4fs-2.7.3.1 → maps4fs-2.7.5}/setup.cfg +0 -0
- {maps4fs-2.7.3.1 → maps4fs-2.7.5}/tests/test_generator.py +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: maps4fs
|
3
|
-
Version: 2.7.
|
3
|
+
Version: 2.7.5
|
4
4
|
Summary: Generate map templates for Farming Simulator from real places.
|
5
5
|
Author-email: iwatkot <iwatkot@gmail.com>
|
6
6
|
License: GNU Affero General Public License v3.0
|
@@ -116,7 +116,7 @@ For newcomers to map creation, here's the typical workflow:
|
|
116
116
|
## Resources
|
117
117
|
|
118
118
|
This section lists essential tools required for Farming Simulator map creation.<br>
|
119
|
-
For basic map development, you only need Giants Editor. However, creating background terrain—the surrounding world that prevents your map from appearing to float in empty space—requires additional tools: Blender with the official exporter plugins
|
119
|
+
For basic map development, you only need Giants Editor. However, creating background terrain—the surrounding world that prevents your map from appearing to float in empty space—requires additional tools: Blender with the official exporter plugins.<br>
|
120
120
|
|
121
121
|
1. [Giants Editor](https://gdn.giants-software.com/downloads.php) - Official map creation tool for Farming Simulator
|
122
122
|
2. [Blender](https://www.blender.org/download/) - Open-source 3D modeling software for creating Farming Simulator assets
|
@@ -139,3 +139,4 @@ Additionally, we extend gratitude to community members who have supported the pr
|
|
139
139
|
- [kbrandwijk](https://github.com/kbrandwijk) - Created the [satellite image downloader tool](https://github.com/Paint-a-Farm/satmap_downloader) for Google Maps and granted permission for modification and Python package creation
|
140
140
|
- [Maaslandmods](https://github.com/Maaslandmods) - Conceived the UI tree schema editing feature and provided implementation images and code examples
|
141
141
|
- [StrauntMaunt](https://gitlab.com/StrauntMaunt) - Developed procedural generation scripts, provided essential Maps4FS updates, and authored procedural generation documentation
|
142
|
+
- Torty - provided hardware to deploy the public version of the tool
|
@@ -86,7 +86,7 @@ For newcomers to map creation, here's the typical workflow:
|
|
86
86
|
## Resources
|
87
87
|
|
88
88
|
This section lists essential tools required for Farming Simulator map creation.<br>
|
89
|
-
For basic map development, you only need Giants Editor. However, creating background terrain—the surrounding world that prevents your map from appearing to float in empty space—requires additional tools: Blender with the official exporter plugins
|
89
|
+
For basic map development, you only need Giants Editor. However, creating background terrain—the surrounding world that prevents your map from appearing to float in empty space—requires additional tools: Blender with the official exporter plugins.<br>
|
90
90
|
|
91
91
|
1. [Giants Editor](https://gdn.giants-software.com/downloads.php) - Official map creation tool for Farming Simulator
|
92
92
|
2. [Blender](https://www.blender.org/download/) - Open-source 3D modeling software for creating Farming Simulator assets
|
@@ -109,3 +109,4 @@ Additionally, we extend gratitude to community members who have supported the pr
|
|
109
109
|
- [kbrandwijk](https://github.com/kbrandwijk) - Created the [satellite image downloader tool](https://github.com/Paint-a-Farm/satmap_downloader) for Google Maps and granted permission for modification and Python package creation
|
110
110
|
- [Maaslandmods](https://github.com/Maaslandmods) - Conceived the UI tree schema editing feature and provided implementation images and code examples
|
111
111
|
- [StrauntMaunt](https://gitlab.com/StrauntMaunt) - Developed procedural generation scripts, provided essential Maps4FS updates, and authored procedural generation documentation
|
112
|
+
- Torty - provided hardware to deploy the public version of the tool
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: maps4fs
|
3
|
-
Version: 2.7.
|
3
|
+
Version: 2.7.5
|
4
4
|
Summary: Generate map templates for Farming Simulator from real places.
|
5
5
|
Author-email: iwatkot <iwatkot@gmail.com>
|
6
6
|
License: GNU Affero General Public License v3.0
|
@@ -116,7 +116,7 @@ For newcomers to map creation, here's the typical workflow:
|
|
116
116
|
## Resources
|
117
117
|
|
118
118
|
This section lists essential tools required for Farming Simulator map creation.<br>
|
119
|
-
For basic map development, you only need Giants Editor. However, creating background terrain—the surrounding world that prevents your map from appearing to float in empty space—requires additional tools: Blender with the official exporter plugins
|
119
|
+
For basic map development, you only need Giants Editor. However, creating background terrain—the surrounding world that prevents your map from appearing to float in empty space—requires additional tools: Blender with the official exporter plugins.<br>
|
120
120
|
|
121
121
|
1. [Giants Editor](https://gdn.giants-software.com/downloads.php) - Official map creation tool for Farming Simulator
|
122
122
|
2. [Blender](https://www.blender.org/download/) - Open-source 3D modeling software for creating Farming Simulator assets
|
@@ -139,3 +139,4 @@ Additionally, we extend gratitude to community members who have supported the pr
|
|
139
139
|
- [kbrandwijk](https://github.com/kbrandwijk) - Created the [satellite image downloader tool](https://github.com/Paint-a-Farm/satmap_downloader) for Google Maps and granted permission for modification and Python package creation
|
140
140
|
- [Maaslandmods](https://github.com/Maaslandmods) - Conceived the UI tree schema editing feature and provided implementation images and code examples
|
141
141
|
- [StrauntMaunt](https://gitlab.com/StrauntMaunt) - Developed procedural generation scripts, provided essential Maps4FS updates, and authored procedural generation documentation
|
142
|
+
- Torty - provided hardware to deploy the public version of the tool
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|
4
4
|
|
5
5
|
[project]
|
6
6
|
name = "maps4fs"
|
7
|
-
version = "2.7.
|
7
|
+
version = "2.7.5"
|
8
8
|
description = "Generate map templates for Farming Simulator from real places."
|
9
9
|
authors = [{name = "iwatkot", email = "iwatkot@gmail.com"}]
|
10
10
|
license = {text = "GNU Affero General Public License v3.0"}
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|