What is Parse Error?
This is a modification for Serious Sam Classic The First Encounter and Serious Sam Classic The Second Encounter.
This mod required https://github.com/tx00100xt/SeriousSamClassic or https://github.com/tx00100xt/SeriousSamClassic-VK to run.
Parse Error was created by fans of the game Serious Sam Classic and is distributed for free.
Description:
Parse Error is a game Modification for Serious Sam Classic.
Ton's of new game options allow you to create almost any type of Game Mode your little heart desires. New features include a Dual
Mini, Da Bomb and an alternate fire on several of the weapons. Crank up the Enemy Max as high as you can and let the InSamnity begin!!!
Author:
DwK (Dance with Kleer) is author this mod for windows.
Download SamTFE-ParseError.tar.xz archive and unpack to SeriousSamClassic/SamTFE/ directory. Download SamTSE-ParseError.tar.xz archive and unpack to SeriousSamClassic/SamTSE/ directory. You can also download the archive using curl or wget:
wget https://archive.org/download/sam-tfe-parse-error/SamTFE-ParseError.tar.xz
wget https://archive.org/download/sam-tse-parse-error/SamTSE-ParseError.tar.xz
To start the modification, use the game menu - item Modification.
Type this in your terminal:
git clone https://github.com/tx00100xt/SE1-ParseError.git
cd SE1-ParseError/Sources
./build-linux64.sh # use build-linux32.sh for 32-bits
After that , libraries will be collected in the Mods directory.
Copy them to SeriousSamClassic/SamTFE/Mods/PEFE2/Bin, SeriousSamClassic/SamTFE/Mods/PEFE2HD/Bin,
SeriousSamClassic/SamTSE/Mods/PESE2/Bin, SeriousSamClassic/SamTSE/Mods/PESE2HD/Bin folder.
Instead of building you can install packages from ppa by adding ppa:tx00100xt/serioussam to your system's Software Sources.
sudo add-apt-repository ppa:tx00100xt/serioussam
sudo add-apt-repository ppa:tx00100xt/serioussam-mods
sudo apt update
This PPA can be added to your system manually by copying the lines below and adding them to your system's software sources.
deb https://ppa.launchpadcontent.net/tx00100xt/serioussam/ubuntu YOUR_UBUNTU_VERSION_HERE main
deb-src https://ppa.launchpadcontent.net/tx00100xt/serioussam/ubuntu YOUR_UBUNTU_VERSION_HERE main
After adding ppa, run the commands:
sudo apt install serioussamclassic serioussamse-parseerror
or
sudo apt install serioussamclassic-vk serioussamse-parseerror
To build a game for gentoo, use a https://github.com/tx00100xt/serioussam-overlay containing ready-made ebuilds for building the game and add-ons.
To build a game under Arch Linux you can use the package from AUR: https://aur.archlinux.org/packages/serioussam
The build for raspberry pi is similar to the build for Linux, you just need to add an additional build key.
git clone https://github.com/tx00100xt/SE1-ParseError.git
cd SE1-ParseError/Sources
./build-linux64.sh -DRPI4=TRUE # use build-linux32.sh for 32-bits
Install bash. Type this in your terminal:
git clone https://github.com/tx00100xt/SE1-ParseError.git
cd SE1-ParseError/Sources
bash build-linux64.sh # use build-linux32.sh for 32-bits
After that , libraries will be collected in the Mods directory.
Copy them to SeriousSamClassic/SamTFE/Mods/PEFE2/Bin, SeriousSamClassic/SamTFE/Mods/PEFE2HD/Bin,
SeriousSamClassic/SamTSE/Mods/PESE2/Bin, SeriousSamClassic/SamTSE/Mods/PESE2HD/Bin folder.
Install dependes
brew install bison flex sdl2 libogg libvorbis zlib-ng cmake git
Type this in your terminal:
git clone https://github.com/tx00100xt/SE1-ParseError.git
cd SE1-ParseError/Sources
mkdir build
cd build
cmake -DCMAKE_BUILD_TYPE=Release ..
make -j8 && make install
mkdir build-xplus
cd build-xplus
cmake -DCMAKE_BUILD_TYPE=Release -DXPLUS=TRUE ..
make -j8 && make install
After that , libraries will be collected in the Mods directory.
Copy them to SeriousSamClassic/SamTFE/Mods/PEFE2/Bin, SeriousSamClassic/SamTFE/Mods/PEFE2HD/Bin,
SeriousSamClassic/SamTSE/Mods/PESE2/Bin, SeriousSamClassic/SamTSE/Mods/PESE2HD/Bin folder.
- This project can be compiled starting from Windows 7 and higher.
- Download and Install Visual Studio 2015 Community Edition or higher.
- Download and Install Windows 10 SDK 10.0.14393.795 or other.
- Open the solution in the Sources folder, select Release x64 or Release Win32 and compile it.
x86
aarch64
e2k
(elbrus)
Linux
FreeBSD
Windows
Raspberry PI OS
macOS
You can download a the automatically build based on the latest commit.
To do this, go to the Actions tab, select the top workflows, and then Artifacts.
- Serious Engine v1.10 is licensed under the GNU GPL v2 (see LICENSE file).