All Projects → lucifering → PoeSmootherModCN

lucifering / PoeSmootherModCN

Licence: GPL-2.0 license
中文版本PoeSmoother,带MOD特效替换功能

Programming Languages

C#
18002 projects

Projects that are alternatives of or similar to PoeSmootherModCN

POE-TradeMacro
Price checking script for Path of Exile.
Stars: ✭ 963 (+5250%)
Mutual labels:  poe, path-of-exile, pathofexile
LibBundle
Library and programs for bundle.bin in Content.ggpk of PathOfExile
Stars: ✭ 26 (+44.44%)
Mutual labels:  poe, path-of-exile, pathofexile
PoE-HarvestVendor
Tool for getting the list of crafts out of Horticrafting station in Path of exile
Stars: ✭ 68 (+277.78%)
Mutual labels:  poe, pathofexile
PoEFlaskScript
An autohotkey Script for using flasks in Path of Exile
Stars: ✭ 38 (+111.11%)
Mutual labels:  poe, pathofexile
SlimTrade
A trade macro overlay for the game Path of Exile
Stars: ✭ 78 (+333.33%)
Mutual labels:  poe, pathofexile
PathOfBuildingAPI
API for Path of Building's build sharing format for builds in Path of Exile.
Stars: ✭ 25 (+38.89%)
Mutual labels:  poe, pathofexile
poe-currency-flip-planner
This tool is an attempt at planning short-term arbitrage deals of currency in Path of Exile.
Stars: ✭ 95 (+427.78%)
Mutual labels:  poe, pathofexile
Pal2
Path of Exile Addon Launcher and Manager
Stars: ✭ 115 (+538.89%)
Mutual labels:  pathofexile
Filtration
The Path of Exile loot filter editor
Stars: ✭ 245 (+1261.11%)
Mutual labels:  pathofexile
Path Of Leveling
A tool written in Java, with an interactive UI, for Path of Exile. Plan your leveling, track your XP and navigate through the acts.
Stars: ✭ 69 (+283.33%)
Mutual labels:  pathofexile
Currency Cop
👮💸 Currency Cop is the net worth calculator for Path of Exile
Stars: ✭ 207 (+1050%)
Mutual labels:  pathofexile
Pta
PoE Trade Assistant
Stars: ✭ 19 (+5.56%)
Mutual labels:  pathofexile
Pypoe
Collection of Python Tools for Path of Exile
Stars: ✭ 203 (+1027.78%)
Mutual labels:  pathofexile
Xenontrade
Path of Exile trading app for price checking and trade whisper management
Stars: ✭ 122 (+577.78%)
Mutual labels:  pathofexile
poe-css
A better way to write Path of Exile item filters.
Stars: ✭ 18 (+0%)
Mutual labels:  path-of-exile
Poe Sniper
A cross-platform open source Path of Exile item sniper with a user friendly interface
Stars: ✭ 81 (+350%)
Mutual labels:  pathofexile
Pathofbuilding
Offline build planner for Path of Exile.
Stars: ✭ 957 (+5216.67%)
Mutual labels:  pathofexile
Labcompass
An overlay aiming to improve the quality of life when running labyrinths in Path of Exile.
Stars: ✭ 174 (+866.67%)
Mutual labels:  pathofexile
Neversink Filter
This is a lootfilter for the game "Path of Exile". It hides low value items, uses a markup-scheme and sounds to highlight expensive gear and is based on economy data mining.
Stars: ✭ 2,164 (+11922.22%)
Mutual labels:  pathofexile
Repoe
Repository of Path of Exile data for tool developers
Stars: ✭ 173 (+861.11%)
Mutual labels:  pathofexile

PoeSmootherModCN

===================================
中文版本PoeSmoother,带MOD特效替换功能

English README:

https://github.com/lucifering/PoeSmootherModCN/blob/master/README_EN.md

下载地址:

https://github.com/lucifering/PoeSmootherModCN/archive/master.zip

(开发IDE:VS2015。bin\Release 文件夹下面的就是生成的结果)

或:
http://pan.baidu.com/s/1mi7bSqG (百度盘里的可能不是最新的)

项目基于PoeSmoother:https://github.com/thisTwo/PoeSmoother


程序需要 Microsoft .NET Framework 4.5 运行环境。

修改前请备份 GGPK 文件

可能会被Ban!!!  

1.备份你的 Content.ggpk 文件。

2.打开PoeSmoother.exe,选择你的 Content.ggpk 文件。

3.等待 100%:

开始解析 GGPK...

10.00%

20.00%

30.01%

40.02%

50.02%

60.02%

70.02%

80.17%

90.17%

100.00%

正在建立目录树...

遍历目录树....

全部完成!

4.勾选你想要的功能,自动打入补丁,如果想取消,那么只要再点一次取消勾选即可。

5.进入游戏查看效果。

简化功能(防卡机):

image

自定义MOD:

image

image

点击下方的国旗图标可以进行切换语言(目前只有简体中文和英文)。

另外这个程序也可以当做打补丁和汉化的工具,把补丁或汉化补丁拖到左边侧边栏即可,提示替换,点击确定即可替换文件。 (也支持amsco的汉化包)

我的博客:http://poetw.blog.163.com/

不修改程序的情况下进行自定义菜单

===================================

2017年4月5日17 由于mod的变动可能比较大,所以把这个功能作为可配置的,用户可以自己添加mod tab选项自定义功能。

MOD.js文件是一个json格式的文件(文件编码是UTF-8,如果出现乱码那么就是保存文件的编码问题),里面配置了mod tab需要显示的项目,和用于替换的用的文件路径。     修改文件前请确定自己熟悉JSON格式。

基本的格式如下:   [ { "Name": "- 黄色字的内容", "Items": [ {
"Content": "- 子项目1",
"ToolTip": "子项目1的鼠标提示内容", "Tag": { "ToolTipImg": "/mod/文件夹下的预览图", "NewMOD": ["这里是打勾后要替换的新特效路径"], "OldMOD": ["这里是取消打勾后要还原的新特效路径"] } } ] } ]

1.注意最外层是一个数组。

2.注意items是一个数组。

3.注意NewMOD和OldMOD也是数组,并且长度相同。

4.注意NewMOD和OldMOD的路径是config开头到对应的修改补丁的Art或者Metadata,例子: "NewMOD": ["config/MOD/CharacterEssenceWings/newEffects/Metadata"]

    效果如:

image

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].