| Anonymous | Login | Signup for a new account | 2025-11-13 07:30 UTC |
| My View | View Issues | Change Log | Roadmap | Zandronum Issue Support Ranking | Rules | My Account |
| View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | ||||||||
| ID | Project | Category | View Status | Date Submitted | Last Update | ||||
| 0000532 | Zandronum | [All Projects] Suggestion | public | 2011-07-28 03:39 | 2012-03-11 17:47 | ||||
| Reporter | TIHan | ||||||||
| Assigned To | |||||||||
| Priority | low | Severity | feature | Reproducibility | N/A | ||||
| Status | closed | Resolution | denied | ||||||
| Platform | OS | OS Version | |||||||
| Product Version | 98d | ||||||||
| Target Version | Fixed in Version | ||||||||
| Summary | 0000532: sv_maxlives gets set on Survival start | ||||||||
| Description | This is a very simple request. When the server changes the value of sv_maxlives, instead of the new value getting set at an entire map restart, allow the new value to get set right when a new survival game begins(after countdown, after a changemap). This is good for the following reasons: -No hard map restart. You have to do "map (mapnumber)" to get it set currently. -Allows modders to change lives based on some criteria in scripting. Ex: ConsoleCommand("sv_maxlives 2") | ||||||||
| Attached Files | |||||||||
Notes |
|
|
TIHan (reporter) 2011-07-28 04:07 |
I want to be able to do this, for example: script 1 OPEN { if (PlayerCount() == 1) { ConsoleCommand("sv_maxlives 1"); ConsoleCommand("sv_coop_damagefactor 1"); } else if (PlayerCount() == 2) { ConsoleCommand("sv_maxlives 2"); ConsoleCommand("sv_coop_damagefactor 1.25"); } ..... } |
|
TIHan (reporter) 2012-03-11 03:07 |
Cancel this suggestion please. Reason why as we do not need to dynamically alter the game like this. |
|
Torr Samaho (administrator) 2012-03-11 17:47 |
Closed on request. |
|
This issue is already marked as resolved. If you feel that is not the case, please reopen it and explain why. |
|
| Supporters: | No one explicitly supports this issue yet. |
| Opponents: | No one explicitly opposes this issue yet. |
Issue History |
|||
| Date Modified | Username | Field | Change |
| 2011-07-28 03:39 | TIHan | New Issue | |
| 2011-07-28 04:07 | TIHan | Note Added: 0001978 | |
| 2012-03-11 03:07 | TIHan | Note Added: 0002780 | |
| 2012-03-11 17:47 | Torr Samaho | Note Added: 0002789 | |
| 2012-03-11 17:47 | Torr Samaho | Status | new => closed |
| 2012-03-11 17:47 | Torr Samaho | Resolution | open => denied |
| Copyright © 2000 - 2025 MantisBT Team |