Jump to content

[1.12.x] Haystack ReContinued


linuxgurugamer

Recommended Posts

47 minutes ago, FreeThinker said:

Hey, how did you fix this problem? I'm having the same message "consider changing the image's width and height to enable compression"

I bypassed it.  First, it can be ignored, it is olny a warning.

what I did was to move all textures into directory PluginData, and then loaded all i ages using the ToolbarController public method LoadImageFromFile

Link to comment
Share on other sites

  • 1 month later...

Hi, I'm having some issues with the textures. Most of them are missing like this:

xqNhVAc.png

I launched KSP with only this plugin and the dependencies and all the textures worked perfectly. I don't have much experience with the coding of mods so I can't figure out what would make this happen. Could another mod override the textures?

I am running KSP on 64bit client, but since it worked fine without any other plugins I guessed it isn't the 64bit that's the problem. Also I do not have an output_log.txt file in my KSP install folder, I do not know why.

Thanks for all the work you do!

Link to comment
Share on other sites

6 hours ago, KSP.Slartibartfast said:

Hi, I'm having some issues with the textures. Most of them are missing like this:

 

I launched KSP with only this plugin and the dependencies and all the textures worked perfectly. I don't have much experience with the coding of mods so I can't figure out what would make this happen. Could another mod override the textures?

I am running KSP on 64bit client, but since it worked fine without any other plugins I guessed it isn't the 64bit that's the problem. Also I do not have an output_log.txt file in my KSP install folder, I do not know why.

Thanks for all the work you do!

I am assuming you are running KSP 1.8.1?  If so, then you will need to find the Player.Log, see this link for info: 

 

 

Link to comment
Share on other sites

27 minutes ago, KSP.Slartibartfast said:

Ah, there it is. 

Here is the link to the log: https://send.firefox.com/download/1fb0f7eac2f24731/#NXSrUswwApnUyDlmlVNOzA

Ok.  First thing is to install the ZeroMiniAVC mod, and run the game two times; the second time, pull up the Haystack, and then send me the Player.Log from that run

Link to comment
Share on other sites

11 hours ago, KSP.Slartibartfast said:

Hi, I'm having some issues with the textures. Most of them are missing like this:

xqNhVAc.png

I launched KSP with only this plugin and the dependencies and all the textures worked perfectly. I don't have much experience with the coding of mods so I can't figure out what would make this happen. Could another mod override the textures?

I am running KSP on 64bit client, but since it worked fine without any other plugins I guessed it isn't the 64bit that's the problem. Also I do not have an output_log.txt file in my KSP install folder, I do not know why.

Thanks for all the work you do!

There is at least one mod that I know of which does things like this.  But it seems that something else is going on, because of all these lines in the log file:


[AddonLoader]: Instantiating addon 'HaystackResourceLoader' from assembly 'HaystackContinued'
Missing file: GameData/HaystackContinued/icons/button_go.png
Missing file: GameData/HaystackContinued/icons/button_go_hover.png
Missing file: GameData/HaystackContinued/icons/button_targ.png
Missing file: GameData/HaystackContinued/icons/button_targ.png
Missing file: GameData/HaystackContinued/icons/button_fold.png
Missing file: GameData/HaystackContinued/icons/button_fold_hover.png
Missing file: GameData/HaystackContinued/icons/button_bodies.png
Missing file: GameData/HaystackContinued/icons/down_arrow.png
Missing file: GameData/HaystackContinued/icons/up_arrow.png
Missing file: GameData/HaystackContinued/icons/orbit_icon.png
Missing file: GameData/HaystackContinued/icons/hidden_icon.png
Missing file: GameData/HaystackContinued/icons/button_targ_alpha.png
Missing file: GameData/HaystackContinued/icons/button_ascending.png
Missing file: GameData/HaystackContinued/icons/button_descending.png
Missing file: GameData/HaystackContinued/icons/button_extended_background_hover.png
Missing file: GameData/HaystackContinued/icons/button_extended_background_pressed.png
Missing file: GameData/HaystackContinued/icons/button_extended_icon_close.png
Missing file: GameData/HaystackContinued/icons/button_extended_icon_open.png
Missing file: GameData/HaystackContinued/icons/button_flat_normal.png
Missing file: GameData/HaystackContinued/icons/button_flat_hover.png
Missing file: GameData/HaystackContinued/icons/button_flat_pressed.png
Missing file: GameData/HaystackContinued/icons/line.png
Missing file: GameData/HaystackContinued/icons/outline.png
Missing file: GameData/HaystackContinued/icons/vessel_info_hover.png
Missing file: GameData/HaystackContinued/icons/vessel_info_normal.png
Missing file: GameData/HaystackContinued/icons/vessel_info_pressed.png
Missing file: GameData/HaystackContinued/icons/vessel_info_selected.png
Missing file: GameData/HaystackContinued/icons/docking_port_button_pressed.png
Missing file: GameData/HaystackContinued/icons/button_terminate.png
Missing file: GameData/HaystackContinued/icons/button_terminate_hover.png
Missing file: GameData/HaystackContinued/icons/button_vessel_debris.png
Missing file: GameData/HaystackContinued/icons/button_vessel_spaceobject.png
Missing file: GameData/HaystackContinued/icons/button_vessel_unknown.png
Missing file: GameData/HaystackContinued/icons/button_vessel_probe.png
Missing file: GameData/HaystackContinued/icons/button_vessel_relay.png
Missing file: GameData/HaystackContinued/icons/button_vessel_rover.png
Missing file: GameData/HaystackContinued/icons/button_vessel_lander.png
Missing file: GameData/HaystackContinued/icons/button_vessel_ship.png
Missing file: GameData/HaystackContinued/icons/button_vessel_plane.png
Missing file: GameData/HaystackContinued/icons/button_vessel_station.png
Missing file: GameData/HaystackContinued/icons/button_vessel_base.png
Missing file: GameData/HaystackContinued/icons/button_vessel_eva.png
Missing file: GameData/HaystackContinued/icons/button_vessel_flag.png
Missing file: GameData/HaystackContinued/icons/button_vessel_deployedsciencecontroller.png
Missing file: GameData/HaystackContinued/icons/button_vessel_deployedsciencepart.png
HaystackContinued: loading settings

 

So at first glance, it looks like you are missing the entire "icons" folder.

 

Link to comment
Share on other sites

5 minutes ago, linuxgurugamer said:

There is at least one mod that I know of which does things like this.  But it seems that something else is going on, because of all these lines in the log file:



[AddonLoader]: Instantiating addon 'HaystackResourceLoader' from assembly 'HaystackContinued'
Missing file: GameData/HaystackContinued/icons/button_go.png
Missing file: GameData/HaystackContinued/icons/button_go_hover.png
Missing file: GameData/HaystackContinued/icons/button_targ.png
Missing file: GameData/HaystackContinued/icons/button_targ.png
Missing file: GameData/HaystackContinued/icons/button_fold.png
Missing file: GameData/HaystackContinued/icons/button_fold_hover.png
Missing file: GameData/HaystackContinued/icons/button_bodies.png
Missing file: GameData/HaystackContinued/icons/down_arrow.png
Missing file: GameData/HaystackContinued/icons/up_arrow.png
Missing file: GameData/HaystackContinued/icons/orbit_icon.png
Missing file: GameData/HaystackContinued/icons/hidden_icon.png
Missing file: GameData/HaystackContinued/icons/button_targ_alpha.png
Missing file: GameData/HaystackContinued/icons/button_ascending.png
Missing file: GameData/HaystackContinued/icons/button_descending.png
Missing file: GameData/HaystackContinued/icons/button_extended_background_hover.png
Missing file: GameData/HaystackContinued/icons/button_extended_background_pressed.png
Missing file: GameData/HaystackContinued/icons/button_extended_icon_close.png
Missing file: GameData/HaystackContinued/icons/button_extended_icon_open.png
Missing file: GameData/HaystackContinued/icons/button_flat_normal.png
Missing file: GameData/HaystackContinued/icons/button_flat_hover.png
Missing file: GameData/HaystackContinued/icons/button_flat_pressed.png
Missing file: GameData/HaystackContinued/icons/line.png
Missing file: GameData/HaystackContinued/icons/outline.png
Missing file: GameData/HaystackContinued/icons/vessel_info_hover.png
Missing file: GameData/HaystackContinued/icons/vessel_info_normal.png
Missing file: GameData/HaystackContinued/icons/vessel_info_pressed.png
Missing file: GameData/HaystackContinued/icons/vessel_info_selected.png
Missing file: GameData/HaystackContinued/icons/docking_port_button_pressed.png
Missing file: GameData/HaystackContinued/icons/button_terminate.png
Missing file: GameData/HaystackContinued/icons/button_terminate_hover.png
Missing file: GameData/HaystackContinued/icons/button_vessel_debris.png
Missing file: GameData/HaystackContinued/icons/button_vessel_spaceobject.png
Missing file: GameData/HaystackContinued/icons/button_vessel_unknown.png
Missing file: GameData/HaystackContinued/icons/button_vessel_probe.png
Missing file: GameData/HaystackContinued/icons/button_vessel_relay.png
Missing file: GameData/HaystackContinued/icons/button_vessel_rover.png
Missing file: GameData/HaystackContinued/icons/button_vessel_lander.png
Missing file: GameData/HaystackContinued/icons/button_vessel_ship.png
Missing file: GameData/HaystackContinued/icons/button_vessel_plane.png
Missing file: GameData/HaystackContinued/icons/button_vessel_station.png
Missing file: GameData/HaystackContinued/icons/button_vessel_base.png
Missing file: GameData/HaystackContinued/icons/button_vessel_eva.png
Missing file: GameData/HaystackContinued/icons/button_vessel_flag.png
Missing file: GameData/HaystackContinued/icons/button_vessel_deployedsciencecontroller.png
Missing file: GameData/HaystackContinued/icons/button_vessel_deployedsciencepart.png
HaystackContinued: loading settings

 

So at first glance, it looks like you are missing the entire "icons" folder.

 

This is what my HaystackContinued file in GameData looks like:

mnT3SzF.png

The icon folder has all the .png files inside.

Link to comment
Share on other sites

13 minutes ago, KSP.Slartibartfast said:

This is what my HaystackContinued file in GameData looks like:

mnT3SzF.png

The icon folder has all the .png files inside.

I really have no idea.  Something is interfering with it.

you have a lot of mods, so try this:

  • Make a complete copy of the game.
  • Delete half the mods
  • Start the game and see if it happens

If it doesn't mess up, then put those mods back, delete the other half, and now repeat the process with what's remaining.

If it does, then repeat the process with what's left.  

This won't take too long to isolate the culprit  

Link to comment
Share on other sites

1 hour ago, linuxgurugamer said:

I really have no idea.  Something is interfering with it.

you have a lot of mods, so try this:

  • Make a complete copy of the game.
  • Delete half the mods
  • Start the game and see if it happens

If it doesn't mess up, then put those mods back, delete the other half, and now repeat the process with what's remaining.

If it does, then repeat the process with what's left.  

This won't take too long to isolate the culprit  

I found the problem! Since I don't want my modded game to break from an unexpected update I copy my steam install to a separate folder. The problem was that I still prefer to be able to run my game from steam so I use this launch option: ("F:\Games\KSP 1.8.1\KSP_x64.exe" %command%) so that it runs the game from the folder I want through steam. 

I realized this when I deleted mods like you suggested and got down to only Haystack and the dependencies and it still didn't work correctly. I didn't catch this in my first tests because I did a new folder copy to do the tests in (I didn't want to risk breaking my saves) which wasn't connected to steam. So I figured out that the only thing that was different was the steam launch options, and when I launched the game directly from the .exe and not through steam it worked perfectly, with all the mods.

I honestly have no idea why the launch options would interfere since they are supposed to just run the .exe anyways.

Thank you for helping me pin-point the problem!

Link to comment
Share on other sites

  • 3 months later...
  • 2 weeks later...
5 hours ago, dtoxic said:

Hmmm cant seem to find the settings

this is what i get, also checked in the "Difficulty" page in Ksp Settings....

https://imgur.com/mIfVHAY

I’ll take a look at it in the morning, its possible I removed it.  If so, I’ll add it back with an option to use one or the other

Link to comment
Share on other sites

20 hours ago, luizsilveira said:

Any chance this functionality could be extended to Kerbals?

Or is there any other mod that achieves for Kerbals what this one does for Vessels? For example, list/filter the ones that are orbiting or landed on a particular body etc.

Cheers!

Duh, never mind. I'm an idiot. Didn't know about the expanded vessel info, which lists the kerbals onboard, their specialties and experience. More than suited for what I needed.

Thanks again!

ps: I'm also not seeing settings, just like dxtoxic. 0.5.6.5 on 1.9.1.

Link to comment
Share on other sites

55 minutes ago, luizsilveira said:

Duh, never mind. I'm an idiot. Didn't know about the expanded vessel info, which lists the kerbals onboard, their specialties and experience. More than suited for what I needed.

Thanks again!

ps: I'm also not seeing settings, just like dxtoxic. 0.5.6.5 on 1.9.1.

they are in the "Difficulty" page, but the old KSP style Gui theme is still not back just checked, both styles are transparent

@linuxgurugamer

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

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...