安裝 Steam
登入
|
語言
簡體中文
日本語(日文)
한국어(韓文)
ไทย(泰文)
Български(保加利亞文)
Čeština(捷克文)
Dansk(丹麥文)
Deutsch(德文)
English(英文)
Español - España(西班牙文 - 西班牙)
Español - Latinoamérica(西班牙文 - 拉丁美洲)
Ελληνικά(希臘文)
Français(法文)
Italiano(義大利文)
Bahasa Indonesia(印尼語)
Magyar(匈牙利文)
Nederlands(荷蘭文)
Norsk(挪威文)
Polski(波蘭文)
Português(葡萄牙文 - 葡萄牙)
Português - Brasil(葡萄牙文 - 巴西)
Română(羅馬尼亞文)
Русский(俄文)
Suomi(芬蘭文)
Svenska(瑞典文)
Türkçe(土耳其文)
tiếng Việt(越南文)
Українська(烏克蘭文)
回報翻譯問題
I mean, it isn't like you're trying to play musics from instruments (like ABC/MIDI sheet music), here you play litteral songs for which you have the audio file installed
- Actual musics (either from the game or from mods)
- ABC songs (which are from your own files, or maybe from some specific mods)
The first kind of music, which this mod can handle, cannot be played with an other instrument
The second kind of music, which this mod CANNOT handle, can be played by instruments
The game engine limits what we can do, and in this specific case, the engine forbids us to access to ABC songs, and so I can't do what you're asking for, sadly
JSON: JavaScript Object Notation. It is now an independent standard, though it originated from JS.
Also Starbound isn't really following official ISO JSON standards, since
1. JSON no longer supports any form of comments. They didn't like people using comments for things they didn't like, and nerfed the standard. Yes it was very dumb.
2. SB supports an (unofficial) expanded patching ability as demonstrated here - https://starbounder.org/Modding:Advanced_Modding#Add_an_item_to_an_array_that_doesn.27t_exist_.28Or_any_other_property.29
But those are both clearly improvements over ISO JSON - perhaps another language standard should be decided upon. Call it EJSON or something, and it would be backwards compatible with JSON, but you'd create tools like linters and patch makers specifically for it.
JS is just never used in SB modding, only JSON and Lua.
(And for information, JSON doesn't have any relation with JS, as JS doesn't have any relation with Java)
- Random play
- Help tab
- Settings (for now, it will only allow you to choose the timeout)
(Updated Screenshots with the new UI)
- Added a progressbar, because why not
- Added a slider for the volume, like in game settings
- Added different modes :
*Play : Infinitly loop on the same music
*Loops : Play the music as many times as you set in the "loop" textarea
*Random : Not implemented yet
Still working on it guys !
I cannot add the ability to start the music at a certain point, because of the API limitations, sorry
IT ISN'T POSSIBLE TO PLAY INSTRUMENT MUSICS USING OBJECTS
Sorry
@Solzutch : If you want to try the newest version (dev), join us on discord !
cant wait for further development
Technically, you can add your own musics, I ccan make a tutorial for it, but it will be ogg, not mp3...
And for the multiplayer compatibility... I didn't test it for now.