Sponge服务器内无线虚能矩阵GUI显示错误导致无法创建Wi-Fi
Hoagn-Dlb opened this issue · 6 comments
Confirmed.
You need to disable Just Enough Items (JEI) for a moment. Press the hotkey you set it to in options.
If JEI is disabled, you can set the Wi-Fi correctly.
Unfortunately yes, JEI doesn't wrap around AcademyCraft like how it does with other mods. If you want to blame someone, it's because weathfold decided to create a different system. xD
JEI has priority on top of AcademyCraft, despite it not being shown as such. I noticed you also have issues with other JEI buttons overlapping one another as well. That 'bookmark' window can be disabled at least. The buttons on the top might be movable.
Confirmed.
You need to disable Just Enough Items (JEI) for a moment. Press the hotkey you set it to in options.
If JEI is disabled, you can set the Wi-Fi correctly.Unfortunately yes, JEI doesn't wrap around AcademyCraft like how it does with other mods. If you want to blame someone, it's because weathfold decided to create a different system. xD
JEI has priority on top of AcademyCraft, despite it not being shown as such. I noticed you also have issues with other JEI buttons overlapping one another as well. That 'bookmark' window can be disabled at least. The buttons on the top might be movable.
But how about NEI and other mod like this?
You can use Control + O to enable/disable JEI's item list. It works the same as with NEI. You don't need to prevent the mod from loading in. You can use JEI with academycraft, but sometimes the item list is in the way, so Control + O can help with that issue.
To use the mod, you only need a Node.
That SSID is for when you need a larger network. You connect devices from the mod to the Node and you connect nodes to the SSID.
So you need to make Nodes.
I made this screenshot once to address a different issue:
https://user-images.githubusercontent.com/24900404/55283086-e1aac680-5352-11e9-9673-179ad8a86684.png
It shows how the Wireless Imag Matrix works and how it is merely extending the range of Nodes on the same network.
For short distances you only need a Node though.
You need to link the ability developer to a Node, and a powersource (such as the windmill) to the same Node. The Node then collects energy from the powersource and tries to send it to the ability developer.
If you need a lot more distance than what the Node can provide, that's when you need to use the Wireless Imag Matrix.
If the ability developer has power, you can type Learn and receive a category. You can learn abilities by clicking the icons, but only those available to you. Most abilities have requirements before you can learn them. The ability developer also requires enough power.
When you press N, you can set your learned skills in the hotkey slots. When you press V, you enter Esper Mode, from where you can then use the hotkeys to use the abilities. By default C can be used to switch between one of the four hotkey menus, but I usually change that since I always accidentally press the C key when I don't want to.
A side note: To set the skills you learned in those slots, you can also use an app installed in the data terminal. The data terminal can be accessed with the Alt key by default, but only after it has been installled.
These hotkeys can be defined manually by changing academy.cfg
` # [range: -1000 ~ 1000, default: 47]
I:ability_activation=47
# [range: -1000 ~ 1000, default: 62]
I:debug_console=62
# [range: -1000 ~ 1000, default: 49]
I:edit_preset=49
# [range: -1000 ~ 1000, default: 56]
I:open_data_terminal=56
# [range: -1000 ~ 1000, default: 46]
I:switch_preset=46`
If you wonder what the numbers are look here
49 = N for example.
I hope that helps. I also hope the links I added in will help. Good luck.