Greasy Fork 还支持 简体中文。

box3-up

新版 支持box3音乐下载 box3模型下载 box3地形下载 以及创作端自由复制

Tính đến 14-02-2023. Xem phiên bản mới nhất.

You will need to install an extension such as Tampermonkey, Greasemonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey to install this script.

You will need to install an extension such as Tampermonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey or Userscripts to install this script.

You will need to install an extension such as Tampermonkey to install this script.

You will need to install a user script manager extension to install this script.

(Tôi đã có Trình quản lý tập lệnh người dùng, hãy cài đặt nó!)

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

(I already have a user style manager, let me install it!)

Tác giả
ibxff
Đánh giá
0 0 0
Phiên bản
0.8.1
Đã tạo
05-02-2023
Đã cập nhật
14-02-2023
Kích thước
200 KB
Giấy phép
GPL-3.0
Áp dụng cho

支持box3音乐下载 box3模型下载 box3地形下载 以及创作端自由复制

感谢大家的支持给个好评吧( ) 伴雪为了做这个甚至连编程猫的号都被封了

未完成 所以需要手动辅助一下

版本:0.8.1

注:如果没有下载图标 请刷新页面(这是通病)

但基础复制和复制地图模型音乐的功能有了()

另:复制地图大小必须要与原地图一样 否则会

另:复制地图创作端代码如下 请分段运行到控制台

没写好创作端的按钮

//第一段
voxelslist=//你从地图复制过来的地形压缩信息
//第二段
_vx=[];
voxelslist.forEach((item)=>{
    for(var i=0;i<item[1];i++){
        _vx.push(item[0]);
    }
})
//第三段
i=0;
for (var x = 0; x <= voxels.shape.x*2; x++) {
for (var z = 0; z <= voxels.shape.z*2; z++) {
for (var y = 0; y <= voxels.shape.y*2; y++) {
    voxels.setVoxel(x,y,z,_vx[i]);
    i++;
}}}

地形

游玩端可以复制地图地形(没错是任意游玩端) 轻轻一点 即可复制到创作端

音乐

页面中央有快捷按钮 一键下载 无损音质

模型

模型一键获取hash 并直接下载 模型完整无损

文本

控制台输出文本 评论 等所有文字标签均可 选中 复制

*

还希望大家依旧可以尊重原创

  • 仅供学习和参考