Page MenuHomeSchine - Phabricator

Starmade | Gameconfig: Limitation for Salvage Computer and Modules are switched
Closed, RejectedPublic

Description

The Limitation for salvage Computer and salvage modules are wrong way around.
This liits the amount of Computers:

		<Controller>
			<ID>4</ID> 
			<GroupMax>200</GroupMax>
		</Controller>

And this Limits the amount of modules:

		<!-- Salvage Computer -->
		<Controller>
			<ID>4</ID> 
			<ComputerMax>1</ComputerMax> 
		</Controller>

Details

Task Type
Bug
Testing Results
Affected Gamemode(s)
Single and Multi
Reproducible
Yes
Last tested (version)
0.19431
Category
Blockconfig
First occurrence (version)
0.19431
Hardware/Software/System
OS-Specific
No
Hardware-Specific
No
Video Card Vendor
uncertain
Serverconfig (server.cfg)
<replace this line with the file content>
Clientconfig (settings.cfg)
<replace this line with the file content>

Event Timeline

Tarusol updated the task description. (Show Details)Sep 8 2015, 9:03 PM
Tarusol changed Category from none/unspecified to Blockconfig.
Tarusol changed Affected Gamemode(s) from none/unspecified to Single and Multi.
Tarusol set First occurrence (version) to 0.19431.
Tarusol changed Reproducible from uncertain to Yes.
Tarusol set Last tested (version) to 0.19431.
Tarusol edited Serverconfig (server.cfg). (Show Details)
Tarusol edited Clientconfig (settings.cfg). (Show Details)
Tarusol added a subscriber: Tarusol.
Tarusol created this task.
Restricted Application added a project: Issue Navigation. · View Herald TranscriptSep 8 2015, 9:03 PM
lancake claimed this task.Sep 9 2015, 10:46 AM
lancake closed this task as Rejected.EditedSep 9 2015, 12:21 PM

-Rejected-

Incorrect assumption. Computermax doesn't work, the only thing it does is acting like a groupmax so it's not switched. If you both have computermax and groupmax enabled for the same ID, it will use the last one as the real groupmax.

Rejecting since that's pretty much a duplicate of T640.

lancake shifted this object from the S1 Public space to the S3 Starmade space.Sep 9 2015, 12:22 PM
lancake changed the visibility from "Custom Policy" to "Public (No Login Required)".
lancake changed the edit policy from "Task Author" to "Starmade (Project)".
lancake set Task Type to Bug.
lancake set OS-Specific to No.
lancake set Hardware-Specific to No.
lancake set Video Card Vendor to uncertain.
lancake removed lancake as the assignee of this task.
Restricted Application edited projects, added Starmade; removed Issue Navigation. · View Herald TranscriptSep 9 2015, 12:22 PM

But Computermax is given in the example file:

<GroupLimits>

		<Controller>
			<ID>4</ID> 
			<GroupMax>30</GroupMax>
		</Controller> 
		<Controller>
			<ID>544</ID> 
			<ComputerMax>2</ComputerMax> 
		</Controller>

</GroupLimits>

And it works for every other system

Restricted Application added a project: Blockconfig. · View Herald TranscriptMar 10 2017, 6:26 PM