
zloyfilya
User-
Content Count
19 -
Joined
-
Last visited
Community Reputation
0 NoobRecent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
Создание инсталляторов для модпаков на базе Inno Setup
zloyfilya replied to EvilAlex's topic in Modding general discussion
Помогите скиньте код этой минюшки и что и куда вставить чтобы работало пожалуйста если не сложно: или -
Создание инсталляторов для модпаков на базе Inno Setup
zloyfilya replied to EvilAlex's topic in Modding general discussion
а где там этот скрипт найти то? -
Создание инсталляторов для модпаков на базе Inno Setup
zloyfilya replied to EvilAlex's topic in Modding general discussion
Есть у кого такой скрипт? -
Создание инсталляторов для модпаков на базе Inno Setup
zloyfilya replied to EvilAlex's topic in Modding general discussion
Брат а можно как нибудь с тобой связаться у меня финишная прямая просто, чтобы побыстрее закончить Я просто именно как ту минюшку не нашел сделать но хотя бы чтобы люди могли выбирать Ошибка Ниодин конфиг не завелся -
Создание инсталляторов для модпаков на базе Inno Setup
zloyfilya replied to EvilAlex's topic in Modding general discussion
Ибо вот этот скрипт не работает: procedure DeleteMods(); begin if IsComponentSelected('taskDeleteMods') then begin DelTree(ExpandConstant('{app}\mods\*'), false, true, true); DelTree(ExpandConstant('{app}\res_mods\*'), false, true, true); CreateDir(ExpandConstant('{app}\mods\{#ModDirVersion}')); CreateDir(ExpandConstant('{app}\res_mods\{#ModDirVersion}')); end; end; procedure DeleteCache(); begin if IsComponentSelected('taskDeleteCache') then begin DelTree(ExpandConstant('{userappdata}\Wargaming.net\WorldOfTanks\account_caches'), true, true, true); DelTree(ExpandConstant('{userappdata}\Wargaming.net\WorldOfTanks\battle_results'), true, true, true); DelTree(ExpandConstant('{userappdata}\Wargaming.net\WorldOfTanks\clan_cache'), true, true, true); DelTree(ExpandConstant('{userappdata}\Wargaming.net\WorldOfTanks\custom_data'), true, true, true); DelTree(ExpandConstant('{userappdata}\Wargaming.net\WorldOfTanks\dossier_cache'), true, true, true); DelTree(ExpandConstant('{userappdata}\Wargaming.net\WorldOfTanks\messenger_cache'), true, true, true); DelTree(ExpandConstant('{userappdata}\Wargaming.net\WorldOfTanks\profile'), true, true, true); //DelTree(ExpandConstant('{userappdata}\Wargaming.net\WorldOfTanks\tutorial_cache'), true, true, true); DelTree(ExpandConstant('{userappdata}\Wargaming.net\WorldOfTanks\veh_cmp_cache'), true, true, true); DelTree(ExpandConstant('{userappdata}\Wargaming.net\WorldOfTanks\web_cache'), true, true, true); DelTree(ExpandConstant('{app}\logs'), true, true, true); DelTree(ExpandConstant('{app}\Reports'), true, true, true); DelTree(ExpandConstant('{app}\Reports_XFW'), true, true, true); DelTree(ExpandConstant('{app}\Updates'), true, true, true); DelTree(ExpandConstant('{app}\UpdatesData'), true, true, true); end; end; procedure CurStepChanged(CurStep: TSetupStep); begin if CurStep=ssInstall then begin DeleteMods(); DeleteCache(); end; end; -
Создание инсталляторов для модпаков на базе Inno Setup
zloyfilya replied to EvilAlex's topic in Modding general discussion
Помогите скиньте код этой минюшки и что и куда вставить чтобы работало пожалуйста если не сложно: -
Создание инсталляторов для модпаков на базе Inno Setup
zloyfilya replied to EvilAlex's topic in Modding general discussion
Ребят кто может поделиться готовым исходником модпака? -
найт помоги пожалуйста как убрать в сессионной статистике чтобы считалось только чисто без грязи и за что вообще отвечают эти пункты "showStatForBattle": true, "debugBattleResultMessage": false, "onlineReloadConfig": false, "showPopUp": false, "hideSessionStat": false, просто большую часть разобрался в сессионке делаю красивее чтобы было и минималистично как решить проблему с тем то что не приходят уведомления о взводе и т.п? сессионка от severrr