Package Details: serious-engine-git r480.698af6d-1

Git Clone URL: https://aur.archlinux.org/serious-engine-git.git (read-only, click to copy)
Package Base: serious-engine-git
Description: A game engine developed by Croteam for the classic Serious Sam games.
Upstream URL: https://github.com/ptitSeb/Serious-Engine
Keywords: classic engine game sam serious tfe tse
Licenses: GPL2
Submitter: sum01
Maintainer: fenuks
Last Packager: fenuks
Votes: 2
Popularity: 0.001897
First Submitted: 2017-06-26 00:37 (UTC)
Last Updated: 2024-02-25 14:25 (UTC)

Pinned Comments

sum01 commented on 2017-06-26 06:52 (UTC) (edited on 2018-05-04 01:58 (UTC) by sum01)

This builds for both the first and second edition, so to launch SS:TSE, open your terminal and type ssam

To launch SS:TFE, open your terminal and type ssam-tfe

Latest Comments

micwoj92 commented on 2024-02-21 19:46 (UTC)

Build fails, needs libogg in makedeps.

In file included from /build/serious-engine-git/src/Serious-Engine/Sources/External/libogg/include/ogg/ogg.h:25,
                 from /build/serious-engine-git/src/Serious-Engine/Sources/External/libvorbis/include/vorbis/codec.h:26,
                 from /build/serious-engine-git/src/Serious-Engine/Sources/External/libvorbis/include/vorbis/vorbisfile.h:27,
                 from /build/serious-engine-git/src/Serious-Engine/Sources/Engine/Sound/SoundDecoder.cpp:102:
/build/serious-engine-git/src/Serious-Engine/Sources/External/libogg/include/ogg/os_types.h:143:12: fatal error: ogg/config_types.h: No such file or directory
  143 | #  include <ogg/config_types.h>
      |            ^~~~~~~~~~~~~~~~~~~~
compilation terminated.

fenuks commented on 2023-04-29 19:03 (UTC)

Thank you @Anix for a fix; updated.

Anix commented on 2023-04-28 08:48 (UTC) (edited on 2023-04-28 08:54 (UTC) by Anix)

Please update the 25 line associated with sed to the one shown below.

sed -i 's/cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo/cmake -DCMAKE_BUILD_TYPE=Release/g' build-linux$_bits.sh

Because the current line of sed applies only to commented out lines

fenuks commented on 2022-01-23 20:23 (UTC)

@gameslayer It does build for me just fine, could you provide more information about your problem?

gameslayer commented on 2022-01-23 11:23 (UTC) (edited on 2022-01-23 11:32 (UTC) by gameslayer)

Build fails

[ 98%] Linking CXX executable ssam
[100%] Built target ssam
cp: cannot stat 'cmake-build/ssam-tfe': No such file or directory
==> ERROR: A failure occurred in build().
    Aborting..

I manually built the package and I do see a ssam binary in Serious-Engine/Sources/cmake-build but idk if it has completed or not

sum01 commented on 2018-04-12 19:42 (UTC)

@Hamish Read the README.md https://github.com/ptitSeb/Serious-Engine

Hamish commented on 2018-03-27 17:43 (UTC) (edited on 2018-03-27 17:44 (UTC) by Hamish)

I have built and installed the package successfully, but I am not sure where I am supposed to copy the data needed to make the game to run.

sum01 commented on 2017-06-26 06:52 (UTC) (edited on 2018-05-04 01:58 (UTC) by sum01)

This builds for both the first and second edition, so to launch SS:TSE, open your terminal and type ssam

To launch SS:TFE, open your terminal and type ssam-tfe