Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated License for NyanCat Music Use #4

Open
wants to merge 5 commits into
base: feature/nyan-cat-sound
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 29 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,32 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.


NyanCat Music
https://aidn.jp/about/#

Regarding the use of songs


The songs published on this site may be used freely for non-commercial purposes such as SNS, video posting, distribution, games, the web, etc. (There is no need to contact us, but you can use them in one place. Please write the song title/artist name.)

As an exception, you can use it for commercial purposes as long as you are not directly making money from it for personal use (for example, if you make money from your own videos, but videos that use my music) (For example, if you use it without monetizing it.)

Some songs are registered with content IDs, so advertisements may be automatically inserted on YouTube, but this will not cause any problems when used.

For commercial use, please click here for songs managed by EMP Co., Ltd. (such as " Nyan Cat " and " Nekomimi Switch ") , and for other inquiries, please contact us using the contact information above.


Regarding use of content

The contents published on this site and the products of the contents (e.g. songs generated with automatic composer ) may be used freely on SNS, video posting/distribution, games, the web, etc., regardless of whether they are commercial or non-commercial. Feel free to use it (there is no need to contact us, but please write the site name/site URL somewhere).

If you wish to use the site for commercial purposes as a corporation, please contact us just in case. However, even if it is for advertising purposes, there is no need to contact us if the composition is simply shared on SNS (for example, tweeting a composition by entering the name of your company's product on Automatic Composer ).

If the content you wish to use clearly specifies usage terms, or if it includes material that is not my copyrighted work (such as Hatsune Miku characters), please give priority to those terms and conditions.

Please refrain from selling the products as is (for example, selling the products as raw materials).

This site basically operates without posting advertisements.
If you like the music I create, I would be very happy if you could purchase it from here , as it would be a great help to the site management.
25 changes: 25 additions & 0 deletions hook/projectiles/ADFOverCharge01/ADFOverCharge01_proj.bp
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
ProjectileBlueprint {
Merge = true,
Audio = {
ExistLoop = Sound {
Bank = 'nyan',
Cue = 'loop',
LodCutoff = 'DefaultLodCutoff',
},
Impact = Sound {
Bank = 'nyan',
Cue = 'impact',
LodCutoff = 'Weapon_LodCutoff',
},
ImpactTerrain = Sound {
Bank = 'nyan',
Cue = 'impact',
LodCutoff = 'Weapon_LodCutoff',
},
ImpactWater = Sound {
Bank = 'nyan',
Cue = 'impact',
LodCutoff = 'Weapon_LodCutoff',
},
},
}
3 changes: 3 additions & 0 deletions hook/projectiles/ADFOverCharge01/ADFOverCharge01_script.lua
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ do
end

oldTDFOverCharge01.OnCreate(self)

-- engine doesn't play this automagically for us
self:PlaySound(self.Blueprint.Audio.ExistLoop)
end,
}

Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
ProjectileBlueprint {
Merge = true,
Audio = {
ExistLoop = Sound {
Bank = 'nyan',
Cue = 'loop',
LodCutoff = 'DefaultLodCutoff',
},
Impact = Sound {
Bank = 'nyan',
Cue = 'impact',
LodCutoff = 'Weapon_LodCutoff',
},
ImpactTerrain = Sound {
Bank = 'nyan',
Cue = 'impact',
LodCutoff = 'Weapon_LodCutoff',
},
ImpactWater = Sound {
Bank = 'nyan',
Cue = 'impact',
LodCutoff = 'Weapon_LodCutoff',
},
},
}
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ do
end

oldCDFCannonMolecular01.OnCreate(self)

-- engine doesn't play this automagically for us
self:PlaySound(self.Blueprint.Audio.ExistLoop)
end,
}

Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
ProjectileBlueprint {
Merge = true,
Audio = {
ExistLoop = Sound {
Bank = 'nyan',
Cue = 'loop',
LodCutoff = 'DefaultLodCutoff',
},
Impact = Sound {
Bank = 'nyan',
Cue = 'impact',
LodCutoff = 'Weapon_LodCutoff',
},
ImpactTerrain = Sound {
Bank = 'nyan',
Cue = 'impact',
LodCutoff = 'Weapon_LodCutoff',
},
ImpactWater = Sound {
Bank = 'nyan',
Cue = 'impact',
LodCutoff = 'Weapon_LodCutoff',
},
},
}
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@ do
end

oldSDFChronatronCannon02.OnCreate(self)

-- engine doesn't play this automagically for us
self:PlaySound(self.Blueprint.Audio.ExistLoop)
end,
}

Expand Down
25 changes: 25 additions & 0 deletions hook/projectiles/TDFOverCharge01/TDFOverCharge01_proj.bp
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
ProjectileBlueprint {
Merge = true,
Audio = {
ExistLoop = Sound {
Bank = 'nyan',
Cue = 'loop',
LodCutoff = 'DefaultLodCutoff',
},
Impact = Sound {
Bank = 'nyan',
Cue = 'impact',
LodCutoff = 'Weapon_LodCutoff',
},
ImpactTerrain = Sound {
Bank = 'nyan',
Cue = 'impact',
LodCutoff = 'Weapon_LodCutoff',
},
ImpactWater = Sound {
Bank = 'nyan',
Cue = 'impact',
LodCutoff = 'Weapon_LodCutoff',
},
},
}
3 changes: 3 additions & 0 deletions hook/projectiles/TDFOverCharge01/TDFOverCharge01_script.lua
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ do
end

oldTDFOverCharge01.OnCreate(self)

-- engine doesn't play this automagically for us
self:PlaySound(self.Blueprint.Audio.ExistLoop)
end,
}

Expand Down
2 changes: 1 addition & 1 deletion mod_info.lua
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "Nyan Cat"
version = 1
author = "Deribus"
author = "Deribus, M3RT1N"
description = "Reproduces the 'Nyan Cat' seasonal event used by the 1st aprils fools prank of 2024. Only compatible with FAForever."
uid = "nyan-cat-01"
icon = "/mods/fa-mod-nyan-cat/icon.png"
Expand Down
2 changes: 2 additions & 0 deletions sounds project xap/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Win/*
Xbox/*
Loading