1 Star 4 Fork 0

lxfriday / vscode-osu-mode2

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
MIT

VSCODE OSU Mode

DEMO

  • osumode.enabled: To disable OSU mode, add "osumode.enabled": false to your settings, default true.
  • osumode.enableComboCounter: To disable combo counter, add "osumode.enableComboCounter": false to your settings, default true.
  • osumode.enableCursorExplosions: To disable letter explosions at the cursor when you type, add "osumode.enableCursorExplosions": false, to your settings, default true.
  • osumode.enableBackImg: To disable back imgs when you type, add "osumode.enableBackImg": false to your settings, default true.

The four settings above are enabled by default.osumode.enabled controlls the whole extension, if it is set false, the extension will not work.

  • Set your own imgs, add "osumode.preferImgList": ['https://img.png', ...] array
    • note: imgs can not be local imgs, C:\\folder\\xzxzx.png... will be useless, imgs must be http://fdsfsdf.png
    • you can upload imgs to https://imgurl.org/, then copy the address to osumode.preferImgList
  • Set back img frequency, add "osumode.imgInterval" : number, number can be any number,better not too small or too big, default 50.
  • To disable default imgs(by the extension), add "osumode.enableDefaultImgs": false to your settings, default true.
  • To disable random imgs, add "osumode.enableRandomPlayImgs": false to your settings, default true and imgs will be played in order, default true.

Default settings.

default settings

imgList.json 文件中有一个图片列表,存储了一些王者荣耀英雄皮肤图片。如果你也喜欢,可以尝试替换使用。【请求量有点大,所以我换到了 GitHub、Gitee 图床】

  • GitHub 图床 imgList.json 可能存在访问不畅通(for global users)
  • Gitee 图床 imgList.json (for china users)国内流畅访问
展开查看 (点我 点我)

Notice

内置图片存放于 GitHub 图床,在国内可能由于某些原因加载速度会很慢,需要耐心等待。你可以试着打开下面的图片测试你的电脑能否正常显示背景图片。

点我测试

如果显示不了可以禁用掉默认的背景图片,然后添加国内(gitee)图床图片。

操作

  1. 到设置中把 Enable Default Imgs 去掉勾选。
  "osumode.enableDefaultImgs": false,
  1. Prefer Img List 添加以下图片。
  "osumode.preferImgList": [
    "https://gitee.com/lxfriday/vscode-osu-mode2/raw/master/images/Character_Diona_Portrait.png",
    "https://gitee.com/lxfriday/vscode-osu-mode2/raw/master/images/Character_Fischl_Portrait.png",
    "https://gitee.com/lxfriday/vscode-osu-mode2/raw/master/images/Character_Ganyu_Portrait.png",
    "https://gitee.com/lxfriday/vscode-osu-mode2/raw/master/images/Character_Hu_Tao_Portrait.png",
    "https://gitee.com/lxfriday/vscode-osu-mode2/raw/master/images/Character_Keqing_Portrait.png",
    "https://gitee.com/lxfriday/vscode-osu-mode2/raw/master/images/Character_Klee_Portrait.png",
    "https://gitee.com/lxfriday/vscode-osu-mode2/raw/master/images/Character_Qiqi_Portrait.png",
  ],

Acknowledgements:

Changelog:

  • v3.3.6
    • Updated readme, add gitee images!
  • v3.3.5
    • Updated readme!
  • v3.3.4
    • Updated imgList.json!
  • v3.3.3
    • Updated icon!
  • v3.3.2
    • Updated readme and icon!
  • v3.3.1
    • Updated readme and compress package size!
  • v3.3.0
    • Added enableBackImg!
  • v3.2.2
    • Updated readme gif!
  • v3.2.1
    • Fixed background image z-index
  • v3.2.0
    • Added preferImgList!
    • Added imgInterval!
    • Added enableDefaultImgs!
    • Added enableRandomPlayImgs!
  • v3.1.0
    • Updated Settings to be "osumode" instead of "powermode"!
    • Removed existing powermode presets, now you can install Osumode and Powermode separately!
    • Removed extra settings that only pertained to Powermode features!
    • Removed status bar combo counter!
  • v3.0.1
    • Updated Readme!
  • v3.0.0
    • Forked from Power Mode!
    • Added per character cursor explosions!
    • Added combo counter animations!
    • Added combo images!
MIT License Copyright (c) 2017 Cody Hoover Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 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.

简介

vscode osu mode 扩展 展开 收起
TypeScript
MIT
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
1
https://gitee.com/lxfriday/vscode-osu-mode2.git
git@gitee.com:lxfriday/vscode-osu-mode2.git
lxfriday
vscode-osu-mode2
vscode-osu-mode2
master

搜索帮助