Skip to content

Commit

Permalink
Add mod highlights
Browse files Browse the repository at this point in the history
  • Loading branch information
brunoanc committed Mar 7, 2023
1 parent 3e34a41 commit 595b0e0
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 4 deletions.
12 changes: 8 additions & 4 deletions EternalModInjectorShell/EternalModInjectorShell.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,15 @@
# along with EternalBasher. If not, see <https://www.gnu.org/licenses/>.

# Script version
script_version="v6.66-rev2.11"
script_version="v6.66-rev2.12"

# Game version
game_version="6.66 Rev 2"

# Colors
if [ "$skip_debug_check" != "1" ]; then red=$'\e[1;31m'; fi
if [ "$skip_debug_check" != "1" ]; then grn=$'\e[1;32m'; fi
if [ "$skip_debug_check" != "1" ]; then ylw=$'\e[1;33m'; fi
if [ "$skip_debug_check" != "1" ]; then blu=$'\e[1;34m'; fi
if [ "$skip_debug_check" != "1" ]; then end=$'\e[0m'; fi

Expand Down Expand Up @@ -284,10 +285,13 @@ if [ "$?" != "0" ]; then
fi
}

printf "%s\n" "${grn}EternalModInjector Shell Script ${script_version}
printf "%s\n\n" "${grn}EternalModInjector Shell Script ${script_version}
By Leveste and PowerBall253
Based on original batch file by Zwip-Zwap Zapony${end}
"
Based on original batch file by Zwip-Zwap Zapony${end}"

# Highlighted mods
printf "\n%s\n\n" "${ylw}Check out some hightlighted mods: https://www.github.com/leveste/EternalBasher/mods.md${end}"
sleep 1

first_time="0"

Expand Down
17 changes: 17 additions & 0 deletions mods.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Highlighted mods
Not sure which mod to play next? Here are some of the most popular mods:

## Recently released
* [**KaiserCampaign Act 3:**](https://www.nexusmods.com/doometernal/mods/69) A handcrafted and extensive overhaul of the entire base campaign for DOOM Eternal.

## All-time
* [**Horde Mode:**](https://www.nexusmods.com/doometernal/mods/51) Original Horde Mode mod for DOOM Eternal.
* [**Horde Mode: Trial of the Dark Lord:**](https://www.nexusmods.com/doometernal/mods/1249) Horde Mode sequel, with new mechanics, enemy variants, and meathook platforming.
* [**KaiserCampaign:**](https://www.nexusmods.com/doometernal/mods/69) A handcrafted and extensive overhaul of the entire base campaign for DOOM Eternal.
* [**Deathmatch:**](https://www.nexusmods.com/doometernal/mods/1041) Engage in Slayer vs Slayer combat within BATTLEMODE & CAMPAIGN maps.
* [**Co-operative Mode:**](https://www.nexusmods.com/doometernal/mods/1062) Fight an onslaught of demons with friends in BATTLEMODE & CAMPAIGN maps.
* [**Anny's Randomizer**](https://discord.gg/XHEbebTKJ6) Enemy randomizer for all DOOM Eternal levels.
* [**Neo NoHub-NoCameras-NoIntro:**](https://www.nexusmods.com/doometernal/mods/97) Removes the hubs completely, most unskippable camera sequences and all campaign intros.
* [**Custom Master Levels**](https://www.nexusmods.com/doometernal/search/?BH=0) Custom Master Levels are the best way to test your DOOM Eternal skills.
* [**Viewmodel FOV Mod:**](https://www.nexusmods.com/doometernal/mods/49) Increases the viewmodel FOV of each weapon.
* [**Keep the Dead:**](https://www.nexusmods.com/doometernal/mods/1) Keeps the blood, gibs, and kills much longer.

0 comments on commit 595b0e0

Please sign in to comment.