Yes, I am using notepad. I had tried saving it as a gc2map file before and it didn't worked, so I tried deleting that one and doing it again . . . it still didn't work . . . .
It's a relativley simple map just to start with. One star, five planets. Some have moons, the others have rings.
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<GC2Map>
<Info>
<Width>3</Width>
<Height>3</Height>
<Size>0</Size>
<Stars>1</Stars>
<Planets>5</Planets>
<Resources>5</Resources>
<Anomalies>0</Anomalies>
<Ships>0</Ships>
<HomelessPlayers>0</HomelessPlayers>
</Info>
<Race>
<Human>0</Human>
<Drengin>1</Drengin>
<Altarian>2</Altarian>
<Arcean>3</Arcean>
<Torian>4</Torian>
<Yor>5</Yor>
<Korx>6</Korx>
<Drath>7</Drath>
<Thalan>8</Thalan>
<Iconian>9</Iconian>
<Custom>10</Custom>
<Dreadlords>11</Dreadlords>
</Race>
<Star Name="The Primary">
<X>22</X>
<Y>22</Y>
<Type>3</Type>
<CustomName>0</CustomName>
<Size>75.0000</Size>
<RotationSpeed>0.0200</RotationSpeed>
<Pattern>37.5000</Pattern>
<Density>2.0000</Density>
</Star>
<Planet Name="Capital">
<CustomName>0</CustomName>
<Homeworld>1</Homeworld>
<X>22</X>
<Y>20</Y>
<Quality>10</Quality>
<Size>20.0000</Size>
<RotationSpeed>0.0200</RotationSpeed>
<Influence>10</Influence>
<Star>The Primary</Star>
<Moon>
<SatelliteSize>5.0000</SatelliteSize>
<Orbit>100.0000</Orbit>
<OrbitSpeed>0.5000</OrbitSpeed>
<Tilt1>0.0000</Tilt1>
<Tilt2>0.0000</Tilt2>
</Moon>
</Planet>
<Planet Name="Origin">
<CustomName>0</CustomName>
<Homeworld>1</Homeworld>
<X>24</X>
<Y>24</Y>
<Quality>10</Quality>
<Size>20.0000</Size>
<RotationSpeed>0.0200</RotationSpeed>
<Influence>0</Influence>
<Star>The Primary</Star>
<Moon>
<SatelliteSize>5.0000</SatelliteSize>
<Orbit>100.0000</Orbit>
<OrbitSpeed>0.5000</OrbitSpeed>
<Tilt1>0.0000</Tilt1>
<Tilt2>0.0000</Tilt2>
</Moon>
</Planet>
<Planet Name="Tomorrow">
<CustomName>0</CustomName>
<Homeworld>1</Homeworld>
<X>24</X>
<Y>22</Y>
<Quality>10</Quality>
<Size>20.0000</Size>
<RotationSpeed>0.0200</RotationSpeed>
<Influence>0</Influence>
<Star>The Primary</Star>
<Ring>
<SatelliteSize>5.0000</SatelliteSize>
<Orbit>50.0000</Orbit>
<OrbitSpeed>0.5000</OrbitSpeed>
<Tilt1>-1.2043</Tilt1>
<Tilt2>-0.8727</Tilt2>
</Ring>
</Planet>
<Planet Name="Depth">
<CustomName>0</CustomName>
<Homeworld>1</Homeworld>
<X>22</X>
<Y>24</Y>
<Quality>10</Quality>
<Size>20.0000</Size>
<RotationSpeed>0.0200</RotationSpeed>
<Influence>0</Influence>
<Star>The Primary</Star>
<Ring>
<SatelliteSize>5.0000</SatelliteSize>
<Orbit>50.0000</Orbit>
<OrbitSpeed>0.5000</OrbitSpeed>
<Tilt1>-1.2043</Tilt1>
<Tilt2>-0.8727</Tilt2>
</Ring>
</Planet>
<Planet Name="Royale">
<CustomName>0</CustomName>
<Homeworld>1</Homeworld>
<X>20</X>
<Y>22</Y>
<Quality>10</Quality>
<Size>20.0000</Size>
<RotationSpeed>0.0200</RotationSpeed>
<Influence>0</Influence>
<Star>The Primary</Star>
<Ring>
<SatelliteSize>5.0000</SatelliteSize>
<Orbit>50.0000</Orbit>
<OrbitSpeed>0.5000</OrbitSpeed>
<Tilt1>-1.2043</Tilt1>
<Tilt2>-0.8727</Tilt2>
</Ring>
</Planet>
<Resource>
<X>1</X>
<Y>1</Y>
<Type>1</Type>
</Resource>
<Resource>
<X>1</X>
<Y>44</Y>
<Type>2</Type>
</Resource>
<Resource>
<X>44</X>
<Y>1</Y>
<Type>3</Type>
</Resource>
<Resource>
<X>44</X>
<Y>44</Y>
<Type>4</Type>
</Resource>
<Resource>
<X>20</X>
<Y>20</Y>
<Type>5</Type>
</Resource>
</GC2Map>
I appologize for the length. I didn't know any way around it.