Ko/TF2/Modifying the Respawn Time

From Valve Developer Community
< Ko‎ | TF2
Revision as of 08:06, 1 July 2014 by Tuna (talk | contribs)
Jump to navigation Jump to search

기본적으로, 팀 포트리스2에서 사망과 리스폰 간의 시간은 20 초로 설정이 되어 있습니다. 어쨋거나, 레벨 디자이너는 맵에서 따로 리스폰 시간을 지정할수 있습니다, 그리고 각 팀마다 다른 리스폰 시간을 줄수도 있습니다. 기억하세요, 스폰 시간을 맵을 망칠수도 잇고, 성공시킬수도 있습니다!

스폰 시간 처리

Some things you may want to consider before making spawn time adjustments are:

  • Make sure the entire layout of your map is complete. It makes no sense to do this until everything is finalized.
  • Measure the time it takes to reach a goal with every class. While this takes time to do, it can make spawn times much more realistic based on the goal the team should be after.
  • Balance out the time it may take for a goal to be captured, based on the time it takes for the opposite team to re-spawn, and then travel to the goal. Your ideal solution is to have the spawn time based on half of the goal capture time. However this might also change based on how far a team might need to travel to actually get to a goal.
  • Always make it fair! It's almost never a good idea to have one team spawn faster then the other. If so, make them work for it.

After considering all this you can adjust your spawn times to better match how each team should spawn and handle a goal. Whether that be a flag or capture point, the ideal spawn time should always start off low and become longer if a team loses more of it's objectives.

Editing Spawn Times

To start off you'll need a tf_gamerules in the map. It's exact location doesn't matter. This is the entity that controls most of how the gameplay in your map plays out.

Note.png메모: If you already have one of these, you won't need to place a second one!

You can also edit the respawn time based on which mode of gameplay your map will incorporate. A good example is modifying the respawn time based on capture points, which is briefly discussed in the next section below.

Capture Area

Based on a capture area, much like a control point, you can then edit the spawn time based on a team capturing a control point.

다른 볼것