1关于Moonshell Moonshell是一个由日本人开发的NDS上的多媒体软件,主要功能包括:音乐播放、视频播放、图片浏览、电子书阅读等。 1.1 音乐播放支
6Moonshell的个性化
6.1 基本优化 Moonshell的原始系统桌面,启动声音都很单调。你可以在shell文件夹里面发现desktop.bmp和startup.mp3这2个文件。他们分别就是背景图片和启动声音了,你可以用同名的文件来替换掉他们。
6.2 修改系统设置
如果你觉得你的Moonshell设置的还不够的话,那你就看看下面的说明吧! 在shell文件夹里面,还有个global.ini文件,双击打开,是不是发现一眼的乱码,不要紧,起作用的都是那些看的清的英文。具体设置可以看下面的说明,用记事本打开global ini文件:
[System]
; 1.1 StartPath = [//Path/to/folder] (Default = //AUTO)
; Defines folder to be displayed in FileBrowser after boot.
; Can be something like '//MPCF' (to start browsing directly from CF), ; or '//GBFS' (to start browsing directly from flashcart's GBFS).
StartPath=//AUTO
这里指的是启动端口设置,这里是设置的自动寻找,其中,MPCF是电影卡和SC卡使用的,EXFS是普通烧录卡使用的。 ; 1.2 FileSelectSubScreen = [0|1] (Default = 1)
; Defines which screen is used to display FileBrowser.
; 0 = touchscreen (lower screen) ; 1 = normal screen (upper screen)
FileSelectSubScreen=1
设置文件选择窗口, Top screen是上屏, Touch screen是下屏
; 1.3 ClosedSholderButton = [0|1|2|3] (Default = 0)
; Defines L and R buttons behaviour.
; 0 = when shell is closed, L & R are disabled ; 1 = when shell is closed, L & R are functioning normally ; 2 = L & R buttons are always disabled ; 3 = L & R buttons are always enabled
ClosedSholderButton=1
设置当NDS待机时,L键和R键能否使用。 ;
1.4 MusicNext = [0|1|2|3|4|5|6] (Default = 2)
; Defines audio file playback mode.
; 0 = Play the selected and stop ; 1 = Play the selected and continue to repeat it endlessly ; 2 = Play the selected and continue to play files endlessly ; 3 = Play the selected and continue thru bottom of the list and shut down DS ; 4 = Play the selected and continue to play files randomly and endlessly ; 5 = Play the selected and continue to play randomly all the files and shut down DS ; 6 = Play the selected and shut down DS
MusicNext=2
设置播放当前音乐后下一步的动作。 0:播放完停止 1:重复单曲 2:顺序循环 3:顺序播放完最后一曲后自动关机 4:无限随机播放 5:随机播放结束自动关机 6:播放完关机
; 1.5 SoundVolume = [0 - 64] (Default = 16)
; Defines sound volume. Set 100% is the maximum real volume.
; Using over 100% values it uses special techniques to boost the sound over the ; maximum level. Loudest possible boosted sound volume is 400%. ; 0 = Mute ; 1 = 6% ; 16 = 100% ; 64 = 400%
SoundVolume=16
音量设置 ;
1.6 FullScreenOverlaySubScreen = [0|1] (Default = 1)
; Defines which screen is used to display video in fullscreen mode
; 0 = Touchscreen (lower screen) ; 1 = Normal screen (upper screen)
FullScreenOverlaySubScreen=1
设置使用那个屏幕全屏播放视频,0是下屏,1是上屏。
; 1.7 FileMaxCount = [N] (Default = 256)
; The maximum file count that filesystem allows.
; Don't change this value if you are not absolutely sure of what you are doing!
FileMaxCount=256
设置文件系统中最大的文件数目,此设置最好别修改。 ;

网友评论