Jump to content

Modified Ship Carousel from Aslains pack to premium + non-elite and elite


Slaynie

Recommended Posts

Posted (edited)

Didn't like that it was sorted by country, so I changed it to be premium ships and non-elite ships in the first row and elite ships (non-premium) in the second row.


Won't upload actual file, if you want it, just change it yourself (but backup your file first).


 


In your game directory, edit file \res_mods\0.5.0.1\gui\unbound\dock.xml


go to line 22141 and change


value="(shipInfo && shipInfo.country && (shipInfo.country != 'Japan' && shipInfo.country != 'Germany'))"


to


value="(playerShipInfo.upgradesInfo.isPremium || (playerShipInfo.upgradesInfo.isElite == 0))"


then go to line 22216 and change


value="(shipInfo && shipInfo.country && (shipInfo.country == 'Japan' || shipInfo.country == 'Germany')) || (shipInfo == null)"


to


value="((playerShipInfo.upgradesInfo.isPremium == 0) && (playerShipInfo.upgradesInfo.isElite)) || (shipInfo == null)"


save the file and run the game.


 


All credits go to Aslain and whoever did the original Carousel mod.


 


edit: fixed for 0.5.0.1 and Aslain 1.0, new mod changed line numbers


Edited by Slaynie
  • Upvote 2

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.