Garry's Mod

Garry's Mod

29 ratings
NotePlay - Rhythm game in Gmod
   
Award
Favorite
Favorited
Unfavorite
Content Type: Addon
Addon Type: Server content
Addon Tags: Fun, Roleplay
File Size
Posted
37.762 KB
15 Aug, 2021 @ 2:19am
1 Change Note ( view )

Subscribe to download
NotePlay - Rhythm game in Gmod

Description
Recently, the Oriental bullet screen has opened its service. I also made a sound tour in GMOD on a whim.
============================
plug in features [/]
1. Draw a video game panel on the ground and allow you to play video games on it
2. Have combo system and score system
3. The falling speed can be changed
4. If installed on the server, you can upload your scores to the server and rank with other players (bhop)
5. It is determined that it is completely running on the client and will not be affected by the server delay
6. The music score has a high degree of freedom, and the playback delay and multi segment BPM can be set
7. You can even package the finished music scores into plug-ins and send them to the creative workshop
8. More functions waiting for you to dig!

game mode [/]
1. Send chat box !np view various instructions
2. Select a suitable position (must be on the plane) and send !np open
3. Send !np list to view the currently installed music score
4. Send !np play < song name > play the game and send it !np play < song name > auto turn on automatic mode
5. Send !np stop to force a stop
chat box command [/]
!np - view help
!np open - opens the audio game panel
!np close - close the audio game panel
!np list - view a list of songs
!np play < song name > - start the game
!np stop - stop the game
!np setspeed < value > - sets the falling speed (32 by default)
!np score < song name > - view your maximum score for this song
!np delscore < song name > - delete your score on the song
!np rank < song name > - view the score ranking of the song

note [/]
1. You must send it before starting the game! NP open to open the game interface at your current location!
2. A considerable number of plug-ins need to run on the server, so try not to play in single player mode.
3. When you play too many times, the notes may not be synchronized with BGM. At this time, re entering the game (reopening the game) may be solved.
4. I am Lua Mengxin and may have many bugs. If you find anything, please leave a message below!

about decision [/]
The note definition and judgment of this plug-in are not different from those of Oriental bullet screen Shenle [spooler] Bangdream [/], that is, the yellow key is a single point and the green key is a sliding key. Please make good use of the search engine for specific operations.

how to write music [/]
1. Due to server restrictions, I use the form of online playing BGM. For this, you need to have a valid external chain URL
2. The plug-in has a built-in spectrum "sarilang. Lua", and the specific format will be described later.
3. The music score Lua file needs to be put into Lua / autorun / client
4. Description of music score format:
Local filename = "test" / / ID name must be consistent with Lua name!
Music. Name [filename] = "bad apple [hard]" / / the display name can be taken arbitrarily, but you should ensure that you can distinguish it
MUSIC.SoundUrl[FileName] = " http://xxxxxx/xxxxx.mp3 "/ / BGM's URL
Music. Delaytime [filename] = 0.2 / / playback delay. In order to solve the problem that the notes are not synchronized with BGM
Music. BPM [filename] = 138 / / initial BPM
Music. Track [filename] = 7 / / number of tracks
MUSIC.Notes[FileName] = {
{{1,1,2},0},
{{1,2,4},0},
}/ / note data (emphasis here). All subarrays of the array are a note or BPM node. The format is as follows:
//{{bar, beat, track}, note type},
5. Others:
Note type: - 1 = BPM node. At this time, the data corresponding to the "track" is changed to the BPM to be modified, such as {1,2114514}, -1}. In the second beat of section 1, the BPM is changed to 114514
0 = yellow key, 1 = green key. See the above for specific judgment, such as {1,1,2}, 0}. The first beat in subsection 1 is a yellow key in track 2
Note: the number of bars and beats must be written in order. If there is any error in your note data (including format and time point), the plug-in will make an error when reading!The minimum interval is 0.25 beats

——From machine translation
=================
Plugin made by ABSD
15 Comments
Extem The Hedgehog 27 Jun, 2022 @ 10:46am 
Oh, that's okay lol
AbsoluteD  [author] 25 Jun, 2022 @ 2:42am 
I'm sorry that I have already stopped updating it.:(
Extem The Hedgehog 22 Jun, 2022 @ 2:42pm 
can someone please make an english translation (or at least a tutorial)? I don't really understand what to do :P
DirTy D@z™ 25 Mar, 2022 @ 7:51pm 
bruh
how do i use?
Furpan 31 Dec, 2021 @ 5:30pm 
我希望不久与否,你会尝试做一个键盘控制
AbsoluteD  [author] 31 Dec, 2021 @ 4:48pm 
不需要,但是你需要用多人模式去运行它
Uni (she/her) 13 Dec, 2021 @ 8:35pm 
我需要另一个插件来使用它吗? !np 命令什么也不做。
AbsoluteD  [author] 14 Sep, 2021 @ 7:07am 
csgo的邦邦图不也是用鼠标吗(
Furpan 11 Sep, 2021 @ 3:16am 
该死的,我真的很想在GMod中看到一个使用键盘作为输入而不是鼠标的节奏游戏
AbsoluteD  [author] 11 Sep, 2021 @ 1:54am 
目前没有