parent
ca47584704
commit
27f7bd88e5
54
README.md
54
README.md
@ -14,15 +14,15 @@
|
||||
## Features:
|
||||
- GregTech Community Edition Unofficial, and its related mods, which are actively developed
|
||||
- Updated quests, progression and balance changes
|
||||
- Overhauled circuit progression closely following CEu stock
|
||||
- Multiblock versions of nearly all machines, including EBF, Freezer and DT, processing up to 256 recipes in parallel
|
||||
- New processing chains for Naquadah, Advanced SMDs, Crystal Chips, and more
|
||||
- Fixed lots of unpleasant CE-ness - fixed infinite Amp bug, different ore stone types don't clog up your inventory, etc.
|
||||
- Overhauled circuit progression closely following CEu stock
|
||||
- Multiblock versions of nearly all machines, including EBF, Freezer and DT, processing up to 256 recipes in parallel
|
||||
- New processing chains for Naquadah, Advanced SMDs, Crystal Chips, and more
|
||||
- Fixed lots of unpleasant CE-ness - fixed infinite Amp bug, different ore stone types don't clog up your inventory, etc.
|
||||
- Super-performant emissive effects on machines, coil blocks, the Fusion Reactor, and more
|
||||
- Assembly Line Research, Cleanrooom, and other ported and improved features from GT5
|
||||
- Updated questbook to guide you through all the new stuff, including a completely new chapter, the Processing Lines Tab, to give you more info, useful tips and a visual representation of different processing lines, both new and old
|
||||
- Assembly Line Research, Cleanrooom, and other ported and improved features from GT5
|
||||
- Updated questbook to guide you through all the new stuff, including a completely new chapter, the Processing Lines Tab, to give you more info, useful tips and a visual representation of different processing lines, both new and old
|
||||
- Many QoL features - Wiremill can produce any wire, Creative Tank no longer uses fluids, new creative chests and tanks from CEu, etc.
|
||||
- And more...
|
||||
- And more...
|
||||
|
||||
## Translations
|
||||
Translations are offered for Nomi-CEu, in a separate 'language pack'. This is available to download [here](https://nightly.link/Nomi-CEu/Nomi-CEu-Translations/workflows/pushbuildpack/main?preview) (download the 'nomi-ceu' zip for Nomi-CEu).
|
||||
@ -36,17 +36,18 @@ This is available on our [wiki](https://github.com/Nomi-CEu/Nomi-CEu/wiki).
|
||||
Details on how to setup a basic server, and some important server admin information, are listed [here.](https://github.com/Nomi-CEu/Nomi-CEu/blob/main/serverfiles/README.md)
|
||||
|
||||
## Addon Mods
|
||||
Nomi-CEu comes with addon scripts for the following mods. You can drop them into the mods folder, and their recipes will be adjusted accordingly.
|
||||
- [AE2 Fluid Crafting Rework](https://www.curseforge.com/minecraft/mc-mods/ae2-fluid-crafting-rework)
|
||||
- [Compact Machines](https://www.curseforge.com/minecraft/mc-mods/compact-machines)
|
||||
- [Flux Networks](https://www.curseforge.com/minecraft/mc-mods/flux-networks)
|
||||
- [Lazy AE2](https://www.curseforge.com/minecraft/mc-mods/lazy-ae2)
|
||||
- [Project Red - Illumination](https://www.curseforge.com/minecraft/mc-mods/project-red-illumination)
|
||||
Nomi-CEu comes with addon scripts for the following mods. You can drop them into the mods folder, and their recipes will be adjusted accordingly.
|
||||
|
||||
- [AE2 Fluid Crafting Rework](https://www.curseforge.com/minecraft/mc-mods/ae2-fluid-crafting-rework)
|
||||
- [Compact Machines](https://www.curseforge.com/minecraft/mc-mods/compact-machines)
|
||||
- [Flux Networks](https://www.curseforge.com/minecraft/mc-mods/flux-networks)
|
||||
- [Lazy AE2](https://www.curseforge.com/minecraft/mc-mods/lazy-ae2)
|
||||
- [Project Red - Illumination](https://www.curseforge.com/minecraft/mc-mods/project-red-illumination)
|
||||
|
||||
\* Note: If you are adding these mods via the CurseForge app, remove the extra copy of AE2 **(*non*-extended life)**, of which it might automatically download.
|
||||
|
||||
## Expert Mode
|
||||
If you want a harder, or perhaps a more "true" GregTech experience, check out the Expert mode. This pack mode is based on the [Self-Torture Edition Fork](https://github.com/NotMyWing/Omnifactory-Self-Torture-Edition) of the original pack.
|
||||
## Expert Mode
|
||||
If you want a harder, or perhaps a more "true" GregTech experience, check out the Expert mode. This pack mode is based on the [Self-Torture Edition Fork](https://github.com/NotMyWing/Omnifactory-Self-Torture-Edition) of the original pack.
|
||||
|
||||
### Highlights include:
|
||||
- Forced Peaceful Mode
|
||||
@ -55,8 +56,8 @@ If you want a harder, or perhaps a more "true" GregTech experience, check out th
|
||||
- The Steam Age
|
||||
- More Focus on GT Power Generation
|
||||
- No Creative Tank; instead...
|
||||
- Stabilized Micro Miners for late-game infinite resources
|
||||
- Harder recipes for assorted things like Iridium, Graphene, Numismatic Dynamos, and more
|
||||
- Stabilized Micro Miners for late-game infinite resources
|
||||
- Harder recipes for assorted things like Iridium, Graphene, Numismatic Dynamos, and more
|
||||
|
||||
### Installation Instructions:
|
||||
|
||||
@ -64,14 +65,13 @@ If you want a harder, or perhaps a more "true" GregTech experience, check out th
|
||||
|
||||
<hr>
|
||||
|
||||
##### Windows:
|
||||
- Download the script [here](https://raw.githubusercontent.com/Nomi-CEu/Nomi-CEu/main/pack-mode-switcher.bat), and 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`
|
||||
##### Windows:
|
||||
1. **(CurseForge Downloads Only)** Download the script [here](https://raw.githubusercontent.com/Nomi-CEu/Nomi-CEu/main/pack-mode-switcher.bat), and save it to the root directory of the pack (the same level as `\config`).
|
||||
2. Run the pack mode switcher in a terminal with `./pack-mode-switcher.bat`
|
||||
|
||||
##### Apple/GNU/Linux:
|
||||
- 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`).
|
||||
##### Mac/GNU/Linux:
|
||||
1. **(CurseForge Downloads Only)** Run `curl -O https://raw.githubusercontent.com/Nomi-CEu/Nomi-CEu/main/pack-mode-switcher.sh` to download the script, or download it [here](https://raw.githubusercontent.com/Nomi-CEu/Nomi-CEu/main/pack-mode-switcher.sh).
|
||||
2. Run `chmod +x pack-mode-switcher.sh; sh pack-mode-switcher.sh` in the pack root directory (the one containing `/config`).
|
||||
|
||||
<hr>
|
||||
|
||||
@ -82,8 +82,8 @@ Original pack by [Exaxxion](https://github.com/Exaxxion).
|
||||
Stabilized miner textures from [Self-Torture Edition](https://github.com/NotMyWing/Omnifactory-Self-Torture-Edition).
|
||||
README.md base from [Gregtech CEu](https://github.com/GregTechCEu/GregTech).
|
||||
Certain new quests from [GregTech Community Pack](https://github.com/GregTechCEu/GregTech-Community-Pack).
|
||||
GTCE item-ID to GTCEu item-ID conversion scripts by [brachy84](https://github.com/brachy84).
|
||||
GTCE item-ID to GTCEu item-ID conversion scripts by [brachy84](https://github.com/brachy84).
|
||||
Perfect Gem textures from [FurfSky Reborn](http://furfsky.net/). ([Permission](https://ibb.co/bBpksq0) at [this message](https://discord.com/channels/771187253937438762/774353150278369351/938438074503942184) in [FurfSky Reborn server](https://discord.gg/fsr)).
|
||||
Certain hard mode recipe chains and Magnetron texture from [GCY Science](https://github.com/GregTechCEu/gregicality-science).
|
||||
Flux Networks compatibility recipes from [smudgerox](https://github.com/smudgerox).
|
||||
Thank you!
|
||||
Flux Networks compatibility recipes by [smudgerox](https://github.com/smudgerox).
|
||||
**Thank you!**
|
||||
|
@ -1,19 +1,20 @@
|
||||
# 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:
|
||||
Users can use any of the below methods to replace configs:
|
||||
|
||||
## Manual
|
||||
- Drag the files inside `/config-overrides/expert` into the main `config` folder, as shown in the below image.
|
||||
- **Make sure to replace existing files!**
|
||||
- **MacOS: Merge folders, don't replace them!**
|
||||
|
||||

|
||||
|
||||
|
||||
## Automatic Installation
|
||||
- Windows:
|
||||
- Download [here](https://raw.githubusercontent.com/Nomi-CEu/Nomi-CEu/main/pack-mode-switcher.bat) (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`
|
||||
|
||||
- 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`).
|
||||
### Windows:
|
||||
1. **(CurseForge Downloads Only)** Download [here](https://raw.githubusercontent.com/Nomi-CEu/Nomi-CEu/main/pack-mode-switcher.bat) (right click - save as) save it to the root directory of the pack (the same level as `\config`).
|
||||
2. Run the pack mode switcher in a terminal with `./pack-mode-switcher.bat`.
|
||||
|
||||
### Mac/GNU/Linux System:
|
||||
1. **(CurseForge Downloads Only)** Run `curl -O https://raw.githubusercontent.com/Nomi-CEu/Nomi-CEu/main/pack-mode-switcher.sh` to download the script, or download it [here](https://raw.githubusercontent.com/Nomi-CEu/Nomi-CEu/main/pack-mode-switcher.sh).
|
||||
2. Run `chmod +x pack-mode-switcher.sh; sh pack-mode-switcher.sh` in the pack root directory (the one containing `/config`).
|
||||
|
Loading…
x
Reference in New Issue
Block a user