[EXPAND] [[messages]] messageTitle = "Fixes Excitation Coil Night Vision not being Infinite (#951)" messageBody = ''' [BUG] [IGNORE] checks = { compareBefore = "1.7-alpha-4" } [IGNORE] ''' [[messages]] messageTitle = "Better P2P Advanced Memory Card Improvements (#951)" messageBody = ''' [FEATURE] [DETAILS] details = [ "Interface P2P Support", "New Modes: Add as Output and Add as Input", "Allow Changing Input/Output in Right Click Menu", "Highlighting Improvements, separating Inputs/Outputs", "Bug Fixes, Especially relating to Multiple Inputs", ] [DETAILS] ''' [EXPAND] [FIXUP] sha = "07a793fb3683a51eefaa2362a27a53d2579d353c" newBody = ''' [EXPAND] [[messages]] messageTitle = "Misc AE2 Improvements (#950)" messageBody = """ [FEATURE] [DETAILS] details = [ \"Enables Color Applicator (with Tooltip)\", \"Enables Entropy Manipulator\", \"Enables Paint Balls\", \"Enables Matter Cannon (with Tooltip)\", \"Enables Quartz Wrenches\", ] [DETAILS] """ [[messages]] messageTitle = "Fix Unintended Alt Recipe for Cable Anchors (#950)" messageBody = "[BUG]" [EXPAND] ''' [FIXUP]
Expert Mode Instalation
Config Changes for Normal and Expert Mode are found in /config-overrides/normal
and /config-overrides/expert
respectively.
Users can use any of the below methods to replace configs:
Manual
- Drag the files inside
/config-overrides/expert
into the mainconfig
folder, as shown in the below image.
Automatic Installation
-
Windows:
- Download here (right click - save as) save it to the root directory of the pack (the same level as
\config
). - Run the pack mode switcher in a terminal with
./pack-mode-switcher.bat
- Download here (right click - save as) save it to the root directory of the pack (the same level as
-
Any GNU/Linux (Mac and Linux) System:
- Run
curl -O https://raw.githubusercontent.com/Nomi-CEu/Nomi-CEu/main/pack-mode-switcher.sh
to download the file. - Verify the contents with your editor of choice.
- Run
chmod +x pack-mode-switcher.sh; sh pack-mode-switcher.sh
in the pack root directory (the one containing/config
).
- Run