Лут-фильтр в 2.0
А где находится файл awakeningbeta_Config.ini ?
|
![]() |
" Компьютер - Документы - My Games - Path of Exile |
![]() |
Распишу более понятней.
1. Идем на сайт http://bschug.github.io/poedit/poedit.html#jZjDRFRn 2. В правой части выбираем необходимый тип предмета например: "REGAL ORB" в левой части увидим выделенный код. Show BaseType "Divine Orb" "Chaos Orb" "Blessed Orb" "Regal Orb" "Vaal Orb" "Gemcutter's Prism" "Orb of Regret" "Orb of Scouring" PlayAlertSound 2 70 SetTextColor 255 255 50 SetBackgroundColor 0 0 0 200 SetBorderColor 255 255 50 Это и будет участок кода который отвечает за отображение выпадаемых Сфер и его можно редактировать PlayAlertSound - выбор звука SetTextColor - выбор цвета SetBackgroundColor - выбор фонового цвета. SetBorderColor - цвет окантовки. ну и т.д. Мой фильтр
Скрытый текст
# Ment's Item Filters Full# #? Ment's Filter highlights ? #I don't see any point by making filter for each item in the game. This will cause a lot of (visual) confusion. People won't see specific drops. Besides that, new players won't be able to edit it due to the heavy and long list of 1000 lines. #Keep it simple, most of the old colours remain the same. #Keep it organized, sizeable rarity (white low size, magic mid size, rare normal size). #Fit it to your screen, you won't get a mess over the whole screen. #A lot of tests have been made during the awakening beta. the original code have been improved to enhance the performance and the quality for the Novice~Experienced Exile. #Red highlight version is available for players with color blindness, more highlight colours may be implanted by requests. #Filter have been splitted into a two parts: Full & Limited, for letting the Novice players (Without basic coding knowledge) the ability to edit or modificate the script. #Filter have been splitted into a two parts: Full & Limited, Full for leveling and LIMITED for farming. #You still will be able to see the "Hidden" drops simply by hold the "ALT" key. # # # Currency # Unique Gear # Rare Gear # Socket/Links & RGB # Gems # Misc Items # Divination Cards # Maps # Flasks # Jewels # Rings,Amulets & Belts # Normal-Magic Gear # #----------------------------------------------------------------------------------------------------------- # Currency Show BaseType "Mirror of Kalandra" "Eternal Orb" "Exalted Orb" "Albino Rhoa Feather" PlayAlertSound 1 100 SetFontSize 45 SetTextColor 0 0 0 SetBackgroundColor 255 0 255 200 SetBorderColor 0 0 0 Show BaseType "Divine Orb" "Chaos Orb" "Blessed Orb" "Regal Orb" "Vaal Orb" "Gemcutter's Prism" "Orb of Regret" "Orb of Scouring" PlayAlertSound 2 70 SetFontSize 33 SetTextColor 250 10 100 SetBackgroundColor 0 0 0 200 SetBorderColor 255 255 50 Show BaseType "Orb of Fusing" "Orb of Alchemy" "Jeweller's Orb" "Orb of Chance" "Chromatic Orb" "Cartographer's Chisel" "Orb of Alteration" "Orb of Transmutation" "Orb of Augmentation" "Blacksmith's Whetstone" "Armourer's Scrap" "Glassblower's Bauble" PlayAlertSound 3 70 SetFontSize 33 SetBackgroundColor 0 0 0 200 SetBorderColor 255 255 50 Show BaseType "Scroll of Wisdom" "Portal Scroll" PlayAlertSound 9 70 SetFontSize 28 SetTextColor 255 255 50 SetBackgroundColor 1 100 240 240 SetBorderColor 25 250 50 # Unique Gear (Help me to fill this list) Show BaseType "Gavel" "Agate Amulet" "Prophecy Wand" "Imperial Bow" "Occultist's Vestment" "Infernal Axe" "Vaal Gauntlets" "Leather Belt" "Gold Amulet" "Prismatic Ring" "Gold Ring" "Vaal Axe" "Spine Bow" "Fishing Rod" "Vaal Sceptre" Rarity = Unique PlayAlertSound 1 100 SetFontSize 45 SetTextColor 255 0 255 SetBackgroundColor 0 0 0 200 SetBorderColor 255 0 255 Show BaseType "Glorious Plate" "Nightmare Bascinet" "Slaughter Knife" "Diamond Ring" "Ursine Pelt" "Chain Belt" "Penetrating Arrow Quiver" "Murder Mitts" "Amethyst Ring" "Granite Flask" "Siege Axe" "Vaal Mask" "Kite Shield" "Judgement Staff" Rarity = Unique PlayAlertSound 2 100 SetFontSize 45 SetBackgroundColor 0 0 0 200 SetBorderColor 255 0 255 # New Uniques ( Temp Location ) Show BaseType "Decorative Axe" "Carnal Armour" "Fiend Dagger" "Amber Amulet" "Ranger Bow" "Serpentine Staff" "Soldier Gloves" "Lapis Amulet" "Vile Staff" "Military Staff" "Sage Wand" "Rusted Hatchet" "Rusted Sword" Rarity = Unique PlayAlertSound 2 100 SetFontSize 45 SetBackgroundColor 0 0 0 200 SetBorderColor 120 200 120 # Trash Unique List, Thanks - Rhaegar_G #Show #BaseType "The Screaming Eagle" "Dyadus" "Limbsplit" "Darkscorn" "Last Resort" "Mark of the Doubting Knight" "Brutus' Lead Sprinkler" "Nycta's Lantern" "Chober Chaber" "Voidhome" "Rebuke of the Vaal" "Oro's Sacrifice" "Queen's Decree" "Fencoil" "Moonsorrow" "Ashrend" "Ambu's Charge" "Bramblejack" "Bronn's Lithe" "The Covenant" "Hirri's Ire" "Lightbane Raiment" "Zahndethus' Cassock" "Deerstalker" "Dusktoe" "Gang's Momentum" "Nomic's Storm" "Ondar's Flight" "Shavronne's Pace" "Sin Trek" "Hrimsorrow" "Shackles of the Wretched" "The Broken Crown" "Ezomyte Peak" "Heatshiver" "Honourhome" "Hrimnor's Resolve" "Malachai's Simula" "Veil of the Night" "Chalice ofHorrors" "Jaws of Agony" "Maligaro's Lens" "Springleaf" "Titicus' Span" "Araku Tiki" "Karui Ward" "Ungil's Harmony" "Belt of the Deceiver" "Bloodboil" "Asphyxia's Wrath" #Rarity = Unique #SetTextColor 200 70 0 200 #SetFontSize 40 #PlayAlertSound 8 100 Show Rarity = Unique SetFontSize 40 PlayAlertSound 8 100 SetBorderColor 120 200 120 # Rare Gear Show Rarity = Rare DropLevel >= 1 SetFontSize 35 SetTextColor 255 255 0 SetBackgroundColor 0 0 0 180 # Socket/Links & RGB Show LinkedSockets = 6 PlayAlertSound 1 100 SetFontSize 45 SetTextColor 255 255 153 SetBackgroundColor 250 0 0 200 SetBorderColor 255 255 153 Show Sockets = 6 PlayAlertSound 3 70 SetTextColor 255 255 153 SetBorderColor 255 255 153 Show LinkedSockets = 5 SetFontSize 40 PlayAlertSound 2 70 SetTextColor 255 255 153 SetBackgroundColor 250 0 0 150 Show SocketGroup RGB PlayAlertSound 3 70 SetFontSize 30 SetBackgroundColor 0 0 0 180 SetTextColor 255 255 150 Show Class "Daggers" "Wands" "One Hand Swords" "Thrusting One Hand Swords" "One Hand Axes" "One Hand Maces" "Bows" "Staves" "Two Hand Swords" "Two Hand Axes" "Two Hand Maces" "Gloves" "Boots" "Body Armours" "Helmets" "Shields" "Sceptres" Quality = 20 SetFontSize 30 SetTextColor 0 200 255 150 SetBackgroundColor 0 0 0 180 Show LinkedSockets = 4 SetFontSize 30 SetBackgroundColor 0 0 0 250 Show LinkedSockets = 3 SetFontSize 25 SetBackgroundColor 0 0 0 250 # Gems Show Class Gem BaseType "Portal" "Greater Multiple Projectiles" "Multistrike" "Spell Echo" "Empower" "Enhance" "Enlighten" "Fortify" PlayAlertSound 3 70 SetFontSize 30 SetTextColor 0 255 255 SetBorderColor 0 255 255 SetBackgroundColor 100 0 0 150 Show Class Gem BaseType Vaal Show Class Gem Quality >= 0 Quality <= 10 SetFontSize 25 SetTextColor 0 255 255 SetBackgroundColor 0 0 0 100 Show Class Gem Quality >= 11 Quality <= 17 PlayAlertSound 3 70 SetFontSize 30 SetTextColor 0 255 255 SetBorderColor 0 255 255 SetBackgroundColor 100 0 0 150 Show Class Gem Quality >= 18 Quality <= 20 PlayAlertSound 2 70 SetFontSize 35 SetTextColor 0 255 255 SetBorderColor 0 255 255 SetBackgroundColor 100 0 0 200 # Misc Items Show Class "Map Fragment" Show Class "Utility Flask" Show Class "Microtransactions" Show Class "Hideout Doodads" Show Class Quest # Divination Cards # Unique Divination Cards Show Class "Divination Card" # (Missing on the client) "The Dragon" "The Queen's Tenacity" BaseType "The Avenger" "The Feast" "Time-Lost Relic" "The Wind" "The Union" "The Watcher" "The Pact" "The Pack Leader" "The King's Heart" "Humility" "Abandoned Wealth" "The Brittle Emperor" "The Battle Born" "The Doctor" "The Drunken Aristocrat" "The Fiend" "The Gladiator" "The Hermit" "The Hoarder" "Hope" "The Hunger" "The Poet" "The Scarred Meadow" "The Sun" "Vinia's Token" "Birth of the Three" PlayAlertSound 2 100 SetFontSize 40 SetTextColor 200 150 200 150 SetBackgroundColor 0 0 0 250 SetBorderColor 200 150 200 # Rare Divination Cards Show Class "Divination Card" BaseType "The Gemcutter" "Coveted Possession" "Rain of Chaos" "Lucky Connections" "Jack in the Box" "The Inventor" "Gemcutter's Promise" "The Road to Power" "The Summoner" "Three Faces in the Dark" "The Cataclysm" "Chaotic Disposition" PlayAlertSound 2 100 SetFontSize 35 SetTextColor 200 150 200 150 SetBackgroundColor 0 0 0 250 SetBorderColor 255 255 255 180 # Normal Divination Cards Show Class "Divination Card" # (Missing on the client) "The Key" BaseType "Lantador's Lost Love" "The Celestial Justicar" "The Explorer" "The Chains that Bind" "Eternal Sword" "The Lover" "The Metalsmith's Gift" "The Scholar" "The Warden" "The Carrion Crow" "The Dark Mage" "Emperor's Luck" "The Gambler" SetFontSize 30 SetTextColor 255 255 255 180 SetBackgroundColor 0 0 0 180 SetBorderColor 255 255 255 180 Show Class "Divination Card" SetFontSize 30 SetTextColor 255 255 255 180 SetBackgroundColor 0 0 0 180 # Maps Show Class Map Rarity = Normal SetFontSize 35 SetTextColor 192 192 192 SetBorderColor 192 192 192 Show Class Map Rarity = Magic SetFontSize 35 SetTextColor 0 0 255 SetBorderColor 0 0 255 Show Class Map Rarity = Rare SetFontSize 35 SetTextColor 255 255 0 SetBorderColor 255 255 0 Show Class Map Rarity = Unique SetFontSize 35 SetTextColor 200 70 0 SetBackgroundColor 100 0 0 200 SetBorderColor 200 70 0 # Flasks Show Class "Life Flask" "Mana Flask" "Hybrid Flask" Quality >= 0 Quality <= 14 Rarity >= Normal SetFontSize 20 SetBackgroundColor 0 0 0 180 Show Class "Life Flask" "Mana Flask" "Hybrid Flask" Quality >= 15 Rarity >= Normal SetFontSize 30 SetBackgroundColor 0 0 0 180 Show BaseType "Diamond Flask" "Granite Flask" "Topaz Flask" "Sapphire Flask" "Ruby Flask" "Quicksilver Flask" Rarity >= Normal SetFontSize 25 SetBackgroundColor 0 0 0 150 # Jewels Show Class "Jewel" SetFontSize 35 PlayAlertSound 3 100 SetBackgroundColor 0 0 0 200 # Rings & Amulets Show Class Rings Amulets Belts Rarity = Normal SetFontSize 35 SetTextColor 255 255 255 180 SetBackgroundColor 0 0 0 180 Show Class Rings Amulets Belts Rarity = Magic SetFontSize 25 SetTextColor 131 131 247 180 SetBackgroundColor 0 0 0 180 Show Rarity = Magic DropLevel >= 1 SetFontSize 25 SetTextColor 131 131 247 180 SetBackgroundColor 0 0 0 180 Show Rarity = Normal DropLevel >= 1 SetFontSize 25 SetTextColor 255 255 255 180 SetBackgroundColor 0 0 0 180 Show BaseType "Gavel" Rarity = Normal SetFontSize 35 SetBackgroundColor 0 0 0 200 Hide 3. Отредактировали на свой вкус и цвет. Выделяем весь код в левой части (можно нажать Ctrl+A ) и копируем в буфер обмена. 4. Открываем папку "Документы", там будет папка "My Games" далее "Path of Exile" - в нее и будем класть фильтр. (полный путь c:\Users\ИмяПользователяКомпа\Documents\My Games\Path of Exile\) 5. Создаем в нужном нам каталоге файл с именем вашего фильтра и расширением *.filter (Пример 1.filter, 2.filter и т.д. В Total Commander создать файл с нужным именем и расширением можно нажав Shift+F4) 6. В созданный файл копируем ваш код. Сохраняем. 7. Запускаем игру, после авторизации заходим в настройки, в разделе Интерфейс в самом низу можно будет выбрать нужный вам фильтр (выбор возможен если только фильтры существуют) Последняя редакция: Arlord#5204. Время: 17 июл. 2015 г., 01:38:25
|
![]() |
" Красавчег! |
![]() |
я конечно не спец, но будет ли работать такой фильтр, я хочу чтоб не показывались белые и синие шмотки, кроме белый с 3 и более сокетами и с 3 и более линками?
Скрытый текст
# Script edited with Filtration - https://github.com/ben-wallis/Filtration
Hide Rarity = Normal Sockets <= 2 LinkedSockets <= 2 Hide Rarity = Magic |
![]() |
а не проше просто кинуть ссылку на готовый фильтр?
|
![]() |
У кого еще лут фильтр перестал рабоать?
|
![]() |
Да фильтры не работают после патча. Думал может быть кодировку изменить или начать использовать названия предметов по русски, но что-то не получается, не распознает предметы и все.
|
![]() |
Не работают не один((. Три дня свой делал фильтр и все в мусорку что ли?((
|
![]() |
Патч дурной ппц, о чем разрабы думают?????
Самоцветы стали на английском, а фильтр теперь должен быть на русском??? НАХРЕНА???? |
![]() |