Jump to content

Kolago

Members
  • Posts

    465
  • Joined

  • Last visited

Everything posted by Kolago

  1. Rescaled Kethane tank nodes moving inside the tanks on reload in VAB. Squad tank nodes moving inside the tanks on reload in VAB. Nodes of scaled Engine moving outside of Engine. Up and down direction. Locks like the nodes are on the position of the unscaled part.
  2. Looking forward to a RLA - Stockalike CFG http://forum.kerbalspaceprogram.com/threads/24593-WIP-RLA-Stockalike-0-9-4-released-27th-November
  3. MechJeb_TweakScale.cfg is breaking rockets with MechJeb 2 (AR202 case) in the VAB, only a few parts of the original rocket are loaded.
  4. Sure, I have done this with a batch image converter (Pixillion Image Converter) for about 600 tga files. The size of the png files was in most cases 50% or less of the tga source file. I batch converted the .mu files with UltraEdit from .tga to .png directly (search & replace). Then I delete all the .tga files after that. The conversion wend down in 5 minutes with these tools and KSP on my RAM-Disk. Before that I made some test runs with a single mod directory. Make a backup before starting! KSP memory usage was 2800MB before in the VAB and 2400MB after TGA conversion.
  5. After converting all .tga files to .png in Gamedata and editing all .mu files to the new .png files LoadOnDemand runs without crashs and the game needs about 400MB less memory! Only LLL Greenhouse has a problem with this, the windows are fogged and not clear any more.
  6. Quantum Strut Guns are very useful for stiffening crafts after docking. With IR and Quantum Struts I have the problem of breaking part connections (nodes). This can be a problem of KerbalJointReinforcement that I have installed. Ned's further investigation.
  7. For more information about the parts we are scaling is it possible to put data like mass and trust under the scale slider?
  8. If you use the TweakScale Mod you can scale the parts if you put a new file "GingerCorp_TweakScale.cfg" into the "GameData\TweakScale\" directory with the following code: @PART[SW.StationHub.*] { MODULE { name = TweakScale type = stack defaultScale = 1.25 } } This enables you to scale the parts from 0.625 to 5m!
  9. I'd would be nice to see you Faark and rbray89 from ATM work close together for the ultimate Kerbal RAM saving tool!
  10. After 2 hours of testing I found out that \GameData\ProceduralParts\ModuleManager\ModularFuelTanks.cfg is causing the problem. After removing the file I was able to scale PP tanks with the fuel correctly. @PART[proceduralTankLiquid]:AFTER[modularFuelTanks] { !MODULE[TankContentSwitcher] { } MODULE { name = ModuleFuelTanks type = Default volume = 211 tankVolumeConversion = 200 } } @PART[proceduralTankRCS]:AFTER[modularFuelTanks] { !MODULE[TankContentSwitcher] { } MODULE { name = ModuleFuelTanks type = RCS volume = 106 tankVolumeConversion = 200 } } @PART[proceduralTankXenon]:AFTER[modularFuelTanks] { !MODULE[TankContentSwitcher] { } MODULE { name = ModuleFuelTanks type = Xenon volume = 792 tankVolumeConversion = 10000 } }
  11. Hi, for faster Station construction I added stackSymmetry to the cfg files. stationhub5.cfg -> stackSymmetry = 2 stationhub8.cfg -> stackSymmetry = 5
  12. Me to, lots of lines with: TweakScale.Update() - !isFreeScale. TweakScale new value = xxx
  13. To much joy to fast... ProceduralParts fuel doesn't scale with the tank size.
  14. So, this means an update from you or from tweakable everything? In the moment the fuel in the tank don't scale with size.
  15. After installing the updates: Updates of ProcFairings_3.02 ProceduralParts.0.9.11 TweakScale_1.6 KSPAPIExtensions.dll is v1.4.4.0 in all add-ons, an live is good again!
  16. Newest ProceduralFairings is v3.01, thats the one I have installed. ProceduralParts was v0.9.9, now I have the newest (v0.9.10) installed with KSPAPIExtensions.dll v1.4.3.1. But still broken. Will renaming directory's to get a different load order do something useful? These dependences are a mess. Renaming the TweakScale directory to 1TweakScale doesn't work.
  17. I am confused with KSPAPIExtensions.dll. I have 3 Version in GameData: C:\Kerbal Space Program 235\GameData\TweakScale\plugins v1.4.3.12 C:\Kerbal Space Program 235\GameData\ProceduralParts\Plugins v1.4.2.0 C:\Kerbal Space Program 235\GameData\ProceduralFairings v1.4.1.0 ProceduralParts is broken, nodes are in mid air, texture change is gone. ProceduralFairings looks ok.
  18. Some problems: - Autotag doesn't work (comes back with no parts after 30 seconds) - I can't add more then one category to the bar I have 1728 parts in the GameData folder. partString.lua is 4.511.633 bytes catalog.txt is 0 bytes lastParts.txt is 29.356 bytes config.xml. 1.796 byte I can provide the files upon request.
  19. Ok, this is not bad idea. Fewer crashes for my feeling and it loads a little faster! But I was loading from a SSD already (thanks to the computer god for these) and my i3 CPU is the limiting factor now. Is a extension of RAM outside the 32bit memory space of the game with a DLL within the game even possible? This remembers me of the middle age of computing with Intel 286 CPUs and 640kb of memory and memory extensions. If this is possible, you can map out textures to the extension RAM in the format you have in the game memory, without the load overhead of the file system.
  20. Is it possible to put unused textures in a RAM cache for faster loading? I have plenty of unused memory (16 GB).
  21. Here are some crash data while in VAB: 17.05.2014 18:58:54: Unhandled exception! 17.05.2014 18:58:54: System.Exception: Failed to load TGA file: C:\Kerbal Space Program 235\GameData\R&SCapsuledyne\Parts\TaurusHCV\bump_final_NRM.tga ---> System.ArgumentException: Ungültiger Parameter. bei System.Drawing.Image.get_RawFormat() bei System.Drawing.Graphics.DrawImage(Image image, Int32 x, Int32 y, Int32 width, Int32 height) bei System.Drawing.Bitmap..ctor(Image original, Int32 width, Int32 height) bei System.Drawing.Bitmap..ctor(Image original) bei FormatDatabase.RecognizeTGA(FileInfo file, Byte[] data) --- Ende der internen Ausnahmestapelüberwachung --- bei FormatDatabase.RecognizeTGA(FileInfo file, Byte[] data) bei FormatDatabase.AddRecognitionScope`1.Recognize(FileInfo file, Byte[] bytes) bei FormatDatabase.Recognize(String file, Byte[] data) bei TextureManager.StartLoadHighResTextureScope.ProcessLoadedData(Byte[] loaded_data) bei Disk.RequestFileScope.RunProcessor() bei Work.WorkThread() bei System.Threading.ThreadHelper.ThreadStart_Context(Object state) bei System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx) bei System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx) bei System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) bei System.Threading.ThreadHelper.ThreadStart() 17.05.2014 21:00:54: System.Exception: Failed to load TGA file: C:\Kerbal Space Program 235\GameData\Klockheed_Martian\Parts\Refinery\Refinery-complete.tga ---> System.ArgumentException: Ungültiger Parameter. bei System.Drawing.Image.get_RawFormat() bei System.Drawing.Graphics.DrawImage(Image image, Int32 x, Int32 y, Int32 width, Int32 height) bei System.Drawing.Bitmap..ctor(Image original, Int32 width, Int32 height) bei System.Drawing.Bitmap..ctor(Image original) bei FormatDatabase.RecognizeTGA(FileInfo file, Byte[] data) --- Ende der internen Ausnahmestapelüberwachung --- bei FormatDatabase.RecognizeTGA(FileInfo file, Byte[] data) bei FormatDatabase.AddRecognitionScope`1.Recognize(FileInfo file, Byte[] bytes) bei FormatDatabase.Recognize(String file, Byte[] data) bei TextureManager.StartLoadHighResTextureScope.ProcessLoadedData(Byte[] loaded_data) bei Disk.RequestFileScope.RunProcessor() bei Work.WorkThread() bei System.Threading.ThreadHelper.ThreadStart_Context(Object state) bei System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx) bei System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx) bei System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) bei System.Threading.ThreadHelper.ThreadStart() 17.05.2014 18:15:37: System.Exception: Failed to load TGA file: C:\Kerbal Space Program 235\GameData\Fr3aKyPartPack\Parts\Vinci\extendableNozzel.tga ---> System.ArgumentException: Ungültiger Parameter. bei System.Drawing.Image.get_RawFormat() bei System.Drawing.Graphics.DrawImage(Image image, Int32 x, Int32 y, Int32 width, Int32 height) bei System.Drawing.Bitmap..ctor(Image original, Int32 width, Int32 height) bei System.Drawing.Bitmap..ctor(Image original) bei FormatDatabase.RecognizeTGA(FileInfo file, Byte[] data) --- Ende der internen Ausnahmestapelüberwachung --- bei FormatDatabase.RecognizeTGA(FileInfo file, Byte[] data) bei FormatDatabase.AddRecognitionScope`1.Recognize(FileInfo file, Byte[] bytes) bei FormatDatabase.Recognize(String file, Byte[] data) bei TextureManager.StartLoadHighResTextureScope.ProcessLoadedData(Byte[] loaded_data) bei Disk.RequestFileScope.RunProcessor() bei Work.WorkThread() bei System.Threading.ThreadHelper.ThreadStart_Context(Object state) bei System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx) bei System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx) bei System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) bei System.Threading.ThreadHelper.ThreadStart() Full reports can be supplied. Chewie
×
×
  • Create New...