차이

문서의 선택한 두 판 사이의 차이를 보여줍니다.

차이 보기로 링크

game:mc:tectonicus [2011/05/30 12:20] – [우분투] 211.56.252.201game:mc:tectonicus [2014/03/18 17:36] (현재) – 바깥 편집 127.0.0.1
줄 1: 줄 1:
 +======Tectonicus======
 +
 +http://www.minecraftwiki.net/wiki/Tectonicus
 +
 +[[dynmap]]이 실시간 지도라면 텍토는 오프라인 지도 생성기임.
 +# 3d그래픽 카드의 성능을 이용
 +# 지도 전체 그림 
 +# 배율별로 
 +# 게임상의 텍스쳐를 이용
 +
 +
 +
 +따라서 고화질의 지도를 얻을 수 있으며, 게임 서버에 미치는 영향이 거의 없다.
 +
 +다양한 설정이 가능하며, 반대로 사용방법이 까다롭다.
 +
 +[[tech:java|Java]]로 작성되어 [[tech:linux|Linux]]와 윈도 모두에서 사용가능하다.
 +
 +===== 주요 설정=====
 +
 +
 +======우분투======
 +모니터가 없는  [[tech:linux|Linux]]에서의 실행은 http://www.minecraftwiki.net/wiki/Tectonicus/VPS 을 참고한다. 
 +
 +
 +   sudo apt-get install xvfb
 +
 +
 +다음 패키지가 추가로 설치된다.
 +
 +  libfontenc1 libgl1-mesa-dri libice6 libsm6 libxaw7 libxfont1 libxkbfile1
 +  libxmu6 libxt6 x11-common x11-xkb-utils xfonts-base xfonts-encodings
 +  xfonts-utils xserver-common
 +
 +
 + libxcursor1  libxrandr2 libxxf86vm1
 +
 + sudo apt-get install libxtst6   libxi6 
 +
 +
 +  libgl1-mesa-swx11 libosmesa6
 +  libglew1.5 libglu1-mesa mesa-utils
 +  
 +   x11-xserver-utils
 +
 +
 +
 +@echo off
 +
 +cd D:\temp\public_html\tecto
 +
 +echo DOWNLOADING WORLD REGION...
 +
 +ncftpget -u  -p -P 21216 -R -d ftp.log mine.vaslor.net world mcone/world/region
 +
 +echo RUNNING Tectonicus...
 +
 +
 +java -jar Tectonicus.jar  worldDir=.\world  imageFormat=jpg  numsamples=0 numZoomLevels=3 closestzoomsize=64 cameraelevation=35 imagecompressionlevel=0.85 colourdepth=16 players=all cameraangle=330 playersinitiallyvisible=false signsInitiallyVisible=false portals=none spawnInitiallyVisible=false tileSize=1024 bedsInitiallyVisible=false numDownsampleThreads=2 outputDir=.\mcmap cacheDir=.\cache outputHtmlName=index.html
 +
 +echo UPLOADING WORLD REGION...
 +ncftpput -u -p  -d ftp.log -R lust.hosting.paran.com public_html mcmap
 +pause
 +
 +^  [[|배슬로넷 마인크래프트 위키]]입니다. 마음에 안드는 내용이 있으면 욕하지 말고 니가 고치세요. 퍼가면 가문의 영광. 댓글은 굽신굽신.    ^
 +
 +{{tag>마인크래프트 minecraft game tectonicus }}