Test Win64 executable - custom laser sounds
Moderators: winston, another_commander, Getafix
- phkb
- Impressively Grand Sub-Admiral
- Posts: 4830
- Joined: Tue Jan 21, 2014 10:37 pm
- Location: Writing more OXPs, because the world needs more OXPs.
Test Win64 executable - custom laser sounds
I've got a test build demonstrating a PR which adds the ability to have custom laser sounds for each laser type. The goal here is to make it possible to customise the sounds each laser has: the sound it makes when fired, the sound it makes when it hits a target, and the sound it makes when that laser type hits your ship. The PR also allows the launch/impact sounds of missiles to be changed, so a standard missile can sound different to an ECM-hardened missile.
A zip file with a pre-built oolite.exe inside can be found here: oolite64bit.zip. It's just Win64 at the moment. To use it, you need the latest x64 nightly for Windows installed (it can sit right next to official 1.88 without interfering with it) and you need to just unzip the file linked,and drop the exe inside the trunk's oolite.app folder. This is my first time doing this, so let me know if I've botched the build process on the exe.
You can download a sample OXP that demnostrates the effects here: LaserMissileSoundVariation.oxz. This OXP isn't intended to be part of the official release - it's just for testing purposes.
Details about the PR can be found here, including the changes required to make your own OXP using the features: https://github.com/OoliteProject/oolite/pull/342.
A zip file with a pre-built oolite.exe inside can be found here: oolite64bit.zip. It's just Win64 at the moment. To use it, you need the latest x64 nightly for Windows installed (it can sit right next to official 1.88 without interfering with it) and you need to just unzip the file linked,and drop the exe inside the trunk's oolite.app folder. This is my first time doing this, so let me know if I've botched the build process on the exe.
You can download a sample OXP that demnostrates the effects here: LaserMissileSoundVariation.oxz. This OXP isn't intended to be part of the official release - it's just for testing purposes.
Details about the PR can be found here, including the changes required to make your own OXP using the features: https://github.com/OoliteProject/oolite/pull/342.
- Cody
- Sharp Shooter Spam Assassin
- Posts: 16081
- Joined: Sat Jul 04, 2009 9:31 pm
- Location: The Lizard's Claw
- Contact:
Re: Test Win64 executable - custom laser sounds
The
.exe
seems to work okay, but I can't answer for the rest of it.I would advise stilts for the quagmires, and camels for the snowy hills
And any survivors, their debts I will certainly pay. There's always a way!
And any survivors, their debts I will certainly pay. There's always a way!
- phkb
- Impressively Grand Sub-Admiral
- Posts: 4830
- Joined: Tue Jan 21, 2014 10:37 pm
- Location: Writing more OXPs, because the world needs more OXPs.
Re: Test Win64 executable - custom laser sounds
Well, that's good news! Step one, tick.
- phkb
- Impressively Grand Sub-Admiral
- Posts: 4830
- Joined: Tue Jan 21, 2014 10:37 pm
- Location: Writing more OXPs, because the world needs more OXPs.
Re: Test Win64 executable - custom laser sounds
*Bump*
I've just updated the prebuilt Oolite (link in first post) to include all the latest patches. I was curious as to whether anyone has had the opportunity to try this out at all.
I've just updated the prebuilt Oolite (link in first post) to include all the latest patches. I was curious as to whether anyone has had the opportunity to try this out at all.
- phkb
- Impressively Grand Sub-Admiral
- Posts: 4830
- Joined: Tue Jan 21, 2014 10:37 pm
- Location: Writing more OXPs, because the world needs more OXPs.
Re: Test Win64 executable - custom laser sounds
*double bump*
Once again, I've updated the prebuilt Oolite (link in first post) to include all the latest patches. I'd really be interested in any feedback on this patch.
Once again, I've updated the prebuilt Oolite (link in first post) to include all the latest patches. I'd really be interested in any feedback on this patch.
-
- Quite Grand Sub-Admiral
- Posts: 6680
- Joined: Wed Feb 28, 2007 7:54 am
Re: Test Win64 executable - custom laser sounds
Giving this a check soon. Stand by.
-
- Quite Grand Sub-Admiral
- Posts: 6680
- Joined: Wed Feb 28, 2007 7:54 am
Re: Test Win64 executable - custom laser sounds
Works well I think. What is the licensing status of the test sounds in your OXP? Can we include those in the core game?
I think the PR on github is good to be approved in any case.
I think the PR on github is good to be approved in any case.
- phkb
- Impressively Grand Sub-Admiral
- Posts: 4830
- Joined: Tue Jan 21, 2014 10:37 pm
- Location: Writing more OXPs, because the world needs more OXPs.
Re: Test Win64 executable - custom laser sounds
I think it's OK, but I'll check.another_commander wrote: ↑Tue Aug 18, 2020 5:21 amWhat is the licensing status of the test sounds in your OXP? Can we include those in the core game?
- phkb
- Impressively Grand Sub-Admiral
- Posts: 4830
- Joined: Tue Jan 21, 2014 10:37 pm
- Location: Writing more OXPs, because the world needs more OXPs.
Re: Test Win64 executable - custom laser sounds
Licences look OK, I think. I got the sounds from freesound.org:
Military laser sound from https://freesound.org/people/notyermom/sounds/434834/ License: https://creativecommons.org/publicdomain/zero/1.0/
Mining laser sound from https://freesound.org/people/bubaproduc ... ds/151022/ License: https://creativecommons.org/licenses/by/3.0/
Beam laser sound from https://freesound.org/people/jobro/sounds/35677/ License: https://creativecommons.org/licenses/by/3.0/
I think I just made a muted version of each for the "hit" sound. For the ECM missile launch sound I used the default launch sound and gave it some variation.
I'll do a final check and add them to the source later today.
Military laser sound from https://freesound.org/people/notyermom/sounds/434834/ License: https://creativecommons.org/publicdomain/zero/1.0/
Mining laser sound from https://freesound.org/people/bubaproduc ... ds/151022/ License: https://creativecommons.org/licenses/by/3.0/
Beam laser sound from https://freesound.org/people/jobro/sounds/35677/ License: https://creativecommons.org/licenses/by/3.0/
I think I just made a muted version of each for the "hit" sound. For the ECM missile launch sound I used the default launch sound and gave it some variation.
I'll do a final check and add them to the source later today.
Re: Test Win64 executable - custom laser sounds
Is there any information how to add your custom soundset?
-
- Quite Grand Sub-Admiral
- Posts: 6680
- Joined: Wed Feb 28, 2007 7:54 am
Re: Test Win64 executable - custom laser sounds
This feature is already incorporated in 1.90. phkb's soundset is included in the game's core data files and the relevant configuration files are updated to use the new sounds.