MantisBT - Doomseeker |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0003837 | Doomseeker | [All Projects] Bug | public | 2020-06-26 17:07 | 2024-11-03 19:11 |
|
Reporter | WubTheCaptain | |
Assigned To | Zalewa | |
Priority | normal | Severity | minor | Reproducibility | always |
Status | closed | Resolution | won't fix | |
Platform | | OS | | OS Version | |
Product Version | 1.3.1 | |
Target Version | 1.4.0 | Fixed in Version | 1.4.0 | |
|
Summary | 0003837: Create Game can configure an RCon password for an SRB2 server, but the plugin does not support RCon |
Description | The "RCon password" (remote console password) textfield is useless in Create Game dialog for SRB2. This confused me. There is no RCon support in SRB2, regardless of the ability to input an RCon password there. |
Steps To Reproduce | - Start Doomseeker with Sonic Robo Blast 2 plugin version 14 installed and working. (This is the typical setup for Doomseeker 1.3.1 bundle out of the box.)
- Navigate to File → Create Game (Ctrl + S).
- In Create Game top menu bar, make sure the "Mode" is set to "Host server". (Ctrl + M, H)
- Make sure "Game" dropdown is set to Sonic Robo Blast 2.
- Navigate to the Server tab. Notice there is an RCon password text field.
Then, attempt to use doomseeker --rcon. The GUI doesn't display SRB2 as a supported source port. Likewise, the full command (below) reports the plugin does not support RCon.
$ doomseeker --rcon SonicRoboBlast2 localhost
[16:51:17] Starting Doomseeker. Hello World! :)
[16:51:17] Setting up data directories.
[16:51:17] Cache directory: /home/wub/.cache/doomseeker
[16:51:17] Config directory: /home/wub/.config/doomseeker
[16:51:17] Data directory: /home/wub/.local/share/doomseeker
[16:51:17] Attempting to load plugins from directory: /usr/lib/x86_64-linux-gnu/doomseeker/engines
[16:51:17] Loaded plugin: "Chocolate Doom"!
[16:51:17] Loaded plugin: "Odamex"!
[16:51:17] Loaded plugin: "Sonic Robo Blast 2"!
[16:51:17] Loaded plugin: "Turok 2 Remaster"!
[16:51:17] Loaded plugin: "Zandronum"!
[16:51:17] Listening to Zandronum's LAN servers broadcasts on port 15101.
[16:51:17] Initializing configuration file.
[16:51:17] Setting INI file: /home/wub/.config/doomseeker/doomseeker.ini
[16:51:17] Loading translations definitions
[16:51:17] Reading localizations definitions file: translations.def
[16:51:17] Loading translation "system".
[16:51:17] Translation loaded.
[16:51:17] Initializing IP2C database.
[16:51:17] Initializing passwords configuration file.
[16:51:17] Initializing configuration for plugins.
[16:51:17] Initializing IRC configuration file.
[16:51:17] Setting IRC INI file: /home/wub/.config/doomseeker/doomseeker-irc.ini
[16:51:17] Init finished.
================================
[16:51:17] Starting RCon client.
[16:51:17] Plugin does not support RCon. |
Additional Information | SRB2 plugin version 14.
I was reworking on a new Create Game UI to determine requirements, this came up. |
Tags | No tags attached. |
Relationships | |
Attached Files | 2020-06-26-165232_maim.png (19,310) 2020-06-26 17:07 /tracker/file_download.php?file_id=2618&type=bug

|
|
Issue History |
Date Modified | Username | Field | Change |
2020-06-26 17:07 | WubTheCaptain | New Issue | |
2020-06-26 17:07 | WubTheCaptain | File Added: 2020-06-26-165232_maim.png | |
2020-06-26 17:07 | WubTheCaptain | Steps to Reproduce Updated | bug_revision_view_page.php?rev_id=13221#r13221 |
2020-06-26 17:08 | WubTheCaptain | Note Added: 0021475 | |
2020-06-26 17:08 | WubTheCaptain | Note Edited: 0021475 | bug_revision_view_page.php?bugnote_id=21475#r13223 |
2020-06-26 17:12 | WubTheCaptain | Note Added: 0021476 | |
2020-08-02 08:19 | Zalewa | Status | new => acknowledged |
2022-09-10 14:39 | Zalewa | Target Version | => 1.4.0 |
2022-12-17 22:13 | Zalewa | Note Added: 0022529 | |
2022-12-17 23:09 | Zalewa | Note Added: 0022530 | |
2022-12-17 23:09 | Zalewa | Assigned To | => Zalewa |
2022-12-17 23:09 | Zalewa | Status | acknowledged => needs review |
2022-12-18 00:45 | Zalewa | Note Edited: 0022530 | bug_revision_view_page.php?bugnote_id=22530#r13779 |
2023-01-04 17:10 | Zalewa | Note Added: 0022633 | |
2023-01-04 17:10 | Zalewa | Status | needs review => resolved |
2023-01-04 17:10 | Zalewa | Fixed in Version | => 1.4.0 |
2023-01-04 17:10 | Zalewa | Resolution | open => won't fix |
2024-11-03 19:11 | Zalewa | Status | resolved => closed |
Notes |
|
|
Not to mention that top margin is quite awful and only experienced with the SRB2 plugin, but getting rid of this RCon password textfield might resolve that issue anyway.
|
|
|
|
By the way, there is no RCon option flag to pass to SRB2 command line either. So the text-field is also a no-op for the "command line" button. |
|
|
(0022529)
|
Zalewa
|
2022-12-17 22:13
|
|
Doomseeker doesn't have an rcon for SRB2 that's true, but the game itself does support administration password with the `-password` argument. See the cmd line docs:'https://wiki.srb2.org/wiki/Command_line_parameters [^]'
So, Doomseeker permits to set the password when configuring the game, even if the players can only admin it from the client's internals.
There is a similar use-case in Zandronum too, where the user can set up an rcon password for their server, then connect to this server with Zandronum's client and use the `send_password` console command to admin that server. |
|
|
(0022530)
|
Zalewa
|
2022-12-17 23:09
(edited on: 2022-12-18 00:45) |
|
|
|
(0022633)
|
Zalewa
|
2023-01-04 17:10
|
|
|