Перейти к содержимому
Mineforgian

BioTechnica Challenge

BioTechnica Challenge is a Minecraft event like a Terminator (the opposite of the Manhunt). This modpack was made to simplify the setup of this type of event.

Загрузки
2K
Подписчики
1
Обновлён
1 июня 2023 г.
Лицензия
AGPL-3.0-only

Опубликован 7 мая 2023 г.

Presentation

BioTechnica Challenge is a Minecraft event like a Terminator (the opposite of the Manhunt).

This event can be streamed or recorded and uploaded to a streaming plateform: it's pretty fun to watch this type of content.

You can also add semi-rp to take away some of the boring aspects of survival on Minecraft.

The rules of this event

  • Several players (the heros) with one life against one speedrunner (the hunter) with multiple life
  • The goal of the heros is to kill the Ender Dragon and to build a house with farms and redstone systems
  • The goal of the hunter is to kill the heros

Play

To play with this modpack, you must install it on the server-side and on the client-side.

Client Side

To install it on the client-side, install it as a normal Modrinth modpack.

Follow these instructions if you don't know how to install it.

If you don't know wich launcher used, I recommend you to use the PrismLauncher.

Server Side

There are two ways to install the modpack on the server side: Docker and mrpack-install.

After installing the server, don't forget to setup Simple Voice Chat by editing the file config/voicechat/voicechat-server.properties (necessary if you are using Docker or a custom setup) and to look at the Player Tracking Compass mod.

Docker

Follow these steps to install it with Docker:

  1. Install Docker
  2. Clone the repo git clone https://github.com/anhgelus/biotechnica-challenge.git
  3. Go into the folder called "docker" inside the cloned repo cd biotechnica-challenge/docker
  4. Rename the .env.example into .env mv .env.example .env
  5. Setup the environment variables inside the .env
    • MODPACK_LINK - Direct link to download the modpack (get it from Modrinth). It should look like this https://cdn.modrinth.com/data/t8UHSB82/versions/IDTqzFur/BioTechnica-Challenge-0.6.0.mrpack (outdated link here but the latest should look very similar to this)
    • EULA - Accept the Minecraft's EULA
    • MEMORY - The memory used by the server (at least 2G)
  6. And start the container ! docker compose up -d --build

mrpack-install

Follow these steps to install the modpack with mrpack-install:

  1. Install mrpack-install
  2. Get a direct link to download the modpack. It should look like this https://cdn.modrinth.com/data/t8UHSB82/versions/IDTqzFur/BioTechnica-Challenge-0.6.0.mrpack.
  3. Run mrpack-install LINK_TO_THE_MODPACK. It will create a folder called mc
  4. Go into this folder cd mc
  5. Start the server with java -jar quilt-server-launch.jar nogui.

Generating the server with Docker but running it outside of Docker

You don't want to install mrpack-install?

Just follow the steps to install it with Docker and stop it when Minecraft server start (you can see when it starts with docker compose logs).

It will create a folder called minecraft-data and follow these steps:

  1. Give you the own of the folder chown -R user:user minecraft-data
  2. Go into this folder cd minecraft-data
  3. Start the server with java -jar quilt-server-launch.jar nogui.

Credits

Thanks to

  • @SuperNoobYT for the configuration of CraftPresence!
  • @aypierre42 for the configuration of the Complementary Shader

Ченджлог

0.8.1Бета1.19.4 · 1 июня 2023 г.

No breaking changes.

Fix

Fix "unknown scoreboard '0'" (thrown by biotechnica-life:killer/i_am_the_killer) and add biotechnica-life:killer/i_am_not_the_killer to remove a killer

CI

Now delete these folders before installing the modpack with Docker:

  • mods
  • config
  • global_packs

Compatible with 0.8.0.

0.8.0Бета1.19.4 · 27 мая 2023 г.

No breaking changes and not compatible with previous versions.

Fix

  • Killers doesn't get the compass when they died

Datapacks

  • Reset time on start
  • Reset killers when a new killer is selected

Modpack

  • Update biotechnica-life datapack
  • Update mods
    • AutoHUD
    • BetterF3
    • Dynamic Crosshair
    • Presence Footstep
    • QSL
    • Simple Voice Chat
0.7.0Бета1.19.4 · 25 мая 2023 г.

No breaking changes

Datapacks

  • Update BioTechnica-Life
    • Function to start the game
    • Automatically manage the player tracking compass (give on die and clear the item from every hero)

Mods

  • Add LambdaDynamicLight (add optifine's dynamic light option to the game)
0.6.1Бета1.19.4 · 14 мая 2023 г.

Replay Mod:

  • Disable default recording
  • Disable rename pop-out

Compatible with the 0.6.0

0.6.0Бета1.19.4 · 11 мая 2023 г.

Fixes

Rollback sodium version to 0.4.10

Disable sodium-extra due to lack of feature of packwiz (if I have the time, I'm going to do a PR to add this feature)

Features

Add Global Packs

Create a new datapack to manage the life of players (biotechnica-life)

0.5.1Бета1.19.4 · 10 мая 2023 г.

Update every mods

Disable Xaero's World Map due to lack of optimization in large world

0.5.0Бета1.19.4 · 10 мая 2023 г.

Add Replay Mod and Xaero's World Map

Enable by default "hotkey debuging" in Distant Horizons

0.4.0Бета1.19.4 · 7 мая 2023 г.

Base of the modpack

Contains:

  • Optimization mod (Sodium, Starlight and more)
  • UI mod (Iris, AutoHUD and more)
  • Sound mod (Presence Footstep)
  • Voice Chat mod (Simple Voice Chat)
  • Cool resourcepack (Xali's Enhanced Vanilla)
  • Laggy Shaders with configuration (Complementary and Rethinking Voxels)
  • Event related mod (Player Tracking Compass)

Комментарии

Загружаем…