Skip to content

Commit

Permalink
0.6.7 (#17)
Browse files Browse the repository at this point in the history
- Added Rhea to Saturn
- Updated Neptune, Charon, Moon, Vesta, Ceres, and Venus textures
- Polish Translation by [Titan2076](https://github.com/Minecraft633)
  • Loading branch information
MegaPiggy authored Mar 13, 2024
2 parents 5822ec8 + aab9b22 commit fcc91e3
Show file tree
Hide file tree
Showing 20 changed files with 131 additions and 13 deletions.
14 changes: 13 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@
![Downloads](https://img.shields.io/github/downloads/xen-42/outer-wilds-real-solar-system/total)
![Downloads of newest version](https://img.shields.io/github/downloads/xen-42/outer-wilds-real-solar-system/latest/total)

Replaces the solar system in Outer Wilds with ours, including 8 planets, 12 moons, over 100 asteroids, 5 minor bodies, a few planetary probes and satellites, and 2 distant solar systems (Alpha Centauri and Barnard's Star).
Replaces the solar system in Outer Wilds with ours, including 8 planets, 13 moons, over 100 asteroids, 5 minor bodies, a few planetary probes and satellites, and 2 distant solar systems (Alpha Centauri and Barnard's Star).

Translations for Polish and Russian.

![Bright sky](https://user-images.githubusercontent.com/22628069/146660294-41484062-cc5e-49d8-b940-01467c121907.png)

Expand All @@ -16,6 +18,10 @@ Replaces the solar system in Outer Wilds with ours, including 8 planets, 12 moon
## Credits
Ship log planet icons by [Classic](https://github.com/ClassicalBro)

Russian translation by [Tllya](https://github.com/Tllya)

Polish translation by [Titan2076](https://github.com/Minecraft633)

Planet textures and height maps used are not ours. Unless stated otherwise, they're from NASA. The other sources are:

[Triton texture map](https://www.deviantart.com/neptuneprogaming/art/Triton-Texture-Map-713512330)
Expand All @@ -26,6 +32,12 @@ Planet textures and height maps used are not ours. Unless stated otherwise, they

[Venus texture maps](https://www.deviantart.com/oleg-pluton)

[Neptune texture map](https://www.deviantart.com/askaniy/art/Neptune-1989-Texture-Map-769376373)

Rhea [texture map](https://www.deviantart.com/oleg-pluton/art/Rhea-texture-map-767818383)/[height map](https://www.deviantart.com/oleg-pluton/art/Rhea-elevation-map-767817482)

[Charon texture/height maps](https://www.deviantart.com/master-bit/art/Charon-8K-555604289)

### Models

"Teapot." (https://skfb.ly/oqPNZ) by Akulla is licensed under Creative Commons Attribution (http://creativecommons.org/licenses/by/4.0/).
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"author": "xen",
"name": "Real Solar System",
"uniqueName": "xen.RealSolarSystem",
"version": "0.6.6",
"version": "0.6.7",
"owmlVersion": "2.1.0",
"dependencies": [ "xen.NewHorizons" ]
}
2 changes: 1 addition & 1 deletion planets/1 - inner planets/moon.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"heightMap" : "planets/assets/moon_heightmap.png",
"textureMap" : "planets/assets/moon_texturemap.png",
"minHeight" : 74,
"maxHeight" : 76
"maxHeight" : 77
},
"Signal" :
{
Expand Down
37 changes: 37 additions & 0 deletions planets/3 - saturn/rhea.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
{
"$schema": "https://raw.githubusercontent.com/xen-42/outer-wilds-new-horizons/master/NewHorizons/schema.json",
"name" : "Rhea",
"starSystem" : "xen.RealSolarSystem",
"Base" :
{
"surfaceGravity" : 2,
"surfaceSize" : 42,
"hasMapMarker" : true
},
"Orbit" :
{
"semiMajorAxis" : 1100,
"inclination" : 26,
"primaryBody" : "Saturn",
"isMoon" : true,
"longitudeOfAscendingNode" : 180,
"trueAnomaly": 208,
"isTidallyLocked" : true,
"axialTilt": 26,
"alignmentAxis": {"x": -1, "y": 0, "z": 0},
"tint":
{
"r" : 200,
"g" : 200,
"b" : 200,
"a" : 255
}
},
"HeightMap" :
{
"heightMap" : "planets/assets/rhea_heightmap.png",
"textureMap" : "planets/assets/rhea_texturemap.png",
"minHeight" : 40,
"maxHeight" : 42
}
}
2 changes: 1 addition & 1 deletion planets/3 - saturn/titan.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"Orbit" :
{
"semiMajorAxis" : 1200,
"semiMajorAxis" : 1450,
"inclination" : 0,
"primaryBody" : "Saturn",
"isMoon" : true,
Expand Down
14 changes: 11 additions & 3 deletions planets/6 - minor planets/ceres.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@
{
"surfaceGravity" : 3,
"surfaceSize" : 30,
"hasMapMarker" : true,
"hasAmbientLight" : true
"hasMapMarker" : true
},
"Orbit" :
{
Expand All @@ -16,7 +15,16 @@
"trueAnomaly" : 180,
"longitudeOfAscendingNode": 80,
"primaryBody" : "Sol",
"isMoon" : true
"isMoon" : true,
"siderealPeriod": 1.85,
"axialTilt": 4,
"tint":
{
"r" : 100,
"g" : 100,
"b" : 100,
"a" : 255
}
},
"HeightMap" :
{
Expand Down
20 changes: 14 additions & 6 deletions planets/6 - minor planets/vesta.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,23 +5,31 @@
"Base" :
{
"surfaceGravity" : 2,
"surfaceSize" : 20,
"hasMapMarker" : true,
"hasAmbientLight" : true
"surfaceSize" : 15,
"hasMapMarker" : true
},
"Orbit" :
{
"semiMajorAxis" : 9000,
"inclination" : 2,
"longitudeOfAscendingNode" : 100,
"primaryBody" : "Sol",
"isMoon" : true
"isMoon" : true,
"siderealPeriod": 2,
"axialTilt": 29,
"tint":
{
"r" : 100,
"g" : 100,
"b" : 100,
"a" : 255
}
},
"HeightMap" :
{
"heightMap" : "planets/assets/vesta_heightmap.png",
"textureMap" : "planets/assets/vesta_texturemap.png",
"minHeight" : 20,
"maxHeight" : 25
"minHeight" : 13,
"maxHeight" : 16
}
}
Binary file modified planets/assets/ceres_heightmap.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified planets/assets/ceres_texturemap.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified planets/assets/charon_heightmap.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified planets/assets/charon_texturemap.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified planets/assets/moon_heightmap.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified planets/assets/neptune.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added planets/assets/rhea_heightmap.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added planets/assets/rhea_texturemap.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified planets/assets/venus_texturemap.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified planets/assets/vesta_heightmap.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified planets/assets/vesta_texturemap.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
52 changes: 52 additions & 0 deletions translations/polish.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
{
"DialogueDictionary" :
{
"" : ""
},
"ShipLogDictionary" :
{
"" : ""
},
"UIDictionary" :
{
"Sol" : "Słońce",
"Gateway to Earth" : "Wrota do Ziemi",

"Mercury" : "Merkury",
"Venus" : "Wenus",
"Earth" : "Ziemia",
"Jupiter": "Jowisz",
"Uranus" : "Uran",
"Neptune" : "Neptun",

"The Moon" : "Księżyc",
"Phobos" : "Fobos",
"Ganymede" : "Ganimedes",
"Callisto" : "Kalisto",
"Titan" : "Tytan",
"Rhea" : "Rea",
"Titania" : "Tytania",
"Puck" : "Puk",
"Triton" : "Tryton",

"Halley's Comet" : "Kometa Halleya",
"Pluto" : "Pluton",
"Pluto-Charon" : "Pluton-Charon",
"Vesta" : "Westa",

"Russel's Teapot" : "Czajniczek Russella",


"Alpha Centauri" : "Alfa Centauri",
"Alpha Centauri A" : "Alfa Centauri A",
"Perdition" : "Alfa Centauri AB",
"Alpha Centauri B" : "Alfa Centauri B",



"Lunar Lander" : "Lądownik Księżycowy",
"Perserverance Rover" : "Łazik Perserverance",
"Russel's Teapot" : "Czajniczek Russella"

}
}
1 change: 1 addition & 0 deletions translations/russian.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
"Europa" : "Европа",
"Ganymede" : "Ганимед",
"Callisto" : "Каллисто",
"Rhea" : "Рея",
"Titan" : "Титан",
"Titania" : "Титания",
"Puck" : "Пак",
Expand Down

0 comments on commit fcc91e3

Please sign in to comment.