Search found 16 matches

by Gliese852
Sat Jul 03, 2021 8:52 pm
Forum: Pioneer development
Topic: Code inspiration and rendering resource
Replies: 120
Views: 134845

Re: Code inspiration and rendering resource

Сreate a 3D city from a two-dimensional vector map in OpenStreetMaps format:
https://github.com/romanshuvalov/rsgeotools
It would be great to pair it with this 2D map generator:
https://www.tmwhere.com/city_generation.html
by Gliese852
Wed Jun 16, 2021 9:10 pm
Forum: Pioneer development
Topic: Something like a specification for docking locators at stations
Replies: 3
Views: 1064

Something like a specification for docking locators at stations

Locators are named point objects with orientation. ('Empty' object in Blender). They are used by the ship's autopilot to safely navigate through the station to the assigned bay. When passing through the waypoint, the ship will assume it orientation, so that the Y-axis of the locator is facing the to...
by Gliese852
Mon Mar 08, 2021 1:00 pm
Forum: Pioneer development
Topic: Improve tradeships
Replies: 2
Views: 1307

Improve tradeships

I would like to describe here in more detail what was done in PR 4984. https://github.com/pioneerspacesim/pioneer/pull/4984 The main goal is to make the position of the NPC ships balanced when starting the game, so that it does not look strange, and did not turn into something completely different o...
by Gliese852
Thu Dec 03, 2020 12:23 pm
Forum: Pioneer development
Topic: How to get Sector and Vector Coords of star?
Replies: 7
Views: 2203

Re: How to get Sector and Vector Coords of star?

I would like to point out a couple of things: 1. In Pioneer, there is no translation from the equatorial coordinate system to the galactic one, all custom systems, except for the Sagittarius A*, are inserted into the galaxy directly in the equatorial one. (see https://pioneerspacesim.net/forum/viewt...
by Gliese852
Wed Dec 02, 2020 6:41 pm
Forum: Pioneer development
Topic: Code inspiration and rendering resource
Replies: 120
Views: 134845

Re: Code inspiration and rendering resource

Stars from "Seed of Andromeda":
https://www.seedofandromeda.com/blogs/5 ... -rendering
I really love the way they shine.
by Gliese852
Sun Jun 07, 2020 5:20 am
Forum: Pioneer development
Topic: Proper "real" stars in pioneer?
Replies: 22
Views: 35040

Re: Proper "real" stars in pioneer?

I want to note some points related to this topic: - At the moment, all custom stars in Pioneer are located in the coordinate system based on the equatorial coordinates as seen from Earth , but the sector map must be in the galactic coordinate system. For example, Polaris is located in the sector 0, ...