Stormworks: Build and Rescue

Stormworks: Build and Rescue

Μη επαρκής αριθμός βαθμολογιών
Ponys Microcontroller Tools - Music Box
   
Βραβείο
Αγαπημένο
Αγαπημένο
Μη αγαπημένο
Microcontrollers: Microcontroller
Ετικέτες: v0.10.19
Μέγεθος αρχείου
Αναρτήθηκε
Ενημερώθηκε
81.274 KB
8 Μαϊ 2020, 9:13
24 Μαϊ 2020, 3:40
2 σημειώσεις αλλαγών ( προβολή )

Συνδρομή για λήψη
Ponys Microcontroller Tools - Music Box

ΣΕ 1 ΣΥΛΛΟΓΗ ΑΠΟ CrazyFluffyPony
Ponys Microcontroller Tools
19 αντικείμενα
ΠΕΡΙΓΡΑΦΗ
Features
  • you define a song and necessary notes in lua
  • you can change the speed of the song and when it plays


Examples
Cantina Band https://steamproxy.net/sharedfiles/filedetails/?id=2089374021
Spongebob Campfire Song Song https://steamproxy.net/sharedfiles/filedetails/?id=2089917512

Creating your own song
Take a look at the examples to see how its done
1. Get the real notes for the song
2. Write down the notes and length that should be played into the table
song = { ... }
3. Put all the necessary notes into the table
notes = { ... }
4. place buzzers for every defined note, connect them to the composite out of the lua script, and adjust their pitch according to the following table:
https://stormworks.gamepedia.com/Wiki/Guides/Music

Collection of all the tools
https://steamproxy.net/workshop/filedetails/?id=2080346369
31 σχόλια
chouchydog 6 Μαϊ, 5:28 
better late than never with an answer but thank you for answering it nonetheless
CrazyFluffyPony  [Δημιουργός] 5 Μαϊ, 23:47 
the technical direction of the game and some tense situations with the devs
chouchydog 1 Μαϊ, 7:08 
i am curious why is it you stopped playing the game?
CrazyFluffyPony  [Δημιουργός] 3 Φεβ, 10:12 
im sorry that i can not really help you. i am not playing the game anymore so i cannot write and test the code. But you can try to ask in the #lua chat of the official Stormworks Discord
EdrionBaton 1 Φεβ, 5:25 
How do I change the code?
CrazyFluffyPony  [Δημιουργός] 1 Φεβ, 1:56 
the way it is implemented right now, minimum delay is 1 tick, but you could adjust the code to do it.
You can however have a note longer then 1
EdrionBaton 26 Ιαν, 4:57 
Is it possible to make a delay of 0 ticks between notes and a note longer than 1?
Captain Jack Sparrow 4 Ιαν, 12:44 
can someone do pirates of the carribean on this?
secord78 21 Νοε 2023, 21:48 
ok
iiBerlin 11 Ιουλ 2023, 20:36 
by the way, for anyone curious, if you wanna fix it just put a capacitor in between the composite read logic gate and the note itself. there are more complex ways to fix this that I don't exactly want to explain here