분류 전체보기
-
FSB File Format - FMOD카테고리 없음 2015. 1. 13. 14:43
[ 관련링크 ] http://www.fmod.org/ http://aluigi.altervista.org/papers.htm#others-file https://github.com/gdawg/fsbext/blob/master/src/fsb.h http://forums.unknownworlds.com/discussion/118938/tool-fsb-extractor [ 요약 ] 1. 게임에서 많이 사용하는 사운드 컨테이너 파일입니다. 2. 인디개발자는 어느정도 무료로 사용이 가능합니다.
-
BNK File Format - Wwise SoundBank카테고리 없음 2015. 1. 12. 19:08
[ 관련링크 ] http://wiki.xentax.com/index.php?title=Wwise_SoundBank_(*.bnk)http://www.hcs64.com/vgm_ripping.html http://forum.bioware.com/topic/386292-how-to-convertextract-da2-bnk-files-to-audio-guide/ https://www.saintsrowmods.com/forum/threads/bnk_pc_extractor-ripping-audio-files.55/ http://www.twcenter.net/forums/showthread.php?622961-Extracting-bnk-files http://forums.2k.com/showthread.php?2235..
-
Microsoft Visual Studio 2013 Community자료실 2014. 12. 18. 14:40
[ 관련링크 ] 1. http://www.visualstudio.com/news/vs2013-community-vs 2. https://www.visualstudio.com/downloads/download-visual-studio-vs 3. http://go.microsoft.com/?linkid=9863609 - ISO 이미지 버전 다운로드 경로 4. http://go.microsoft.com/?linkid=9832175 - 언어 팩 5. http://channel9.msdn.com/Events/Visual-Studio/Connect-event-2014/040 - 설명 비디오 영상 [ 요약 ] 1. 개인 개발자에게 완전 무료이다. - 속았다. 30일뒤에 인증필요. ( Microsoft 계정으로 ) 2..
-
Change the download directory of the asset store유니티(Unity Engine) 2014. 10. 30. 18:19
[ 관련링크 ] http://feedback.unity3d.com/suggestions/ability-to-change-the-download-d http://forum.unity3d.com/threads/asset-store-download-folder.83620/ [ 요약 ] 1. 1M 도 아쉬운 SSD 하드디스크를 C: 로 사용하고 있다. 2. 유니티에서 다운로드 폴더 수정 옵션이 없다. 3. Symbolic link 를 사용해서 다운로드 폴더를 수정할 수 있다. 4. 기본값은 C:\Users\사용자계정이름\AppData\Roaming\Unity\Asset Store 이다. 5. mklink /d "C:\Users\사용자계정이름\AppData\Roaming\Unity\Asset Store" "F:\..