No description
Go to file
SeaswimmerTheFsh 91aa3791ac
All checks were successful
Build Exported Instance Files / Build Prism Launcher Export (push) Successful in 9s
Build Exported Instance Files / Build ATLauncher Export (push) Successful in 7s
Update README.md
2024-02-05 20:47:06 +00:00
.forgejo/workflows fixed workflow again 2024-02-05 14:46:12 -05:00
instance added automatic building for instance files 2024-02-05 14:42:09 -05:00
src Version bump to 0.7.2 2023-11-30 16:39:51 -05:00
.gitattributes initial commit 2023-11-11 21:16:20 -05:00
.gitignore Version bump to 0.6.0 2023-11-16 20:05:51 -05:00
CONTRIBUTING.md initial commit 2023-11-11 21:16:20 -05:00
LICENSE initial commit 2023-11-11 21:16:20 -05:00
README.md Update README.md 2024-02-05 20:47:06 +00:00
unsup.ini fix(unsup.ini): AdrenaFactory --> GalacticFactory 2023-11-11 21:24:00 -05:00
unsup_setup.ps1 fix(unsup_setup): main --> master 2023-11-11 21:19:46 -05:00
unsup_setup.sh fix(unsup_setup): main --> master 2023-11-11 21:19:46 -05:00

GalacticFactory

Static Badge

Installation

Installing with Prism Launcher or ATLauncher

Go to the Releases page of this repository and download GalacticFactory - Prism Launcher.zip or GalacticFactory - ATLauncher.zip, depending on your launcher

Alternatively, you can use this link in your launcher instead of downloading the zip file manually.

# For Prism Launcher
https://coastalcommits.com/GalacticFactory/GalacticFactory/releases/download/Pre-Release/GalacticFactory%20-%20Prism%20Launcher.zip

# For ATLauncher
https://coastalcommits.com/GalacticFactory/GalacticFactory/releases/download/Pre-Release/GalacticFactory%20-%20ATLauncher.zip

image

Installing with unsup

(Other Launchers/Servers)

unsup is a useful tool that lets you automatically install and update a modpack through the Packwiz pack.toml file of that pack.

First, you need to download the unsup_setup script compatible with your system.
If you're on Windows, use this link.
If you're on Linux or MacOS, use this link.
After that, follow the instructions below for your platform:

Servers

First, move the unsup_setup script to your server's root folder (the folder that has your server .jar) and run it, then add the following to your unix_args.txt file.

-javaagent:unsup.jar

You'll also want to add the following line to your unsup.ini file, under preset=minecraft.

no_gui=true

After this, I recommend following the post-install guide:

Post-install tips and tricks

Pre-loading chunks (Servers)

I highly recommend pre-loading your chunks so that you can prevent lag when players generate new ones. Chunky is included in GalacticFactory as of 0.2.0, here are a few basic commands to pre-load with the mod. Keep in mind that pre-loading can take quite a long time, and you should probably do it when people aren't online.

Choose the world, replacing minecraft:overworld with the corresponding world:

chunky world minecraft:overworld

Choose the radius to pre-load, replacing 2500 with how much you want to do:

chunky radius 2500

After choosing the world and the radius, start pre-loading:

chunky start

Modrinth App

Create a new 1.20.1 Forge instance, and go to your settings page.

Then, move the unsup_setup file to your instance's .minecraft folder and run it. You can click the Folder button to open your instance's folder.

Scroll down in your settings page until you find the Java category. Click the Override global java arguments button, then put the following argument into your Java arguments field.

-javaagent:unsup.jar

Launch the game, and the modpack will automatically download itself and update on launch.

Other Launchers

If your launcher supports custom JVM arguments, move the unsup_setup file into your instance's .minecraft folder and run it, then add the following argument to your JVM arguments.

-javaagent:unsup.jar

If it doesn't, please contact us in our Discord server.
We do not support the vanilla Minecraft Launcher. If you're looking for a launcher to use, I'd recommend Prism Launcher.

Modifying Optional Content

This modpack includes some mods that are optional. You can turn these on or off in the Unsup Installation GUI.

  • Delete the .unsup-state.jsonfile in your .minecraft/instance directory.
    • Make sure you have hidden files set to show up in File Explorer.
  • Start the game.
  • Click on the mods you'd like to install. Hovering over a mod's name will show its description.
View Image

image

  • Click OK. You're done!