1.如何调整生成地图的资源大小,现在磁盘越来越大
2.是否可以安装在其他服务器运行,和游戏服务器不同的地方?
2.是否可以安装在其他服务器运行,和游戏服务器不同的地方?
本帖最后由 HTL9257 于 2018-11-19 12:37 编辑
wiki
http://www.mcbbs.net/thread-728931-1-1.html
这个插件好像没有设置外置储存位置的设置
你站在地图的出生点 输入
/dynmap radiusrender 地图半径 mapname 来渲染范围为设置半径的地图 另外配合设置世界边界的方法来固定渲染的大小
默认的/dynmap fullrender world是渲染整个地图(所有玩家探索过的地方)
最简单的还是给你的服务器加块硬盘 我纯净服使用这个插件 渲染出来的存储大概在50G左右 wiki部件设置里面似乎可以自定web主页 但是我没用过
wiki
http://www.mcbbs.net/thread-728931-1-1.html
这个插件好像没有设置外置储存位置的设置
你站在地图的出生点 输入
/dynmap radiusrender 地图半径 mapname 来渲染范围为设置半径的地图 另外配合设置世界边界的方法来固定渲染的大小
默认的/dynmap fullrender world是渲染整个地图(所有玩家探索过的地方)
最简单的还是给你的服务器加块硬盘 我纯净服使用这个插件 渲染出来的存储大概在50G左右 wiki部件设置里面似乎可以自定web主页 但是我没用过
本帖最后由 水煮清娃 于 2018-11-19 13:32 编辑
我服务器正好也用这个卫星地图,默认分辨率下的地图确实很大,两个月十多G的占用...下面回答你的问题:
①.可以通过修改配置减小分辨率,从而减小地图图片数据大小,找到/dynmap/configuration.txt 然后用代码编辑器打开,请不要用默认记事本,有可能会出错。 然后看到第一个参数就是分辨率,上面有注释,什么代码代表什么分辨率,默认是hires 如果你的闲置硬盘空间大于10G我的建议是你改成lowres,如果想弄成最低的分辨率可以改成vlowres。
改 deftemplatesuffix: 后面的参数
复制代码
②.通过数据库可以外置地图服务器,也就是MC服务器只负责读取数据,然后通过数据库传输数据到另一个独立的服务器,因为没有操作环境具体设置没有研究过,但是他们介绍里有这个设置.
我服务器地图参考地址: https://map.mcfen.net
我服务器正好也用这个卫星地图,默认分辨率下的地图确实很大,两个月十多G的占用...下面回答你的问题:
①.可以通过修改配置减小分辨率,从而减小地图图片数据大小,找到/dynmap/configuration.txt 然后用代码编辑器打开,请不要用默认记事本,有可能会出错。 然后看到第一个参数就是分辨率,上面有注释,什么代码代表什么分辨率,默认是hires 如果你的闲置硬盘空间大于10G我的建议是你改成lowres,如果想弄成最低的分辨率可以改成vlowres。
改 deftemplatesuffix: 后面的参数
- # All paths in this configuration file are relative to Dynmap's data-folder: minecraft_server/plugins/dynmap/
- #图片分辨率选择
- # All map templates are defined in the templates directory
- # To use the HDMap very-low-res (2 ppb) map templates as world defaults, set value to vlowres
- # The definitions of these templates are in normal-vlowres.txt, nether-vlowres.txt, and the_end-vlowres.txt
- # To use the HDMap low-res (4 ppb) map templates as world defaults, set value to lowres
- # The definitions of these templates are in normal-lowres.txt, nether-lowres.txt, and the_end-lowres.txt
- # To use the HDMap hi-res (16 ppb) map templates (these can take a VERY long time for initial fullrender), set value to hires
- # The definitions of these templates are in normal-hires.txt, nether-hires.txt, and the_end-hires.txt
- # To use the HDMap low-res (4 ppb) map templates, with support for boosting resolution selectively to hi-res (16 ppb), set value to low_boost_hi
- # The definitions of these templates are in normal-low_boost_hi.txt, nether-low_boost_hi.txt, and the_end-low_boost_hi.txt
- # To use the HDMap hi-res (16 ppb) map templates, with support for boosting resolution selectively to vhi-res (32 ppb), set value to hi_boost_vhi
- # The definitions of these templates are in normal-hi_boost_vhi.txt, nether-hi_boost_vhi.txt, and the_end-hi_boost_vhi.txt
- # To use the HDMap hi-res (16 ppb) map templates, with support for boosting resolution selectively to xhi-res (64 ppb), set value to hi_boost_xhi
- # The definitions of these templates are in normal-hi_boost_xhi.txt, nether-hi_boost_xhi.txt, and the_end-hi_boost_xhi.txt
- deftemplatesuffix: lowres
②.通过数据库可以外置地图服务器,也就是MC服务器只负责读取数据,然后通过数据库传输数据到另一个独立的服务器,因为没有操作环境具体设置没有研究过,但是他们介绍里有这个设置.
我服务器地图参考地址: https://map.mcfen.net