Skip to content

Latest commit

 

History

History
114 lines (90 loc) · 5.73 KB

README.md

File metadata and controls

114 lines (90 loc) · 5.73 KB

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!