-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
14 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
serioussam (1.10.6d+dfsg-1) unstable; urgency=low | ||
|
||
* Initial release. Closes: #1065096 | ||
* Initial debianization. Closes: #1065096 | ||
|
||
-- Alexander Pavlov <[email protected]> Wed, 28 Feb 2024 20:33:46 +0300 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,9 +2,9 @@ | |
.\" Contact -- Alexander Pavlov <[email protected]> to correct errors or typos. | ||
.TH man 6 "02 2024" "1.0" "serioussamse man page" | ||
.SH NAME | ||
serioussam \- Serious Sam Classic | ||
serioussamse \- Serious Sam Classic | ||
.PP | ||
.BR serioussam | ||
.BR serioussamse | ||
is open source game engine version developed by Croteam for Serious Sam Classic | ||
(Windows, Linux, FreeBSD, OpenBSD, NetBSD, Raspberry Pi OS, macOS). | ||
Based on https://github.com/Croteam-official/Serious-Engine and linux port https://github.com/icculus/Serious-Engine | ||
|
@@ -54,7 +54,7 @@ forces and find a new way to reach the notorious Mental himself. | |
.RS | ||
Starts the specified game level. | ||
.EX | ||
Example: \fBserioussam +level "Levels//01_Hatshepsut.wld"\fR | ||
Example: \fBserioussamse +level "Levels//01_Hatshepsut.wld"\fR | ||
.EE | ||
.RE | ||
.TP | ||
|
@@ -68,31 +68,31 @@ settings files will be saved in the root directory of the game. | |
.RS | ||
Connects to the server using the specified ip and port. | ||
.EX | ||
Example: \fBserioussam +connect 192.168.0.100:25600\fR | ||
Example: \fBserioussamse +connect 192.168.0.100:25600\fR | ||
.EE | ||
.RE | ||
.TP | ||
\fB+script\fR | ||
.RS | ||
At startup, it launches a custom script for execution. | ||
.EX | ||
Example: \fBserioussam +script "Scripts//Myset.ini"\fR | ||
Example: \fBserioussamse +script "Scripts//Myset.ini"\fR | ||
.EE | ||
.RE | ||
.TP | ||
\fB+game\fR | ||
.RS | ||
Runs the specified modification. | ||
.EX | ||
Example: \fBserioussam +game XPLUS\fR | ||
Example: \fBserioussamse +game XPLUS\fR | ||
.EE | ||
.RE | ||
.TP | ||
\fB+logfile\fR | ||
.RS | ||
Specifies an alternative file for logging. | ||
.EX | ||
Example: \fBserioussam +logfile "Mylog.log"\fR | ||
Example: \fBserioussamse +logfile "Mylog.log"\fR | ||
.EE | ||
.RE | ||
.SH CONSOLE COMMANDS | ||
|