View Issue Details

IDProjectCategoryLast Update
0018813Starward RogueBug - OtherMay 14, 2016 3:57 pm
ReporterTuxedoBra Assigned Toptarth  
Severitymajor 
Status resolvedResolutionfixed 
Product Version1.100 (The New Balance Hotness) 
Fixed in Version1.500 (Awesome and Humble) 
Summary0018813: Game update made 84% complete file unusable.
Descriptionhttp://i.imgur.com/t5AVccA.png <- Image of error
Attached the file too

Basically, my repulsive hornet mine broke the save file :v
TagsNo tags attached.

Activities

TuxedoBra

May 6, 2016 5:59 pm

reporter  

1.save (23,265 bytes)

ptarth

May 14, 2016 3:46 pm

developer   ~0045504

Last edited: May 14, 2016 3:57 pm

Sorry about that. The short version is that we are changing entity names to make everything more consistent and didn't catch one of the changes correctly. If you drop the attached "deprecated.xml" file into your ..StarwardRogue/RuntimeData/Configuration/GameEntity/ folder, you should be able to run your save without issues. The fix will also be applied in the next release in case you don't want to do any file manipulations.

You'll probably need to delete this file once 1.102 goes live. If you don't, you'll see an error message stating the HornetMine is present twice. The error doesn't cause any problems, it just notifies you it is an issue.

ptarth

May 14, 2016 3:46 pm

developer  

deprecated.xml (479 bytes)   
<root>
	<!--Don't seed ever. These items are kept for save consistency, but shouldn't be referenced.-->
	<entity name="PlayerAmmo_RepulsiveHornetMine" display_name="Repulsive Hornet Mine" category="ItemPickup" can_seed_multiple_times_per_run="false" image_folder="Guns" image_name="HornetMine" is_not_ready_to_seed="true"
			on_pickup_grants_ship_system="PlayerAmmo_RepulsiveHornetMineStart" should_be_remembered_as_power_up="true"><hitbox radius ="32" /></entity>			
</root>
deprecated.xml (479 bytes)   

Issue History

Date Modified Username Field Change
May 6, 2016 5:59 pm TuxedoBra New Issue
May 6, 2016 5:59 pm TuxedoBra File Added: 1.save
May 14, 2016 3:46 pm ptarth Note Added: 0045504
May 14, 2016 3:46 pm ptarth Status new => resolved
May 14, 2016 3:46 pm ptarth Fixed in Version => 1.500 (Awesome and Humble)
May 14, 2016 3:46 pm ptarth Resolution open => fixed
May 14, 2016 3:46 pm ptarth Assigned To => ptarth
May 14, 2016 3:46 pm ptarth File Added: deprecated.xml
May 14, 2016 3:57 pm ptarth Note Edited: 0045504