ryzom / ryzomcore

Ryzom Core is the open-source project related to the Ryzom game. This community repository is synchronized with the Ryzom Forge repository, based on the Core branch.
https://wiki.ryzom.dev
GNU Affero General Public License v3.0
329 stars 89 forks source link

Restructure graphics repository #667

Open kaetemi opened 2 years ago

kaetemi commented 2 years ago

The current structure of something/something/ecosystem/etc is difficult to navigate, and does not really clarify where everything belongs in terms of interdependencies. It would be more practical if the repository is organized similarly to the build pipeline workspaces. Separating into ecosystems, continents, and common assets first. This would also facilitate putting the pipeline configurations in the same tree as the graphics repository, and make it easier to create new ecosystems and continents, as the structure of the assets for each will be immediately obvious.

kaetemi commented 2 years ago

Cons: A large amount of max assets contain absolute paths, and will have to be modified to work correctly, again. This would hurt our LFS quota a lot.