Zandronum Chat on our Discord Server Get the latest version: 3.1
Source Code

View Issue Details Jump to Notes ] Issue History ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0001656Zandronum[All Projects] Bugpublic2014-01-11 18:252024-04-16 05:22
ReporterQent 
Assigned To 
PrioritynormalSeverityminorReproducibilityN/A
StatusresolvedResolutionfixed 
PlatformMicrosoftOSWindowsOS VersionXP/Vista/7
Product Version1.2 
Target VersionFixed in Version 
Summary0001656: CLIENTSIDE GetPlayerInput to work the same on- and offline
DescriptionThe fix in'http://zandronum.com/tracker/view.php?id=898 [^]' works perfectly online, but not at all offline, requiring the script to check which it is and use -1 or ConsolePlayerNumber() accordingly. Also there's no way to get input from a spectator offline. (Though that's less of an issue, obviously -- why would anyone do that?)
Steps To Reproducescript 123 OPEN CLIENTSIDE {
  while(true) {
    HudMessageBold(
      d:GetPlayerInput(-1, INPUT_BUTTONS);
      HUDMSG_PLAIN, 1, 0, 0.5, 0.25, 0);
    Delay(1);
  }
}
Attached Files

- Relationships
related to 0000898closedTorr Samaho GetPlayerInput cannot work on CLIENTSIDE scripts 
has duplicate 0001934closed GetPlayerInput does not work properly with spectators offline 

-  Notes
User avatar (0007962)
Torr Samaho (administrator)
2014-01-11 20:02

Just regarding spectators: They are considered not to be part of the game at all, so you are supposed not to be able to interact with them via ACS.
User avatar (0023615)
Ru5tK1ng (updater)
2024-04-16 05:22

Tested the example wad from 0001934 and spectator input offline can now be retrieved with the latest 3.2 beta.

Issue Community Support
This issue is already marked as resolved.
If you feel that is not the case, please reopen it and explain why.
Supporters: Hypnotoad
Opponents: No one explicitly opposes this issue yet.

- Issue History
Date Modified Username Field Change
2014-01-11 18:25 Qent New Issue
2014-01-11 18:26 Qent Relationship added related to 0000898
2014-01-11 20:02 Torr Samaho Note Added: 0007962
2014-06-15 14:57 Watermelon Status new => acknowledged
2014-09-20 21:10 Dusk Relationship added has duplicate 0001934
2014-09-20 21:10 Dusk Severity tweak => minor
2014-09-20 21:10 Dusk Status acknowledged => confirmed
2014-09-20 21:10 Dusk Category Suggestion => Bug
2024-04-16 05:22 Ru5tK1ng Note Added: 0023615
2024-04-16 05:22 Ru5tK1ng Status confirmed => resolved
2024-04-16 05:22 Ru5tK1ng Resolution open => fixed






Questions or other issues? Contact Us.

Links


Copyright © 2000 - 2024 MantisBT Team
Powered by Mantis Bugtracker