Skip to content

Commit

Permalink
1.2.0_CT: Added #982
Browse files Browse the repository at this point in the history
  • Loading branch information
StranikS-Scan committed Sep 16, 2018
1 parent d393605 commit c92ed33
Show file tree
Hide file tree
Showing 1,920 changed files with 152,755 additions and 126,275 deletions.
2 changes: 1 addition & 1 deletion WOT-UnDec.arg
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ path = "source\"
unpack_xml = true
decompile_pyc = true
threads_min_count = 10
files_in_group_min_count = 15
files_in_group_min_count = 10

decompiler_default = "uncompyle6"
decompiler_extra = ["client\gui\Scaleform\locale\RES_ICONS.pyc":"fupy"]
2 changes: 1 addition & 1 deletion Zip-Packer.arg
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
#{VERSION} - zip-packer replaces the arg with the version-tag from meta.xml

exe = "C:\Program Files\7-Zip\7z.exe"
arg = "a -tzip -mx9 WorldOfTanks-Decompiled_1.1.0_976.zip source\"
arg = "a -tzip -mx9 WorldOfTanks-Decompiled_1.2.0_CT_982.zip source\"
14 changes: 9 additions & 5 deletions source/paths.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<root>
<Paths>
<Path cacheSubdirs="true">./res_mods/1.1.0</Path>
<Path mode="recursive" mask="*.wotmod" root="res">./mods/1.1.0</Path>
<Path cacheSubdirs="true">./res_mods/1.2.0 Common Test</Path>
<Path mode="recursive" mask="*.wotmod" root="res">./mods/1.2.0 Common Test</Path>
<Packages>
<Package type="sd,hd">./res/packages/shared_content-part2.pkg</Package>
<Package type="sd,hd">./res/packages/shared_content-part1.pkg</Package>
Expand Down Expand Up @@ -44,6 +44,8 @@
<Package type="hd">./res/packages/13_erlenberg_hd.pkg</Package>
<Package type="sd,hd">./res/packages/14_siegfried_line.pkg</Package>
<Package type="hd">./res/packages/14_siegfried_line_hd.pkg</Package>
<Package type="sd,hd">./res/packages/17_munchen.pkg</Package>
<Package type="hd">./res/packages/17_munchen_hd.pkg</Package>
<Package type="sd,hd">./res/packages/18_cliff.pkg</Package>
<Package type="hd">./res/packages/18_cliff_hd.pkg</Package>
<Package type="sandbox,sd,hd">./res/packages/19_monastery.pkg</Package>
Expand Down Expand Up @@ -76,16 +78,18 @@
<Package type="hd">./res/packages/38_mannerheim_line_hd.pkg</Package>
<Package type="sd,hd">./res/packages/44_north_america.pkg</Package>
<Package type="hd">./res/packages/44_north_america_hd.pkg</Package>
<Package type="sd,hd">./res/packages/45_north_america.pkg</Package>
<Package type="hd">./res/packages/45_north_america_hd.pkg</Package>
<Package type="sd,hd">./res/packages/47_canada_a.pkg</Package>
<Package type="hd">./res/packages/47_canada_a_hd.pkg</Package>
<Package type="sd,hd">./res/packages/59_asia_great_wall.pkg</Package>
<Package type="hd">./res/packages/59_asia_great_wall_hd.pkg</Package>
<Package type="sd,hd">./res/packages/63_tundra.pkg</Package>
<Package type="hd">./res/packages/63_tundra_hd.pkg</Package>
<Package type="sd,hd">./res/packages/90_minsk.pkg</Package>
<Package type="hd">./res/packages/90_minsk_hd.pkg</Package>
<Package type="sd,hd">./res/packages/99_poland.pkg</Package>
<Package type="hd">./res/packages/99_poland_hd.pkg</Package>
<Package type="sd,hd">./res/packages/h02_tmday_2015.pkg</Package>
<Package type="hd">./res/packages/h02_tmday_2015_hd.pkg</Package>
<Package type="sandbox,sd,hd">./res/packages/hangar_v3.pkg</Package>
<Package type="hd">./res/packages/hangar_v3_hd.pkg</Package>
<Package type="sandbox,sd,hd">./res/packages/audioww-part1.pkg</Package>
Expand Down Expand Up @@ -131,4 +135,4 @@
</Packages>
<Path>./res</Path>
</Paths>
</root>
</root>
156 changes: 153 additions & 3 deletions source/res/engine_config.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<engine_config.xml>
<personality> game </personality>
<preferences> preferences.xml </preferences>
<preferences> preferences_ct.xml </preferences>
<enableBalanceCPU> true </enableBalanceCPU>
<enableServerTimeSync> true </enableServerTimeSync>
<lod>
Expand Down Expand Up @@ -137,7 +137,7 @@
<PS_PERFORMANCE_LOD_MULT> 1.2 </PS_PERFORMANCE_LOD_MULT>
</ParticleSystem>
<debug>
<fullDump> true </fullDump>
<fullDump> false </fullDump>
<dxdiag> true </dxdiag>
<framesCount> 0 </framesCount>
<enableServers> false </enableServers>
Expand Down Expand Up @@ -168,13 +168,14 @@
<wwmediaPath> audioww </wwmediaPath>
<highPriorityBankThread> true </highPriorityBankThread>
<WWISE_active_profile> WWISE_adv_profile </WWISE_active_profile>
<WWISE_emergency_profile> WWISE_low_profile </WWISE_emergency_profile>
<WWISE_adv_profile>
<memoryManager>
<defaultPool> 12 </defaultPool>
<lowEnginePool> 10 </lowEnginePool>
<preparedPool> 106 </preparedPool>
<streamingPool> 2 </streamingPool>
<IOPoolSize> 4 </IOPoolSize>
<IOGranularity> 64 </IOGranularity>
</memoryManager>
<soundRender>
<use_config> false </use_config>
Expand Down Expand Up @@ -389,6 +390,155 @@
</project>
</SFX_soundbanks_editor>
</WWISE_adv_profile>
<WWISE_low_profile>
<memoryManager>
<defaultPool> 8 </defaultPool>
<lowEnginePool> 5 </lowEnginePool>
<preparedPool> 80 </preparedPool>
<streamingPool> 2 </streamingPool>
<IOPoolSize> 4 </IOPoolSize>
</memoryManager>
<soundRender>
<use_config> true </use_config>
<HDR_lower_threshold> -40 </HDR_lower_threshold>
<max_voices> 70 </max_voices>
<low_sample_rate> true </low_sample_rate>
<ambients> false </ambients>
<reverbs> false </reverbs>
</soundRender>
<voice_soundbanks>
<project>
<name> voiceover.bnk </name>
</project>
</voice_soundbanks>
<SFX_soundbanks_loadonce>
<project>
<name> plugin_media.bnk </name>
</project>
<project>
<name> eng_continental_R975.pck </name>
</project>
<project>
<name> eng_continentalR.pck </name>
</project>
<project>
<name> eng_ford.pck </name>
</project>
<project>
<name> eng_gaz_aa.pck </name>
</project>
<project>
<name> eng_hetzer.pck </name>
</project>
<project>
<name> eng_v55.pck </name>
</project>
<project>
<name> streams.pck </name>
</project>
<project>
<name> treads_pc.pck </name>
</project>
<project>
<name> treads_npc.pck </name>
</project>
<project>
<name> turret.pck </name>
</project>
<project>
<name> gun_reload.pck </name>
</project>
<project>
<name> wpn.pck </name>
</project>
<project>
<name> gui.bnk </name>
</project>
<project>
<name> utility.bnk </name>
</project>
</SFX_soundbanks_loadonce>
<SFX_soundbanks_hangar>
<project>
<name> hangar_v2.bnk </name>
</project>
</SFX_soundbanks_hangar>
<SFX_soundbanks_login>
<project>
<name> loginscreen.bnk </name>
</project>
</SFX_soundbanks_login>
<SFX_soundbanks_arena>
<project>
<name> damage.bnk </name>
</project>
<project>
<name> turret.bnk </name>
</project>
<project>
<name> eng_continental_R975.bnk </name>
</project>
<project>
<name> eng_continentalR.bnk </name>
</project>
<project>
<name> eng_ford.bnk </name>
</project>
<project>
<name> eng_v55.bnk </name>
</project>
<project>
<name> eng_hetzer.bnk </name>
</project>
<project>
<name> eng_gaz_aa.bnk </name>
</project>
<project>
<name> treads_pc.bnk </name>
</project>
<project>
<name> treads_npc.bnk </name>
</project>
<project>
<name> expl.bnk </name>
</project>
<project>
<name> impacts_full.bnk </name>
</project>
<project>
<name> psb.bnk </name>
</project>
<project>
<name> damaged_modules.bnk </name>
</project>
<project>
<name> wpn.bnk </name>
</project>
<project>
<name> gun_reload.bnk </name>
</project>
<project>
<name> mechanisms.bnk </name>
</project>
</SFX_soundbanks_arena>
<SFX_soundbanks_editor>
<project>
<name> hangar_v2.bnk </name>
</project>
<project>
<name> fort_area.bnk </name>
</project>
<project>
<name> objects.bnk </name>
</project>
<project>
<name> objects_generative.bnk </name>
</project>
<project>
<name> explosive_objects.bnk </name>
</project>
</SFX_soundbanks_editor>
</WWISE_low_profile>
</soundMgr>
<logging>
<suppress>
Expand Down
29 changes: 29 additions & 0 deletions source/res/scripts/arena_defs/1002_ai_test.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
<1002_ai_test.xml>
<name> #arenas:1002_ai_test/name </name>
<explicitRequestOnly> true </explicitRequestOnly>
<description> #arenas:1002_ai_test/description </description>
<geometry> spaces/1002_ai_test </geometry>
<boundingBox>
<bottomLeft> -1500.000000 -1500.000000 </bottomLeft>
<upperRight> 1500.000000 1500.000000 </upperRight>
</boundingBox>
<roundLength> 900 </roundLength>
<minimap> spaces/1002_ai_test/mmap.dds </minimap>
<vehicleCamouflageKind> summer </vehicleCamouflageKind>
<maxPlayersInTeam> 15 </maxPlayersInTeam>
<wwmusicSetup></wwmusicSetup>
<wwambientSound></wwambientSound>
<umbraEnabled> 1 </umbraEnabled>
<batchingEnabled> 0 </batchingEnabled>
<water>
<texScale> 0 </texScale>
<freqX> 0 </freqX>
<freqZ> 0 </freqZ>
</water>
<estimatedLoad> 0.3 </estimatedLoad>
<gameplayTypes>
<ctf></ctf>
</gameplayTypes>
<roadMap></roadMap>
<mapActivities></mapActivities>
</1002_ai_test.xml>
2 changes: 1 addition & 1 deletion source/res/scripts/arena_defs/14_siegfried_line.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<wwambientSound> amb_map_14_siegfried_line_wind_autumn </wwambientSound>
<soundRemapping>
<loadBanks>
<bank> env_Forest </bank>
<bank> env_Forest.bnk </bank>
</loadBanks>
</soundRemapping>
<water>
Expand Down
42 changes: 42 additions & 0 deletions source/res/scripts/arena_defs/17_munchen.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
<17_munchen.xml>
<name> #arenas:17_munchen/name </name>
<description> #arenas:17_munchen/description </description>
<geometry> spaces/17_munchen </geometry>
<boundingBox>
<bottomLeft> -300.0 -300.0 </bottomLeft>
<upperRight> 300.0 300.0 </upperRight>
</boundingBox>
<roundLength> 900 </roundLength>
<minimap> spaces/17_munchen/mmap.dds </minimap>
<vehicleCamouflageKind> summer </vehicleCamouflageKind>
<maxPlayersInTeam> 15 </maxPlayersInTeam>
<wwmusicSetup>
<wwmusicLoading> music_munchen_loading_screen </wwmusicLoading>
<wwmusicIntensive> music_munchen_dron_intensive </wwmusicIntensive>
<wwmusicRelaxed> music_munchen_dron_relaxed </wwmusicRelaxed>
<wwmusicStop> music_dron_stop </wwmusicStop>
<wwmusicEndbattleStop> music_dron_endbattle_stop </wwmusicEndbattleStop>
<wwmusicResultWin> music_munchen_result_win </wwmusicResultWin>
<wwmusicResultDrawn> music_munchen_result_drawn </wwmusicResultDrawn>
<wwmusicResultDefeat> music_munchen_result_defeat </wwmusicResultDefeat>
</wwmusicSetup>
<wwambientSound> ambient_wind_autumn_01 </wwambientSound>
<water>
<texScale> 0 </texScale>
<freqX> 0 </freqX>
<freqZ> 0 </freqZ>
</water>
<gameplayTypes>
<ctf>
<teamBasePositions>
<team1>
<position1> -83.616577 -197.318390 </position1>
</team1>
<team2>
<position1> 61.929832 242.775162 </position1>
</team2>
</teamBasePositions>
</ctf>
</gameplayTypes>
<useAdvancedPhysics> true </useAdvancedPhysics>
</17_munchen.xml>
Loading

0 comments on commit c92ed33

Please sign in to comment.