Bug#1065102: RFS: serioussam/1.10.6d+dfsg-1 [ITP] -- open source first person shooter developed by Croteam

2024-03-05 Thread Alexander Pavlov
Dear mentors.

I rewrote Debian patches to support the content of the demo version of
the game. The engine now supports the content of the demo version of
the game. When the game starts, the engine determines the installed
game content, and if it finds content from the demo version,
it turns on the mode for using the demo version of the content.


This allows games to be tested by anyone who does not have a copy
of the original game. A demo version of the game can be obtained
from many places.The most convenient way is to download using the
wget from the WebArchive. To install content from the demo version
of the game, open a terminal and run the following commands:

sudo apt install p7zip

wget https://archive.org/download/SeriousSamDemo/SeriousSamDemo.exe
wget
https://archive.org/download/SeriousSamPatches/serioussampatch105_usa.exe
7z x SeriousSamDemo.exe
7z x -y serioussampatch105_usa.exe
mkdir ~/.serioussam
cp -ax Disk1/* ~/.serioussam
rm -fr Disk1

wget https://archive.org/download/serioussamsedemo/SeriousSamSEDemo.exe
wget
https://archive.org/download/SeriousSamPatches/secondencounterpatch107_usa.exe
7z x SeriousSamSEDemo.exe
7z x -y secondencounterpatch107_usa.exe
mkdir ~/.serioussamse
cp -ax Disk1/* ~/.serioussamse
rm -fr Disk1

When you first launch the game, goto Menu -> Options -> Execute Addons
and select the default option. The demo version uses old settings scripts.
New ones you can take here: https://github.com/tx00100xt/SeriousSamClassic
Just rewrite the Scripts directory replacing the files.

I also added how to install the content of the demo version of the game
in README.Debian, README.source and manpages.

Best Regards,
Alexander Pavlov.


Bug#1065102: RFS: serioussam/1.10.6d+dfsg-1 [ITP]

2024-02-29 Thread Alexander Pavlov
Package: sponsorship-requests
Severity: wishlist

Dear mentors,

I am looking for a sponsor for my package "serioussam":

 * Package name : serioussam
   Version  : 1.10.6d+dfsg-1
   Upstream contact : https://github.com/tx00100xt/SeriousSamClassic/issues
 * URL  :
https://www.croteam.com/serious-sam-source-code-released/
 * License  : GPL-2
 * Vcs  : https://salsa.debian.org/tx00100xt/serioussam
   Section  : contrib/games

The source code builds a binary package for games::

  Serious Sam - The First Encounter
  Serious Sam - The Second Encounter

All files are located as indicated here:

  https://wiki.debian.org/Games/Checklist

To access further information about this package, please visit the
following URL:

  https://mentors.debian.net/package/serioussam/

Alternatively, you can download the package with 'dget' using this
command:

  dget -x
https://mentors.debian.net/debian/pool/contrib/s/serioussam/serioussam_1.10.6d-+dfsg-1.dsc

Changes for the initial release:

 serioussam (1.10.6d+dfsg-1) unstable; urgency=low
 .
   * Initial release. Closes: #1065096


This package alone isn't of any use; it only contains the game engine,
an engine that has no Free data and therefore is in contrib.
You will need a copy of the original game for this package to be
useful.

Best Regards,
Alexander Pavlov.