目录用途是存放地图任务

dropdownmission.res(菜单)

 "BtnDeadCenter"{"ControlName"           "L4D360HybridButton""fieldName"             "BtnDeadCenter""xpos"                   "0""ypos"                   "180""wide"                 "150""tall"                 "20""autoResize"            "1""pinCorner"              "0""visible"                "1""enabled"                "1""tabPosition"            "0""wrap"                   "1""navUp"                  "BtnRiver""navDown"             "BtnThePassing""labelText"              "#L4D360UI_Campaign_DeadCenter" //关联L4D360UI中的参数"tooltiptext"           "#L4D360UI_Campaign_Tooltip_DeadCenter""disabled_tooltiptext"   "#L4D360UI_Campaign_Tooltip_DeadCenter_Disabled""style"                 "FlyoutMenuButton""command"             "cmd_campaign_L4D2C1" //地图名称(关联mission中txt里的name)"command"              "cmd_campaign_DeadCenter"}

"Name" "River"[关联l4d360ui_schinese.txt]


地图:(牺牲) 的任务代码分析

"mission"
{"Name"               "River""Version"            "1""Author"         "Turtle Rock""Website"          "http://www.turtlerockstudios.com/""BuiltIn"            "0""DisplayTitle"       "#L4D_Mission_River_Title""Description"     "#L4D_Mission_River_Objective""OuttroImage"     "VGUI\outroTitle_sacrifice"// Loading poster data"poster"{"posterImage"       "LoadingScreen_TheSacrifice"//    "posterTitle"     "#L4D360UI_RiverCampaignTitle"  [$!ENGLISH]// "posterTitle_y"       "320"//   "posterTagline"       "#L4D360UI_RiverCampaignTagline"  [$!ENGLISH]//   "posterTagline_y" "380"     "bill_player_name_x"  "-16""bill_player_name_y"   "-94""louis_player_name_x"  "44""louis_player_name_y"   "-40""zoey_player_name_x"   "101" // left to right -left +right"zoey_player_name_y"    "-14" // top to bottom -raises +lowers"francis_player_name_x"  "-77""francis_player_name_y"    "-66" }"modes"{"coop"{"1"{"Map" "l4d_river01_docks""DisplayName" "#L4D360UI_Chapter_Docks""Image" "maps/l4d_river01_docks""TankVariant" "models/infected/hulk_dlc3.mdl""SpawnBossThreats" "1"   "coop_boss_spawning"{"boss_threat_radius"           "500""boss_threat_separation_min"   "6000""boss_threat_separation_max"  "6000""spawn_witches"                   "1""spawn_tanks"                    "0"}              }"2"{"Map" "l4d_river02_barge""DisplayName" "#L4D360UI_Chapter_Barge""Image" "maps/l4d_river02_barge""SpawnBossThreats" "1""coop_boss_spawning"{"boss_threat_radius"          "1500""boss_threat_separation_min"  "6000""boss_threat_separation_max"  "9000""spawn_witches"                   "1""spawn_tanks"                    "1"}}"3"{"Map" "l4d_river03_port""DisplayName" "#L4D360UI_Chapter_Port""Image" "maps/l4d_river03_port""SpawnBossThreats" "0""coop_boss_spawning"{"spawn_witches"                    "0""spawn_tanks"                    "0"}} }"versus"{"1"{"Map" "l4d_river01_docks""DisplayName" "#L4D360UI_Chapter_Docks""Image" "maps/l4d_river01_docks""TankVariant" "models/infected/hulk_dlc3.mdl""VersusModifier" "1.0""VersusConvertPills" "0.25""versus_boss_spawning"{"spawn_pos_min"      "0.55""spawn_pos_max"       "0.95""tank_chance"     "0""witch_chance"       "1.0""witch_and_tank"   "0"}                  }"2"{"Map" "l4d_river02_barge""DisplayName" "#L4D360UI_Chapter_Barge""Image" "maps/l4d_river02_barge""VersusModifier" "1.5""VersusConvertPills" "0.25""versus_boss_spawning"{"spawn_pos_min"      "0.3""spawn_pos_max"        "0.9""tank_chance"      "1.0""witch_chance"     "1.0""witch_and_tank"   "1"}                  }"3"{"Map" "l4d_river03_port""DisplayName" "#L4D360UI_Chapter_Port""Image" "maps/l4d_river03_port""VersusModifier" "3.5"  "VersusFinaleProgressScoreFactor" "0.85""VersusConvertPills" "0""versus_boss_spawning"{"tank_chance"        "0""witch_chance"       "0"}}}"survival"{           "1"{"Map" "l4d_river01_docks""DisplayName" "#L4D360UI_Holdout_Chapter_Docks""Image" "maps/l4d_river01_tankcar""TankVariant" "models/infected/hulk_dlc3.mdl"}"2"{"Map" "l4d_river03_port""DisplayName" "#L4D360UI_Holdout_Chapter_Port""Image" "maps/l4d_river03_port"}}} // "modes"// "SpawnBossThreats"// In CoOp games, controls whether or not a map can randomly spawn witches / tanks. // By default, the first map in a campaign can't. // If this value is set for a map, it overrides the default. (0 for false, 1 for true)// "versus_boss_spawning"// In versus games, there are a set of console variables that are used to govern how witches and // tanks spawn. If you wish to override those defaults for a map in this campaign, you can do that here. // If you don't specify a mapma or a specific value for a map, // it will use the console variables defaults instead. //// spawn_pos_min - (float: 0.01 ... 0.99)//  The minimum random position on a map to spawn a boss. //    0.01 means right near the beginning, 0.99 means near the end// // spawn_pos_max - (float: 0.01 ... 0.99)//  The maximum random position on a map to spawn a boss. //    0.01 means right near the beginning, 0.99 means near the end//// tank_chance - (float: 0.0 ... 1.0)//   The random chance that a Tank will spawn, 0 being never and 1 being always.//// witch_chance - (float: 0.0 ... 1.0)//   The random chance that a witch will spawn, 0 being never and 1 being always.//// witch_and_tank - (int: 0 or 1)//   If both a witch and a tank randomly spawn, this controls whether //     the tank is supressed in favor of the witch. //     0 means only spawn the witch if they would both spawn, 1 means spawn them both. //  // "VersusFinaleProgressScoreFactor" (float: 0.0 ... 1.0)// This controls how much of the player's progress through the finale (rather than movement through the map)// is counted towards their score. Generally, you want a higher number if there is little distance // between the checkpoint and the finale, and a lower number if there is significant distance// from the checkpoint to the finale.// 0.0 is the default behavior, which means that the score is based on movement through the map. // 1.0 means that the score is based completely on progress during the finale. // 0.85 means that 85% comes from progress in the finale, and 15% from movement through the map. // "VersusConvertPills" (float: 0.0 ... 1.0)// This controls how many pills are converted to kits at the beginning of the map. By default, // the game references the director_vs_convert_pills convar for this value, but you can // override it here. // "ThirdTankDelay" (float: 0.0 .... 9999)// This controls the delay before the third tank is spawned in the finale. // This is the tank that shows up while the survivors are rushing for the escape vehicle. // By default, the delay is twice the "director_finale_stage_delay" convar. // "FinaleVehicleEvent"// This allows designers to change what message is displayed when the escape vehicle is ready. // "FinaleEscapeKillIncapped"  - (int: 0 or 1)// If set to 1, any characters that are incapped when the escape starts will be killed. // This is primarily a cutscene aid, it doesn't change the way points are awarded, etc. // By default, survivors are left alone// "SpawnFinalePZClose"  - (int: 0 or 1)// If set to 1, the Director will try to spawn PZs closer to the survivors during the // finale, which can be useful for finales with a very large playable area and many potential// spawn locations. // The behavior of this is controlled by the convars "z_finale_pz_spawnable_area_*".// By default, PZs are spawned randomly in the nav areas marked FINALE// "coop_boss_spawning"// In Co-Op & Single-Player games, there are a set of console variables that are used to govern how witches and // tanks spawn. If you wish to override those defaults for a map in this campaign, you can do that here. // If you don't specify a specific value for a map, // it will use the console variables defaults instead. //// Tanks and witches are spawned periodically at certain distances along the escape route, so the longer the map,// the more potential boss encounters you'll get. //// "boss_threat_separation_min" - (float: 0.0 ... 100000.0)//  Minimum distance between boss spawns//// "boss_threat_separation_max" - (float: 0.0 ... 100000.0)//  Max distance between boss spawns//// "boss_threat_radius" - (float: 0.0 ... 10000.0)//  Random distance off the escape route that the boss can be spawned//// "spawn_witches" - (int: 0 or 1)//  Controls whether or not witches will spawn on the map//// "spawn_tanks" - (int: 0 or 1)//  Controls whether or not Tanks will spawn on the map//} // "mission"

[L4D]目录Missions中任务与地图关系相关推荐

  1. power bi 创建空表_如何使用R在Power BI中创建地理地图

    power bi 创建空表 介绍 (Introduction) This is the fifth article of a series dedicated to discovering geogr ...

  2. 【转】在你的博客中添加Google地图(Use Google Map API On Your Bolg)

    在你的博客中添加Google地图(Use Google Map API On Your Bolg) *+申请一组 Google Maps API Key 在使用 Google Maps API 之前, ...

  3. uboot 与系统内核中 MTD分区的关系

    分类: Nand 驱动 2011-11-06 23:48 705人阅读 评论(2) 收藏 举报 uboot 与系统内核中 MTD分区的关系: 分区只是内核的概念,就是说A-B地址放内核,C-D地址放文 ...

  4. (106)System Verilog类中变量双向约束关系

    (106)System Verilog类中变量双向约束关系 1.1 目录 1)目录 2)FPGA简介 3)System Verilog简介 4)System Verilog类中变量双向约束关系 5)结 ...

  5. 【VUE】在vue中使用google地图

    文章目录 前言 前期准备 一.获取google地图的key 二.使用步骤 1.安装google官方依赖 2.使用googlemap 其他小方法1:设置marker 其他小方法2:设置infowindo ...

  6. 在vue项目中使用高德地图

    需求很重要,有需求你才有努力解决问题的方向,加油! 在我们使用vue构建项目的时候,难免在业务需求上会遇到使用高德地图的时候,这时候问题就来了. 我们该怎么在vue项目中插入高德地图?通过度娘我知道了 ...

  7. 开放世界游戏中的大地图的实现——内容制作篇

    https://www.gameres.com/304464.html 开放世界游戏中的大地图的实现--程序技术篇 二.内容制作篇:设计和创造(Content Design & Creatio ...

  8. Android - 简单的显示高德SDK中的3D地图

    简单的显示高德SDK中的3D地图 身为一个安卓小白,前几天试了一下高德SDK,踩了几个蠢蠢的坑,秉承着别让其他小白也踩到,我就写一篇怎么简单的实现高德SDK显示地图与小蓝点的教程. 获得key 1.先 ...

  9. 在react中使用百度地图

    在react中使用百度地图 在react中使用百度地图有三种方式 1:首先使用window保存BMap 1): 在创建好的react项目中的public目录下的index.html中引入<scr ...

  10. AngularJS进阶(十九)在AngularJS应用中集成百度地图实现定位功能

    在AngularJS应用中集成百度地图实现定位功能 注:请点击此处进行充电! 前言 根据项目需求,需要实现手机定位功能,考虑到百度业务的强大能力,遂决定使用百度地图第三方服务. 添加第三方模块的步骤与 ...

最新文章

  1. apache php php.ini,apache php环境搭建 httpd.conf php.ini 修改点
  2. 《易学Python》——第6章 类与面向对象编程 6.1 类是什么
  3. 经典算法题每日演练——第十九题 双端队列
  4. 【Paper】2015_Active fault-tolerant control system design with trajectory re-planning against actuator
  5. Spring Boot——Spring Session Redis整合Spring Security时错误【RedisConnectionFactory is required】解决方案
  6. leetcode 306. Additive Number | 306. 累加数(Java)
  7. datagrid显示mysql_WPF DataGrid显示MySQL查询信息,且可删除、修改、插入 (原发布 csdn 2018-10-13 20:07:28)...
  8. ZeroMQ研究与应用分析
  9. 简单利用字典破解zip文件口令
  10. 吉林大学计算机科学与技术学院刘菁,吉林大学2011-2012学年奖学金获奖名单
  11. 怎么看《就算老公一毛钱股份都没拿到,在我心里,他依然是最牛逼的创业者》文中创业公司 CEO 的行为?
  12. CSS - 设置placeholder样式
  13. Hadoop报错java.lang.UnsupportedClassVersionError: com/sjt/mr/myjob/MyJob : Unsupported major
  14. VVC系列(三)xCompressCTU、xCompressCU和xCheckModeSplit解析
  15. Django学习笔记-settings.py详解
  16. C/C++面试/笔试题2022
  17. 华为AR路由器镜像端口配置及取消配置
  18. photoshop 裁剪_30种无需Photoshop即可在线裁剪和调整图像大小的工具
  19. Multisim 设计任务
  20. php欢迎界面代码,分享微信小程序欢迎界面开发的实例代码

热门文章

  1. 理一理IP子网划分和VLSM
  2. FPGA图像处理基础----直方图均衡化
  3. 基于 Django 的图书馆借阅系统
  4. Java基础面试题整理-50题(附答案)
  5. STM32单片用什么编程?如何学习STM32单片机开发
  6. RISC-V MCU 应用教程之RTC自动唤醒
  7. LNK2005符号重定义问题
  8. 虚拟机上网设置——桥接模式 NAT模式
  9. 批量读取word docx文件指定表格内容,保存在excel文件中
  10. max3232ese_MAX3232CSE使用指南,MAX3232CES和MAX3232ESE有什么区别?