Difference between revisions of "User:Mvgulik"

From UFOpaedia
Jump to navigation Jump to search
(New page: 360px|WorldMap RegionalZones Ufo trivial: worldmap ufo has 2 double polygons.(aus-region))
 
m (Just something personal.)
 
(18 intermediate revisions by the same user not shown)
Line 1: Line 1:
[[Image:WorldMap_ContinentZones_Ufo.png|360px|WorldMap RegionalZones Ufo]]
+
__TOC__
  
trivial: worldmap ufo has 2 double polygons.(aus-region)
+
 
 +
----
 +
----
 +
Someone just made me smile.<br>
 +
[http://mikefay.info/wiki/index.php?title=File:Game-Xcom-WorldMap_RegionalZones_Ufo.png "XCOM Geoscape map regions. A wonderful piece of work by Mvgulik"]<br>
 +
(Thanks) :-) --[[User:Mvgulik|MvGulik]] ([[User talk:Mvgulik|talk]]) 17:23, 2 December 2017 (UTC)
 +
----
 +
----
 +
 
 +
 
 +
== GeoSphere Worldmap's ==
 +
==== Summary ====
 +
Zone mapping:<br>
 +
The Lon/X direction of a zone-rectangle is used to indicate a map-boundry crossing face.<br>
 +
P2x-P1x = pos = normal face, P2x-P1x = neg = map-border crossing. (the diff-value plays no role)<br>
 +
(TFTD seems to have some wrongly placed zones in relation to this)
 +
 
 +
Overlapping zones:<br>
 +
First(or lower id value) takes precedents over later zones.
 +
 
 +
No zone: (Regional zones Only)<br>
 +
In the case there is no Zone, the first zone in the list is taken as default fallback.<br>
 +
(in ufo this is only a small region, in TFTD this is a lot of space that is targeted as 'North Atlantic')<br>
 +
 
 +
Probably wrongly mapped zones:<br>
 +
TFTD: 'ICELANDIC UNION' for sure, 'USA' looks odd.<br>
 +
<p>
 +
 
 +
==== Images ====
 +
[[Image:WorldMap_RegionalZones_Ufo.png|360px|WorldMap RegionalZones Ufo]]
 +
[[Image:WorldMap_CountryZones_Ufo.png|360px|WorldMap CountryZones Ufo]]<br>
 +
<br>
 +
[[Image:WorldMap_RegionalZones_TFTD.png|360px|WorldMap RegionalZones TFTD]]
 +
[[Image:WorldMap_CountryZones_TFTD.png|360px|WorldMap CountryZones TFTD]]<br>
 +
<br>
 +
 
 +
==== Offsets Dump ====
 +
TYPE | UFO-CE | TFDT-CE<br>
 +
Border/River | 0x074AD4 - 074DF7 (804) | 0x08AE00 - 08B00F (528)<br>
 +
CountryName loc. | 0x074DF8 - 074E57 (96) | 0x08B010 - 08B06F (96)<br>
 +
RegionalZones | 0x074F38 - 07508B (340) | 0x08B1D0 - 08B34B (380)<br>
 +
CountryZones | 0x075090 - 075201 (370) | 0x08B350 - 08B4CB (380)<br>
 +
 
 +
==== Image Creation ====
 +
* [[image:XCOM_GMI.rar]] (UFOpaedia.local.copy) (Build 44)
 +
[[image:GeoMapImager_GuiA.png|alt text]].[[image:GeoMapImager_GuiB.png|alt text]]
 +
<pre>X-COM GeoMapImager. (0.0.0.44)
 +
 
 +
Utility to convert X-COM UFO and TFTD Geosphere-Worldmap data into image-maps.
 +
 
 +
Supports CE And multiple Dos version's of UFO and TFTD.
 +
 
 +
For the image generating this program uses ImageMagick.
 +
so before using XCOM_GMI you need to pickup a copy of ImageMagick and install it.
 +
 
 +
Supported data:
 +
- Ground Map: gray-scale wire-frame only at the moment.
 +
- Regional Zones: no Regional name tags, but zones use same colors as in X-COM.
 +
- Country Zones: no Country name tags, but zones use same colors as in X-COM.
 +
- Border/River lines.
 +
maybe later:
 +
- City locations/names.
 +
- Zone name-tag locations/names.
 +
 
 +
Additional info:
 +
- coordinate grid image generator.
 +
- adjustable Lon/X offset.
 +
- adjustable Face-Number render for Geosphere ground-grid. (merged or as separated image)
 +
* generated images are uncompressed TGA's -> 175MB for a full set.
 +
 
 +
Program is written in AutoIt, and is limited to windows Xp and higher.
 +
- so no Windows 9x or Windows NT 4.0 support.
 +
 
 +
Credits:
 +
- UFOpaedia: Main source of info and file data.
 +
- BladeFireLight(UFOpaedia), For providing Dos version data.
 +
 
 +
Supported version's:
 +
- UFO: 1.0, 1.2, 1.3, CE.
 +
- X-Com: 1.0, 1.4.
 +
- TFTD: 1.0, 2.0, 2.1(beta), Ital, CE.
 +
 
 +
Disclaimer: this software is provided "as is", without warranty of any kind. Use at your own risk.
 +
- 37a20462fafb84ba815722c112f84375|331657  11:42.06 2010-01-25 XCOM_GMI.exe</pre>

Latest revision as of 17:23, 2 December 2017




Someone just made me smile.
"XCOM Geoscape map regions. A wonderful piece of work by Mvgulik"
(Thanks) :-) --MvGulik (talk) 17:23, 2 December 2017 (UTC)




GeoSphere Worldmap's

Summary

Zone mapping:
The Lon/X direction of a zone-rectangle is used to indicate a map-boundry crossing face.
P2x-P1x = pos = normal face, P2x-P1x = neg = map-border crossing. (the diff-value plays no role)
(TFTD seems to have some wrongly placed zones in relation to this)

Overlapping zones:
First(or lower id value) takes precedents over later zones.

No zone: (Regional zones Only)
In the case there is no Zone, the first zone in the list is taken as default fallback.
(in ufo this is only a small region, in TFTD this is a lot of space that is targeted as 'North Atlantic')

Probably wrongly mapped zones:
TFTD: 'ICELANDIC UNION' for sure, 'USA' looks odd.

Images

WorldMap RegionalZones Ufo WorldMap CountryZones Ufo

WorldMap RegionalZones TFTD WorldMap CountryZones TFTD

Offsets Dump

TYPE | UFO-CE | TFDT-CE
Border/River | 0x074AD4 - 074DF7 (804) | 0x08AE00 - 08B00F (528)
CountryName loc. | 0x074DF8 - 074E57 (96) | 0x08B010 - 08B06F (96)
RegionalZones | 0x074F38 - 07508B (340) | 0x08B1D0 - 08B34B (380)
CountryZones | 0x075090 - 075201 (370) | 0x08B350 - 08B4CB (380)

Image Creation

alt text.alt text

X-COM GeoMapImager. (0.0.0.44)

Utility to convert X-COM UFO and TFTD Geosphere-Worldmap data into image-maps.

Supports CE And multiple Dos version's of UFO and TFTD.

For the image generating this program uses ImageMagick.
so before using XCOM_GMI you need to pickup a copy of ImageMagick and install it.

Supported data:
- Ground Map: gray-scale wire-frame only at the moment.
- Regional Zones: no Regional name tags, but zones use same colors as in X-COM.
- Country Zones: no Country name tags, but zones use same colors as in X-COM.
- Border/River lines.
maybe later:
- City locations/names.
- Zone name-tag locations/names.

Additional info:
- coordinate grid image generator.
- adjustable Lon/X offset.
- adjustable Face-Number render for Geosphere ground-grid. (merged or as separated image)
* generated images are uncompressed TGA's -> 175MB for a full set.

Program is written in AutoIt, and is limited to windows Xp and higher.
- so no Windows 9x or Windows NT 4.0 support.

Credits:
- UFOpaedia: Main source of info and file data.
- BladeFireLight(UFOpaedia), For providing Dos version data.

Supported version's:
- UFO: 1.0, 1.2, 1.3, CE.
- X-Com: 1.0, 1.4.
- TFTD: 1.0, 2.0, 2.1(beta), Ital, CE.

Disclaimer: this software is provided "as is", without warranty of any kind. Use at your own risk.
- 37a20462fafb84ba815722c112f84375|331657  11:42.06 2010-01-25 XCOM_GMI.exe