Jump to content

tony311

Members
  • Posts

    14
  • Joined

  • Last visited

Everything posted by tony311

  1. I realize this mod is on life support, but in case any development ever does continue, I'd love to see an option to wait for the current song to finish before switching playlists. Also, and I know this would be a lot of work to implement, but more specific situations, namely ascent and re-entry. Currently the only situation that applies is "Flight" but that will apply to ascent, re-entry, and regular atmospheric flight. Perhaps by tracking average vertical speed and previous situation it can be done? e.g. if you're in Flight, in atmosphere, after having previously been in space, it's re-entry? I've got some awesome music I'd love to hear during re-entry! Oh, and the "pause on game pause" option doesn't seem to work, it always pauses the music regardless of the setting.
  2. Sorry guys, looks like some changes to the editor in .90 broke the plugin. I can't figure out how to work around the changes at the moment, but I may figure something out down the road. For the technically-minded: there's two problems right now. One, EditorPartList.Instance.categorySelected no longer exists, so I don't know how to retrieve or change the currently selected editor part category. EditorPartList.Instance.SelectTab() and .ForceSelectTab() look promising, but neither seem to do anything. The second problem is that the editor seems to be ignoring any changes to PartLoader.LoadedPartsList, or EditorPartList.Instance.Refresh() isn't doing anything. Either way, the part list never actually changes after the plugin sorts it. If anyone has any details on either of those issues, please share!
  3. I looked around but I can't seem to find any way to tell if a given part is unlocked yet But if I do find a way I'll add that.
  4. I don't know of any easy way to accomplish that, and there are other mods that let you do something like that (like PartCatalog and SimplePartOrganizer), to an extent. They let you filter the current category, like only show engines or only show fuel tanks, but they don't seem to let you create a new tab along the top to put any parts into (like a tab that has the command seat, Mainsail engine, and a ladder). I assume this is a limitation of the API rather than a shortcoming with the mods.
  5. Released v1.2 Changelog: Part buttons in the plugin window can now be dragged up or down instead of using the buttons on the right side Download: Curse: http://www.curse.com/ksp-mods/kerbal/223902-partarranger Direct download: http://beta.kerbalstuff.com/mod/128/PartArranger/download/1.2
  6. Are you using version 1.1.1? Open up readme.txt in GameData/PartArranger and it'll tell you what version it is at the top
  7. While that'd be really nice, I don't have a clue how I would implement it, and even if I did I think it'd be a while before it got implemented anyway, since it'd pretty much double the scope of the plugin. But still a good suggestion!
  8. Okay, I fixed the problem with the config file not generating, so... Released v1.1.1 Changelog: Fixed resizing still being possible even when the window isn't visible Fixed major bug where the plugin doesn't work at all if config.txt doesn't exist Download: Curse: http://www.curse.com/ksp-mods/kerbal/223902-partarranger Direct download: http://beta.kerbalstuff.com/mod/128/PartArranger/download/1.1.1
  9. Hmm... I'll look into it. The editor just means either the VAB or the SPH.
  10. Released v1.1 Changelog: New config value: HidePlugin. If true, the plugin is hidden entirely in-game but sorting is still applied. Good for when you've got your sorting set up but don't want the extra toolbar button anymore. Download: Curse: http://www.curse.com/ksp-mods/kerbal/223902-partarranger Direct download: http://beta.kerbalstuff.com/mod/128/PartArranger/download/1.1
  11. It would be easy to add a config value to hide the toolbar button completely. I'll add that in tonight or tomorrow
  12. PartArranger allows you to sort the VAB/SPH part list any way you want. By default, it attaches to Blizzy's toolbar if it's installed, or the stock toolbar otherwise. You can tell it which toolbar to use in config.txt (generated after you enter the VAB/SPH for the first time). Fully compatible with PartCatalog. When you are in either the VAB or the SPH, click the toolbar icon (two arrows, one facing up and one facing down) to show or hide the window. Select a category, then select a part in the list to move. Then click one of the buttons on the right to move it up, down, or to the top or bottom of the category. If you hold the up/down button for a second, it'll start quickly moving the part up or down. You can also move parts up or down by dragging them with the cursor. You can resize the window by dragging the bottom edge of the window up or down. You can lock the window in place and disable resizing by clicking on the padlock icon in the top-right corner. Removing a part mod will not break anything and won't alter the order of other parts. Newly added parts will appear at the end of their categories. Download now: http://beta.kerbalstuff.com/mod/128/PartArranger/download/1.2 Installation Place the PartArranger folder inside of Kerbal Space Program/GameData. Load up the VAB or SPH once to generate a default configuration file at Kerbal Space Program/GameData/PartArranger/config.txt. See below for possible configuration options. Config File Values Note: you must load up the VAB or SPH to generate config.txt for the first time WindowX: saved horizontal window position WindowY: saved vertical window position WindowHeight: saved window height WindowLocked: whether the window is currently locked WindowShown: whether the window is currently shown HidePlugin: if true, hides the plugin entirely and only applies sorting UseBlizzyToolbar: if true, adds a button to Blizzy's Toolbar instead of KSP's default toolbar if available Everything else: a sorted list of every part Links Download now: http://beta.kerbalstuff.com/mod/128/PartArranger/download/1.2 Curse link: http://www.curse.com/ksp-mods/kerbal/223902-partarranger KerbalStuff link: http://beta.kerbalstuff.com/mod/128/PartArranger Source: https://github.com/tony311/PartArranger
×
×
  • Create New...