霹雳小组4吧 关注:3,373贴子:38,490

怕开火扣分的进

只看楼主收藏回复

修改游戏安装目录System文件夹下的Leadership文件,把最后 

[SwatProcedures.Procedure_NoUnauthorizedUseOfDeadlyForce] 
;Localized TMC TODO move to .int when localization works 
Description=Unauthorized use of deadly force 
PenaltyPerEnemy=-10 

[SwatProcedures.Procedure_NoUnauthorizedUseOfForce] 
;Localized TMC TODO move to .int when localization works 
Description=Unauthorized use of force 
PenaltyPerEnemy=-5 

中的10和5全部改为零


IP属地:福建1楼2008-06-10 00:17回复
    看看我自己修改的得分条件,最高的得分可达130,任务完成后即使现场嫌疑全部完蛋也可以获取满分(没有扣分条件下)

    [SwatGame.Procedures]
    ;Bonuses
    ProcedureClass=class'SwatProcedures.Procedure_CompleteMission'
    ProcedureClass=class'SwatProcedures.Procedure_ArrestUnIncapacitatedSuspects'
    ProcedureClass=class'SwatProcedures.Procedure_ArrestIncapacitatedSuspects'
    ProcedureClass=class'SwatProcedures.Procedure_KillSuspects'
    ;ProcedureClass=class'SwatProcedures.Procedure_NoSuspectsIncapacitated'
    ProcedureClass=class'SwatProcedures.Procedure_NoSuspectsNeutralized'
    ProcedureClass=class'SwatProcedures.Procedure_NoCiviliansInjured'
    ProcedureClass=class'SwatProcedures.Procedure_NoOfficersDown'
    ProcedureClass=class'SwatProcedures.Procedure_PlayerUninjured'
    ProcedureClass=class'SwatProcedures.Procedure_ReportCharactersToTOC'
    ProcedureClass=class'SwatProcedures.Procedure_SecureAllWeapons'
    ;Penalties
    ProcedureClass=class'SwatProcedures.Procedure_EvacuateDownedOfficers'
    ProcedureClass=class'SwatProcedures.Procedure_NoHostageIncapacitated'
    ProcedureClass=class'SwatProcedures.Procedure_NoHostageKilled'
    ProcedureClass=class'SwatProcedures.Procedure_NoOfficerIncapacitated'
    ProcedureClass=class'SwatProcedures.Procedure_NoOfficerInjured'
    ProcedureClass=class'SwatProcedures.Procedure_NoUnauthorizedUseOfDeadlyForce'
    ProcedureClass=class'SwatProcedures.Procedure_NoUnauthorizedUseOfForce'

    ;
    ; Bonuses
    ;

    [SwatProcedures.Procedure_CompleteMission]
    ;Localized TMC TODO move to .int when localization works
    Description=Mission completed
    Bonus=40
    IsABonus=True

    [SwatProcedures.Procedure_NoCiviliansInjured]
    ;Localized TMC TODO move to .int when localization works
    Description=No civilians injured
    Bonus=5
    IsABonus=True

    [SwatProcedures.Procedure_NoOfficersDown]
    ;Localized TMC TODO move to .int when localization works
    Description=No officers down
    Bonus=25
    IsABonus=True

    ;[SwatProcedures.Procedure_NoSuspectsIncapacitated]
    ;Localized TMC TODO move to .int when localization works
    ;Description=No suspects incapacitated
    ;Bonus=0
    ;IsABonus=True

    [SwatProcedures.Procedure_NoSuspectsNeutralized]
    ;Localized TMC TODO move to .int when localization works
    Description=No suspects neutralized
    Bonus=0
    IsABonus=True

    [SwatProcedures.Procedure_PlayerUninjured]
    ;Localized TMC TODO move to .int when localization works
    Description=Player uninjured
    Bonus=0
    IsABonus=True

    [SwatProcedures.Procedure_ReportCharactersToTOC]
    ;Localized TMC TODO move to .int when localization works
    Description=Report status to TOC
    IsShownInObjectivesPanel=true
    Bonus=5
    IsABonus=True

    [SwatProcedures.Procedure_SecureAllWeapons]
    ;Localized TMC TODO move to .int when localization works
    Description=All weapons secured
    IsShownInObjectivesPanel=true
    Bonus=5
    IsABonus=True

    [SwatProcedures.Procedure_ArrestUnIncapacitatedSuspects]
    ;Localized TMC TODO move to .int when localization works
    Description=Suspects arrested
    TotalBonus=25
    ;the fraction of the per-enemy bonus received when an UNincapacitated enemy is arrested
    PerEnemyBonusFraction=2.0
    IsABonus=True
    IsNeverHidden=True

    [SwatProcedures.Procedure_ArrestIncapacitatedSuspects]
    ;Localized TMC TODO move to .int when localization works
    Description=Suspects incapacitated
    TotalBonus=25
    ;the fraction of the per-enemy bonus received when an incapacitated enemy is arrested
    PerEnemyBonusFraction=1.5
    IsABonus=True
    IsNeverHidden=True

    [SwatProcedures.Procedure_KillSuspects]
    ;Localized TMC TODO move to .int when localization works
    Description=Suspects neutralized
    TotalBonus=25
    ;the fraction of the per-enemy bonus received when an enemy is killed
    PerEnemyBonusFraction=1.0
    IsABonus=True
    IsNeverHidden=True

    ;
    ; Penalties
    ;

    [SwatProcedures.Procedure_EvacuateDownedOfficers]
    ;Localized TMC TODO move to .int when localization works
    Description=Failed to report a downed officer
    PenaltyPerDownedOfficer=-5

    [SwatProcedures.Procedure_NoHostageIncapacitated]
    ;Localized TMC TODO move to .int when localization works
    Description=Incapacitated a hostage
    PenaltyPerHostage=-5

    [SwatProcedures.Procedure_NoHostageKilled]
    ;Localized TMC TODO move to .int when localization works
    Description=Killed a hostage
    PenaltyPerHostage=-15

    [SwatProcedures.Procedure_NoOfficerIncapacitated]
    ;Localized TMC TODO move to .int when localization works
    Description=Incapacitated a fellow officer
    PenaltyPerOfficer=-15

    [SwatProcedures.Procedure_NoOfficerInjured]
    ;Localized TMC TODO move to .int when localization works
    Description=Injured a fellow officer
    PenaltyPerOfficer=-5

    [SwatProcedures.Procedure_NoUnauthorizedUseOfDeadlyForce]
    ;Localized TMC TODO move to .int when localization works
    Description=Unauthorized use of deadly force
    PenaltyPerEnemy=-4

    [SwatProcedures.Procedure_NoUnauthorizedUseOfForce]
    ;Localized TMC TODO move to .int when localization works
    Description=Unauthorized use of force
    PenaltyPerEnemy=-1


    IP属地:福建2楼2008-06-10 00:19
    回复
      好贴,+


      删除|3楼2008-06-10 12:32
      回复
        天啊,楼主怎么可以下流无耻到这种地步…


        IP属地:福建4楼2008-06-10 21:33
        回复
          马甲?不是。。。。精神分裂?


          删除|5楼2008-06-10 21:46
          回复
            啊,多谢!
            看来我是有救了..
            哈哈


            IP属地:湖南6楼2008-06-12 18:31
            回复
              谢谢!!!

              顺便问一下,还有没有其他的内容可以修改啊?除了无敌不死、武qi……

              我在SWAT4的修改一度停滞不前了囧…


              7楼2008-06-13 13:10
              回复
                真的很XE哈哈


                IP属地:广东8楼2008-06-17 16:20
                回复
                  • 220.162.57.*
                  LZSB


                  9楼2008-07-10 22:10
                  回复
                    174分的督察啊!不喊话,敌人全死…


                    10楼2008-07-10 23:08
                    回复
                      • 222.220.250.*
                      郁闷的是我不能开火~!~只要开枪就弹出游戏~!~郁闷死了.......


                      11楼2008-09-01 14:47
                      回复
                        • 218.28.177.*
                        ....崩溃```我不喜欢喊话``只有人质我才喊话``人质不听话直接电击枪崩崩他 或者几个手雷让他爽


                        12楼2008-10-16 15:53
                        回复
                          • 121.13.109.*
                          为了遵守执法程序,我已经把鼠标左键设置为喊话


                          13楼2008-10-17 13:01
                          回复
                            13 回复:怕开火扣分的进 
                             为了遵守执法程序,我已经把鼠标左键设置为喊话了 
                             
                             
                             作者: 121.13.109.* 2008-10-17 13:01   回复此发言 
                             
                            --------------------------------------------------------------------------------
                             
                            你就不会使用非致命装备?


                            IP属地:福建14楼2008-10-19 00:55
                            回复
                              • 119.141.209.*
                              我是13楼

                              我把左键设置为喊话,是这样考虑的:
                              1.这个游戏,喊话比shot更常用,SWAT喜欢让所有人都活着
                              2.我不喜欢用非致命,用M4比较有威


                              15楼2008-10-19 14:51
                              回复