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
333 stars 90 forks source link

Sound sheet id build adjustments #103

Closed ryzom-pipeline closed 4 years ago

ryzom-pipeline commented 10 years ago

Original report by Jan Boon (Bitbucket: [Jan Boon](https://bitbucket.org/Jan Boon), ).


Build process adds sound sheet id separate from level sheet id in the sheet id bin.

Modify the sheed id builder to have a command option for including _ underscore sheets, rather than doing the hardcoded override for .sound sheets.

In leveldesign, underscore is used for parent sheets that don't need inclusion in the game data, and don't need an id.

In ryzom soundbanks, underscore is often used for master sound sheets (usually context sounds), whereas regular sound sheets (which are randomly picked by the context sounds) have regular names.

kaetemi commented 4 years ago

Reversed.