MantisBT - Doomseeker |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0002480 | Doomseeker | [All Projects] Bug | public | 2015-10-06 16:29 | 2018-09-29 14:37 |
|
Reporter | WaTaKiD | |
Assigned To | Zalewa | |
Priority | normal | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | Microsoft | OS | Windows | OS Version | XP/Vista/7 |
Product Version | | |
Target Version | 1.1 | Fixed in Version | 1.1 | |
|
Summary | 0002480: doomseeker adds unnecessary "" to blank commands |
Description | sorry im terrible at naming these things, anyways:
when hosting a zan 3.0 server and for example leaving the MOTD field blank, rcon sv_motd will show """" instead of "" like in 2.1.2
so upon joining the server the motd of "" will display
so far ive found doomseeker will do this for: sv_hostname and everything under the "misc." tab, if anything else is affected then im unaware of it |
Steps To Reproduce | host a zan 3.0 server with doomseeker's MOTD field blank
sv_motd in rcon, notice it displays """"
connect to the server, notice the motd displays ""
repeat with a zan 2.1.2 server, notice this doesnt happen |
Additional Information | at first i thought this was a zan issue, so if its of any help, here is the commit that introduced this behavior:'https://bitbucket.org/Torr_Samaho/zandronum/commits/0229459693ec6aa189cc0d5cb0158899b1db9f49 [^]' |
Tags | No tags attached. |
Relationships | related to | 0002482 | closed | Torr Samaho | Zandronum | How can I blank a CVAR from command line? |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2015-10-06 16:29 | WaTaKiD | New Issue | |
2015-10-07 13:37 | Zalewa | Note Added: 0013623 | |
2015-10-07 13:46 | Zalewa | Relationship added | related to 0002482 |
2017-01-15 13:10 | Zalewa | Note Added: 0016644 | |
2017-01-15 13:10 | Zalewa | Assigned To | => Zalewa |
2017-01-15 13:10 | Zalewa | Status | new => needs review |
2017-01-15 13:11 | Zalewa | Note Edited: 0016644 | bug_revision_view_page.php?bugnote_id=16644#r10052 |
2017-02-06 19:56 | Zalewa | Note Added: 0016792 | |
2017-02-06 19:56 | Zalewa | Status | needs review => needs testing |
2017-07-03 17:37 | Zalewa | Status | needs testing => resolved |
2017-07-03 17:37 | Zalewa | Fixed in Version | => 1.1 |
2017-07-03 17:37 | Zalewa | Resolution | open => fixed |
2018-09-29 14:24 | WubTheCaptain | Status | resolved => closed |
2018-09-29 14:37 | WubTheCaptain | Target Version | => 1.1 |
Notes |
|
(0013623)
|
Zalewa
|
2015-10-07 13:37
|
|
Fix pointed out here is the root cause for the issue:
'http://forum.zdoom.org/viewtopic.php?f=7&t=33763 [^]'
To be precise, the game behavior is 100% correct. However, I have no friggin idea how to clear the value of a CVAR now.
Passing a blank string: `+sv_motd ""` won't do. The game will load sv_motd from config.
Passing \0 in the string sort of works: `+sv_motd "\0"`. It was working quite nicely until I discovered that it crashes connecting clients:
'http://zandronum.com/tracker/view.php?id=2462 [^]'
Right now I have no idea how to make the game interpret a blank field in the way the user would expect to. I want a blank field to blank the in game variable too, but the game is highly uncooperative here. |
|
|
(0016644)
|
Zalewa
|
2017-01-15 13:10
(edited on: 2017-01-15 13:11) |
|
|
|
(0016792)
|
Zalewa
|
2017-02-06 19:56
|
|
|