新建2021-05-12

Fixes:

- #2: Battery discharge is capped at 4A in 16x CEF/CEU with constrainBattery = false

- Added basic energy flow measurement tool. It's explained in the commit message, if you are interested.

2021-02-18

修复: 修正了在JEI中删除禁用转换器的问题。终于都完事了,我太难了

 

fix: Corrected removing disabled converters in JEI

2021-02-07

警告! 更新CEU会使CEU/CEF的内部存储能量失效。电池应该不会受到影响,只是转换器本身的缓冲区。

如果你在更新后有问题,请发布问题。


新功能:

- 电池的充电模式:

  - 您可以让电池只充电/只放电。

  - GTCE电池/RF电池可以有不同的设置。

  - 默认值为 "充电和放电"。


- 多槽CEU/CEF的充电策略:

  - 您可以控制转换器如何将能量分配给电池。

  - 目前有三种模式。

      - 最先空的模式(默认)

      - 给电池提供能量,首先是储存能量最少的电池,其次是储存能量最少的电池,然后是储存能量最少的电池,第三是储存能量最少的电池,以此类推...... 反正我是看懂了,不知道有没有看不懂的

      - 相当平稳的分布

      - 部分电池中断后的最高恢复能力

      - 如果第一个或者第二个缺电的电池消耗完了所有能量供应,则不能分配。

    - 第一个插槽优先(之前的更新行为):

      - 先给槽内第一人提供能量,再给槽内第二人提供能量,以此类推......

      - 恐怖

      - 即使在提供足够能量的情况下,也能使电池处于缺电状态。

      - 但你可以控制电池之间的优先级,所以这是我想的事情。

      - 同时它也是所有模式中实施最快的模式。

    - 分发

      - 试图给每个电池平均分配能量。

      - 剩余部分将以先到先得的方式分配。

      - 所有算法中最重要的算法。

      - 并不能真正提供从部分停机中恢复的能力,尽管它比第一槽优先要好。

      - 就先用能量最低的电池。


    - 所有更新前放置的CEU/CEF在更新后将开始先使用最先空的模式。


- 新增配置选项:“constrainBattery”

  - 如果是“true”,转换器内的电池输出的能量不会超过等于1A的能量。

  - 如果是“false”,电池就会像平时一样,每次能发出多少就发出多少。

  - 默认值为“false”

 

- CEU/CEF现在在工具提示中显示转换率。

- CEU/CEF的新子画面。sprites 专业术语搞事情


修复:

- 修复了无限能量发射器/无限能量接收器的GUI问题。

- 我不知道为什么MAX级的CEU/CEF没有显示在创造模式栏中... 难道它没有被注册吗?我不知道,但现在有了。



WARNING! Updating CEU will void internally stored energy of CEU/CEF. Batteries shouldn't affected, just buffer inside converter itself.

If you have issues after updating, please post an issue.


NEW FEATURES:

- Charge mode for batteries

  - You can make batteries charge only / discharge only

  - Different settings can be applied to GTCE batteries / RF batteries

  - Default value is 'charge and discharge'


- Charge strategy for multi-slot converters

  - You can control how converters would distribute energy to batteries

  - There's currently three modes:

    - Most Empty First (Default)

      - Gives energy to battery with least energy stored first, then second least energy stored next, then third, and so on...

      - Decently smooth distribution

      - Highest recoverability from partial battery outage

      - Cannot distribute if first or second hungry one eats entire energy supply

    - First Slot First (Previous Update Behavior)

      - Gives energy to first in slot first, then second in slot, and so on...

      - Terrible

      - Has ability to make batteries starve even with enough energy is provided

      - But you can control priority between batteries, so that's a thing I guess

      - Also it's the fastest implementation of all strategies

    - Distribute

      - Tries to give each battery equally divided energy

      - Remainders will be distributed with first-slot-first

      - Heaviest algorithm of all

      - Doesn't really provide recoverability from partial outage, though it's better than first-slot-first

      - Just use most empty first lmao


  - All converters placed before update will start to use most empty first after update.


- New config option: constrainBattery

  - If true, batteries inside converters will output no more than energy equal to 1 ampere

  - If false, batteries will emit whatever amount they can emit at a time like usual

  - Default value is false


- CEU/CEF now displays conversion rate in their tooltip

- New sprites for CEU/CEF


FIXES:

- Fixed issue with Infinite Emitter/Receiver's GUI

- I don't know why didn't max tier CEU/CEF show up in creative tabs... Didn't it got registered? I don't know, but it's there now.

2020-01-29

- 更新到最新版本的GregTech(1.9.0.481)


- Updated to latest version of GregTech (1.9.0.481)

2019-10-16

- 更新到最新版本的GTCE(1.8.9.457)


- Updated to latest version of GTCE (1.8.9.457)

2019-07-06

- 现在可以从CEU/CEF中提取电池。

- 非常小的修复。


- Now batteries can be extracted from CEU/CEF.

- Very minor fixes.

2019-06-23

- 现在禁用CEU/CEF/创造从JEI中隐藏。

- 增加了'exactVoltage'配置选项,如果该选项设置为 "true",你必须使用与CEU/CEF相同电压的电池。

- 如果选项设置为 "true",你必须使用与CEU/CEF完全相同电压的电池。

- 如果设置为false,它将接受任何层级的电池。默认情况下是false。


-Now disabled CEU/CEF/Creative Energy Sources are hidden from JEI.

-Added 'exactVoltage' config option. If the option is set to true, you have to use batteries with exact same voltage as CEU/CEF's. On false, it will accept any tier of batteries. False by default.

2019-04-10

- 看来我犯了我整个模组制作生涯中最愚蠢的错误。


- Looks like I made the dumbest mistake of my entire modding career.

2019-04-10

※对不起,你可能想使用最新的版本。

- 更新到最新版本的GTCE(1.7.0.387)


※ Sorry, but you might wanted to use the latest one.

- Updated to latest version of GTCE ( 1.7.0.387 )

2019-03-27

- 删除了 " GA Circuit "选项。

- 现在配置选项修复了......而且GA还删除了电路。真让人郁闷。

- 修复CEF工具提示。

- 添加了ICEU/ICEF/IC2 EU发射器/IC2 EU接收器的占位图。

- 我不记得其他的东西,所以我想就是这样了。


- Removed 'GA Circuit' option

- Now the config option is fixed.. and GA removed the circuits. That's depressing.

- Fixed CEF tooltip

- Added placeholder textures for ICEU/ICEF/IC2 EU Emitter/ IC2 EU Receiver

- I couldn't remember something else, so that's it I guess

2019-03-23

警告:我试图添加IC2 EU支持,但以惨败告终。目前IC2 EU转换器完全没有任何作用,事实上,它更像是要破坏你的游戏,所以不要乱来。请更耐心地等待,直到我设法完全实现这个功能。

- 重新组织的配置选项

- 新的配置文件名称是ceu.cfg,而不是gregtech_ceu.cfg。不知道为什么我把文件命名为gregtech_ceu,不过还好。

- 在创建ceu.cfg的时候,游戏会把gregtech_ceu.cfg中的选项复制到ceu.cfg中,好吧......至少它在尝试。所以你不需要删除gregtech_ceu.cfg     然后再修改你的选项。但请检查 ceu.cfg 以防出现任何错误。

- 增加了新的无限能量源/接收器。

- 新的能量源基于GregTech机器。

- 你可以从GUI中调整一些选项。(例如,你可以切换 "无限能量模式",允许简单地给你的基地供电。你也可以调整输出电压。)

- 新的能量源现在会连接到 GT 的线缆上!是的,原先并不会。

- 旧的能源已经消失了。好吧,技术上它没有消失,但现在你不能用它做任何事情。

- 修正了错误的用户界面和工具提示

- 不出所料,'GA电路'功能无法使用。现在应该可以正常工作了。可能吧。


WARNING: I tried to add IC2 EU support but it failed miserably. Currently IC2 EU converter does absolutely nothing, in fact it's more like to break your game so don't mess with that. Please wait more patiently until I manage to fully implement the feature.

- Reorganized config options

- The new config file name is ceu.cfg, not gregtech_ceu.cfg. No idea why I named my file to gregtech_ceu but okay.

- While creating ceu.cfg, the game copies the options in gregtech_ceu.cfg to ceu.cfg. well... at least it tries. So you don't need to remove gregtech_ceu.cfg and change your options again. But check ceu.cfg in case of any error.

- Added new infinite energy source/receiver

- The new energy sources are based on GregTech machine

- You can tweak some options from GUI. (e.g. You can toggle 'infinite energy mode' on, allowing to simply powering your base. Also you can adjust output voltage.)

- The new energy sources now sticks to GregTech cables! Yes it didn't back then.

- The old energy sources are gone. Well technically it's not gone, but now you can't do anything with it.

- Fixed broken UI and tooltip

- Not surprisingly, the 'GA Circuit' feature was not working. Now it should work fine. Probably.

2019-02-09

******** 电池插在CEU/CEF上的电池将随着新版本的推出而消失。同时能量也会消失。CEU/CEF放在世界上导致问题的几率很低,但我不相信自己。更新后再拆开放置就好了,以防出现一些烦人的小毛病。********

- 更新到最新版本的GTCE (1.5.17.167)。


******** Batteries plugged in CEU/CEFs will be VANISHED with new version. Also the energy would be gone. The chance of CEU/CEFs placed in the world causing problem is low, but I don't trust myself. Just disassemble them and place after update, in case of some annoying glitches. ********

- Updated to latest version of GTCE (1.5.17.167).

2019-01-19

- 更新至最新版本的GTCE(1.0.142)。

- 你现在可以使用Gregic Additions中的电路(矿物词典中circuitGA开头的)制作CEU。可配置。
(我无法测试它,因为Gregic Additions目前与最新的GTCE不兼容。)


- Updated to latest version of GTCE (1.0.142).

- You can now craft CEUs using circuits from Gregic Additions(circuitGA~~ in ore dictionary). Configurable.

(I couldn't test it, since GA is not compatible with newest GTCE right now.)

2018-10-15

- 修复CEU/CEF的交互。
- 添加了一些方块,用于测试和调试。


- Fixed CEU/CEF's interactions.

- Added some blocks for testing and debugging.

2018-10-08

- 新的配置选项:

  1. 禁用特定(电压)等级的 CEU/CEF。

  2. 修改特定电压等级的CEU/CEF转化率。

- 你可以在CEU中为FE电池/工具充电,并在CEF中将其用作电池。


- New configurable options - Disable CEU/CEF for specific tier, different CEU/CEF conversion rate for specific tier

- You can charge FE batteries/tools in CEU, and use them as battery in CEF.

2018-09-04

- 初次发布。


- Initial Release.

你已经到达了世界的尽头..