Ko/Releasing a Map: Difference between revisions

From Valve Developer Community
< Ko
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
After going through a map's [[pre-publication evaluation#Maps|pre-publication evaluation]], you can publish your map in many ways:
맵의 [[pre-publication evaluation#Maps|사전 출시 평가]]를 마쳣다면, 당신은 여러가지 방법으로 당신의 맵을 배포할수 있습니다:
* When your map is all done, You can upload it at some useful websites, so that other people can download and play it.  
* 당신의 맵이 작업 완료됬을때, 당신은 유용한 웹 사이트에 업로드 해도됩니다, 그리곤 사람들이 당신의 맵을 플에이 하겟지요.
* A list of file hosting websites is available [[File_Hosting_Sites|here]].
* A list of file hosting websites is available [[File_Hosting_Sites|here]].
* On the other hand, if you do have a server of your own that you could store your BSP file on, you could use the [[sv_downloadurl]] commands.<br>For example, if you create a sub-domain on your website mymaps.example.com, then set the following command on your server: <code>sv_downloadurl mymaps.example.com</code><br>This would tell clients connecting to your server to directly download the BSP file from that url, instead of directly downloading from the server.
* On the other hand, if you do have a server of your own that you could store your BSP file on, you could use the [[sv_downloadurl]] commands.<br>For example, if you create a sub-domain on your website mymaps.example.com, then set the following command on your server: <code>sv_downloadurl mymaps.example.com</code><br>This would tell clients connecting to your server to directly download the BSP file from that url, instead of directly downloading from the server.
* If you don't have a website and you want to let people download your map from your server, you will need to use the [[net_maxfilesize 95]] command. It will allow clients connecting to your server to download large maps from your server. The max download file size is set to 95 because custom maps are HUGE!
* If you don't have a website and you want to let people download your map from your server, you will need to use the [[net_maxfilesize 95]] command. It will allow clients connecting to your server to download large maps from your server. The max download file size is set to 95 because custom maps are HUGE!
* You may wish to contact [[News_Site_List|news sites]] to publicize your map's release.
* 당신은 [[News_Site_List| 인기 웹]]을 통해 당신의 맵을 배포할수도 있습니다.
* If you've created the map for a game with [[Bonus Maps]] UI, then you may wish to package it into a [[Bonus_Maps|BMZ]] for easy import.
* 만약 당신이 [[Bonus Maps]] UI 와 함께 당신의 맵을 만들었다면, 당신은 [[Bonus_Maps|BMZ]] 로 압축하여 받아보기 쉽게 할 필요가있습니다.


==다른 볼것==
==다른 볼것==

Revision as of 22:01, 10 July 2014

맵의 사전 출시 평가를 마쳣다면, 당신은 여러가지 방법으로 당신의 맵을 배포할수 있습니다:

  • 당신의 맵이 작업 완료됬을때, 당신은 유용한 웹 사이트에 업로드 해도됩니다, 그리곤 사람들이 당신의 맵을 플에이 하겟지요.
  • A list of file hosting websites is available here.
  • On the other hand, if you do have a server of your own that you could store your BSP file on, you could use the sv_downloadurl commands.
    For example, if you create a sub-domain on your website mymaps.example.com, then set the following command on your server: sv_downloadurl mymaps.example.com
    This would tell clients connecting to your server to directly download the BSP file from that url, instead of directly downloading from the server.
  • If you don't have a website and you want to let people download your map from your server, you will need to use the net_maxfilesize 95 command. It will allow clients connecting to your server to download large maps from your server. The max download file size is set to 95 because custom maps are HUGE!
  • 당신은 인기 웹을 통해 당신의 맵을 배포할수도 있습니다.
  • 만약 당신이 Bonus Maps UI 와 함께 당신의 맵을 만들었다면, 당신은 BMZ 로 압축하여 받아보기 쉽게 할 필요가있습니다.

다른 볼것