Page MenuHomeSchine - Phabricator

Starmade | Adjust the starter equipment for the new way shapes work
Closed, FinishedPublic

Description

A new character on the latest version starts out with blocks, tetras, wedges, etc.

When they log in again, these are all replaced with blocks to migrate to the new way block shapes work.
For a new player this could be confusing.

I propose changing GameConfig.xml to only give the new player 600 grey hull blocks.

Currently:

		<Block>
			<Id>598</Id> <!-- grey basic hull -->
			<Count>350</Count>
			<Slot>hotbar</Slot>
		</Block>
		<Block>
			<Id>599</Id> <!-- grey basic hull wedge -->
			<Count>100</Count>
			<Slot>hotbar</Slot>
		</Block>
		<Block>
			<Id>600</Id> <!-- grey basic hull corner -->
			<Count>50</Count>
			<Slot>hotbar</Slot>
		</Block>
		<Block>
			<Id>601</Id> <!-- grey basic hull hepta -->
			<Count>50</Count>
			<Slot>hotbar</Slot>
		</Block>
		<Block>
			<Id>602</Id> <!-- grey basic hull tetra -->
			<Count>50</Count>
			<Slot>hotbar</Slot>
		</Block>

Change:

		<Block>
			<Id>598</Id> <!-- grey basic hull -->
			<Count>600</Count>
			<Slot>hotbar</Slot>
		</Block>

Details

Task Type
Bug
Testing Results
Affected Gamemode(s)
Single and Multi
Reproducible
Yes
Last tested (version)
0.199.481
Category
Blockconfig
First occurrence (version)
0.199.472
Hardware/Software/System
OS-Specific
No
Hardware-Specific
No
Video Card Vendor
uncertain
Steps to reproduce

Create a new character in singleplayer or on a server. Log out of the game, and enter it again.

Serverconfig (server.cfg)
 <replace this block with the file content, 
but do not remove the first and last line. 
Before using the paste function, mark the area from the 
opening angle bracket to the closing angle bracket>
Clientconfig (settings.cfg)
 <replace this block with the file content, 
but do not remove the first and last line. 
Before using the paste function, mark the area from the 
opening angle bracket to the closing angle bracket>

Event Timeline

Katorone created this task.Mar 3 2017, 6:41 PM
AndyP shifted this object from the S1 Public space to the S3 Starmade space.Mar 3 2017, 10:15 PM
AndyP changed the visibility from "Custom Policy" to "Public (No Login Required)".
AndyP changed the edit policy from "Task Author" to "Starmade (Project)".
AndyP changed the task status from Open to In Queue (Game).
AndyP claimed this task.
Restricted Application edited projects, added Game Development; removed Issue Navigation. · View Herald TranscriptMar 3 2017, 10:16 PM
AndyP added a comment.Mar 3 2017, 10:16 PM

Good find, will look into that ASAP.

AndyP changed the task status from In Queue (Game) to Resolved.Mar 4 2017, 12:36 AM

Should be fixed for next dev-build

Restricted Application edited projects, added Quality Assurance; removed Game Development. · View Herald TranscriptMar 4 2017, 12:36 AM
lancake added a subscriber: lancake.

-QA Testing-

Fixed, but you do need to remove the GameConfig.xml file in your root Starmade folder for it to apply, for any existing installation it won't change (which is a good thing for servers that have a custom one).

lancake changed Last tested (version) from 0.199.472 to 0.199.481.Mar 12 2017, 1:36 PM
lancake changed Category from none/unspecified to Blockconfig.
lancake set First occurrence (version) to 0.199.472.
Restricted Application added a project: Blockconfig. · View Herald TranscriptMar 12 2017, 1:36 PM
AndyP moved this task from Backlog / Unclassed to Alpha on the Blockconfig board.Mar 15 2017, 12:02 PM
Restricted Application added a project: Waiting on Author. · View Herald TranscriptMar 15 2017, 12:02 PM
lancake moved this task from Unclassed to Archived on the Starmade board.Mar 29 2017, 1:17 PM
Restricted Application removed a project: Waiting on Author. · View Herald TranscriptMar 29 2017, 1:17 PM
lancake closed this task as Closed.Apr 28 2017, 1:23 PM
Restricted Application removed a project: Quality Assurance. · View Herald TranscriptApr 28 2017, 1:23 PM