Gravitasi Posted January 31, 2015 Share Posted January 31, 2015 (edited) DescriptionsThis plugin tries to deliver better compatibility between Kopernicus and KittopiaTech Ingame Terraforming Tools. Since Kopernicus deals with planet creation, and KittopiaTech deals with planet alteration, both tools certainly have potential to complement each other. In addition, the plugin will also try to add more feature and try to fix some problem that persist within the current planet creation scheme.Ideally, I would like to continue working on Kopernicus, and maybe incorporate some aspect of KittopiaTech to it. But in reality, I don't have much experience dealing with KSP API, and also Unity engine in general. So, for now, until I get much more experience, the plugin consists of modified version of both mods. (So yeah, it's still hacky, mostly... sorry for that... )Here is some descriptions of the hacky, but hopefully better, solution:Javascript is disabled. View full albumDownloadsFor those who want a fresh start: KopernicusTech v0.13 [Download]The plugin redistributes ModuleManager, and modified version of Kopernicus and KittopiaTech.Modified source code for both plugins:Kopernicus [source] KittopiaTech [source] If you want some working example, I suggest you to download Trans-Keptunian Planet Pack instead. It already includes KopernicusTech. [Link]ChangelogChangelog---------v0.1326 Mar 2015- Generic saver and loader for PQS mods; both now support more parameters.- Multiple PQS mods support.- Made HeightColorMap customizable (thanks BorisBee).- Fixed VoronoiCrater; you can now add procedural craters (thanks BorisBee).- Allowed KittopiaTech configs to reside on subfolders (thanks BorisBee).- Fixed a bug on star/planet sorting procedure; You can now add stars. (thanks Thomas P.)- Made DDSLoader optional; you only need it when you use DDS texture format.- Removed DDSLoader from the main package.- All directories now reside on GameData folder (thanks CaptRobau).- Updated KittopiaTech license file.- Updated ModuleManager to version 2.5.13.- Updated DDSLoader to version 1.9.v0.12113 Feb 2015- Added DDSLoader, as temporal fix.v0.1211 Feb 2015- Changed texture loading procedure on KittopiaTech.- Added DDS texture support; only on PQS textures right now.- Removed scaled space generation on startup; they must be generated beforehand.- Integrated Kopernicus 0.0.4 (biome fix and more).- Custom resolution for the generated scaled space textures is now possible; use the mapFileSize parameter on PQS setting.v0.131 Jan 2015- Initial release.To-DosReadded support for stock planets modification. You can still modify stock planets with this plugin, but the functionality is barely supported now. Incorporate some features from Kopernicus and RSS to KittopiaTech. Delve more into RSS code. Even though I don't recommend its usage on the plugin, I have to say that RSS is one of the most stable planet alteration mod out there. I'm pretty sure I could learn a thing or two from its source code. Help WantedFor people who are interested in the project, and would like to contribute, please help me by searching for possible bugs on:Planets with atmosphere Gas giants Rings So far I've only tested the plugin on atmosphere-less planets, since that's all the planet on Trans-Keptunian are. I have not tested it on the other aforementioned planet types, because I don't have much experience dealing with them. My lack of experience makes it hard for me to notice that something's not right.If you're not sure how to start, try to imitate configuration file of the Trans-Keptunian planets with your own planet configuration (especially on the KittopiaTech configs).If you find some possible bugs, please post it here or inform me via PM, I will look into it.CreditsKCreator, for making KittopiaTech, which the plugin is based. BryceSchroeder and Teknoman117, for developing Kopernicus, which the plugin is based. Kragrathea, for making PlanetFactory CE, which I learn a lot from. NathanKell, for making Real Solar System. Some of the code in the plugin are used here. CaptRobau, for making Outer Planets Mod, which I used as preliminary study. _Augustus_, for maintaining Kopernicus Core, which I used as preliminary study. sarbian, for developing DDSLoader and ModuleManager. LicensesKopernicusTech is licensed under a GNU General Public License v3.0. Kopernicus is licensed under a GNU Lesser General Public License v3.0. ModuleManager is licensed under a Creative Commons Attribution-ShareAlike 4.0 International. DDSLoader is licensed under a MIT License. KittopiaTech is licensed as followed (as of version 0.183): The plugin dll and all related code, with the exception of utility code developed by forum user "Kragrathea" in which all necessary permissions have been given, is free for anyone to use and learn from.Free redistribution and modification is allowed, Under the following restrictions: One may NOT make any form of profit from the plugin authors (KCreators) work. This includes advertisement revenue or reward type websites chosen at the authors discretion.Redistributions and modifications require some form of credit towards the plugin author( KCreator ).Files generated by this plugin are free to use for any purpose. The plugin author is not responsible for any damage that may be incurred through the use of the plugin. Any and all contributions to this plugin will be accredited.The plugin author reserves all rights to modify the license as needed.Kerbal Space Program is a copyright of Squad, and as such, Squad has the ability to override any and all restrictions on this plugin.Some useful links to posts in the thread:Some information regarding generated scaled space textures (VERY important) [Link] How to control the roughness of the generated normal map (check this out if the normal map looks funny) [Link] How to NOT put everything in Kopernicus folder (thanks Teknoman117) [Link] Texture size of the stock planets, or some tips to make them look good (thanks CaptRobau) [Link] Edited May 2, 2015 by Gravitasi Link to comment Share on other sites More sharing options...
tygoo7 Posted January 31, 2015 Share Posted January 31, 2015 This looks very promising! Nice job! Is there a way to make Outer Planets work with this? Link to comment Share on other sites More sharing options...
Gravitasi Posted January 31, 2015 Author Share Posted January 31, 2015 This looks very promising! Nice job! Is there a way to make Outer Planets work with this? Thank you. For your question, yes, it's possible. But only if CaptRobau himself ports his own planet pack to this plugin. Link to comment Share on other sites More sharing options...
CaptRobau Posted January 31, 2015 Share Posted January 31, 2015 I will definitely be testing a branch of my mod on this. Since I know all the issues my varied planets and moons face.The biggest bug the Kopernicus+RSS+KittopiaTech combo is facing are the issues caused by Kopernicus not separating the template body and the new body correctly. Biomes for example are always applied to both the template and the new body, using ocean bodies as templates messes up the templates height map (the oceans are lowered), etc. If you're able to fix that, then custom planet/moon mods would jump ahead light years in terms of quality. That being said, the things you fixed are already pretty substantial and fix a lot of the bugs on my list.One bug that's unique to atmosphere planets btw, which you would not have seen with your atmosphereless bodies is a band of transparency occluding the rings of ringed planets, like so: Link to comment Share on other sites More sharing options...
Eudae55 Posted January 31, 2015 Share Posted January 31, 2015 If you could lay down an argument for using the Kopernicus + Kittopia combo versus RSS, what would that argument be?I'm very interested in what is possible with this mod - particularly, with creating new planets from scratch without templates, or if using templates, not having the templated body also modified when PQS alterations are made to the new body. < Problems I'm dealing with at the moment. Thanks Link to comment Share on other sites More sharing options...
_Augustus_ Posted January 31, 2015 Share Posted January 31, 2015 (edited) Here's a list of planet packs that will be updated from time to time:_Augustus_' stuff for Kopernicus Tech by _Augustus_ (PF planets use flightglobalsindexes 125-179, Stella uses flightglobalsindexes 600-699, Lavinia uses flightglobalsindexes 700-799, Serious uses flightglobalsindexes 800-900)Outer Planets Mod by CaptRobau & Eudae55 (Uses flightglobalsindexes 180-249), newest version is incompatible) Trans-Keptunian by Gravitasi (Uses flightglobalsindexes 525-549)Minor Bodies by Nicholander (Uses flightglobalsindexes 2000-2499)Terrestrial Planets Pack by sdj64 (Uses flightglobalsindexes 450 - 474)Porp Gas Giant System by Lillz (Uses flightglobalsindexes 1700-1800)Kohman Pack by markothefan1 (Uses flightglobalsindexes 20-49)Kirius System by SiriusB (Uses flightglobalsindexes 400-449) Edited February 20, 2015 by _Augustus_ Link to comment Share on other sites More sharing options...
Thomas988 Posted January 31, 2015 Share Posted January 31, 2015 HOLY COW! This looks epic! What's got me most excited are PROPER SCALEDSPACE VIEW! Time to convert all the Space Engine planets into KSP! Link to comment Share on other sites More sharing options...
Nicholander Posted January 31, 2015 Share Posted January 31, 2015 (edited) Oh. OHHH MY GOOOODDD... I really like what this does, but the stuff you have to do in KittopiaTech looks like a NIGHTMARE to do. I mean, all I want to do is the same thing done in the original Kopernicus for my 3 bodies which need RSS, for example, this is from Berdim: (All of them are the same except for the texture names and which planet/moon it's referring to) Berdim { PQS { Berdim { PQSMod_VertexHeightMap { heightMap = GameData/Kopernicus/Textures/BerdimBump.png } Add { PQSMod_VertexColorMapBlend { vertexColorMap = GameData/Kopernicus/Textures/BerdimMap.png blend = 1.0 color = 0.01, 0.01, 0.01, 1.0 order = 999999 } } } } }Simple, right? And the code for say, Arane looks like this:PlanetArane{ PQS { PQS { minLevel = 2 maxLevel = 8 } PQSMod_HeightColorMap { modEnabled = False } PQSCity { modEnabled = False } PQSMod_VertexHeightMap { heightMap = GameData/Kopernicus/Textures/Trans-Keptunian/Arane_height.png heightMapDeformity = 4000 heightMapOffset = 0 scaleDeformityByRadius = False } PQSMod_VertexColorMap { vertexColorMap = GameData/Kopernicus/Textures/Trans-Keptunian/Arane_color.png } PQSMod_VertexSimplexHeight { seed = 56899452 deformity = 100 octaves = 8 persistence = 0.5 frequency = 12 } PQSMod_VertexSimplexHeightAbsolute { seed = 3339066 deformity = 10 octaves = 3 persistence = 0.5 frequency = 0.8 } PQSMod_VertexHeightNoiseVertHeightCurve2 { modEnabled = True } PQSMod_VertexHeightNoise { modEnabled = True deformity = 50 seed = 32627 frequency = 10 lacunarity = 3 persistance = 0.6 octaves = 8 order = 110 } }}WHERE DO I EVEN START!?!? Seriously, how do I make KittopiaTech do the same thing that RSS did? Thanks in advance for helping! Edited January 31, 2015 by Nicholander Link to comment Share on other sites More sharing options...
_Augustus_ Posted January 31, 2015 Share Posted January 31, 2015 Oh. OHHH MY GOOOODDD... I really like what this does, but the stuff you have to do in KittopiaTech looks like a NIGHTMARE to do. I mean, all I want to do is the same thing done in the original Kopernicus for my 3 bodies which need RSS, for example, this is from Berdim: (All of them are the same except for the texture names and which planet/moon it's referring to) Berdim { PQS { Berdim { PQSMod_VertexHeightMap { heightMap = GameData/Kopernicus/Textures/BerdimBump.png } Add { PQSMod_VertexColorMapBlend { vertexColorMap = GameData/Kopernicus/Textures/BerdimMap.png blend = 1.0 color = 0.01, 0.01, 0.01, 1.0 order = 999999 } } } } }Simple, right? And the code for say, Arane looks like this:PlanetArane{ PQS { PQS { minLevel = 2 maxLevel = 8 } PQSMod_HeightColorMap { modEnabled = False } PQSCity { modEnabled = False } PQSMod_VertexHeightMap { heightMap = GameData/Kopernicus/Textures/Trans-Keptunian/Arane_height.png heightMapDeformity = 4000 heightMapOffset = 0 scaleDeformityByRadius = False } PQSMod_VertexColorMap { vertexColorMap = GameData/Kopernicus/Textures/Trans-Keptunian/Arane_color.png } PQSMod_VertexSimplexHeight { seed = 56899452 deformity = 100 octaves = 8 persistence = 0.5 frequency = 12 } PQSMod_VertexSimplexHeightAbsolute { seed = 3339066 deformity = 10 octaves = 3 persistence = 0.5 frequency = 0.8 } PQSMod_VertexHeightNoiseVertHeightCurve2 { modEnabled = True } PQSMod_VertexHeightNoise { modEnabled = True deformity = 50 seed = 32627 frequency = 10 lacunarity = 3 persistance = 0.6 octaves = 8 order = 110 } }}WHERE DO I EVEN START!?!? Seriously, how do I make KittopiaTech do the same thing that RSS did? Thanks in advance for helping!It's very simple. I just made my own GP2 with a moon. Link to comment Share on other sites More sharing options...
Nicholander Posted January 31, 2015 Share Posted January 31, 2015 But if it's so simple, why can't you explain it to me? (Sorry if I'm being rude) Link to comment Share on other sites More sharing options...
CaptRobau Posted January 31, 2015 Share Posted January 31, 2015 KopernicusTech keeps crashing on me before reaching the main menu. Both my tests, your Trans-Keptunian mod and just the bare KopernicusTech mod. Completely clean install.Output_log.txtError.logUnity Player [version: Unity 4.5.5f1_7684ad0c5a44]KSP.exe caused an Access Violation (0xc0000005) in module KSP.exe at 001b:00dbecd4.Error occurred at 2015-01-31_154900.C:\Games\Kerbal Space Program\KSP_win\KSP.exe, run by Stefan.97% memory in use.3071 MB physical memory [80 MB free].0 MB paging file [1757 MB free].2048 MB user address space [95 MB free].Read from location 00001ffc caused an access violation.Context:EDI: 0x0029ecb0 ESI: 0x00001ffc EAX: 0x00002000EBX: 0x0029ed3c ECX: 0x00000001 EDX: 0x00000000EIP: 0x00dbecd4 EBP: 0x0029ec80 SegCs: 0x0000001bEFlags: 0x00210297 ESP: 0x0029ec78 SegSs: 0x00000023Bytes at CS:EIP:8b 44 8e fc 89 44 8f fc 8d 04 8d 00 00 00 00 03 Stack:0x0029ec78: 00000004 00001ffc 0029ecb8 00a4afc9 ..........).....0x0029ec88: 0029ecb0 00001ffc 00000004 00000800 ..).............0x0029ec98: 0029ed3c 00000800 00001ffc 00000800 <.).............0x0029eca8: 00000800 00000800 0029ed14 00000000 ..........).....0x0029ecb8: 0029ed14 00a5ae47 0029ed3c 00000800 ..).G...<.).....0x0029ecc8: 00000800 51275820 00000800 00000000 .... X'Q........0x0029ecd8: 00000003 00000800 00000800 00001800 ................0x0029ece8: 7b110040 01555554 00000002 00000800 @..{TUU.........0x0029ecf8: 00000000 51275820 00000800 00000800 .... X'Q........0x0029ed08: 00000800 00000000 00000000 0029ed7c ............|.).0x0029ed18: 00a5c29a 0029ed3c 00000000 00000000 ....<.).........0x0029ed28: 00c00014 41cd4140 778f0000 00ffffff [email protected]....0x0029ed38: 00000000 00000004 00000800 00000800 ................0x0029ed48: 00002000 00000000 51275800 00000003 . .......X'Q....0x0029ed58: 00000800 00000001 00000800 00000001 ................0x0029ed68: 51275820 00000000 0000000c 00000800 X'Q............0x0029ed78: 0129ed88 0029ed88 00b7c620 00000000 ..)...). .......0x0029ed88: 0029edc8 0465922c 535d4e10 00000000 ..).,.e..N]S....0x0029ed98: 00000000 41cd4140 0029edc8 0029f1b4 [email protected]..)...).0x0029eda8: 03e30af0 41cd4140 04659211 778f0000 [email protected]0x0029edb8: 00c00014 41cd4140 0029edc8 04659204 [email protected]..)...e.0x0029edc8: 0029ede8 046591ee 535d4e10 00000000 ..)...e..N]S....0x0029edd8: 00000000 04659c86 535d4e10 00000800 ......e..N]S....0x0029ede8: 0029ee78 04659f10 535d4e10 00000000 x.)...e..N]S....0x0029edf8: 41bfb8c0 41e17960 0029ee28 0029f1b4 ...A`y.A(.)...).0x0029ee08: 03e30af0 535d4e10 00000014 00000000 .....N]S........0x0029ee18: 00000014 00000000 0029ee28 00000000 ........(.).....0x0029ee28: 00400000 535d4e10 00000018 00000000 [email protected]]S........0x0029ee38: 00000800 00000800 00000018 046146c0 .............Fa.0x0029ee48: 00400000 15abe910 008f0000 00313131 [email protected].0x0029ee58: 0029ee78 00313131 41cd4140 41e17960 x.)[email protected]`y.A0x0029ee68: 41bfb8c0 15abe910 778f0000 41cd4140 [email protected]0x0029ee78: 0029eed8 04659470 778f0000 41cd4140 ..)[email protected]0x0029ee88: 41e179a8 00000000 00000000 778f0000 .y.A...........w0x0029ee98: 41e17960 41e17960 41cd4140 00000000 `y.A`[email protected]....0x0029eea8: 0029eed8 41e17960 00000000 0029efc0 ..).`y.A......).0x0029eeb8: 0029ef70 04621258 00010000 0000000f p.).X.b.........0x0029eec8: 09ee5688 01aa012e 41e17988 046146c0 .V.......y.A.Fa.0x0029eed8: 0029ef08 046592f0 41dd2690 41e179a8 ..)...e..&.A.y.A0x0029eee8: 0029efc0 1005d796 0029ef70 00000002 ..).....p.).....0x0029eef8: 00000048 0029ef10 00d6b101 0029f0dc H.....).......).0x0029ef08: 0029ef4c 04614701 41e17988 00d6b4c2 L.)..Ga..y.A....0x0029ef18: 51070024 0029ef34 10001e35 15876c30 $..Q4.).5...0l..0x0029ef28: 15876c30 15876c30 00000000 00000000 0l..0l..........0x0029ef38: 10001ddd 03c72910 15876c30 0029ef4c .....)..0l..L.).0x0029ef48: 0029ef50 0029ef7c 100f0376 41e17988 P.).|.).v....y.A0x0029ef58: 0029f070 0029f0dc 046592a0 00010000 p.)...)...e.....0x0029ef68: 00000000 15876c30 011b390c 02e44e70 ....0l...9..pN..0x0029ef78: 0139dae8 0029efa0 1005d78c 15876c30 ..9...).....0l..0x0029ef88: 41e17988 0029f070 0029f0dc 0029f0dc .y.Ap.)...)...).0x0029ef98: 5116f31c 00000000 0029efbc 00a43a38 ...Q......).8:..0x0029efa8: 15876c30 41e17988 0029f070 0029f0dc 0l...y.Ap.)...).0x0029efb8: 0029f02c 0029eff8 00ade595 5116f31c ,.)...)........Q0x0029efc8: 41e17988 0029f048 0029f0dc 0029f0dc .y.AH.)...)...).0x0029efd8: 0029f02c 1021d5e0 0000005d 000000cc ,.)...!.].......0x0029efe8: 03c7131c 0000003c 0029f008 1005df8d ....<.....).....0x0029eff8: 0029f008 00ade71e 0029f0dc 00000000 ..).......).....0x0029f008: 0029f01c 00ade541 0029f0dc 00000001 ..).A.....).....0x0029f018: 0029f0dc 0029f0c4 00a3302d 0029f0dc ..)...).-0....).0x0029f028: 51100028 011a64d0 5116f31c 41e17988 (..Q.d.....Q.y.A0x0029f038: 0000d014 361b6a08 0029f001 00000000 .....j.6..).....0x0029f048: 00000000 00000000 00000000 00000000 ................0x0029f058: 00000000 00000000 00000000 00000000 ................0x0029f068: 00000000 00000000 00000000 00000000 ................0x0029f078: 00000000 00000000 00000000 00000000 ................0x0029f088: 00000000 00000000 00000000 00000000 ................0x0029f098: 00000000 00000000 00000000 00000000 ................0x0029f0a8: 00000000 00000000 00000000 00000000 ................0x0029f0b8: 00000000 00000000 00000000 0029f0e4 ..............).0x0029f0c8: 00a33263 0029f0dc 00000001 51100028 c2....).....(..Q0x0029f0d8: 00000000 00000000 0029f154 0029f154 ........T.).T.).0x0029f0e8: 00a351e1 0029f634 38b1d29c 046146c0 .Q..4.)....8.Fa.0x0029f0f8: 0029f128 045db909 0000005c 41e70300 (.)...].\......A0x0029f108: 00000000 00000009 00430a80 41beb018 ..........C....A0x0029f118: ffffffff 00000009 00000009 41e70300 ...............A0x0029f128: 0029f168 045dab60 41cd11b0 3db26a50 h.).`.]....APj.=0x0029f138: 00000000 00000009 41d40a80 00000000 ...........A....0x0029f148: 0029f168 38b1d29c 51170b5c 0029f188 h.)....8\..Q..).0x0029f158: 00a365ab 5116f31c 00000000 41e17988 .e.....Q.....y.A0x0029f168: 41e17988 0029f188 1010dde7 1021d5e0 .y.A..).......!.0x0029f178: 15a7032c 00000004 046146c0 0000000a ,........Fa.....0x0029f188: 0029f198 00b91502 41e17988 41bd9900 ..)......y.A...A0x0029f198: 0029f1d8 0461459f 41bd9900 41e17988 ..)..Ea....A.y.A0x0029f1a8: 0029f1b8 1005fe15 0029f1d8 03e30b48 ..).......).H...0x0029f1b8: 03e30af0 00000004 04614581 046146c0 .........Ea..Fa.0x0029f1c8: 0029f634 00000004 0029f1d8 04614574 4.).......).tEa.0x0029f1d8: 0029f1f8 0461455c 41bd9900 41e17988 ..).\Ea....A.y.A0x0029f1e8: 0029f634 00000004 00000004 0029f634 4.).........4.).0x0029f1f8: 0029f458 0461980f 41bd9900 41e17988 X.)...a....A.y.A0x0029f208: 41e88780 0461992f 00000000 0029f42c ...A/.a.....,.).0x0029f218: 00000000 0029f22c 3db26a50 41e88780 ....,.).Pj.=...A0x0029f228: 3d9b1070 3e9fc660 41bd9900 41bf70c8 p..=`..>...A.p.A0x0029f238: 0000004e 0029f42c 0029f420 00000004 N...,.). .).....0x0029f248: 00000006 00000000 011d87a4 3ded5558 ............XU.=0x0029f258: fffffffa 00001000 00000001 423c0000 ..............<B0x0029f268: 0029f26c 00000000 a0000000 40626538 l.).........8eb@0x0029f278: 0029f42c 0029f420 0029f290 00931dc7 ,.). .)...).....0x0029f288: 00000000 0000004e 0029f35c 00be7d67 ....N...\.).g}..0x0029f298: 00000000 fffffffd 00000000 00000001 ................0x0029f2a8: 0029f420 c02cccd0 00000000 00000000 .)...,.........0x0029f2b8: 00000000 00000000 3f800000 3f800000 ...........?...?0x0029f2c8: 0029f318 04654c22 0029f350 00000002 ..)."Le.P.).....0x0029f2d8: 00000000 00000002 00000000 01001000 ................0x0029f2e8: 0029f2f8 00b92510 00000000 00000000 ..)..%..........0x0029f2f8: 0029f338 045d76cb 00000000 00000000 8.)..v].........0x0029f308: 3e9fc840 00000000 00000005 00000000 @..>............0x0029f318: 3e9fc840 ffffffff 00000005 3e9fc540 @..>........@..>0x0029f328: 00000002 15abdc70 0029f338 045d76a4 ....p...8.)..v].0x0029f338: 0029f358 045d768c 00000000 00000000 X.)..v].........0x0029f348: 00a84de7 00000001 00b91ea9 15abdc70 .M..........p...0x0029f358: 0029f378 045e0934 00000000 00000000 x.).4.^.........0x0029f368: 00be7ff6 00000000 0029f398 03e30b48 ..........).H...0x0029f378: 0029f398 046552ad 00000000 00000000 ..)..Re.........0x0029f388: 00000002 15abdc70 0029f398 00000002 ....p.....).....0x0029f398: 0029f438 04655057 00000000 00000000 8.).WPe.........0x0029f3a8: 00000000 00000000 41b3cb20 15abdc70 ........ ..Ap...0x0029f3b8: 0029f3f8 00000000 0029f420 0029f3d8 ..)..... .)...).0x0029f3c8: 00a84de7 00000001 00b91d16 15abe770 .M..........p...0x0029f3d8: 0029f418 04655568 00000133 15abe730 ..).hUe.3...0...0x0029f3e8: 0029f428 04655568 0029f418 03e30b48 (.).hUe...).H...0x0029f3f8: 03e30af0 15abe770 04655551 045be5e8 ....p...QUe...[.0x0029f408: 41bfa7e0 15abe770 0029f418 04655544 ...Ap.....).DUe.0x0029f418: 0029f438 04655529 00000133 00000000 8.).)Ue.3.......0x0029f428: 0029f200 00000000 00000000 00000000 ..).............0x0029f438: 0029f468 04655412 00000133 03e30b48 h.)..Te.3...H...0x0029f448: c1600000 1595aa10 0029f634 046146c0 ..`.....4.)..Fa.0x0029f458: 0029f4a4 04614701 41bf70c8 3e9eac08 ..)..Ga..p.A...>0x0029f468: 0029f4b8 04655af5 41bfa7e0 0029f48c ..)..Ze....A..).0x0029f478: 10001e35 157f71a0 157f71a0 157f71a0 5....q...q...q..0x0029f488: 00000000 00000000 10001ddd 03c72910 .............)..0x0029f498: 157f71a0 0029f4a4 0029f4a8 0029f4d4 .q....)...)...).0x0029f4a8: 100f0376 41bf70c8 0029f5c8 0029f634 v....p.A..).4.).0x0029f4b8: 04618080 00010000 032f1030 157f71a0 ..a.....0./..q..0x0029f4c8: 3e955555 02e44e70 00000000 0029f4f8 UU.>pN........).0x0029f4d8: 1005d78c 157f71a0 41bf70c8 0029f5c8 .....q...p.A..).0x0029f4e8: 0029f634 0029f634 032f0fb8 032f1030 4.).4.).../.0./.0x0029f4f8: 0029f514 00a43a38 157f71a0 41bf70c8 ..).8:...q...p.A0x0029f508: 0029f5c8 0029f634 0029f584 0029f550 ..).4.)...).P.).0x0029f518: 00ade595 032f0fb8 41bf70c8 0029f5a0 ....../..p.A..).0x0029f528: 0029f634 0029f634 0029f584 0029f558 4.).4.)...).X.).0x0029f538: 1005d78c 15a98110 41b472c0 0029f5bc .........r.A..).0x0029f548: 1005d796 0029f638 0029f560 00ade71e ....8.).`.).....0x0029f558: 0029f634 00000000 0029f574 00ade541 4.).....t.).A...0x0029f568: 0029f634 00000001 0029f634 0029f61c 4.).....4.)...).0x0029f578: 00a3302d 0029f634 032f1030 011a64d0 -0..4.).0./..d..0x0029f588: 032f0fb8 41bf70c8 0000d014 361b6a08 ../..p.A.....j.60x0029f598: 00000001 00000000 00000000 00000000 ................0x0029f5a8: 00000000 00000000 00000000 00000000 ................0x0029f5b8: 00000000 00000000 00000000 00000000 ................0x0029f5c8: 00000000 00000000 00000000 00000000 ................0x0029f5d8: 00000000 00000000 00000000 00000000 ................0x0029f5e8: 00000000 00000000 00000000 00000000 ................0x0029f5f8: 00000000 00000000 00000000 00000000 ................0x0029f608: 00000000 00000000 00000000 00000000 ................0x0029f618: 00000000 0029f63c 00a33263 0029f634 ....<.).c2..4.).0x0029f628: 02f7e6cc 00a330d0 032f1030 00000000 .....0..0./.....0x0029f638: 02f7e6bc 0029f6a8 00a1ce1e 38b1d29c ......)........80x0029f648: 032f1030 1f8df556 00000065 00000001 0./.V...e.......0x0029f658: 02f20dc4 13dbee90 13dd5800 02f20dc4 .........X......0x0029f668: 13dd5800 13dd5800 00000000 032eb77c .X...X......|...0x0029f678: 032eb7a4 0029f6ac 77804db0 7680a954 ......)..M.wT..v0x0029f688: 0029f6a4 048b3b64 00000edd 4238843c ..).d;......<.8B0x0029f698: 00a332d0 38b1d29c 032f1030 02f7e6a4 .2.....80./.....0x0029f6a8: 0029f768 00aac4b7 00000002 00000000 h.).............0x0029f6b8: 00000000 75c38343 011a64d0 02f7d858 ....C..u.d..X...0x0029f6c8: 00000000 00000000 00000000 0029f901 ..............).0x0029f6d8: 00000000 00000000 00000001 00000000 ................0x0029f6e8: 00000000 00000000 00000000 00000000 ................0x0029f6f8: 00000000 00000000 00000000 0029f6dc ..............).0x0029f708: 0029f6e0 00000000 00000000 00000000 ..).............0x0029f718: 00000000 00000000 00000000 00000000 ................0x0029f728: 00000000 00000001 00000001 00000000 ................0x0029f738: 00000000 00000000 00000000 00000000 ................0x0029f748: 00000000 00000000 00000000 00000002 ................0x0029f758: 00000001 3f800000 0483c1e4 0100f774 .......?....t...0x0029f768: 0029f7a4 00b22d6b 00000000 00000001 ..).k-..........0x0029f778: 00000000 00000010 00000001 00091204 ................0x0029f788: 000000ff 00000001 0086082d 01091633 ........-...3...0x0029f798: 000001a7 000002af 000004c8 0029f8bc ..............).0x0029f7a8: 00b24635 00000000 00000000 7ffd9000 5F..............0x0029f7b8: 02f21a4c 004577a8 00478cb8 00457b50 L....wE...G.P{E.0x0029f7c8: 00000025 0000002f 0029f954 02f22100 %.../...T.)..!..0x0029f7d8: 01fc8141 fffffffe 778067cd 00000000 A........g.w....0x0029f7e8: 0000000f 013e8488 6f6e6f00 6374652f ......>..ono/etc0x0029f7f8: 0029f800 00dda2c9 00000000 0000000f ..).............0x0029f808: 0000000f 02f22164 02f2219c 02f2219c ....d!...!...!..0x0029f818: 01328e38 02f21a10 004307c8 0029f800 8.2.......C...).0x0029f828: 0029f858 0000002e 0000002f 012aa550 X.)...../...P.*.0x0029f838: 02c038cc 02f21ad4 00000003 0029f77c .8..........|.).0x0029f848: 77804cf0 0000003d 0000003f 49656e69 .L.w=...?...ineI0x0029f858: 02f22100 00000000 00000000 01185e88 .!...........^..0x0029f868: 00000000 0000000f 0029f8a0 00000000 ..........).....0x0029f878: 616e614d 00646567 00dc847b 00000000 Managed.{.......0x0029f888: 00000007 0000000f 00dc8488 02c038cc .............8..0x0029f898: 6f6e6f4d 6e6f6d2f 6c642e6f 0000006c Mono/mono.dll...0x0029f8a8: 0000000d 0000000f 004319d0 00000000 ..........C.....0x0029f8b8: 00000000 0029f8d4 00d900e8 00930000 ......).........0x0029f8c8: 00000000 00452908 00000001 0029f964 .....)E.....d.).0x0029f8d8: 00dc4fb0 00930000 00000000 00452908 .O...........)E.0x0029f8e8: 00000001 bf5a28bf 00000000 00000000 .....(Z.........0x0029f8f8: 7ffd9000 00000044 00452498 00452478 ....D....$E.x$E.0x0029f908: 00452410 00000000 00000000 00000000 .$E.............0x0029f918: 00000000 00000000 00000000 00000000 ................0x0029f928: 00000801 00000001 00000000 00000000 ................0x0029f938: 0029f960 00dd62f4 c0000005 00000000 `.)..b..........0x0029f948: 00000000 0029f8ec 0029e88c 0029f9a0 ......)...)...).0x0029f958: 00dc6d90 be42807b 00000000 0029f970 .m..{.B.....p.).0x0029f968: 7680d3c9 7ffd9000 0029f9b0 777e1603 ...v......)...~w0x0029f978: 7ffd9000 76aa2ed1 00000000 00000000 .......v........0x0029f988: 7ffd9000 c0000005 76860971 76860971 ........q..vq..v0x0029f998: 0029f97c 0029e890 ffffffff 777a9aa2 |.)...).......zw0x0029f9a8: 01fc9e49 00000000 0029f9c8 777e15d6 I.........)...~w0x0029f9b8: 00dc5003 7ffd9000 00000000 00000000 .P..............0x0029f9c8: 00000000 00000000 00dc5003 7ffd9000 .........P......0x0029f9d8: 00000000 00000000 00000000 00000000 ................0x0029f9e8: 00000000 00000000 00000000 00000000 ................0x0029f9f8: 00000000 00000000 00000000 00000000 ................0x0029fa08: 00000000 00000000 00000000 00000000 ................0x0029fa18: 00000000 00000000 00000000 00000000 ................0x0029fa28: 00000000 00000000 00000000 00000000 ................0x0029fa38: 00000000 00000000 00000000 00000000 ................0x0029fa48: 00000000 00000000 00000000 00000000 ................0x0029fa58: 00000000 00000000 00000000 00000000 ................0x0029fa68: 00000000 00000000 00000000 00000000 ................0x0029fa78: 00000000 00000000 00000000 00000000 ................0x0029fa88: 00000000 00000000 00000000 00000000 ................0x0029fa98: 00000000 00000000 00000000 00000000 ................0x0029faa8: 00000000 00000000 00000000 00000000 ................0x0029fab8: 00000000 00000000 00000000 00000000 ................0x0029fac8: 00000000 00000000 00000000 00000000 ................0x0029fad8: 00000000 00000000 00000000 00000000 ................0x0029fae8: 00000000 00000000 00000000 00000000 ................0x0029faf8: 00000000 00000000 00000000 00000000 ................0x0029fb08: 00000000 00000000 00000000 00000000 ................0x0029fb18: 00000000 00000000 00000000 00000000 ................0x0029fb28: 00000000 00000000 00000000 00000000 ................0x0029fb38: 00000000 00000000 00000000 00000000 ................0x0029fb48: 00000000 00000000 00000000 00000000 ................0x0029fb58: 00000000 00000000 00000000 00000000 ................0x0029fb68: 00000000 00000000 00000000 00000000 ................0x0029fb78: 00000000 00000000 00000000 00000000 ................0x0029fb88: 00000000 00000000 00000000 00000000 ................0x0029fb98: 00000000 00000000 00000000 00000000 ................0x0029fba8: 00000000 00000000 00000000 00000000 ................0x0029fbb8: 00000000 00000000 00000000 00000000 ................0x0029fbc8: 00000000 00000000 00000000 00000000 ................0x0029fbd8: 00000000 00000000 00000000 00000000 ................0x0029fbe8: 00000000 00000000 00000000 00000000 ................0x0029fbf8: 00000000 00000000 00000000 00000000 ................0x0029fc08: 00000000 00000000 00000000 00000000 ................0x0029fc18: 00000000 00000000 00000000 00000000 ................0x0029fc28: 00000000 00000000 00000000 00000000 ................0x0029fc38: 00000000 00000000 00000000 00000000 ................0x0029fc48: 00000000 00000000 00000000 00000000 ................0x0029fc58: 00000000 00000000 00000000 00000000 ................0x0029fc68: 00000000 00000000 00000000 00000000 ................0x0029fc78: 00000000 00000000 00000000 00000000 ................0x0029fc88: 00000000 00000000 00000000 00000000 ................0x0029fc98: 00000000 00000000 00000000 00000000 ................0x0029fca8: 00000000 00000000 00000000 00000000 ................0x0029fcb8: 00000000 00000000 00000000 00000000 ................0x0029fcc8: 00000000 00000000 00000000 00000000 ................0x0029fcd8: 00000000 00000000 00000000 00000000 ................0x0029fce8: 00000000 00000000 00000000 00000000 ................0x0029fcf8: 00000000 00000000 00000000 00000000 ................0x0029fd08: 00000000 00000000 00000000 00000000 ................0x0029fd18: 00000000 00000000 00000000 00000000 ................0x0029fd28: 00000000 00000000 00000000 00000000 ................0x0029fd38: 00000000 00000000 00000000 00000000 ................0x0029fd48: 00000000 00000000 00000000 00000000 ................0x0029fd58: 00000000 00000000 00000000 00000000 ................0x0029fd68: 00000000 00000000 00000000 00000000 ................0x0029fd78: 00000000 00000000 00000000 00000000 ................0x0029fd88: 00000000 00000000 00000000 00000000 ................0x0029fd98: 00000000 00000000 00000000 00000000 ................0x0029fda8: 00000000 00000000 00000000 00000000 ................0x0029fdb8: 00000000 00000000 00000000 00000000 ................0x0029fdc8: 00000000 00000000 00000000 00000000 ................0x0029fdd8: 00000000 00000000 00000000 00000000 ................0x0029fde8: 00000000 00000000 00000000 00000000 ................0x0029fdf8: 00000000 00000000 00000000 00000000 ................0x0029fe08: 00000000 00000000 00000000 00000000 ................0x0029fe18: 00000000 00000000 00000000 00000000 ................0x0029fe28: 00000000 00000000 00000000 00000000 ................0x0029fe38: 00000000 00000000 00000000 00000000 ................0x0029fe48: 00000000 00000000 00000000 00000000 ................0x0029fe58: 00000000 00000000 00000000 00000000 ................0x0029fe68: 00000000 00000000 00000000 00000000 ................0x0029fe78: 00000000 00000000 00000000 00000000 ................0x0029fe88: 00000000 00000000 00000000 00000000 ................0x0029fe98: 00000000 00000000 00000000 00000000 ................0x0029fea8: 00000000 00000000 00000000 00000000 ................0x0029feb8: 00000000 00000000 00000000 00000000 ................0x0029fec8: 00000000 00000000 00000000 00000000 ................0x0029fed8: 00000000 00000000 00000000 00000000 ................0x0029fee8: 00000000 00000000 00000000 00000000 ................0x0029fef8: 00000000 00000000 00000000 00000000 ................0x0029ff08: 00000000 00000000 00000000 00000000 ................0x0029ff18: 00000000 00000000 00000000 00000000 ................0x0029ff28: 00000000 00000000 00000000 00000000 ................0x0029ff38: 00000000 00000000 00000000 00000000 ................0x0029ff48: 00000000 00000000 00000000 00000000 ................0x0029ff58: 00000000 00000000 00000000 00000000 ................0x0029ff68: 00000000 00000000 00000000 00000000 ................0x0029ff78: 00000000 00000000 00000000 00000000 ................0x0029ff88: 00000000 00000000 00000000 00000000 ................0x0029ff98: 00000000 00000000 00000000 00000000 ................0x0029ffa8: 00000000 00000000 00000000 00000000 ................0x0029ffb8: 00000000 00000000 00000000 00000000 ................0x0029ffc8: 00000000 00000000 00000000 00000000 ................0x0029ffd8: 00000000 00000000 00000000 00000000 ................0x0029ffe8: 00000000 00000000 00000000 00000000 ................0x0029fff8: 00000000 00000000 ........Module 1C:\Games\Kerbal Space Program\KSP_win\KSP.exeImage Base: 0x00930000 Image Size: 0x00ba6000File Size: 11546112 File Time: 2014-12-15_141420Version: Company: Product: FileDesc: FileVer: 4.5.5.37569 ProdVer: 4.5.5.37569Module 2C:\Windows\system32\xinput1_3.dllImage Base: 0x00400000 Image Size: 0x00016000File Size: 81768 File Time: 2007-04-04_185342Version: Company: Microsoft Corporation Product: Microsoft® DirectX for Windows® FileDesc: Microsoft Common Controller API FileVer: 9.18.944.0 ProdVer: 9.18.944.0Module 3C:\Program Files\NVIDIA Corporation\3D Vision\nvSCPAPI.dllImage Base: 0x10000000 Image Size: 0x0010a000File Size: 1028648 File Time: 2013-01-18_071652Version: Company: NVIDIA Corporation Product: NVIDIA GeForce 3D Vision FileDesc: NVIDIA 3D Vision Control Panel API FileVer: 7.17.13.1106 ProdVer: 7.17.13.1106Module 4C:\Games\Kerbal Space Program\KSP_win\KSP_Data\Mono\mono.dllImage Base: 0x10000000 Image Size: 0x0022f000File Size: 2101760 File Time: 2014-12-15_141826Version: Company: Product: FileDesc: FileVer: 0.0.0.0 ProdVer: 0.0.0.0Module 5C:\Windows\system32\OPENGL32.dllImage Base: 0x58b00000 Image Size: 0x000cb000File Size: 707584 File Time: 2006-11-02_104614Version: Company: Microsoft Corporation Product: Microsoft® Windows® Operating System FileDesc: OpenGL Client DLL FileVer: 6.0.6000.16386 ProdVer: 6.0.6000.16386Module 6C:\Windows\system32\nvd3dum.dllImage Base: 0x60740000 Image Size: 0x00e6f000File Size: 15129960 File Time: 2013-02-25_232230Version: Company: NVIDIA Corporation Product: NVIDIA Windows WDDM D3D driver FileDesc: NVIDIA WDDM D3D Driver, Version 311.06 FileVer: 9.18.13.1106 ProdVer: 9.18.13.1106Module 7C:\Windows\system32\dsound.dllImage Base: 0x667d0000 Image Size: 0x00070000File Size: 444416 File Time: 2009-04-11_072820Version: Company: Microsoft Corporation Product: Besturingssysteem Microsoft® Windows® FileDesc: DirectSound FileVer: 6.0.6002.18005 ProdVer: 6.0.6002.18005Module 8C:\Windows\system32\DDRAW.dllImage Base: 0x67d30000 Image Size: 0x000e5000File Size: 522752 File Time: 2008-01-18_233404Version: Company: Microsoft Corporation Product: Besturingssysteem Microsoft® Windows® FileDesc: Microsoft DirectDraw FileVer: 6.0.6001.18000 ProdVer: 6.0.6001.18000Module 9C:\Windows\system32\GLU32.dllImage Base: 0x689f0000 Image Size: 0x00023000File Size: 133632 File Time: 2006-11-02_104606Version: Company: Microsoft Corporation Product: Besturingssysteem Microsoft® Windows® FileDesc: DLL-bestand voor hulpprogrammabibliotheek voor OpenGL FileVer: 6.0.6000.16386 ProdVer: 6.0.6000.16386Module 10C:\Windows\system32\d3d9.dllImage Base: 0x6bb60000 Image Size: 0x001ba000File Size: 1788416 File Time: 2009-04-11_072820Version: Company: Microsoft Corporation Product: Microsoft® Windows® Operating System FileDesc: Microsoft Direct3D FileVer: 6.0.6002.18005 ProdVer: 6.0.6002.18005Module 11C:\Windows\system32\DCIMAN32.dllImage Base: 0x6c2a0000 Image Size: 0x00006000File Size: 10240 File Time: 2009-06-15_155140Version: Company: Microsoft Corporation Product: Microsoft® Windows® Operating System FileDesc: DCI Manager FileVer: 6.0.6002.18051 ProdVer: 6.0.6002.18051Module 12C:\Windows\system32\d3d8thk.dllImage Base: 0x6c2b0000 Image Size: 0x00006000File Size: 11264 File Time: 2006-11-02_104604Version: Company: Microsoft Corporation Product: Microsoft® Windows® Operating System FileDesc: Microsoft Direct3D OS Thunk Layer FileVer: 6.0.6000.16386 ProdVer: 6.0.6000.16386Module 13C:\Windows\system32\wbem\fastprox.dllImage Base: 0x6d000000 Image Size: 0x00099000File Size: 614912 File Time: 2009-04-11_072820Version: Company: Microsoft Corporation Product: Microsoft® Windows® Operating System FileDesc: WMI Custom Marshaller FileVer: 6.0.6002.18005 ProdVer: 6.0.6002.18005Module 14C:\Windows\system32\wbem\wbemsvc.dllImage Base: 0x6d9e0000 Image Size: 0x00010000File Size: 49152 File Time: 2009-04-11_072826Version: Company: Microsoft Corporation Product: Microsoft® Windows® Operating System FileDesc: WMI FileVer: 6.0.6002.18005 ProdVer: 6.0.6002.18005Module 15C:\Windows\system32\dbghelp.dllImage Base: 0x6cb40000 Image Size: 0x000dc000File Size: 798208 File Time: 2008-01-18_233404Version: Company: Microsoft Corporation Product: Microsoft® Windows® Operating System FileDesc: Windows Image Helper FileVer: 6.0.6001.18000 ProdVer: 6.0.6001.18000Module 16C:\Windows\system32\wbemcomn.dllImage Base: 0x6dc60000 Image Size: 0x0005b000File Size: 357888 File Time: 2008-01-18_233650Version: Company: Microsoft Corporation Product: Microsoft® Windows® Operating System FileDesc: WMI FileVer: 6.0.6001.18000 ProdVer: 6.0.6001.18000Module 17C:\Program Files\Bonjour\mdnsNSP.dllImage Base: 0x6de80000 Image Size: 0x00021000File Size: 121704 File Time: 2011-08-30_220502Version: Company: Apple Inc. Product: Bonjour FileDesc: Bonjour Namespace Provider FileVer: 3.0.0.10 ProdVer: 3.0.0.10Module 18C:\Windows\system32\wbem\wbemprox.dllImage Base: 0x6ded0000 Image Size: 0x0000b000File Size: 30208 File Time: 2009-04-11_072826Version: Company: Microsoft Corporation Product: Microsoft® Windows® Operating System FileDesc: WMI FileVer: 6.0.6002.18005 ProdVer: 6.0.6002.18005Module 19C:\Windows\system32\pnrpnsp.dllImage Base: 0x6dee0000 Image Size: 0x00012000File Size: 62464 File Time: 2008-01-18_233608Version: Company: Microsoft Corporation Product: Besturingssysteem Microsoft® Windows® FileDesc: PNRP-naamruimteprovider FileVer: 6.0.6001.18000 ProdVer: 6.0.6001.18000Module 20C:\Windows\System32\winrnr.dllImage Base: 0x6e0f0000 Image Size: 0x00008000File Size: 19968 File Time: 2009-04-11_072826Version: Company: Microsoft Corporation Product: Microsoft® Windows® Operating System FileDesc: LDAP RnR Provider DLL FileVer: 6.0.6002.18005 ProdVer: 6.0.6002.18005Module 21C:\Windows\system32\napinsp.dllImage Base: 0x6e100000 Image Size: 0x0000f000File Size: 50176 File Time: 2008-01-18_233536Version: Company: Microsoft Corporation Product: Besturingssysteem Microsoft® Windows® FileDesc: Shim-provider van e-mailnamen FileVer: 6.0.6001.18000 ProdVer: 6.0.6001.18000Module 22C:\Windows\system32\rasadhlp.dllImage Base: 0x6ebb0000 Image Size: 0x00006000File Size: 10240 File Time: 2006-11-02_104614Version: Company: Microsoft Corporation Product: Microsoft® Windows® Operating System FileDesc: Remote Access AutoDial Helper FileVer: 6.0.6000.16386 ProdVer: 6.0.6000.16386Module 23C:\Windows\system32\WINHTTP.dllImage Base: 0x71190000 Image Size: 0x00060000File Size: 377344 File Time: 2011-11-16_172346Version: Company: Microsoft Corporation Product: Besturingssysteem Microsoft® Windows® FileDesc: Windows HTTP-services FileVer: 6.0.6002.18541 ProdVer: 6.0.6002.18541Module 24C:\Windows\system32\audioeng.dllImage Base: 0x71f90000 Image Size: 0x00066000File Size: 396800 File Time: 2014-10-03_021718Version: Company: Microsoft Corporation Product: Microsoft® Windows® Operating System FileDesc: Audio Engine FileVer: 6.0.6002.19201 ProdVer: 6.0.6002.19201Module 25C:\Windows\system32\AUDIOSES.DLLImage Base: 0x72f30000 Image Size: 0x00021000File Size: 115712 File Time: 2009-04-11_072820Version: Company: Microsoft Corporation Product: Microsoft® Windows® Operating System FileDesc: Audio Session FileVer: 6.0.6002.18005 ProdVer: 6.0.6002.18005Module 26C:\Windows\system32\MSACM32.dllImage Base: 0x733f0000 Image Size: 0x00014000File Size: 71680 File Time: 2008-01-18_233456Version: Company: Microsoft Corporation Product: Besturingssysteem Microsoft® Windows® FileDesc: Audiofilter voor Microsoft Audiocompressiebeheer FileVer: 6.0.6001.18000 ProdVer: 6.0.6001.18000Module 27C:\Windows\system32\wdmaud.drvImage Base: 0x73410000 Image Size: 0x0002f000File Size: 167424 File Time: 2009-04-11_072714Version: Company: Microsoft Corporation Product: Besturingssysteem Microsoft® Windows® FileDesc: Winmm-audiosysteemsturprogramma FileVer: 6.0.6002.18005 ProdVer: 6.0.6002.18005Module 28C:\Windows\system32\midimap.dllImage Base: 0x73570000 Image Size: 0x00007000File Size: 17408 File Time: 2009-04-11_072822Version: Company: Microsoft Corporation Product: Microsoft® Windows® Operating System FileDesc: Microsoft MIDI Mapper FileVer: 6.0.6002.18005 ProdVer: 6.0.6002.18005Module 29C:\Windows\system32\msacm32.drvImage Base: 0x735c0000 Image Size: 0x00009000File Size: 21504 File Time: 2009-04-11_072714Version: Company: Microsoft Corporation Product: Besturingssysteem Microsoft® Windows® FileDesc: Microsoft-geluidstoewijzing FileVer: 6.0.6002.18005 ProdVer: 6.0.6002.18005Module 30C:\Windows\system32\ksuser.dllImage Base: 0x735d0000 Image Size: 0x00004000File Size: 4608 File Time: 2006-11-02_104606Version: Company: Microsoft Corporation Product: Microsoft® Windows® Operating System FileDesc: User CSA Library FileVer: 6.0.6000.16386 ProdVer: 6.0.6000.16386Module 31C:\Windows\system32\HID.DLLImage Base: 0x73630000 Image Size: 0x00009000File Size: 22016 File Time: 2006-11-02_104606Version: Company: Microsoft Corporation Product: Besturingssysteem Microsoft® Windows® FileDesc: Hid-gebruikersbibliotheek FileVer: 6.0.6000.16386 ProdVer: 6.0.6000.16386Module 32C:\Windows\system32\dwmapi.dllImage Base: 0x73760000 Image Size: 0x0000c000File Size: 39936 File Time: 2008-01-18_233408Version: Company: Microsoft Corporation Product: Microsoft® Windows® Operating System FileDesc: Microsoft Desktop Window Manager API FileVer: 6.0.6001.18000 ProdVer: 6.0.6001.18000Module 33C:\Windows\system32\NLAapi.dllImage Base: 0x73770000 Image Size: 0x0000f000File Size: 48640 File Time: 2014-12-06_041438Version: Company: Microsoft Corporation Product: Microsoft® Windows® Operating System FileDesc: Network Location Awareness 2 FileVer: 6.0.6002.19250 ProdVer: 6.0.6002.19250Module 34C:\Windows\system32\OLEACC.dllImage Base: 0x73780000 Image Size: 0x0003e000File Size: 238080 File Time: 2011-08-25_171402Version: Company: Microsoft Corporation Product: Microsoft® Windows® Operating System FileDesc: Active Accessibility Core Component FileVer: 7.0.6002.18508 ProdVer: 6.0.6002.18508Module 35C:\Windows\system32\WINMM.dllImage Base: 0x737c0000 Image Size: 0x00032000File Size: 189952 File Time: 2011-10-14_170326Version: Company: Microsoft Corporation Product: Besturingssysteem Microsoft® Windows® FileDesc: MCI API DLL FileVer: 6.0.6002.18528 ProdVer: 6.0.6002.18528Module 36C:\Windows\system32\uxtheme.dllImage Base: 0x73c00000 Image Size: 0x0003f000File Size: 240128 File Time: 2008-01-18_233648Version: Company: Microsoft Corporation Product: Besturingssysteem Microsoft® Windows® FileDesc: DLL-bestand Microsoft UxTheme FileVer: 6.0.6001.18000 ProdVer: 6.0.6001.18000Module 37C:\Program Files\AVG\AVG2015\avghookx.dllImage Base: 0x73db0000 Image Size: 0x0007b000File Size: 482968 File Time: 2014-12-18_094112Version: Company: AVG Technologies CZ, s.r.o. Product: AVG Internet Security FileDesc: None FileVer: 15.0.0.5645 ProdVer: 15.0.0.5645Module 38C:\Windows\system32\MMDevAPI.DLLImage Base: 0x74000000 Image Size: 0x00028000File Size: 150528 File Time: 2009-04-11_072822Version: Company: Microsoft Corporation Product: Microsoft® Windows® Operating System FileDesc: MMDevice API FileVer: 6.0.6002.18005 ProdVer: 6.0.6002.18005Module 39C:\Windows\WinSxS\x86_microsoft.windows.common-controls_6595b64144ccf1df_6.0.6002.18305_none_5cb72f2a088b0ed3\comctl32.dllImage Base: 0x74050000 Image Size: 0x0019e000File Size: 1686016 File Time: 2010-08-31_164354Version: Company: Microsoft Corporation Product: Besturingssysteem Microsoft® Windows® FileDesc: Bibliotheek met elementen voor gebruikerservaring FileVer: 6.10.6002.18305 ProdVer: 6.0.6002.18305Module 40C:\Windows\System32\wshtcpip.dllImage Base: 0x74290000 Image Size: 0x00005000File Size: 9216 File Time: 2008-01-18_233712Version: Company: Microsoft Corporation Product: Besturingssysteem Microsoft® Windows® FileDesc: Winsock2 Helper DLL (TL/IPv4) FileVer: 6.0.6001.18000 ProdVer: 6.0.6001.18000Module 41C:\Windows\system32\WINTRUST.dllImage Base: 0x74310000 Image Size: 0x0002d000File Size: 172544 File Time: 2013-07-08_052006Version: Company: Microsoft Corporation Product: Microsoft® Windows® Operating System FileDesc: Microsoft Trust Verification APIs FileVer: 6.0.6002.18881 ProdVer: 6.0.6002.18881Module 42C:\Windows\system32\AVRT.dllImage Base: 0x743d0000 Image Size: 0x00007000File Size: 12800 File Time: 2008-01-18_233348Version: Company: Microsoft Corporation Product: Microsoft® Windows® Operating System FileDesc: Multimedia Realtime Runtime FileVer: 6.0.6001.18000 ProdVer: 6.0.6001.18000Module 43C:\Windows\system32\VERSION.dllImage Base: 0x743e0000 Image Size: 0x00008000File Size: 20480 File Time: 2009-04-11_072826Version: Company: Microsoft Corporation Product: Microsoft® Windows® Operating System FileDesc: Version Checking and File Installation Libraries FileVer: 6.0.6002.18005 ProdVer: 6.0.6002.18005Module 44C:\Windows\system32\powrprof.dllImage Base: 0x743f0000 Image Size: 0x0001a000File Size: 98816 File Time: 2009-04-11_072824Version: Company: Microsoft Corporation Product: Besturingssysteem Microsoft® Windows® FileDesc: Helper-DLL-bestand voor energieprofiel FileVer: 6.0.6002.18005 ProdVer: 6.0.6002.18005Module 45C:\Windows\system32\rsaenh.dllImage Base: 0x744b0000 Image Size: 0x0003b000File Size: 241128 File Time: 2009-04-11_072748Version: Company: Microsoft Corporation Product: Microsoft® Windows® Operating System FileDesc: Microsoft Enhanced Cryptographic Provider FileVer: 6.0.6002.18005 ProdVer: 6.0.6002.18005Module 46C:\Windows\system32\MSWSOCK.dllImage Base: 0x74700000 Image Size: 0x0003b000File Size: 223232 File Time: 2009-04-11_072824Version: Company: Microsoft Corporation Product: Besturingssysteem Microsoft® Windows® FileDesc: Microsoft Windows Sockets 2.0 Service-aanbieder FileVer: 6.0.6002.18005 ProdVer: 6.0.6002.18005Module 47C:\Windows\System32\wship6.dllImage Base: 0x74770000 Image Size: 0x00005000File Size: 9216 File Time: 2008-01-18_233712Version: Company: Microsoft Corporation Product: Besturingssysteem Microsoft® Windows® FileDesc: Winsock2 Helper DLL (TL/IPv6) FileVer: 6.0.6001.18000 ProdVer: 6.0.6001.18000Module 48C:\Windows\system32\dhcpcsvc6.DLLImage Base: 0x74870000 Image Size: 0x00022000File Size: 130560 File Time: 2009-04-11_072820Version: Company: Microsoft Corporation Product: Besturingssysteem Microsoft® Windows® FileDesc: DHCPv6-client FileVer: 6.0.6002.18005 ProdVer: 6.0.6002.18005Module 49C:\Windows\system32\WINNSI.DLLImage Base: 0x748a0000 Image Size: 0x00007000File Size: 14848 File Time: 2008-01-18_233656Version: Company: Microsoft Corporation Product: Microsoft® Windows® Operating System FileDesc: Network Store Information RPC interface FileVer: 6.0.6001.18000 ProdVer: 6.0.6001.18000Module 50C:\Windows\system32\dhcpcsvc.DLLImage Base: 0x748b0000 Image Size: 0x00035000File Size: 204288 File Time: 2009-04-11_072820Version: Company: Microsoft Corporation Product: Besturingssysteem Microsoft® Windows® FileDesc: DHCP Client-service FileVer: 6.0.6002.18005 ProdVer: 6.0.6002.18005Module 51C:\Windows\system32\CRYPT32.dllImage Base: 0x74930000 Image Size: 0x000f5000File Size: 993792 File Time: 2013-10-03_134546Version: Company: Microsoft Corporation Product: Besturingssysteem Microsoft® Windows® FileDesc: Crypto-API32 FileVer: 6.0.6002.18953 ProdVer: 6.0.6002.18953Module 52C:\Windows\system32\IPHLPAPI.DLLImage Base: 0x74a90000 Image Size: 0x00019000File Size: 91648 File Time: 2009-04-11_072822Version: Company: Microsoft Corporation Product: Besturingssysteem Microsoft® Windows® FileDesc: IP-helper-API FileVer: 6.0.6002.18005 ProdVer: 6.0.6002.18005Module 53C:\Windows\system32\NTDSAPI.dllImage Base: 0x74b30000 Image Size: 0x00018000File Size: 88576 File Time: 2008-01-18_233600Version: Company: Microsoft Corporation Product: Microsoft® Windows® Operating System FileDesc: Active Directory Domain Services API FileVer: 6.0.6001.18000 ProdVer: 6.0.6001.18000Module 54C:\Windows\system32\MSASN1.dllImage Base: 0x74b50000 Image Size: 0x00012000File Size: 60928 File Time: 2009-09-04_124200Version: Company: Microsoft Corporation Product: Microsoft® Windows® Operating System FileDesc: ASN.1 Runtime APIs FileVer: 6.0.6002.18106 ProdVer: 6.0.6002.18106Module 55C:\Windows\system32\DNSAPI.dllImage Base: 0x74ba0000 Image Size: 0x0002c000File Size: 168448 File Time: 2011-03-02_164428Version: Company: Microsoft Corporation Product: Besturingssysteem Microsoft® Windows® FileDesc: API DLL van DNS Client FileVer: 6.0.6002.18416 ProdVer: 6.0.6002.18416Module 56C:\Windows\system32\NETAPI32.dllImage Base: 0x74db0000 Image Size: 0x00076000File Size: 467968 File Time: 2012-06-29_170144Version: Company: Microsoft Corporation Product: Microsoft® Windows® Operating System FileDesc: Net Win32 API DLL FileVer: 6.0.6002.18659 ProdVer: 6.0.6002.18659Module 57C:\Windows\system32\Secur32.dllImage Base: 0x74f80000 Image Size: 0x00014000File Size: 72704 File Time: 2011-11-16_172310Version: Company: Microsoft Corporation Product: Microsoft® Windows® Operating System FileDesc: Security Support Provider Interface FileVer: 6.0.6002.18541 ProdVer: 6.0.6002.18541Module 58C:\Windows\system32\USERENV.dllImage Base: 0x74fa0000 Image Size: 0x0001e000File Size: 108544 File Time: 2009-04-11_072826Version: Company: Microsoft Corporation Product: Besturingssysteem Microsoft® Windows® FileDesc: Userenv FileVer: 6.0.6002.18005 ProdVer: 6.0.6002.18005Module 59C:\Windows\system32\SHELL32.dllImage Base: 0x750e0000 Image Size: 0x00b11000File Size: 11587584 File Time: 2014-03-25_142606Version: Company: Microsoft Corporation Product: Besturingssysteem Microsoft® Windows® FileDesc: Gemeenschappelijk DLL-bestand van Windows Shell FileVer: 6.0.6002.19070 ProdVer: 6.0.6002.19070Module 60C:\Windows\system32\IMM32.dllImage Base: 0x75c00000 Image Size: 0x0001e000File Size: 114688 File Time: 2009-04-11_072822Version: Company: Microsoft Corporation Product: Microsoft® Windows® Operating System FileDesc: Multi-User Windows IMM32 API Client DLL FileVer: 6.0.6002.18005 ProdVer: 6.0.6002.18005Module 61C:\Windows\system32\USER32.dllImage Base: 0x75c20000 Image Size: 0x0009d000File Size: 627712 File Time: 2009-04-11_072826Version: Company: Microsoft Corporation Product: Besturingssysteem Microsoft® Windows® FileDesc: DLL-bestand voor Windows USER API-client (meerdere gebruikers) FileVer: 6.0.6002.18005 ProdVer: 6.0.6002.18005Module 62C:\Windows\system32\USP10.dllImage Base: 0x75cc0000 Image Size: 0x0007d000File Size: 502784 File Time: 2014-04-26_170124Version: Company: Microsoft Corporation Product: Microsoft(R) Uniscribe Unicode script processor FileDesc: Uniscribe Unicode script processor FileVer: 1.626.6002.19096 ProdVer: 1.626.6002.19096Module 63C:\Windows\system32\SHLWAPI.dllImage Base: 0x75d40000 Image Size: 0x00059000File Size: 353280 File Time: 2012-11-22_045438Version: Company: Microsoft Corporation Product: Besturingssysteem Microsoft® Windows® FileDesc: Shell lichtgewicht hulpprogrammabibliotheek FileVer: 6.0.6002.18738 ProdVer: 6.0.6002.18738Module 64C:\Windows\system32\MSCTF.dllImage Base: 0x75da0000 Image Size: 0x000c8000File Size: 807424 File Time: 2009-04-11_072822Version: Company: Microsoft Corporation Product: Besturingssysteem Microsoft® Windows® FileDesc: DLL-bestand voor MSCTF-server FileVer: 6.0.6002.18005 ProdVer: 6.0.6002.18005Module 65C:\Windows\system32\GDI32.dllImage Base: 0x75e70000 Image Size: 0x0004c000File Size: 297984 File Time: 2014-08-23_020348Version: Company: Microsoft Corporation Product: Microsoft® Windows® Operating System FileDesc: GDI Client DLL FileVer: 6.0.6002.19171 ProdVer: 6.0.6002.19171Module 66C:\Windows\system32\SETUPAPI.dllImage Base: 0x76080000 Image Size: 0x0018a000File Size: 1591296 File Time: 2009-04-11_072826Version: Company: Microsoft Corporation Product: Besturingssysteem Microsoft® Windows® FileDesc: Windows Setup API FileVer: 6.0.6002.18005 ProdVer: 6.0.6002.18005Module 67C:\Windows\system32\RPCRT4.dllImage Base: 0x76210000 Image Size: 0x000c2000File Size: 783360 File Time: 2013-07-10_104702Version: Company: Microsoft Corporation Product: Besturingssysteem Microsoft® Windows® FileDesc: Runtime voor RPC (Remote Procedure Call) FileVer: 6.0.6002.18882 ProdVer: 6.0.6002.18882Module 68C:\Windows\system32\OLEAUT32.dllImage Base: 0x762e0000 Image Size: 0x0008e000File Size: 564224 File Time: 2014-10-18_020812Version: Company: Microsoft Corporation Product: FileDesc: FileVer: 6.0.6002.19216 ProdVer: 6.0.6002.19216Module 69C:\Windows\system32\WS2_32.dllImage Base: 0x76490000 Image Size: 0x0002d000File Size: 179200 File Time: 2008-01-18_233710Version: Company: Microsoft Corporation Product: Besturingssysteem Microsoft® Windows® FileDesc: Windows Socket 2.0 32-bits DLL-bestand FileVer: 6.0.6001.18000 ProdVer: 6.0.6001.18000Module 70C:\Windows\system32\ole32.dllImage Base: 0x764c0000 Image Size: 0x00145000File Size: 1316864 File Time: 2010-06-28_180022Version: Company: Microsoft Corporation Product: Besturingssysteem Microsoft® Windows® FileDesc: Microsoft OLE voor Windows FileVer: 6.0.6002.18277 ProdVer: 6.0.6002.18277Module 71C:\Windows\system32\CLBCatQ.DLLImage Base: 0x76610000 Image Size: 0x00084000File Size: 523776 File Time: 2008-01-18_233354Version: Company: Microsoft Corporation Product: Microsoft® Windows® Operating System FileDesc: COM+ Configuration Catalog FileVer: 2001.12.6931.18000 ProdVer: 6.0.6001.18000Module 72C:\Windows\system32\kernel32.dllImage Base: 0x767c0000 Image Size: 0x000dd000File Size: 894464 File Time: 2014-02-06_025656Version: Company: Microsoft Corporation Product: Besturingssysteem Microsoft® Windows® FileDesc: DLL-bestand voor Windows NT BASE API-client FileVer: 6.0.6002.19034 ProdVer: 6.0.6002.19034Module 73C:\Windows\system32\ADVAPI32.dllImage Base: 0x768a0000 Image Size: 0x000c6000File Size: 800768 File Time: 2009-04-11_072818Version: Company: Microsoft Corporation Product: Besturingssysteem Microsoft® Windows® FileDesc: Geavanceerde Windows 32 basis-API FileVer: 6.0.6002.18005 ProdVer: 6.0.6002.18005Module 74C:\Windows\system32\msvcrt.dllImage Base: 0x76970000 Image Size: 0x000aa000File Size: 680448 File Time: 2011-12-14_171748Version: Company: Microsoft Corporation Product: Microsoft® Windows® Operating System FileDesc: Windows NT CRT DLL FileVer: 7.0.6002.18551 ProdVer: 6.1.8638.18551Module 75C:\Windows\system32\PSAPI.DLLImage Base: 0x76bc0000 Image Size: 0x00007000File Size: 12288 File Time: 2006-11-02_104614Version: Company: Microsoft Corporation Product: Microsoft® Windows® Operating System FileDesc: Process Status Helper FileVer: 6.0.6000.16386 ProdVer: 6.0.6000.16386Module 76C:\Windows\system32\WLDAP32.dllImage Base: 0x76be0000 Image Size: 0x00049000File Size: 287744 File Time: 2009-04-11_072826Version: Company: Microsoft Corporation Product: Besturingssysteem Microsoft® Windows® FileDesc: Win32 LDAP API DLL FileVer: 6.0.6002.18005 ProdVer: 6.0.6002.18005Module 77C:\Windows\system32\imagehlp.dllImage Base: 0x76c30000 Image Size: 0x0002a000File Size: 158208 File Time: 2013-10-22_082000Version: Company: Microsoft Corporation Product: Microsoft® Windows® Operating System FileDesc: Windows NT Image Helper FileVer: 6.0.6002.18971 ProdVer: 6.0.6002.18971Module 78C:\Windows\system32\ntdll.dllImage Base: 0x777a0000 Image Size: 0x00128000File Size: 1205168 File Time: 2013-07-09_131038Version: Company: Microsoft Corporation Product: Besturingssysteem Microsoft® Windows® FileDesc: DLL-bestand voor NT-laag FileVer: 6.0.6002.18881 ProdVer: 6.0.6002.18881Module 79C:\Windows\system32\NSI.dllImage Base: 0x778d0000 Image Size: 0x00006000File Size: 8192 File Time: 2008-01-18_233558Version: Company: Microsoft Corporation Product: Microsoft® Windows® Operating System FileDesc: NSI User-mode interface DLL FileVer: 6.0.6001.18000 ProdVer: 6.0.6001.18000Module 80C:\Windows\system32\LPK.DLLImage Base: 0x778e0000 Image Size: 0x00009000File Size: 23552 File Time: 2009-06-15_155244Version: Company: Microsoft Corporation Product: Microsoft® Windows® Operating System FileDesc: Language Pack FileVer: 6.0.6002.18051 ProdVer: 6.0.6002.18051== [end of error.log] == Link to comment Share on other sites More sharing options...
_Augustus_ Posted January 31, 2015 Share Posted January 31, 2015 KopernicusTech keeps crashing on me before reaching the main menu. Both my tests, your Trans-Keptunian mod and just the bare KopernicusTech mod. Completely clean install.Output_log.txtError.logUnity Player [version: Unity 4.5.5f1_7684ad0c5a44]KSP.exe caused an Access Violation (0xc0000005) in module KSP.exe at 001b:00dbecd4.Error occurred at 2015-01-31_154900.C:\Games\Kerbal Space Program\KSP_win\KSP.exe, run by Stefan.97% memory in use.3071 MB physical memory [80 MB free].0 MB paging file [1757 MB free].2048 MB user address space [95 MB free].Read from location 00001ffc caused an access violation.Context:EDI: 0x0029ecb0 ESI: 0x00001ffc EAX: 0x00002000EBX: 0x0029ed3c ECX: 0x00000001 EDX: 0x00000000EIP: 0x00dbecd4 EBP: 0x0029ec80 SegCs: 0x0000001bEFlags: 0x00210297 ESP: 0x0029ec78 SegSs: 0x00000023Bytes at CS:EIP:8b 44 8e fc 89 44 8f fc 8d 04 8d 00 00 00 00 03 Stack:0x0029ec78: 00000004 00001ffc 0029ecb8 00a4afc9 ..........).....0x0029ec88: 0029ecb0 00001ffc 00000004 00000800 ..).............0x0029ec98: 0029ed3c 00000800 00001ffc 00000800 <.).............0x0029eca8: 00000800 00000800 0029ed14 00000000 ..........).....0x0029ecb8: 0029ed14 00a5ae47 0029ed3c 00000800 ..).G...<.).....0x0029ecc8: 00000800 51275820 00000800 00000000 .... X'Q........0x0029ecd8: 00000003 00000800 00000800 00001800 ................0x0029ece8: 7b110040 01555554 00000002 00000800 @..{TUU.........0x0029ecf8: 00000000 51275820 00000800 00000800 .... X'Q........0x0029ed08: 00000800 00000000 00000000 0029ed7c ............|.).0x0029ed18: 00a5c29a 0029ed3c 00000000 00000000 ....<.).........0x0029ed28: 00c00014 41cd4140 778f0000 00ffffff [email protected]....0x0029ed38: 00000000 00000004 00000800 00000800 ................0x0029ed48: 00002000 00000000 51275800 00000003 . .......X'Q....0x0029ed58: 00000800 00000001 00000800 00000001 ................0x0029ed68: 51275820 00000000 0000000c 00000800 X'Q............0x0029ed78: 0129ed88 0029ed88 00b7c620 00000000 ..)...). .......0x0029ed88: 0029edc8 0465922c 535d4e10 00000000 ..).,.e..N]S....0x0029ed98: 00000000 41cd4140 0029edc8 0029f1b4 [email protected]..)...).0x0029eda8: 03e30af0 41cd4140 04659211 778f0000 [email protected]0x0029edb8: 00c00014 41cd4140 0029edc8 04659204 [email protected]..)...e.0x0029edc8: 0029ede8 046591ee 535d4e10 00000000 ..)...e..N]S....0x0029edd8: 00000000 04659c86 535d4e10 00000800 ......e..N]S....0x0029ede8: 0029ee78 04659f10 535d4e10 00000000 x.)...e..N]S....0x0029edf8: 41bfb8c0 41e17960 0029ee28 0029f1b4 ...A`y.A(.)...).0x0029ee08: 03e30af0 535d4e10 00000014 00000000 .....N]S........0x0029ee18: 00000014 00000000 0029ee28 00000000 ........(.).....0x0029ee28: 00400000 535d4e10 00000018 00000000 [email protected]]S........0x0029ee38: 00000800 00000800 00000018 046146c0 .............Fa.0x0029ee48: 00400000 15abe910 008f0000 00313131 [email protected].0x0029ee58: 0029ee78 00313131 41cd4140 41e17960 x.)[email protected]`y.A0x0029ee68: 41bfb8c0 15abe910 778f0000 41cd4140 [email protected]0x0029ee78: 0029eed8 04659470 778f0000 41cd4140 ..)[email protected]0x0029ee88: 41e179a8 00000000 00000000 778f0000 .y.A...........w0x0029ee98: 41e17960 41e17960 41cd4140 00000000 `y.A`[email protected]....0x0029eea8: 0029eed8 41e17960 00000000 0029efc0 ..).`y.A......).0x0029eeb8: 0029ef70 04621258 00010000 0000000f p.).X.b.........0x0029eec8: 09ee5688 01aa012e 41e17988 046146c0 .V.......y.A.Fa.0x0029eed8: 0029ef08 046592f0 41dd2690 41e179a8 ..)...e..&.A.y.A0x0029eee8: 0029efc0 1005d796 0029ef70 00000002 ..).....p.).....0x0029eef8: 00000048 0029ef10 00d6b101 0029f0dc H.....).......).0x0029ef08: 0029ef4c 04614701 41e17988 00d6b4c2 L.)..Ga..y.A....0x0029ef18: 51070024 0029ef34 10001e35 15876c30 $..Q4.).5...0l..0x0029ef28: 15876c30 15876c30 00000000 00000000 0l..0l..........0x0029ef38: 10001ddd 03c72910 15876c30 0029ef4c .....)..0l..L.).0x0029ef48: 0029ef50 0029ef7c 100f0376 41e17988 P.).|.).v....y.A0x0029ef58: 0029f070 0029f0dc 046592a0 00010000 p.)...)...e.....0x0029ef68: 00000000 15876c30 011b390c 02e44e70 ....0l...9..pN..0x0029ef78: 0139dae8 0029efa0 1005d78c 15876c30 ..9...).....0l..0x0029ef88: 41e17988 0029f070 0029f0dc 0029f0dc .y.Ap.)...)...).0x0029ef98: 5116f31c 00000000 0029efbc 00a43a38 ...Q......).8:..0x0029efa8: 15876c30 41e17988 0029f070 0029f0dc 0l...y.Ap.)...).0x0029efb8: 0029f02c 0029eff8 00ade595 5116f31c ,.)...)........Q0x0029efc8: 41e17988 0029f048 0029f0dc 0029f0dc .y.AH.)...)...).0x0029efd8: 0029f02c 1021d5e0 0000005d 000000cc ,.)...!.].......0x0029efe8: 03c7131c 0000003c 0029f008 1005df8d ....<.....).....0x0029eff8: 0029f008 00ade71e 0029f0dc 00000000 ..).......).....0x0029f008: 0029f01c 00ade541 0029f0dc 00000001 ..).A.....).....0x0029f018: 0029f0dc 0029f0c4 00a3302d 0029f0dc ..)...).-0....).0x0029f028: 51100028 011a64d0 5116f31c 41e17988 (..Q.d.....Q.y.A0x0029f038: 0000d014 361b6a08 0029f001 00000000 .....j.6..).....0x0029f048: 00000000 00000000 00000000 00000000 ................0x0029f058: 00000000 00000000 00000000 00000000 ................0x0029f068: 00000000 00000000 00000000 00000000 ................0x0029f078: 00000000 00000000 00000000 00000000 ................0x0029f088: 00000000 00000000 00000000 00000000 ................0x0029f098: 00000000 00000000 00000000 00000000 ................0x0029f0a8: 00000000 00000000 00000000 00000000 ................0x0029f0b8: 00000000 00000000 00000000 0029f0e4 ..............).0x0029f0c8: 00a33263 0029f0dc 00000001 51100028 c2....).....(..Q0x0029f0d8: 00000000 00000000 0029f154 0029f154 ........T.).T.).0x0029f0e8: 00a351e1 0029f634 38b1d29c 046146c0 .Q..4.)....8.Fa.0x0029f0f8: 0029f128 045db909 0000005c 41e70300 (.)...].\......A0x0029f108: 00000000 00000009 00430a80 41beb018 ..........C....A0x0029f118: ffffffff 00000009 00000009 41e70300 ...............A0x0029f128: 0029f168 045dab60 41cd11b0 3db26a50 h.).`.]....APj.=0x0029f138: 00000000 00000009 41d40a80 00000000 ...........A....0x0029f148: 0029f168 38b1d29c 51170b5c 0029f188 h.)....8\..Q..).0x0029f158: 00a365ab 5116f31c 00000000 41e17988 .e.....Q.....y.A0x0029f168: 41e17988 0029f188 1010dde7 1021d5e0 .y.A..).......!.0x0029f178: 15a7032c 00000004 046146c0 0000000a ,........Fa.....0x0029f188: 0029f198 00b91502 41e17988 41bd9900 ..)......y.A...A0x0029f198: 0029f1d8 0461459f 41bd9900 41e17988 ..)..Ea....A.y.A0x0029f1a8: 0029f1b8 1005fe15 0029f1d8 03e30b48 ..).......).H...0x0029f1b8: 03e30af0 00000004 04614581 046146c0 .........Ea..Fa.0x0029f1c8: 0029f634 00000004 0029f1d8 04614574 4.).......).tEa.0x0029f1d8: 0029f1f8 0461455c 41bd9900 41e17988 ..).\Ea....A.y.A0x0029f1e8: 0029f634 00000004 00000004 0029f634 4.).........4.).0x0029f1f8: 0029f458 0461980f 41bd9900 41e17988 X.)...a....A.y.A0x0029f208: 41e88780 0461992f 00000000 0029f42c ...A/.a.....,.).0x0029f218: 00000000 0029f22c 3db26a50 41e88780 ....,.).Pj.=...A0x0029f228: 3d9b1070 3e9fc660 41bd9900 41bf70c8 p..=`..>...A.p.A0x0029f238: 0000004e 0029f42c 0029f420 00000004 N...,.). .).....0x0029f248: 00000006 00000000 011d87a4 3ded5558 ............XU.=0x0029f258: fffffffa 00001000 00000001 423c0000 ..............<B0x0029f268: 0029f26c 00000000 a0000000 40626538 l.).........8eb@0x0029f278: 0029f42c 0029f420 0029f290 00931dc7 ,.). .)...).....0x0029f288: 00000000 0000004e 0029f35c 00be7d67 ....N...\.).g}..0x0029f298: 00000000 fffffffd 00000000 00000001 ................0x0029f2a8: 0029f420 c02cccd0 00000000 00000000 .)...,.........0x0029f2b8: 00000000 00000000 3f800000 3f800000 ...........?...?0x0029f2c8: 0029f318 04654c22 0029f350 00000002 ..)."Le.P.).....0x0029f2d8: 00000000 00000002 00000000 01001000 ................0x0029f2e8: 0029f2f8 00b92510 00000000 00000000 ..)..%..........0x0029f2f8: 0029f338 045d76cb 00000000 00000000 8.)..v].........0x0029f308: 3e9fc840 00000000 00000005 00000000 @..>............0x0029f318: 3e9fc840 ffffffff 00000005 3e9fc540 @..>........@..>0x0029f328: 00000002 15abdc70 0029f338 045d76a4 ....p...8.)..v].0x0029f338: 0029f358 045d768c 00000000 00000000 X.)..v].........0x0029f348: 00a84de7 00000001 00b91ea9 15abdc70 .M..........p...0x0029f358: 0029f378 045e0934 00000000 00000000 x.).4.^.........0x0029f368: 00be7ff6 00000000 0029f398 03e30b48 ..........).H...0x0029f378: 0029f398 046552ad 00000000 00000000 ..)..Re.........0x0029f388: 00000002 15abdc70 0029f398 00000002 ....p.....).....0x0029f398: 0029f438 04655057 00000000 00000000 8.).WPe.........0x0029f3a8: 00000000 00000000 41b3cb20 15abdc70 ........ ..Ap...0x0029f3b8: 0029f3f8 00000000 0029f420 0029f3d8 ..)..... .)...).0x0029f3c8: 00a84de7 00000001 00b91d16 15abe770 .M..........p...0x0029f3d8: 0029f418 04655568 00000133 15abe730 ..).hUe.3...0...0x0029f3e8: 0029f428 04655568 0029f418 03e30b48 (.).hUe...).H...0x0029f3f8: 03e30af0 15abe770 04655551 045be5e8 ....p...QUe...[.0x0029f408: 41bfa7e0 15abe770 0029f418 04655544 ...Ap.....).DUe.0x0029f418: 0029f438 04655529 00000133 00000000 8.).)Ue.3.......0x0029f428: 0029f200 00000000 00000000 00000000 ..).............0x0029f438: 0029f468 04655412 00000133 03e30b48 h.)..Te.3...H...0x0029f448: c1600000 1595aa10 0029f634 046146c0 ..`.....4.)..Fa.0x0029f458: 0029f4a4 04614701 41bf70c8 3e9eac08 ..)..Ga..p.A...>0x0029f468: 0029f4b8 04655af5 41bfa7e0 0029f48c ..)..Ze....A..).0x0029f478: 10001e35 157f71a0 157f71a0 157f71a0 5....q...q...q..0x0029f488: 00000000 00000000 10001ddd 03c72910 .............)..0x0029f498: 157f71a0 0029f4a4 0029f4a8 0029f4d4 .q....)...)...).0x0029f4a8: 100f0376 41bf70c8 0029f5c8 0029f634 v....p.A..).4.).0x0029f4b8: 04618080 00010000 032f1030 157f71a0 ..a.....0./..q..0x0029f4c8: 3e955555 02e44e70 00000000 0029f4f8 UU.>pN........).0x0029f4d8: 1005d78c 157f71a0 41bf70c8 0029f5c8 .....q...p.A..).0x0029f4e8: 0029f634 0029f634 032f0fb8 032f1030 4.).4.).../.0./.0x0029f4f8: 0029f514 00a43a38 157f71a0 41bf70c8 ..).8:...q...p.A0x0029f508: 0029f5c8 0029f634 0029f584 0029f550 ..).4.)...).P.).0x0029f518: 00ade595 032f0fb8 41bf70c8 0029f5a0 ....../..p.A..).0x0029f528: 0029f634 0029f634 0029f584 0029f558 4.).4.)...).X.).0x0029f538: 1005d78c 15a98110 41b472c0 0029f5bc .........r.A..).0x0029f548: 1005d796 0029f638 0029f560 00ade71e ....8.).`.).....0x0029f558: 0029f634 00000000 0029f574 00ade541 4.).....t.).A...0x0029f568: 0029f634 00000001 0029f634 0029f61c 4.).....4.)...).0x0029f578: 00a3302d 0029f634 032f1030 011a64d0 -0..4.).0./..d..0x0029f588: 032f0fb8 41bf70c8 0000d014 361b6a08 ../..p.A.....j.60x0029f598: 00000001 00000000 00000000 00000000 ................0x0029f5a8: 00000000 00000000 00000000 00000000 ................0x0029f5b8: 00000000 00000000 00000000 00000000 ................0x0029f5c8: 00000000 00000000 00000000 00000000 ................0x0029f5d8: 00000000 00000000 00000000 00000000 ................0x0029f5e8: 00000000 00000000 00000000 00000000 ................0x0029f5f8: 00000000 00000000 00000000 00000000 ................0x0029f608: 00000000 00000000 00000000 00000000 ................0x0029f618: 00000000 0029f63c 00a33263 0029f634 ....<.).c2..4.).0x0029f628: 02f7e6cc 00a330d0 032f1030 00000000 .....0..0./.....0x0029f638: 02f7e6bc 0029f6a8 00a1ce1e 38b1d29c ......)........80x0029f648: 032f1030 1f8df556 00000065 00000001 0./.V...e.......0x0029f658: 02f20dc4 13dbee90 13dd5800 02f20dc4 .........X......0x0029f668: 13dd5800 13dd5800 00000000 032eb77c .X...X......|...0x0029f678: 032eb7a4 0029f6ac 77804db0 7680a954 ......)..M.wT..v0x0029f688: 0029f6a4 048b3b64 00000edd 4238843c ..).d;......<.8B0x0029f698: 00a332d0 38b1d29c 032f1030 02f7e6a4 .2.....80./.....0x0029f6a8: 0029f768 00aac4b7 00000002 00000000 h.).............0x0029f6b8: 00000000 75c38343 011a64d0 02f7d858 ....C..u.d..X...0x0029f6c8: 00000000 00000000 00000000 0029f901 ..............).0x0029f6d8: 00000000 00000000 00000001 00000000 ................0x0029f6e8: 00000000 00000000 00000000 00000000 ................0x0029f6f8: 00000000 00000000 00000000 0029f6dc ..............).0x0029f708: 0029f6e0 00000000 00000000 00000000 ..).............0x0029f718: 00000000 00000000 00000000 00000000 ................0x0029f728: 00000000 00000001 00000001 00000000 ................0x0029f738: 00000000 00000000 00000000 00000000 ................0x0029f748: 00000000 00000000 00000000 00000002 ................0x0029f758: 00000001 3f800000 0483c1e4 0100f774 .......?....t...0x0029f768: 0029f7a4 00b22d6b 00000000 00000001 ..).k-..........0x0029f778: 00000000 00000010 00000001 00091204 ................0x0029f788: 000000ff 00000001 0086082d 01091633 ........-...3...0x0029f798: 000001a7 000002af 000004c8 0029f8bc ..............).0x0029f7a8: 00b24635 00000000 00000000 7ffd9000 5F..............0x0029f7b8: 02f21a4c 004577a8 00478cb8 00457b50 L....wE...G.P{E.0x0029f7c8: 00000025 0000002f 0029f954 02f22100 %.../...T.)..!..0x0029f7d8: 01fc8141 fffffffe 778067cd 00000000 A........g.w....0x0029f7e8: 0000000f 013e8488 6f6e6f00 6374652f ......>..ono/etc0x0029f7f8: 0029f800 00dda2c9 00000000 0000000f ..).............0x0029f808: 0000000f 02f22164 02f2219c 02f2219c ....d!...!...!..0x0029f818: 01328e38 02f21a10 004307c8 0029f800 8.2.......C...).0x0029f828: 0029f858 0000002e 0000002f 012aa550 X.)...../...P.*.0x0029f838: 02c038cc 02f21ad4 00000003 0029f77c .8..........|.).0x0029f848: 77804cf0 0000003d 0000003f 49656e69 .L.w=...?...ineI0x0029f858: 02f22100 00000000 00000000 01185e88 .!...........^..0x0029f868: 00000000 0000000f 0029f8a0 00000000 ..........).....0x0029f878: 616e614d 00646567 00dc847b 00000000 Managed.{.......0x0029f888: 00000007 0000000f 00dc8488 02c038cc .............8..0x0029f898: 6f6e6f4d 6e6f6d2f 6c642e6f 0000006c Mono/mono.dll...0x0029f8a8: 0000000d 0000000f 004319d0 00000000 ..........C.....0x0029f8b8: 00000000 0029f8d4 00d900e8 00930000 ......).........0x0029f8c8: 00000000 00452908 00000001 0029f964 .....)E.....d.).0x0029f8d8: 00dc4fb0 00930000 00000000 00452908 .O...........)E.0x0029f8e8: 00000001 bf5a28bf 00000000 00000000 .....(Z.........0x0029f8f8: 7ffd9000 00000044 00452498 00452478 ....D....$E.x$E.0x0029f908: 00452410 00000000 00000000 00000000 .$E.............0x0029f918: 00000000 00000000 00000000 00000000 ................0x0029f928: 00000801 00000001 00000000 00000000 ................0x0029f938: 0029f960 00dd62f4 c0000005 00000000 `.)..b..........0x0029f948: 00000000 0029f8ec 0029e88c 0029f9a0 ......)...)...).0x0029f958: 00dc6d90 be42807b 00000000 0029f970 .m..{.B.....p.).0x0029f968: 7680d3c9 7ffd9000 0029f9b0 777e1603 ...v......)...~w0x0029f978: 7ffd9000 76aa2ed1 00000000 00000000 .......v........0x0029f988: 7ffd9000 c0000005 76860971 76860971 ........q..vq..v0x0029f998: 0029f97c 0029e890 ffffffff 777a9aa2 |.)...).......zw0x0029f9a8: 01fc9e49 00000000 0029f9c8 777e15d6 I.........)...~w0x0029f9b8: 00dc5003 7ffd9000 00000000 00000000 .P..............0x0029f9c8: 00000000 00000000 00dc5003 7ffd9000 .........P......0x0029f9d8: 00000000 00000000 00000000 00000000 ................0x0029f9e8: 00000000 00000000 00000000 00000000 ................0x0029f9f8: 00000000 00000000 00000000 00000000 ................0x0029fa08: 00000000 00000000 00000000 00000000 ................0x0029fa18: 00000000 00000000 00000000 00000000 ................0x0029fa28: 00000000 00000000 00000000 00000000 ................0x0029fa38: 00000000 00000000 00000000 00000000 ................0x0029fa48: 00000000 00000000 00000000 00000000 ................0x0029fa58: 00000000 00000000 00000000 00000000 ................0x0029fa68: 00000000 00000000 00000000 00000000 ................0x0029fa78: 00000000 00000000 00000000 00000000 ................0x0029fa88: 00000000 00000000 00000000 00000000 ................0x0029fa98: 00000000 00000000 00000000 00000000 ................0x0029faa8: 00000000 00000000 00000000 00000000 ................0x0029fab8: 00000000 00000000 00000000 00000000 ................0x0029fac8: 00000000 00000000 00000000 00000000 ................0x0029fad8: 00000000 00000000 00000000 00000000 ................0x0029fae8: 00000000 00000000 00000000 00000000 ................0x0029faf8: 00000000 00000000 00000000 00000000 ................0x0029fb08: 00000000 00000000 00000000 00000000 ................0x0029fb18: 00000000 00000000 00000000 00000000 ................0x0029fb28: 00000000 00000000 00000000 00000000 ................0x0029fb38: 00000000 00000000 00000000 00000000 ................0x0029fb48: 00000000 00000000 00000000 00000000 ................0x0029fb58: 00000000 00000000 00000000 00000000 ................0x0029fb68: 00000000 00000000 00000000 00000000 ................0x0029fb78: 00000000 00000000 00000000 00000000 ................0x0029fb88: 00000000 00000000 00000000 00000000 ................0x0029fb98: 00000000 00000000 00000000 00000000 ................0x0029fba8: 00000000 00000000 00000000 00000000 ................0x0029fbb8: 00000000 00000000 00000000 00000000 ................0x0029fbc8: 00000000 00000000 00000000 00000000 ................0x0029fbd8: 00000000 00000000 00000000 00000000 ................0x0029fbe8: 00000000 00000000 00000000 00000000 ................0x0029fbf8: 00000000 00000000 00000000 00000000 ................0x0029fc08: 00000000 00000000 00000000 00000000 ................0x0029fc18: 00000000 00000000 00000000 00000000 ................0x0029fc28: 00000000 00000000 00000000 00000000 ................0x0029fc38: 00000000 00000000 00000000 00000000 ................0x0029fc48: 00000000 00000000 00000000 00000000 ................0x0029fc58: 00000000 00000000 00000000 00000000 ................0x0029fc68: 00000000 00000000 00000000 00000000 ................0x0029fc78: 00000000 00000000 00000000 00000000 ................0x0029fc88: 00000000 00000000 00000000 00000000 ................0x0029fc98: 00000000 00000000 00000000 00000000 ................0x0029fca8: 00000000 00000000 00000000 00000000 ................0x0029fcb8: 00000000 00000000 00000000 00000000 ................0x0029fcc8: 00000000 00000000 00000000 00000000 ................0x0029fcd8: 00000000 00000000 00000000 00000000 ................0x0029fce8: 00000000 00000000 00000000 00000000 ................0x0029fcf8: 00000000 00000000 00000000 00000000 ................0x0029fd08: 00000000 00000000 00000000 00000000 ................0x0029fd18: 00000000 00000000 00000000 00000000 ................0x0029fd28: 00000000 00000000 00000000 00000000 ................0x0029fd38: 00000000 00000000 00000000 00000000 ................0x0029fd48: 00000000 00000000 00000000 00000000 ................0x0029fd58: 00000000 00000000 00000000 00000000 ................0x0029fd68: 00000000 00000000 00000000 00000000 ................0x0029fd78: 00000000 00000000 00000000 00000000 ................0x0029fd88: 00000000 00000000 00000000 00000000 ................0x0029fd98: 00000000 00000000 00000000 00000000 ................0x0029fda8: 00000000 00000000 00000000 00000000 ................0x0029fdb8: 00000000 00000000 00000000 00000000 ................0x0029fdc8: 00000000 00000000 00000000 00000000 ................0x0029fdd8: 00000000 00000000 00000000 00000000 ................0x0029fde8: 00000000 00000000 00000000 00000000 ................0x0029fdf8: 00000000 00000000 00000000 00000000 ................0x0029fe08: 00000000 00000000 00000000 00000000 ................0x0029fe18: 00000000 00000000 00000000 00000000 ................0x0029fe28: 00000000 00000000 00000000 00000000 ................0x0029fe38: 00000000 00000000 00000000 00000000 ................0x0029fe48: 00000000 00000000 00000000 00000000 ................0x0029fe58: 00000000 00000000 00000000 00000000 ................0x0029fe68: 00000000 00000000 00000000 00000000 ................0x0029fe78: 00000000 00000000 00000000 00000000 ................0x0029fe88: 00000000 00000000 00000000 00000000 ................0x0029fe98: 00000000 00000000 00000000 00000000 ................0x0029fea8: 00000000 00000000 00000000 00000000 ................0x0029feb8: 00000000 00000000 00000000 00000000 ................0x0029fec8: 00000000 00000000 00000000 00000000 ................0x0029fed8: 00000000 00000000 00000000 00000000 ................0x0029fee8: 00000000 00000000 00000000 00000000 ................0x0029fef8: 00000000 00000000 00000000 00000000 ................0x0029ff08: 00000000 00000000 00000000 00000000 ................0x0029ff18: 00000000 00000000 00000000 00000000 ................0x0029ff28: 00000000 00000000 00000000 00000000 ................0x0029ff38: 00000000 00000000 00000000 00000000 ................0x0029ff48: 00000000 00000000 00000000 00000000 ................0x0029ff58: 00000000 00000000 00000000 00000000 ................0x0029ff68: 00000000 00000000 00000000 00000000 ................0x0029ff78: 00000000 00000000 00000000 00000000 ................0x0029ff88: 00000000 00000000 00000000 00000000 ................0x0029ff98: 00000000 00000000 00000000 00000000 ................0x0029ffa8: 00000000 00000000 00000000 00000000 ................0x0029ffb8: 00000000 00000000 00000000 00000000 ................0x0029ffc8: 00000000 00000000 00000000 00000000 ................0x0029ffd8: 00000000 00000000 00000000 00000000 ................0x0029ffe8: 00000000 00000000 00000000 00000000 ................0x0029fff8: 00000000 00000000 ........Module 1C:\Games\Kerbal Space Program\KSP_win\KSP.exeImage Base: 0x00930000 Image Size: 0x00ba6000File Size: 11546112 File Time: 2014-12-15_141420Version: Company: Product: FileDesc: FileVer: 4.5.5.37569 ProdVer: 4.5.5.37569Module 2C:\Windows\system32\xinput1_3.dllImage Base: 0x00400000 Image Size: 0x00016000File Size: 81768 File Time: 2007-04-04_185342Version: Company: Microsoft Corporation Product: Microsoft® DirectX for Windows® FileDesc: Microsoft Common Controller API FileVer: 9.18.944.0 ProdVer: 9.18.944.0Module 3C:\Program Files\NVIDIA Corporation\3D Vision\nvSCPAPI.dllImage Base: 0x10000000 Image Size: 0x0010a000File Size: 1028648 File Time: 2013-01-18_071652Version: Company: NVIDIA Corporation Product: NVIDIA GeForce 3D Vision FileDesc: NVIDIA 3D Vision Control Panel API FileVer: 7.17.13.1106 ProdVer: 7.17.13.1106Module 4C:\Games\Kerbal Space Program\KSP_win\KSP_Data\Mono\mono.dllImage Base: 0x10000000 Image Size: 0x0022f000File Size: 2101760 File Time: 2014-12-15_141826Version: Company: Product: FileDesc: FileVer: 0.0.0.0 ProdVer: 0.0.0.0Module 5C:\Windows\system32\OPENGL32.dllImage Base: 0x58b00000 Image Size: 0x000cb000File Size: 707584 File Time: 2006-11-02_104614Version: Company: Microsoft Corporation Product: Microsoft® Windows® Operating System FileDesc: OpenGL Client DLL FileVer: 6.0.6000.16386 ProdVer: 6.0.6000.16386Module 6C:\Windows\system32\nvd3dum.dllImage Base: 0x60740000 Image Size: 0x00e6f000File Size: 15129960 File Time: 2013-02-25_232230Version: Company: NVIDIA Corporation Product: NVIDIA Windows WDDM D3D driver FileDesc: NVIDIA WDDM D3D Driver, Version 311.06 FileVer: 9.18.13.1106 ProdVer: 9.18.13.1106Module 7C:\Windows\system32\dsound.dllImage Base: 0x667d0000 Image Size: 0x00070000File Size: 444416 File Time: 2009-04-11_072820Version: Company: Microsoft Corporation Product: Besturingssysteem Microsoft® Windows® FileDesc: DirectSound FileVer: 6.0.6002.18005 ProdVer: 6.0.6002.18005Module 8C:\Windows\system32\DDRAW.dllImage Base: 0x67d30000 Image Size: 0x000e5000File Size: 522752 File Time: 2008-01-18_233404Version: Company: Microsoft Corporation Product: Besturingssysteem Microsoft® Windows® FileDesc: Microsoft DirectDraw FileVer: 6.0.6001.18000 ProdVer: 6.0.6001.18000Module 9C:\Windows\system32\GLU32.dllImage Base: 0x689f0000 Image Size: 0x00023000File Size: 133632 File Time: 2006-11-02_104606Version: Company: Microsoft Corporation Product: Besturingssysteem Microsoft® Windows® FileDesc: DLL-bestand voor hulpprogrammabibliotheek voor OpenGL FileVer: 6.0.6000.16386 ProdVer: 6.0.6000.16386Module 10C:\Windows\system32\d3d9.dllImage Base: 0x6bb60000 Image Size: 0x001ba000File Size: 1788416 File Time: 2009-04-11_072820Version: Company: Microsoft Corporation Product: Microsoft® Windows® Operating System FileDesc: Microsoft Direct3D FileVer: 6.0.6002.18005 ProdVer: 6.0.6002.18005Module 11C:\Windows\system32\DCIMAN32.dllImage Base: 0x6c2a0000 Image Size: 0x00006000File Size: 10240 File Time: 2009-06-15_155140Version: Company: Microsoft Corporation Product: Microsoft® Windows® Operating System FileDesc: DCI Manager FileVer: 6.0.6002.18051 ProdVer: 6.0.6002.18051Module 12C:\Windows\system32\d3d8thk.dllImage Base: 0x6c2b0000 Image Size: 0x00006000File Size: 11264 File Time: 2006-11-02_104604Version: Company: Microsoft Corporation Product: Microsoft® Windows® Operating System FileDesc: Microsoft Direct3D OS Thunk Layer FileVer: 6.0.6000.16386 ProdVer: 6.0.6000.16386Module 13C:\Windows\system32\wbem\fastprox.dllImage Base: 0x6d000000 Image Size: 0x00099000File Size: 614912 File Time: 2009-04-11_072820Version: Company: Microsoft Corporation Product: Microsoft® Windows® Operating System FileDesc: WMI Custom Marshaller FileVer: 6.0.6002.18005 ProdVer: 6.0.6002.18005Module 14C:\Windows\system32\wbem\wbemsvc.dllImage Base: 0x6d9e0000 Image Size: 0x00010000File Size: 49152 File Time: 2009-04-11_072826Version: Company: Microsoft Corporation Product: Microsoft® Windows® Operating System FileDesc: WMI FileVer: 6.0.6002.18005 ProdVer: 6.0.6002.18005Module 15C:\Windows\system32\dbghelp.dllImage Base: 0x6cb40000 Image Size: 0x000dc000File Size: 798208 File Time: 2008-01-18_233404Version: Company: Microsoft Corporation Product: Microsoft® Windows® Operating System FileDesc: Windows Image Helper FileVer: 6.0.6001.18000 ProdVer: 6.0.6001.18000Module 16C:\Windows\system32\wbemcomn.dllImage Base: 0x6dc60000 Image Size: 0x0005b000File Size: 357888 File Time: 2008-01-18_233650Version: Company: Microsoft Corporation Product: Microsoft® Windows® Operating System FileDesc: WMI FileVer: 6.0.6001.18000 ProdVer: 6.0.6001.18000Module 17C:\Program Files\Bonjour\mdnsNSP.dllImage Base: 0x6de80000 Image Size: 0x00021000File Size: 121704 File Time: 2011-08-30_220502Version: Company: Apple Inc. Product: Bonjour FileDesc: Bonjour Namespace Provider FileVer: 3.0.0.10 ProdVer: 3.0.0.10Module 18C:\Windows\system32\wbem\wbemprox.dllImage Base: 0x6ded0000 Image Size: 0x0000b000File Size: 30208 File Time: 2009-04-11_072826Version: Company: Microsoft Corporation Product: Microsoft® Windows® Operating System FileDesc: WMI FileVer: 6.0.6002.18005 ProdVer: 6.0.6002.18005Module 19C:\Windows\system32\pnrpnsp.dllImage Base: 0x6dee0000 Image Size: 0x00012000File Size: 62464 File Time: 2008-01-18_233608Version: Company: Microsoft Corporation Product: Besturingssysteem Microsoft® Windows® FileDesc: PNRP-naamruimteprovider FileVer: 6.0.6001.18000 ProdVer: 6.0.6001.18000Module 20C:\Windows\System32\winrnr.dllImage Base: 0x6e0f0000 Image Size: 0x00008000File Size: 19968 File Time: 2009-04-11_072826Version: Company: Microsoft Corporation Product: Microsoft® Windows® Operating System FileDesc: LDAP RnR Provider DLL FileVer: 6.0.6002.18005 ProdVer: 6.0.6002.18005Module 21C:\Windows\system32\napinsp.dllImage Base: 0x6e100000 Image Size: 0x0000f000File Size: 50176 File Time: 2008-01-18_233536Version: Company: Microsoft Corporation Product: Besturingssysteem Microsoft® Windows® FileDesc: Shim-provider van e-mailnamen FileVer: 6.0.6001.18000 ProdVer: 6.0.6001.18000Module 22C:\Windows\system32\rasadhlp.dllImage Base: 0x6ebb0000 Image Size: 0x00006000File Size: 10240 File Time: 2006-11-02_104614Version: Company: Microsoft Corporation Product: Microsoft® Windows® Operating System FileDesc: Remote Access AutoDial Helper FileVer: 6.0.6000.16386 ProdVer: 6.0.6000.16386Module 23C:\Windows\system32\WINHTTP.dllImage Base: 0x71190000 Image Size: 0x00060000File Size: 377344 File Time: 2011-11-16_172346Version: Company: Microsoft Corporation Product: Besturingssysteem Microsoft® Windows® FileDesc: Windows HTTP-services FileVer: 6.0.6002.18541 ProdVer: 6.0.6002.18541Module 24C:\Windows\system32\audioeng.dllImage Base: 0x71f90000 Image Size: 0x00066000File Size: 396800 File Time: 2014-10-03_021718Version: Company: Microsoft Corporation Product: Microsoft® Windows® Operating System FileDesc: Audio Engine FileVer: 6.0.6002.19201 ProdVer: 6.0.6002.19201Module 25C:\Windows\system32\AUDIOSES.DLLImage Base: 0x72f30000 Image Size: 0x00021000File Size: 115712 File Time: 2009-04-11_072820Version: Company: Microsoft Corporation Product: Microsoft® Windows® Operating System FileDesc: Audio Session FileVer: 6.0.6002.18005 ProdVer: 6.0.6002.18005Module 26C:\Windows\system32\MSACM32.dllImage Base: 0x733f0000 Image Size: 0x00014000File Size: 71680 File Time: 2008-01-18_233456Version: Company: Microsoft Corporation Product: Besturingssysteem Microsoft® Windows® FileDesc: Audiofilter voor Microsoft Audiocompressiebeheer FileVer: 6.0.6001.18000 ProdVer: 6.0.6001.18000Module 27C:\Windows\system32\wdmaud.drvImage Base: 0x73410000 Image Size: 0x0002f000File Size: 167424 File Time: 2009-04-11_072714Version: Company: Microsoft Corporation Product: Besturingssysteem Microsoft® Windows® FileDesc: Winmm-audiosysteemsturprogramma FileVer: 6.0.6002.18005 ProdVer: 6.0.6002.18005Module 28C:\Windows\system32\midimap.dllImage Base: 0x73570000 Image Size: 0x00007000File Size: 17408 File Time: 2009-04-11_072822Version: Company: Microsoft Corporation Product: Microsoft® Windows® Operating System FileDesc: Microsoft MIDI Mapper FileVer: 6.0.6002.18005 ProdVer: 6.0.6002.18005Module 29C:\Windows\system32\msacm32.drvImage Base: 0x735c0000 Image Size: 0x00009000File Size: 21504 File Time: 2009-04-11_072714Version: Company: Microsoft Corporation Product: Besturingssysteem Microsoft® Windows® FileDesc: Microsoft-geluidstoewijzing FileVer: 6.0.6002.18005 ProdVer: 6.0.6002.18005Module 30C:\Windows\system32\ksuser.dllImage Base: 0x735d0000 Image Size: 0x00004000File Size: 4608 File Time: 2006-11-02_104606Version: Company: Microsoft Corporation Product: Microsoft® Windows® Operating System FileDesc: User CSA Library FileVer: 6.0.6000.16386 ProdVer: 6.0.6000.16386Module 31C:\Windows\system32\HID.DLLImage Base: 0x73630000 Image Size: 0x00009000File Size: 22016 File Time: 2006-11-02_104606Version: Company: Microsoft Corporation Product: Besturingssysteem Microsoft® Windows® FileDesc: Hid-gebruikersbibliotheek FileVer: 6.0.6000.16386 ProdVer: 6.0.6000.16386Module 32C:\Windows\system32\dwmapi.dllImage Base: 0x73760000 Image Size: 0x0000c000File Size: 39936 File Time: 2008-01-18_233408Version: Company: Microsoft Corporation Product: Microsoft® Windows® Operating System FileDesc: Microsoft Desktop Window Manager API FileVer: 6.0.6001.18000 ProdVer: 6.0.6001.18000Module 33C:\Windows\system32\NLAapi.dllImage Base: 0x73770000 Image Size: 0x0000f000File Size: 48640 File Time: 2014-12-06_041438Version: Company: Microsoft Corporation Product: Microsoft® Windows® Operating System FileDesc: Network Location Awareness 2 FileVer: 6.0.6002.19250 ProdVer: 6.0.6002.19250Module 34C:\Windows\system32\OLEACC.dllImage Base: 0x73780000 Image Size: 0x0003e000File Size: 238080 File Time: 2011-08-25_171402Version: Company: Microsoft Corporation Product: Microsoft® Windows® Operating System FileDesc: Active Accessibility Core Component FileVer: 7.0.6002.18508 ProdVer: 6.0.6002.18508Module 35C:\Windows\system32\WINMM.dllImage Base: 0x737c0000 Image Size: 0x00032000File Size: 189952 File Time: 2011-10-14_170326Version: Company: Microsoft Corporation Product: Besturingssysteem Microsoft® Windows® FileDesc: MCI API DLL FileVer: 6.0.6002.18528 ProdVer: 6.0.6002.18528Module 36C:\Windows\system32\uxtheme.dllImage Base: 0x73c00000 Image Size: 0x0003f000File Size: 240128 File Time: 2008-01-18_233648Version: Company: Microsoft Corporation Product: Besturingssysteem Microsoft® Windows® FileDesc: DLL-bestand Microsoft UxTheme FileVer: 6.0.6001.18000 ProdVer: 6.0.6001.18000Module 37C:\Program Files\AVG\AVG2015\avghookx.dllImage Base: 0x73db0000 Image Size: 0x0007b000File Size: 482968 File Time: 2014-12-18_094112Version: Company: AVG Technologies CZ, s.r.o. Product: AVG Internet Security FileDesc: None FileVer: 15.0.0.5645 ProdVer: 15.0.0.5645Module 38C:\Windows\system32\MMDevAPI.DLLImage Base: 0x74000000 Image Size: 0x00028000File Size: 150528 File Time: 2009-04-11_072822Version: Company: Microsoft Corporation Product: Microsoft® Windows® Operating System FileDesc: MMDevice API FileVer: 6.0.6002.18005 ProdVer: 6.0.6002.18005Module 39C:\Windows\WinSxS\x86_microsoft.windows.common-controls_6595b64144ccf1df_6.0.6002.18305_none_5cb72f2a088b0ed3\comctl32.dllImage Base: 0x74050000 Image Size: 0x0019e000File Size: 1686016 File Time: 2010-08-31_164354Version: Company: Microsoft Corporation Product: Besturingssysteem Microsoft® Windows® FileDesc: Bibliotheek met elementen voor gebruikerservaring FileVer: 6.10.6002.18305 ProdVer: 6.0.6002.18305Module 40C:\Windows\System32\wshtcpip.dllImage Base: 0x74290000 Image Size: 0x00005000File Size: 9216 File Time: 2008-01-18_233712Version: Company: Microsoft Corporation Product: Besturingssysteem Microsoft® Windows® FileDesc: Winsock2 Helper DLL (TL/IPv4) FileVer: 6.0.6001.18000 ProdVer: 6.0.6001.18000Module 41C:\Windows\system32\WINTRUST.dllImage Base: 0x74310000 Image Size: 0x0002d000File Size: 172544 File Time: 2013-07-08_052006Version: Company: Microsoft Corporation Product: Microsoft® Windows® Operating System FileDesc: Microsoft Trust Verification APIs FileVer: 6.0.6002.18881 ProdVer: 6.0.6002.18881Module 42C:\Windows\system32\AVRT.dllImage Base: 0x743d0000 Image Size: 0x00007000File Size: 12800 File Time: 2008-01-18_233348Version: Company: Microsoft Corporation Product: Microsoft® Windows® Operating System FileDesc: Multimedia Realtime Runtime FileVer: 6.0.6001.18000 ProdVer: 6.0.6001.18000Module 43C:\Windows\system32\VERSION.dllImage Base: 0x743e0000 Image Size: 0x00008000File Size: 20480 File Time: 2009-04-11_072826Version: Company: Microsoft Corporation Product: Microsoft® Windows® Operating System FileDesc: Version Checking and File Installation Libraries FileVer: 6.0.6002.18005 ProdVer: 6.0.6002.18005Module 44C:\Windows\system32\powrprof.dllImage Base: 0x743f0000 Image Size: 0x0001a000File Size: 98816 File Time: 2009-04-11_072824Version: Company: Microsoft Corporation Product: Besturingssysteem Microsoft® Windows® FileDesc: Helper-DLL-bestand voor energieprofiel FileVer: 6.0.6002.18005 ProdVer: 6.0.6002.18005Module 45C:\Windows\system32\rsaenh.dllImage Base: 0x744b0000 Image Size: 0x0003b000File Size: 241128 File Time: 2009-04-11_072748Version: Company: Microsoft Corporation Product: Microsoft® Windows® Operating System FileDesc: Microsoft Enhanced Cryptographic Provider FileVer: 6.0.6002.18005 ProdVer: 6.0.6002.18005Module 46C:\Windows\system32\MSWSOCK.dllImage Base: 0x74700000 Image Size: 0x0003b000File Size: 223232 File Time: 2009-04-11_072824Version: Company: Microsoft Corporation Product: Besturingssysteem Microsoft® Windows® FileDesc: Microsoft Windows Sockets 2.0 Service-aanbieder FileVer: 6.0.6002.18005 ProdVer: 6.0.6002.18005Module 47C:\Windows\System32\wship6.dllImage Base: 0x74770000 Image Size: 0x00005000File Size: 9216 File Time: 2008-01-18_233712Version: Company: Microsoft Corporation Product: Besturingssysteem Microsoft® Windows® FileDesc: Winsock2 Helper DLL (TL/IPv6) FileVer: 6.0.6001.18000 ProdVer: 6.0.6001.18000Module 48C:\Windows\system32\dhcpcsvc6.DLLImage Base: 0x74870000 Image Size: 0x00022000File Size: 130560 File Time: 2009-04-11_072820Version: Company: Microsoft Corporation Product: Besturingssysteem Microsoft® Windows® FileDesc: DHCPv6-client FileVer: 6.0.6002.18005 ProdVer: 6.0.6002.18005Module 49C:\Windows\system32\WINNSI.DLLImage Base: 0x748a0000 Image Size: 0x00007000File Size: 14848 File Time: 2008-01-18_233656Version: Company: Microsoft Corporation Product: Microsoft® Windows® Operating System FileDesc: Network Store Information RPC interface FileVer: 6.0.6001.18000 ProdVer: 6.0.6001.18000Module 50C:\Windows\system32\dhcpcsvc.DLLImage Base: 0x748b0000 Image Size: 0x00035000File Size: 204288 File Time: 2009-04-11_072820Version: Company: Microsoft Corporation Product: Besturingssysteem Microsoft® Windows® FileDesc: DHCP Client-service FileVer: 6.0.6002.18005 ProdVer: 6.0.6002.18005Module 51C:\Windows\system32\CRYPT32.dllImage Base: 0x74930000 Image Size: 0x000f5000File Size: 993792 File Time: 2013-10-03_134546Version: Company: Microsoft Corporation Product: Besturingssysteem Microsoft® Windows® FileDesc: Crypto-API32 FileVer: 6.0.6002.18953 ProdVer: 6.0.6002.18953Module 52C:\Windows\system32\IPHLPAPI.DLLImage Base: 0x74a90000 Image Size: 0x00019000File Size: 91648 File Time: 2009-04-11_072822Version: Company: Microsoft Corporation Product: Besturingssysteem Microsoft® Windows® FileDesc: IP-helper-API FileVer: 6.0.6002.18005 ProdVer: 6.0.6002.18005Module 53C:\Windows\system32\NTDSAPI.dllImage Base: 0x74b30000 Image Size: 0x00018000File Size: 88576 File Time: 2008-01-18_233600Version: Company: Microsoft Corporation Product: Microsoft® Windows® Operating System FileDesc: Active Directory Domain Services API FileVer: 6.0.6001.18000 ProdVer: 6.0.6001.18000Module 54C:\Windows\system32\MSASN1.dllImage Base: 0x74b50000 Image Size: 0x00012000File Size: 60928 File Time: 2009-09-04_124200Version: Company: Microsoft Corporation Product: Microsoft® Windows® Operating System FileDesc: ASN.1 Runtime APIs FileVer: 6.0.6002.18106 ProdVer: 6.0.6002.18106Module 55C:\Windows\system32\DNSAPI.dllImage Base: 0x74ba0000 Image Size: 0x0002c000File Size: 168448 File Time: 2011-03-02_164428Version: Company: Microsoft Corporation Product: Besturingssysteem Microsoft® Windows® FileDesc: API DLL van DNS Client FileVer: 6.0.6002.18416 ProdVer: 6.0.6002.18416Module 56C:\Windows\system32\NETAPI32.dllImage Base: 0x74db0000 Image Size: 0x00076000File Size: 467968 File Time: 2012-06-29_170144Version: Company: Microsoft Corporation Product: Microsoft® Windows® Operating System FileDesc: Net Win32 API DLL FileVer: 6.0.6002.18659 ProdVer: 6.0.6002.18659Module 57C:\Windows\system32\Secur32.dllImage Base: 0x74f80000 Image Size: 0x00014000File Size: 72704 File Time: 2011-11-16_172310Version: Company: Microsoft Corporation Product: Microsoft® Windows® Operating System FileDesc: Security Support Provider Interface FileVer: 6.0.6002.18541 ProdVer: 6.0.6002.18541Module 58C:\Windows\system32\USERENV.dllImage Base: 0x74fa0000 Image Size: 0x0001e000File Size: 108544 File Time: 2009-04-11_072826Version: Company: Microsoft Corporation Product: Besturingssysteem Microsoft® Windows® FileDesc: Userenv FileVer: 6.0.6002.18005 ProdVer: 6.0.6002.18005Module 59C:\Windows\system32\SHELL32.dllImage Base: 0x750e0000 Image Size: 0x00b11000File Size: 11587584 File Time: 2014-03-25_142606Version: Company: Microsoft Corporation Product: Besturingssysteem Microsoft® Windows® FileDesc: Gemeenschappelijk DLL-bestand van Windows Shell FileVer: 6.0.6002.19070 ProdVer: 6.0.6002.19070Module 60C:\Windows\system32\IMM32.dllImage Base: 0x75c00000 Image Size: 0x0001e000File Size: 114688 File Time: 2009-04-11_072822Version: Company: Microsoft Corporation Product: Microsoft® Windows® Operating System FileDesc: Multi-User Windows IMM32 API Client DLL FileVer: 6.0.6002.18005 ProdVer: 6.0.6002.18005Module 61C:\Windows\system32\USER32.dllImage Base: 0x75c20000 Image Size: 0x0009d000File Size: 627712 File Time: 2009-04-11_072826Version: Company: Microsoft Corporation Product: Besturingssysteem Microsoft® Windows® FileDesc: DLL-bestand voor Windows USER API-client (meerdere gebruikers) FileVer: 6.0.6002.18005 ProdVer: 6.0.6002.18005Module 62C:\Windows\system32\USP10.dllImage Base: 0x75cc0000 Image Size: 0x0007d000File Size: 502784 File Time: 2014-04-26_170124Version: Company: Microsoft Corporation Product: Microsoft(R) Uniscribe Unicode script processor FileDesc: Uniscribe Unicode script processor FileVer: 1.626.6002.19096 ProdVer: 1.626.6002.19096Module 63C:\Windows\system32\SHLWAPI.dllImage Base: 0x75d40000 Image Size: 0x00059000File Size: 353280 File Time: 2012-11-22_045438Version: Company: Microsoft Corporation Product: Besturingssysteem Microsoft® Windows® FileDesc: Shell lichtgewicht hulpprogrammabibliotheek FileVer: 6.0.6002.18738 ProdVer: 6.0.6002.18738Module 64C:\Windows\system32\MSCTF.dllImage Base: 0x75da0000 Image Size: 0x000c8000File Size: 807424 File Time: 2009-04-11_072822Version: Company: Microsoft Corporation Product: Besturingssysteem Microsoft® Windows® FileDesc: DLL-bestand voor MSCTF-server FileVer: 6.0.6002.18005 ProdVer: 6.0.6002.18005Module 65C:\Windows\system32\GDI32.dllImage Base: 0x75e70000 Image Size: 0x0004c000File Size: 297984 File Time: 2014-08-23_020348Version: Company: Microsoft Corporation Product: Microsoft® Windows® Operating System FileDesc: GDI Client DLL FileVer: 6.0.6002.19171 ProdVer: 6.0.6002.19171Module 66C:\Windows\system32\SETUPAPI.dllImage Base: 0x76080000 Image Size: 0x0018a000File Size: 1591296 File Time: 2009-04-11_072826Version: Company: Microsoft Corporation Product: Besturingssysteem Microsoft® Windows® FileDesc: Windows Setup API FileVer: 6.0.6002.18005 ProdVer: 6.0.6002.18005Module 67C:\Windows\system32\RPCRT4.dllImage Base: 0x76210000 Image Size: 0x000c2000File Size: 783360 File Time: 2013-07-10_104702Version: Company: Microsoft Corporation Product: Besturingssysteem Microsoft® Windows® FileDesc: Runtime voor RPC (Remote Procedure Call) FileVer: 6.0.6002.18882 ProdVer: 6.0.6002.18882Module 68C:\Windows\system32\OLEAUT32.dllImage Base: 0x762e0000 Image Size: 0x0008e000File Size: 564224 File Time: 2014-10-18_020812Version: Company: Microsoft Corporation Product: FileDesc: FileVer: 6.0.6002.19216 ProdVer: 6.0.6002.19216Module 69C:\Windows\system32\WS2_32.dllImage Base: 0x76490000 Image Size: 0x0002d000File Size: 179200 File Time: 2008-01-18_233710Version: Company: Microsoft Corporation Product: Besturingssysteem Microsoft® Windows® FileDesc: Windows Socket 2.0 32-bits DLL-bestand FileVer: 6.0.6001.18000 ProdVer: 6.0.6001.18000Module 70C:\Windows\system32\ole32.dllImage Base: 0x764c0000 Image Size: 0x00145000File Size: 1316864 File Time: 2010-06-28_180022Version: Company: Microsoft Corporation Product: Besturingssysteem Microsoft® Windows® FileDesc: Microsoft OLE voor Windows FileVer: 6.0.6002.18277 ProdVer: 6.0.6002.18277Module 71C:\Windows\system32\CLBCatQ.DLLImage Base: 0x76610000 Image Size: 0x00084000File Size: 523776 File Time: 2008-01-18_233354Version: Company: Microsoft Corporation Product: Microsoft® Windows® Operating System FileDesc: COM+ Configuration Catalog FileVer: 2001.12.6931.18000 ProdVer: 6.0.6001.18000Module 72C:\Windows\system32\kernel32.dllImage Base: 0x767c0000 Image Size: 0x000dd000File Size: 894464 File Time: 2014-02-06_025656Version: Company: Microsoft Corporation Product: Besturingssysteem Microsoft® Windows® FileDesc: DLL-bestand voor Windows NT BASE API-client FileVer: 6.0.6002.19034 ProdVer: 6.0.6002.19034Module 73C:\Windows\system32\ADVAPI32.dllImage Base: 0x768a0000 Image Size: 0x000c6000File Size: 800768 File Time: 2009-04-11_072818Version: Company: Microsoft Corporation Product: Besturingssysteem Microsoft® Windows® FileDesc: Geavanceerde Windows 32 basis-API FileVer: 6.0.6002.18005 ProdVer: 6.0.6002.18005Module 74C:\Windows\system32\msvcrt.dllImage Base: 0x76970000 Image Size: 0x000aa000File Size: 680448 File Time: 2011-12-14_171748Version: Company: Microsoft Corporation Product: Microsoft® Windows® Operating System FileDesc: Windows NT CRT DLL FileVer: 7.0.6002.18551 ProdVer: 6.1.8638.18551Module 75C:\Windows\system32\PSAPI.DLLImage Base: 0x76bc0000 Image Size: 0x00007000File Size: 12288 File Time: 2006-11-02_104614Version: Company: Microsoft Corporation Product: Microsoft® Windows® Operating System FileDesc: Process Status Helper FileVer: 6.0.6000.16386 ProdVer: 6.0.6000.16386Module 76C:\Windows\system32\WLDAP32.dllImage Base: 0x76be0000 Image Size: 0x00049000File Size: 287744 File Time: 2009-04-11_072826Version: Company: Microsoft Corporation Product: Besturingssysteem Microsoft® Windows® FileDesc: Win32 LDAP API DLL FileVer: 6.0.6002.18005 ProdVer: 6.0.6002.18005Module 77C:\Windows\system32\imagehlp.dllImage Base: 0x76c30000 Image Size: 0x0002a000File Size: 158208 File Time: 2013-10-22_082000Version: Company: Microsoft Corporation Product: Microsoft® Windows® Operating System FileDesc: Windows NT Image Helper FileVer: 6.0.6002.18971 ProdVer: 6.0.6002.18971Module 78C:\Windows\system32\ntdll.dllImage Base: 0x777a0000 Image Size: 0x00128000File Size: 1205168 File Time: 2013-07-09_131038Version: Company: Microsoft Corporation Product: Besturingssysteem Microsoft® Windows® FileDesc: DLL-bestand voor NT-laag FileVer: 6.0.6002.18881 ProdVer: 6.0.6002.18881Module 79C:\Windows\system32\NSI.dllImage Base: 0x778d0000 Image Size: 0x00006000File Size: 8192 File Time: 2008-01-18_233558Version: Company: Microsoft Corporation Product: Microsoft® Windows® Operating System FileDesc: NSI User-mode interface DLL FileVer: 6.0.6001.18000 ProdVer: 6.0.6001.18000Module 80C:\Windows\system32\LPK.DLLImage Base: 0x778e0000 Image Size: 0x00009000File Size: 23552 File Time: 2009-06-15_155244Version: Company: Microsoft Corporation Product: Microsoft® Windows® Operating System FileDesc: Language Pack FileVer: 6.0.6002.18051 ProdVer: 6.0.6002.18051== [end of error.log] ==I have no idea, I have TK and my own WIP planet pack working just fine. Link to comment Share on other sites More sharing options...
Nicholander Posted January 31, 2015 Share Posted January 31, 2015 _Augustus_, first you said it crashed on start up, and then you said you've made a GP2. What did you do to fix that? Link to comment Share on other sites More sharing options...
_Augustus_ Posted January 31, 2015 Share Posted January 31, 2015 _Augustus_, first you said it crashed on start up, and then you said you've made a GP2. What did you do to fix that?It didn't crash, I just got NoReferenceExceptions.Turns out, orbit colors are specified differently in this.Fixing that fixed everything. Link to comment Share on other sites More sharing options...
Akinesis Posted January 31, 2015 Share Posted January 31, 2015 Is this much more friendlies to work with when it comes to custom atmospheres on rocky bodies? Link to comment Share on other sites More sharing options...
Olympic1 Posted January 31, 2015 Share Posted January 31, 2015 If this fixes the biome bug for OPM, I wll use it. Link to comment Share on other sites More sharing options...
Nicholander Posted January 31, 2015 Share Posted January 31, 2015 (edited) I'm thinking about sticking to using Koperncius 2.0 because KopernicusTech has both bugs which makes it not work at all AND a stupidly complex code you have to do. (The KittopiaTech cfg) Edited January 31, 2015 by Nicholander Link to comment Share on other sites More sharing options...
Gravitasi Posted January 31, 2015 Author Share Posted January 31, 2015 I will definitely be testing a branch of my mod on this. Since I know all the issues my varied planets and moons face.The biggest bug the Kopernicus+RSS+KittopiaTech combo is facing are the issues caused by Kopernicus not separating the template body and the new body correctly. Biomes for example are always applied to both the template and the new body, using ocean bodies as templates messes up the templates height map (the oceans are lowered), etc. If you're able to fix that, then custom planet/moon mods would jump ahead light years in terms of quality. That being said, the things you fixed are already pretty substantial and fix a lot of the bugs on my list.One bug that's unique to atmosphere planets btw, which you would not have seen with your atmosphereless bodies is a band of transparency occluding the rings of ringed planets, like so:http://i.imgur.com/12Y3mOw.pngYes, I think the template issues will be the most hardest to deal with. There is even some depressing possibility that I could never find a solution for it... Nevertheless, I'm currently interested most with the biome problem. I will prioritize more on fixing it.If you could lay down an argument for using the Kopernicus + Kittopia combo versus RSS, what would that argument be?I'm very interested in what is possible with this mod - particularly, with creating new planets from scratch without templates, or if using templates, not having the templated body also modified when PQS alterations are made to the new body. < Problems I'm dealing with at the moment. ThanksHmmm... I think it's a good question... I have asked something like this myself when I had tried to decide whether to use KittopiaTech or RSS as the planet alteration base for the plugin. After I had delved more into both codes, I decided to use KittopiaTech, for various reasons:KittopiaTech has some nice GUI for planet editing. In addition, KittopiaTech also has a lot of interesting features (rings and stuffs). PQS modification that you could do in RSS is surprisingly limited. It doesn't expose all the possible parameters, maybe for stability reasons. And finally, RSS is never meant to be used on custom planets. It tends to replace currently existing resource, rather that allocating something new. That's why scaled space texture on template planet would get replaced if you were specify some texture on the SSColor value. Oh. OHHH MY GOOOODDD... I really like what this does, but the stuff you have to do in KittopiaTech looks like a NIGHTMARE to do. I mean, all I want to do is the same thing done in the original Kopernicus for my 3 bodies which need RSS, for example, this is from Berdim: (All of them are the same except for the texture names and which planet/moon it's referring to)(some codes)WHERE DO I EVEN START!?!? Seriously, how do I make KittopiaTech do the same thing that RSS did? Thanks in advance for helping!Try to paste both of the texture path to the PQSMod_VertexHeightMap and PQSMod_VertexColorMap. So you will get something like this:PQSMod_VertexHeightMap{ heightMap = GameData/Kopernicus/Textures/BerdimBump.png heightMapDeformity = 4000 heightMapOffset = 0 scaleDeformityByRadius = False}PQSMod_VertexColorMap{ vertexColorMap = GameData/Kopernicus/Textures/BerdimMap.png}Yeah, I know it's somewhat confusing to use at first. Maybe I need to write a tutorial/tips of how to get started... Link to comment Share on other sites More sharing options...
_Augustus_ Posted January 31, 2015 Share Posted January 31, 2015 I'm having this issue where all Kopernicus planets are solid black when not in scaledspace.Help? Link to comment Share on other sites More sharing options...
Nicholander Posted January 31, 2015 Share Posted January 31, 2015 Not maybe, you SHOULD write a tutorial/tips on the KittopiaTech config, since the original Kopernicus 2.0 thread already has the Kopernicus config covered. Link to comment Share on other sites More sharing options...
Gravitasi Posted January 31, 2015 Author Share Posted January 31, 2015 KopernicusTech keeps crashing on me before reaching the main menu. Both my tests, your Trans-Keptunian mod and just the bare KopernicusTech mod. Completely clean install.Output_log.txtError.logI honestly have no idea what caused it. Output_log.txt said that it was an out of memory problem... Strange...Could you post the KSP.log file? Link to comment Share on other sites More sharing options...
_Augustus_ Posted January 31, 2015 Share Posted January 31, 2015 Please someone help with the black PQS bug... Link to comment Share on other sites More sharing options...
CaptRobau Posted January 31, 2015 Share Posted January 31, 2015 I honestly have no idea what caused it. Output_log.txt said that it was an out of memory problem... Strange...Could you post the KSP.log file?Here you go. I'm currently working on a less competent computer than I normally use for KSP, so I can imagine that a WIP like this might not be able to run all those new planets. But it happens even with just the bare KT files. No textures, planets, anything. Very weird.Kerbal Space Program - 0.90.0.705 (WindowsPlayer) BETAOS: Windows Vista Service Pack 2 (6.0.6002)CPU: Intel(R) Core(TM)2 Duo CPU E4500 @ 2.20GHz (2)RAM: 3071GPU: NVIDIA GeForce 8600 GS (880MB)SM: 30 (Direct3D 9.0c [nvd3dum.dll 9.18.13.1106])RT Formats: ARGB32, Depth, ARGBHalf, RGB565, Default, DefaultHDR, ARGBFloat, RGFloat, RGHalf, RFloat, RHalf, R8Log started: Sat, Jan 31, 2015 16:47:27[LOG 16:48:06.999] Load(Assembly): /ModuleManager.2.5.9[LOG 16:48:07.022] AssemblyLoader: Loading assembly at C:\Games\Kerbal Space Program\KSP_win\GameData\ModuleManager.2.5.9.dll[LOG 16:48:07.097] AssemblyLoader: KSPAssembly 'ModuleManager' V2.5[LOG 16:48:07.099] Load(Assembly): KittopiaSpace/plugins/PFUtilityAddon[LOG 16:48:07.101] AssemblyLoader: Loading assembly at C:\Games\Kerbal Space Program\KSP_win\GameData\KittopiaSpace\plugins\PFUtilityAddon.dll[LOG 16:48:07.114] AssemblyLoader: KSPAssembly 'KittopiaTech Planet Editor' V0.155[LOG 16:48:07.116] Load(Assembly): Kopernicus/Plugins/Kopernicus[LOG 16:48:07.118] AssemblyLoader: Loading assembly at C:\Games\Kerbal Space Program\KSP_win\GameData\Kopernicus\Plugins\Kopernicus.dll[LOG 16:48:07.145] AssemblyLoader: Loading assemblies[LOG 16:48:07.261] AddonLoader: Instantiating addon 'ModuleManager' from assembly 'ModuleManager'[LOG 16:48:07.436] [ModuleManager] Adding ModuleManager to the loading screen 2[LOG 16:48:12.859] Load(Audio): Squad/Parts/Utility/landingLegLT-1/sounds/sound_servomotor[LOG 16:48:14.145] Load(Audio): Squad/Sounds/editorLoop01[LOG 16:48:15.203] Load(Audio): Squad/Sounds/sound_ambience_nature[LOG 16:48:15.289] Load(Audio): Squad/Sounds/sound_click_flick[LOG 16:48:15.343] Load(Audio): Squad/Sounds/sound_click_latch[LOG 16:48:15.373] Load(Audio): Squad/Sounds/sound_click_sharp[LOG 16:48:15.401] Load(Audio): Squad/Sounds/sound_click_tick[LOG 16:48:15.440] Load(Audio): Squad/Sounds/sound_click_tock[LOG 16:48:15.473] Load(Audio): Squad/Sounds/sound_decoupler_fire[LOG 16:48:15.511] Load(Audio): Squad/Sounds/sound_delete_bin[LOG 16:48:15.538] Load(Audio): Squad/Sounds/sound_explosion_debris1[LOG 16:48:15.583] Load(Audio): Squad/Sounds/sound_explosion_debris2[LOG 16:48:15.642] Load(Audio): Squad/Sounds/sound_explosion_large[LOG 16:48:15.750] Load(Audio): Squad/Sounds/sound_rocket_mini[LOG 16:48:16.018] Load(Audio): Squad/Sounds/sound_rocket_spurts[LOG 16:48:16.193] Load(Audio): Squad/Sounds/sound_tab_extend[LOG 16:48:16.279] Load(Audio): Squad/Sounds/sound_tab_retreat[LOG 16:48:16.324] Load(Texture): KittopiaSpace/Textures/jool_ring[LOG 16:48:16.391] Load(Texture): KittopiaSpace/Textures/kerbin_ring[LOG 16:48:16.441] Load(Texture): KittopiaSpace/Textures/Default/blank_rim_text[LOG 16:48:16.514] Load(Texture): KittopiaSpace/Textures/Default/Glow[LOG 16:48:16.531] Load(Texture): KittopiaSpace/Textures/Default/ring[LOG 16:48:16.671] Load(Texture): NASAmission/Flags/NASA[LOG 16:48:16.749] Load(Texture): NASAmission/Parts/GrapplingDevice/grabberDiffuse[LOG 16:48:16.844] Load(Texture): NASAmission/Parts/GrapplingDevice/window[LOG 16:48:16.863] Load(Texture): NASAmission/Parts/LaunchEscapeSystem/LES_Diffuse[LOG 16:48:17.236] Load(Texture): NASAmission/Parts/MassiveSRB/solid_booster_cm[LOG 16:48:17.445] Load(Texture): NASAmission/Parts/MassiveSRB/solid_booster_em[LOG 16:48:17.492] Load(Texture): NASAmission/Parts/MassiveSRB/solid_booster_nm[LOG 16:48:17.618] Load(Texture): NASAmission/Parts/PotatoRoid/squareButton[LOG 16:48:17.652] Load(Texture): NASAmission/Parts/Size2LFB/Size2LFBEmissive[LOG 16:48:17.680] Load(Texture): NASAmission/Parts/Size2LFB/twin_nozzle_booster_cm[LOG 16:48:17.953] Load(Texture): NASAmission/Parts/Size2LFB/twin_nozzle_booster_nm[LOG 16:48:18.165] Load(Texture): NASAmission/Parts/Size3AdvancedEngine/decoupler_and_adaptor_cm[LOG 16:48:18.484] Load(Texture): NASAmission/Parts/Size3AdvancedEngine/Size3AdvancedEngineDiffuse[LOG 16:48:18.797] Load(Texture): NASAmission/Parts/Size3AdvancedEngine/Size3AdvancedEngineEmissive[LOG 16:48:18.841] Load(Texture): NASAmission/Parts/Size3AdvancedEngine/Size3AdvancedEngineNormal[LOG 16:48:18.912] Load(Texture): NASAmission/Parts/Size3Decoupler/decoupler_and_adaptor_cm[LOG 16:48:19.579] Load(Texture): NASAmission/Parts/Size3Decoupler/decoupler_and_adaptor_nm[LOG 16:48:19.883] Load(Texture): NASAmission/Parts/Size3EngineCluster/ClusterEngineEmit[LOG 16:48:19.940] Load(Texture): NASAmission/Parts/Size3EngineCluster/four_nozzle_engine_cm[LOG 16:48:20.297] Load(Texture): NASAmission/Parts/Size3EngineCluster/four_nozzle_engine_nm[LOG 16:48:20.564] Load(Texture): NASAmission/Parts/Size3LargeTank/fueltTanks_cm[LOG 16:48:20.880] Load(Texture): NASAmission/Parts/Size3MediumTank/fueltTanks_cm[LOG 16:48:21.269] Load(Texture): NASAmission/Parts/Size3SmallTank/fueltTanks_cm[LOG 16:48:21.609] Load(Texture): NASAmission/Parts/Size3To2Adapter/decoupler_and_adaptor_cm[LOG 16:48:22.021] Load(Texture): NASAmission/Parts/Size3To2Adapter/decoupler_and_adaptor_nm[LOG 16:48:22.323] Load(Texture): Squad/Agencies/C7AerospaceDivision[LOG 16:48:22.519] Load(Texture): Squad/Agencies/C7AerospaceDivision_scaled[LOG 16:48:22.561] Load(Texture): Squad/Agencies/DinkelsteinKermansConstructionEmporium[LOG 16:48:22.622] Load(Texture): Squad/Agencies/DinkelsteinKermansConstructionEmporium_scaled[LOG 16:48:22.652] Load(Texture): Squad/Agencies/ExperimentalEngineering[LOG 16:48:22.712] Load(Texture): Squad/Agencies/ExperimentalEngineering_scaled[LOG 16:48:22.761] Load(Texture): Squad/Agencies/FlooydResearchLab[LOG 16:48:22.807] Load(Texture): Squad/Agencies/FlooydResearchLab_scaled[LOG 16:48:22.834] Load(Texture): Squad/Agencies/GoliathNationalProducts[LOG 16:48:22.870] Load(Texture): Squad/Agencies/GoliathNationalProducts_scaled[LOG 16:48:22.883] Load(Texture): Squad/Agencies/IntegratedIntegrals[LOG 16:48:22.914] Load(Texture): Squad/Agencies/IntegratedIntegrals_scaled[LOG 16:48:22.929] Load(Texture): Squad/Agencies/IonicSymphonicProtonicElectronics[LOG 16:48:22.963] Load(Texture): Squad/Agencies/IonicSymphonicProtonicElectronics_scaled[LOG 16:48:23.010] Load(Texture): Squad/Agencies/JebsJunkyard[LOG 16:48:23.081] Load(Texture): Squad/Agencies/JebsJunkyard_scaled[LOG 16:48:23.095] Load(Texture): Squad/Agencies/KerbalMotion[LOG 16:48:23.132] Load(Texture): Squad/Agencies/KerbalMotion_scaled[LOG 16:48:23.148] Load(Texture): Squad/Agencies/KerbinWorldFirstRecordKeepingSociety[LOG 16:48:23.186] Load(Texture): Squad/Agencies/KerbinWorldFirstRecordKeepingSociety_scaled[LOG 16:48:23.205] Load(Texture): Squad/Agencies/Kerbodyne[LOG 16:48:23.256] Load(Texture): Squad/Agencies/Kerbodyne_scaled[LOG 16:48:23.272] Load(Texture): Squad/Agencies/Kerlington[LOG 16:48:23.354] Load(Texture): Squad/Agencies/Kerlington_scaled[LOG 16:48:23.452] Load(Texture): Squad/Agencies/MaxoConstructionToys[LOG 16:48:23.592] Load(Texture): Squad/Agencies/MaxoConstructionToys_scaled[LOG 16:48:23.694] Load(Texture): Squad/Agencies/MovingPartsExpertsGroup[LOG 16:48:23.831] Load(Texture): Squad/Agencies/MovingPartsExpertsGroup_scaled[LOG 16:48:24.045] Load(Texture): Squad/Agencies/OMBDemolition[LOG 16:48:24.162] Load(Texture): Squad/Agencies/OMBDemolition_scaled[LOG 16:48:24.358] Load(Texture): Squad/Agencies/PeriapsisCo[LOG 16:48:24.542] Load(Texture): Squad/Agencies/PeriapsisCo_scaled[LOG 16:48:24.707] Load(Texture): Squad/Agencies/Probodobodyne[LOG 16:48:25.103] Load(Texture): Squad/Agencies/Probodobodyne_scaled[LOG 16:48:25.302] Load(Texture): Squad/Agencies/R&D[LOG 16:48:25.521] Load(Texture): Squad/Agencies/R&D_scaled[LOG 16:48:25.751] Load(Texture): Squad/Agencies/ReactionSystemsLtd[LOG 16:48:25.926] Load(Texture): Squad/Agencies/ReactionSystemsLtd_scaled[LOG 16:48:26.075] Load(Texture): Squad/Agencies/Rockomax[LOG 16:48:26.376] Load(Texture): Squad/Agencies/Rockomax_scaled[LOG 16:48:26.411] Load(Texture): Squad/Agencies/Rokea[LOG 16:48:26.485] Load(Texture): Squad/Agencies/Rokea_scaled[LOG 16:48:26.516] Load(Texture): Squad/Agencies/SeansCannery[LOG 16:48:26.592] Load(Texture): Squad/Agencies/SeansCannery_scaled[LOG 16:48:26.734] Load(Texture): Squad/Agencies/SteadlerEngineeringCorps[LOG 16:48:26.846] Load(Texture): Squad/Agencies/SteadlerEngineeringCorps_scaled[LOG 16:48:26.889] Load(Texture): Squad/Agencies/StrutCo[LOG 16:48:26.950] Load(Texture): Squad/Agencies/StrutCo_scaled[LOG 16:48:27.097] Load(Texture): Squad/Agencies/Vac-Co[LOG 16:48:27.144] Load(Texture): Squad/Agencies/Vac-Co_scaled[LOG 16:48:27.334] Load(Texture): Squad/Agencies/WinterOwl[LOG 16:48:27.395] Load(Texture): Squad/Agencies/WinterOwl_scaled[LOG 16:48:27.414] Load(Texture): Squad/Agencies/ZaltonicElectronics[LOG 16:48:27.479] Load(Texture): Squad/Agencies/ZaltonicElectronics_scaled[LOG 16:48:27.650] Load(Texture): Squad/Contracts/Icons/an[LOG 16:48:27.717] Load(Texture): Squad/Contracts/Icons/ap[LOG 16:48:27.768] Load(Texture): Squad/Contracts/Icons/balloon[LOG 16:48:27.865] Load(Texture): Squad/Contracts/Icons/default[LOG 16:48:27.947] Load(Texture): Squad/Contracts/Icons/dish[LOG 16:48:27.998] Load(Texture): Squad/Contracts/Icons/dn[LOG 16:48:28.094] Load(Texture): Squad/Contracts/Icons/eva[LOG 16:48:28.137] Load(Texture): Squad/Contracts/Icons/gravity[LOG 16:48:28.242] Load(Texture): Squad/Contracts/Icons/marker[LOG 16:48:28.296] Load(Texture): Squad/Contracts/Icons/orbit[LOG 16:48:28.340] Load(Texture): Squad/Contracts/Icons/pe[LOG 16:48:28.401] Load(Texture): Squad/Contracts/Icons/pressure[LOG 16:48:28.439] Load(Texture): Squad/Contracts/Icons/report[LOG 16:48:28.548] Load(Texture): Squad/Contracts/Icons/sample[LOG 16:48:28.625] Load(Texture): Squad/Contracts/Icons/seismic[LOG 16:48:28.669] Load(Texture): Squad/Contracts/Icons/thermometer[LOG 16:48:28.721] Load(Texture): Squad/Flags/09[LOG 16:48:28.768] Load(Texture): Squad/Flags/blorbs[LOG 16:48:28.853] Load(Texture): Squad/Flags/bullseye[LOG 16:48:28.928] Load(Texture): Squad/Flags/capsule[LOG 16:48:29.010] Load(Texture): Squad/Flags/circles[LOG 16:48:29.112] Load(Texture): Squad/Flags/default[LOG 16:48:29.188] Load(Texture): Squad/Flags/esa_black[LOG 16:48:29.271] Load(Texture): Squad/Flags/esa_dark_blue[LOG 16:48:29.351] Load(Texture): Squad/Flags/esa_grey[LOG 16:48:29.430] Load(Texture): Squad/Flags/esa_negative[LOG 16:48:29.548] Load(Texture): Squad/Flags/esa_white[LOG 16:48:29.611] Load(Texture): Squad/Flags/hexagon[LOG 16:48:29.651] Load(Texture): Squad/Flags/hexagonCircles[LOG 16:48:29.704] Load(Texture): Squad/Flags/kerbal1[LOG 16:48:29.748] Load(Texture): Squad/Flags/kerbal2[LOG 16:48:29.924] Load(Texture): Squad/Flags/kerbin[LOG 16:48:29.981] Load(Texture): Squad/Flags/kerbinmunflag[LOG 16:48:30.091] Load(Texture): Squad/Flags/line[LOG 16:48:30.113] Load(Texture): Squad/Flags/minimalistic[LOG 16:48:30.170] Load(Texture): Squad/Flags/orbit[LOG 16:48:30.226] Load(Texture): Squad/Flags/orbs[LOG 16:48:30.287] Load(Texture): Squad/Flags/retro[LOG 16:48:30.340] Load(Texture): Squad/Flags/rings[LOG 16:48:30.429] Load(Texture): Squad/Flags/rocketScience[LOG 16:48:30.787] Load(Texture): Squad/Flags/satellite[LOG 16:48:30.912] Load(Texture): Squad/Flags/spheres[LOG 16:48:30.942] Load(Texture): Squad/Flags/squadLogo[LOG 16:48:30.984] Load(Texture): Squad/Flags/squadLogo2[LOG 16:48:31.026] Load(Texture): Squad/Flags/stripes[LOG 16:48:31.081] Load(Texture): Squad/Flags/trees[LOG 16:48:31.121] Load(Texture): Squad/Flags/trippy[LOG 16:48:31.198] Load(Texture): Squad/FX/rocketplume2[LOG 16:48:31.242] Load(Texture): Squad/FX/shockDiamond2[LOG 16:48:31.269] Load(Texture): Squad/FX/smokepuff1[LOG 16:48:31.290] Load(Texture): Squad/PartList/SimpleIcons/fuels_monopropellant[LOG 16:48:31.317] Load(Texture): Squad/PartList/SimpleIcons/fuels_oxidizer[LOG 16:48:31.337] Load(Texture): Squad/PartList/SimpleIcons/fuels_solidfuel[LOG 16:48:31.355] Load(Texture): Squad/PartList/SimpleIcons/fuels_xenongas[LOG 16:48:31.379] Load(Texture): Squad/PartList/SimpleIcons/number1[LOG 16:48:31.402] Load(Texture): Squad/PartList/SimpleIcons/number2[LOG 16:48:31.417] Load(Texture): Squad/PartList/SimpleIcons/number3[LOG 16:48:31.437] Load(Texture): Squad/PartList/SimpleIcons/number4[LOG 16:48:31.462] Load(Texture): Squad/PartList/SimpleIcons/number5[LOG 16:48:31.495] Load(Texture): Squad/PartList/SimpleIcons/number6[LOG 16:48:31.511] Load(Texture): Squad/PartList/SimpleIcons/number7[LOG 16:48:31.535] Load(Texture): Squad/PartList/SimpleIcons/number8[LOG 16:48:31.553] Load(Texture): Squad/PartList/SimpleIcons/number9[LOG 16:48:31.579] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_advaerodynamics[LOG 16:48:31.621] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_advancedmotors[LOG 16:48:31.666] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_advconstruction[LOG 16:48:31.694] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_advelectrics[LOG 16:48:31.719] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_advexploration[LOG 16:48:31.745] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_advflightcontrol[LOG 16:48:31.783] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_advlanding[LOG 16:48:31.820] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_advmetalworks[LOG 16:48:31.847] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_advrocketry[LOG 16:48:31.868] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_advsciencetech[LOG 16:48:31.897] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_advunmanned[LOG 16:48:31.925] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_aerodynamicsystems[LOG 16:48:31.947] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_aerospacetech[LOG 16:48:31.977] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_automation[LOG 16:48:31.994] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_basicprobes[LOG 16:48:32.018] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_basicrocketry[LOG 16:48:32.036] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_composites[LOG 16:48:32.058] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_electrics[LOG 16:48:32.086] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_electronics[LOG 16:48:32.106] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_evatech[LOG 16:48:32.128] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_experimentalaerodynamics[LOG 16:48:32.155] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_experimentalelectrics[LOG 16:48:32.168] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_experimentalmotors[LOG 16:48:32.191] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_experimentalrocketry[LOG 16:48:32.205] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_experimentalscience[LOG 16:48:32.227] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_fieldscience[LOG 16:48:32.241] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_flightcontrol[LOG 16:48:32.262] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_fuelsystems[LOG 16:48:32.278] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_generalconstruction[LOG 16:48:32.302] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_generalrocketry[LOG 16:48:32.319] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_generic[LOG 16:48:32.337] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_heavierrocketry[LOG 16:48:32.349] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_heavyaerodynamics[LOG 16:48:32.371] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_heavyrocketry[LOG 16:48:32.394] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_highaltitudeflight[LOG 16:48:32.411] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_highaltitudepropulsion[LOG 16:48:32.423] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_hypersonicflight[LOG 16:48:32.440] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_ionpropulsion[LOG 16:48:32.452] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_landing[LOG 16:48:32.472] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_largecontrol[LOG 16:48:32.500] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_largeelectrics[LOG 16:48:32.512] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_largeprobes[LOG 16:48:32.530] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_metamaterials[LOG 16:48:32.544] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_nanolathing[LOG 16:48:32.567] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_nuclearpropulsion[LOG 16:48:32.578] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_precisionengineering[LOG 16:48:32.600] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_robotics[LOG 16:48:32.622] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_sciencetech[LOG 16:48:32.636] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_specializedconstruction[LOG 16:48:32.661] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_specializedcontrol[LOG 16:48:32.674] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_specializedelectrics[LOG 16:48:32.703] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_stability[LOG 16:48:32.717] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_start[LOG 16:48:32.739] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_supersonicflight[LOG 16:48:32.754] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_survivability[LOG 16:48:32.780] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_unmannedtech[LOG 16:48:32.793] Load(Texture): Squad/PartList/SimpleIcons/R&D_node_icon_veryheavyrocketry[LOG 16:48:32.812] Load(Texture): Squad/Parts/Aero/advancedCanard/model000[LOG 16:48:33.169] Load(Texture): Squad/Parts/Aero/advancedCanard/model001[LOG 16:48:33.437] Load(Texture): Squad/Parts/Aero/aerodynamicNoseCone/Nosecone[LOG 16:48:33.466] Load(Texture): Squad/Parts/Aero/noseConeAdapter/model000[LOG 16:48:33.794] Load(Texture): Squad/Parts/Aero/noseConeAdapter/model001[LOG 16:48:34.055] Load(Texture): Squad/Parts/Aero/protectiveRocketNoseMk7/model000[LOG 16:48:34.146] Load(Texture): Squad/Parts/Aero/standardCanard/model000[LOG 16:48:34.509] Load(Texture): Squad/Parts/Aero/standardCanard/model001[LOG 16:48:34.772] Load(Texture): Squad/Parts/Aero/standardNoseCone/model000[LOG 16:48:34.850] Load(Texture): Squad/Parts/Aero/standardNoseCone/model001[LOG 16:48:34.912] Load(Texture): Squad/Parts/Aero/sweptWing/model000[LOG 16:48:35.238] Load(Texture): Squad/Parts/Aero/sweptWing/model001[LOG 16:48:35.516] Load(Texture): Squad/Parts/Aero/sweptWing/model002[LOG 16:48:35.552] Load(Texture): Squad/Parts/Aero/tailConnector/model000[LOG 16:48:35.631] Load(Texture): Squad/Parts/Aero/tailConnector/model001[LOG 16:48:35.690] Load(Texture): Squad/Parts/Aero/tailfin/model000[LOG 16:48:35.767] Load(Texture): Squad/Parts/Aero/tailfin/model001[LOG 16:48:35.836] Load(Texture): Squad/Parts/Aero/wingletAV-R8/model000[LOG 16:48:35.878] Load(Texture): Squad/Parts/Aero/wingletAV-R8/model001[LOG 16:48:35.928] Load(Texture): Squad/Parts/Aero/wingletAV-T1/model000[LOG 16:48:36.021] Load(Texture): Squad/Parts/Aero/wingletAV-T1/model001[LOG 16:48:36.087] Load(Texture): Squad/Parts/Aero/wingletDeltaDeluxe/model000[LOG 16:48:36.254] Load(Texture): Squad/Parts/Command/advancedSasModuleLarge/model000[LOG 16:48:36.289] Load(Texture): Squad/Parts/Command/advancedSasModuleLarge/model001[LOG 16:48:36.324] Load(Texture): Squad/Parts/Command/cupola/ksp_l_cupola_diff[LOG 16:48:36.667] Load(Texture): Squad/Parts/Command/cupola/ksp_l_cupola_normal[LOG 16:48:36.739] Load(Texture): Squad/Parts/Command/cupola/window[LOG 16:48:36.755] Load(Texture): Squad/Parts/Command/externalCommandSeat/model000[LOG 16:48:36.970] Load(Texture): Squad/Parts/Command/hitchhikerStorageContainer/cabin[LOG 16:48:37.297] Load(Texture): Squad/Parts/Command/hitchhikerStorageContainer/cabin_n[LOG 16:48:37.371] Load(Texture): Squad/Parts/Command/hitchhikerStorageContainer/window[LOG 16:48:37.398] Load(Texture): Squad/Parts/Command/inlineAdvancedStabilizer/model000[LOG 16:48:37.487] Load(Texture): Squad/Parts/Command/inlineAdvancedStabilizer/model001[LOG 16:48:37.561] Load(Texture): Squad/Parts/Command/inlineReactionWheel/model000[LOG 16:48:37.611] Load(Texture): Squad/Parts/Command/inlineReactionWheel/model001[LOG 16:48:37.659] Load(Texture): Squad/Parts/Command/inlineReactionWheel/model002[LOG 16:48:37.680] Load(Texture): Squad/Parts/Command/Mk1-2Pod/ladder[LOG 16:48:37.691] Load(Texture): Squad/Parts/Command/Mk1-2Pod/mk 1-2 external shell Variant-Hatch NRM[LOG 16:48:38.019] Load(Texture): Squad/Parts/Command/Mk1-2Pod/mk 1-2 external shell Variant-Hatch[LOG 16:48:38.372] Load(Texture): Squad/Parts/Command/Mk1-2Pod/walls[LOG 16:48:38.620] Load(Texture): Squad/Parts/Command/Mk1-2Pod/window[LOG 16:48:38.629] Load(Texture): Squad/Parts/Command/mk1Cockpit/mk1Cockpit[LOG 16:48:38.902] Load(Texture): Squad/Parts/Command/mk1InlineCockpit/CockpitDiffuse[LOG 16:48:39.256] Load(Texture): Squad/Parts/Command/mk1InlineCockpit/CockpitNRM2[LOG 16:48:39.574] Load(Texture): Squad/Parts/Command/mk1InlineCockpit/ladder[LOG 16:48:39.590] Load(Texture): Squad/Parts/Command/mk1InlineCockpit/window[LOG 16:48:39.621] Load(Texture): Squad/Parts/Command/mk1LanderCan/ksp_s_landerCan_diff[LOG 16:48:39.981] Load(Texture): Squad/Parts/Command/mk1LanderCan/ksp_s_landerCan_normal[LOG 16:48:40.051] Load(Texture): Squad/Parts/Command/mk1pod/hatch[LOG 16:48:40.081] Load(Texture): Squad/Parts/Command/mk1pod/ladderrung[LOG 16:48:40.102] Load(Texture): Squad/Parts/Command/mk1pod/outer shell NRM[LOG 16:48:40.160] Load(Texture): Squad/Parts/Command/mk1pod/outer shell[LOG 16:48:40.233] Load(Texture): Squad/Parts/Command/mk1pod/window[LOG 16:48:40.244] Load(Texture): Squad/Parts/Command/mk2LanderCan/ladder[LOG 16:48:40.254] Load(Texture): Squad/Parts/Command/mk2LanderCan/outershell[LOG 16:48:40.621] Load(Texture): Squad/Parts/Command/mk2LanderCan/outershell_n[LOG 16:48:40.712] Load(Texture): Squad/Parts/Command/mk2LanderCan/window[LOG 16:48:40.737] Load(Texture): Squad/Parts/Command/probeCoreCube/model000[LOG 16:48:40.771] Load(Texture): Squad/Parts/Command/probeCoreCube/model001[LOG 16:48:40.816] Load(Texture): Squad/Parts/Command/probeCoreHex/ksp_m_hexProbe_diff[LOG 16:48:41.162] Load(Texture): Squad/Parts/Command/probeCoreHex/ksp_m_hexProbe_normal[LOG 16:48:41.252] Load(Texture): Squad/Parts/Command/probeCoreOcto/model000[LOG 16:48:41.297] Load(Texture): Squad/Parts/Command/probeCoreOcto/model001[LOG 16:48:41.331] Load(Texture): Squad/Parts/Command/probeCoreOcto2/model000[LOG 16:48:41.372] Load(Texture): Squad/Parts/Command/probeStackLarge/model000[LOG 16:48:41.707] Load(Texture): Squad/Parts/Command/probeStackLarge/model001[LOG 16:48:41.963] Load(Texture): Squad/Parts/Command/probeStackSmall/model000[LOG 16:48:42.251] Load(Texture): Squad/Parts/Command/probeStackSmall/model001[LOG 16:48:42.539] Load(Texture): Squad/Parts/Command/probeStackSphere/model000[LOG 16:48:42.617] Load(Texture): Squad/Parts/Command/probeStackSphere/model001[LOG 16:48:42.654] Load(Texture): Squad/Parts/CompoundParts/fuelLine/model000[LOG 16:48:42.687] Load(Texture): Squad/Parts/CompoundParts/strutConnector/model000[LOG 16:48:42.706] Load(Texture): Squad/Parts/Electrical/1x6ShroudSolarPanels/model000[LOG 16:48:42.764] Load(Texture): Squad/Parts/Electrical/1x6ShroudSolarPanels/model001[LOG 16:48:42.811] Load(Texture): Squad/Parts/Electrical/1x6ShroudSolarPanels/model002[LOG 16:48:42.836] Load(Texture): Squad/Parts/Electrical/1x6SolarPanels/model000[LOG 16:48:42.860] Load(Texture): Squad/Parts/Electrical/1x6SolarPanels/model001[LOG 16:48:42.905] Load(Texture): Squad/Parts/Electrical/1x6SolarPanels/model002[LOG 16:48:42.931] Load(Texture): Squad/Parts/Electrical/2x3ShroudSolarPanels/model000[LOG 16:48:43.002] Load(Texture): Squad/Parts/Electrical/2x3ShroudSolarPanels/model001[LOG 16:48:43.081] Load(Texture): Squad/Parts/Electrical/2x3ShroudSolarPanels/model002[LOG 16:48:43.109] Load(Texture): Squad/Parts/Electrical/2x3SolarPanels/model000[LOG 16:48:43.129] Load(Texture): Squad/Parts/Electrical/2x3SolarPanels/model001[LOG 16:48:43.203] Load(Texture): Squad/Parts/Electrical/2x3SolarPanels/model002[LOG 16:48:43.235] Load(Texture): Squad/Parts/Electrical/gigantorXlSolarArray/model000[LOG 16:48:43.313] Load(Texture): Squad/Parts/Electrical/radialFlatSolarPanel/model000[LOG 16:48:43.350] Load(Texture): Squad/Parts/Electrical/RTG/model000[LOG 16:48:43.374] Load(Texture): Squad/Parts/Electrical/z-100Battery/model000[LOG 16:48:43.399] Load(Texture): Squad/Parts/Electrical/z-1kBattery/model000[LOG 16:48:43.447] Load(Texture): Squad/Parts/Electrical/z-1kBattery/model001[LOG 16:48:43.479] Load(Texture): Squad/Parts/Electrical/z-200Battery/ksp_m_batteryPack_diff[LOG 16:48:43.510] Load(Texture): Squad/Parts/Electrical/z-400Battery/model000[LOG 16:48:43.583] Load(Texture): Squad/Parts/Electrical/z-4kBattery/ksp_l_batteryPack_diff[LOG 16:48:43.662] Load(Texture): Squad/Parts/Electrical/z-4kBattery/ksp_l_batteryPack_normal[LOG 16:48:43.749] Load(Texture): Squad/Parts/Engine/ionEngine/model000[LOG 16:48:43.841] Load(Texture): Squad/Parts/Engine/jetEngineBasic/model000[LOG 16:48:43.944] Load(Texture): Squad/Parts/Engine/jetEngineBasic/model001[LOG 16:48:44.011] Load(Texture): Squad/Parts/Engine/jetEngineTurbo/model000[LOG 16:48:44.103] Load(Texture): Squad/Parts/Engine/jetEngineTurbo/model001[LOG 16:48:44.164] Load(Texture): Squad/Parts/Engine/liquidEngine24-77/model000[LOG 16:48:44.188] Load(Texture): Squad/Parts/Engine/liquidEngine48-7S/ksp_m_liquidEngine_diff[LOG 16:48:44.279] Load(Texture): Squad/Parts/Engine/liquidEngine48-7S/ksp_m_liquidEngine_norm[LOG 16:48:44.381] Load(Texture): Squad/Parts/Engine/liquidEngine48-7S/ksp_m_liquidFuelEngine_fairing_norm[LOG 16:48:44.480] Load(Texture): Squad/Parts/Engine/liquidEngine48-7S/ksp_m_liquidFuelEngine_fairing_psd[LOG 16:48:44.574] Load(Texture): Squad/Parts/Engine/liquidEngineAerospike/model000[LOG 16:48:44.747] Load(Texture): Squad/Parts/Engine/liquidEngineAerospike/model001[LOG 16:48:44.917] Load(Texture): Squad/Parts/Engine/liquidEngineAerospike/model002[LOG 16:48:44.999] Load(Texture): Squad/Parts/Engine/liquidEngineLV-1/model000[LOG 16:48:45.020] Load(Texture): Squad/Parts/Engine/liquidEngineLV-1/model001[LOG 16:48:45.041] Load(Texture): Squad/Parts/Engine/liquidEngineLV-1R/ksp_r_microEngine_diff[LOG 16:48:45.265] Load(Texture): Squad/Parts/Engine/liquidEngineLV-909/bigfairing[LOG 16:48:45.384] Load(Texture): Squad/Parts/Engine/liquidEngineLV-909/engine3[LOG 16:48:45.477] Load(Texture): Squad/Parts/Engine/liquidEngineLV-909/engine3_emissive[LOG 16:48:45.538] Load(Texture): Squad/Parts/Engine/liquidEngineLV-909/engine3_n[LOG 16:48:45.626] Load(Texture): Squad/Parts/Engine/liquidEngineLV-N/model000[LOG 16:48:45.787] Load(Texture): Squad/Parts/Engine/liquidEngineLV-N/model001[LOG 16:48:45.882] Load(Texture): Squad/Parts/Engine/liquidEngineLV-N/model002[LOG 16:48:45.930] Load(Texture): Squad/Parts/Engine/liquidEngineLV-N/model003[LOG 16:48:46.185] Load(Texture): Squad/Parts/Engine/liquidEngineLV-T30/model000[LOG 16:48:46.274] Load(Texture): Squad/Parts/Engine/liquidEngineLV-T30/model001[LOG 16:48:46.352] Load(Texture): Squad/Parts/Engine/liquidEngineLV-T30/model002[LOG 16:48:46.374] Load(Texture): Squad/Parts/Engine/liquidEngineLV-T30/model003[LOG 16:48:46.649] Load(Texture): Squad/Parts/Engine/liquidEngineLV-T30/model004[LOG 16:48:46.948] Load(Texture): Squad/Parts/Engine/liquidEngineLV-T45/model000[LOG 16:48:47.066] Load(Texture): Squad/Parts/Engine/liquidEngineLV-T45/model001[LOG 16:48:47.082] Load(Texture): Squad/Parts/Engine/liquidEngineLV-T45/model002[LOG 16:48:47.157] Load(Texture): Squad/Parts/Engine/liquidEngineLV-T45/model003[LOG 16:48:47.220] Load(Texture): Squad/Parts/Engine/liquidEngineMainsail/model000[LOG 16:48:47.314] Load(Texture): Squad/Parts/Engine/liquidEngineMainsail/model001[LOG 16:48:47.383] Load(Texture): Squad/Parts/Engine/liquidEngineMainsail/model002[LOG 16:48:47.462] Load(Texture): Squad/Parts/Engine/liquidEngineMainsail/model003[LOG 16:48:47.545] Load(Texture): Squad/Parts/Engine/liquidEngineMainsail/model004[LOG 16:48:47.586] Load(Texture): Squad/Parts/Engine/liquidEngineMk55/model000[LOG 16:48:47.639] Load(Texture): Squad/Parts/Engine/liquidEnginePoodle/model000[LOG 16:48:47.690] Load(Texture): Squad/Parts/Engine/liquidEnginePoodle/model001[LOG 16:48:47.795] Load(Texture): Squad/Parts/Engine/liquidEnginePoodle/model002[LOG 16:48:47.873] Load(Texture): Squad/Parts/Engine/liquidEnginePoodle/model003[LOG 16:48:47.888] Load(Texture): Squad/Parts/Engine/liquidEngineSkipper/ksp_l_midrangeEngine_diff[LOG 16:48:48.156] Load(Texture): Squad/Parts/Engine/liquidEngineSkipper/ksp_l_midrangeEngine_emissive[LOG 16:48:48.306] Load(Texture): Squad/Parts/Engine/liquidEngineSkipper/ksp_l_midrangeEngine_fairing_diff[LOG 16:48:48.527] Load(Texture): Squad/Parts/Engine/liquidEngineSkipper/ksp_l_midrangeEngine_fairing_norm[LOG 16:48:48.776] Load(Texture): Squad/Parts/Engine/liquidEngineSkipper/ksp_l_midrangeEngine_normal[LOG 16:48:49.015] Load(Texture): Squad/Parts/Engine/OMSEngine/engineoms 1[LOG 16:48:49.072] Load(Texture): Squad/Parts/Engine/OMSEngine/engineomsN_NRM[LOG 16:48:49.218] Load(Texture): Squad/Parts/Engine/rapierEngine/rapierDiffuse[LOG 16:48:49.367] Load(Texture): Squad/Parts/Engine/rapierEngine/rapieremit[LOG 16:48:49.406] Load(Texture): Squad/Parts/Engine/solidBoosterBACC/model000[LOG 16:48:49.519] Load(Texture): Squad/Parts/Engine/solidBoosterBACC/model001[LOG 16:48:49.587] Load(Texture): Squad/Parts/Engine/solidBoosterBACC/model002[LOG 16:48:49.657] Load(Texture): Squad/Parts/Engine/solidBoosterRT-10/model000[LOG 16:48:49.964] Load(Texture): Squad/Parts/Engine/solidBoosterRT-10/model001[LOG 16:48:50.025] Load(Texture): Squad/Parts/Engine/solidBoosterRT-10/model002[LOG 16:48:50.061] Load(Texture): Squad/Parts/Engine/solidBoosterSep/model000[LOG 16:48:50.171] Load(Texture): Squad/Parts/Engine/vernorEngine/vernierEngine3UV[LOG 16:48:50.217] Load(Texture): Squad/Parts/FuelTank/adapterTanks/Mk3Adapters[LOG 16:48:50.551] Load(Texture): Squad/Parts/FuelTank/fuelTankJumbo-64/model000[LOG 16:48:50.755] Load(Texture): Squad/Parts/FuelTank/fuelTankJumbo-64/model001[LOG 16:48:54.649] Load(Texture): Squad/Parts/FuelTank/fuelTankOscarB/model000[LOG 16:48:54.814] Load(Texture): Squad/Parts/FuelTank/fuelTankOscarB/model001[LOG 16:48:55.155] Load(Texture): Squad/Parts/FuelTank/fuelTankT100/tank4[LOG 16:48:55.505] Load(Texture): Squad/Parts/FuelTank/fuelTankT200/tank3[LOG 16:48:55.610] Load(Texture): Squad/Parts/FuelTank/fuelTankT200/tank3_n[LOG 16:48:55.696] Load(Texture): Squad/Parts/FuelTank/fuelTankT400/model000[LOG 16:48:55.829] Load(Texture): Squad/Parts/FuelTank/fuelTankT400/model001[LOG 16:48:56.220] Load(Texture): Squad/Parts/FuelTank/fuelTankT800/model000[LOG 16:48:56.461] Load(Texture): Squad/Parts/FuelTank/fuelTankT800/model001[LOG 16:48:56.633] Load(Texture): Squad/Parts/FuelTank/fuelTankToroidal/model000[LOG 16:48:56.772] Load(Texture): Squad/Parts/FuelTank/fuelTankToroidal/model001[LOG 16:48:56.850] Load(Texture): Squad/Parts/FuelTank/fuelTankX200-16/model000[LOG 16:48:56.943] Load(Texture): Squad/Parts/FuelTank/fuelTankX200-16/model001[LOG 16:48:57.027] Load(Texture): Squad/Parts/FuelTank/fuelTankX200-32/model000[LOG 16:48:57.420] Load(Texture): Squad/Parts/FuelTank/fuelTankX200-32/model001[LOG 16:48:57.505] Load(Texture): Squad/Parts/FuelTank/fuelTankX200-8/model000[LOG 16:48:57.867] Load(Texture): Squad/Parts/FuelTank/fuelTankX200-8/model001[LOG 16:48:57.946] Load(Texture): Squad/Parts/FuelTank/RCSFuelTankR1/model000[LOG 16:48:58.032] Load(Texture): Squad/Parts/FuelTank/RCSFuelTankR1/model001[LOG 16:48:58.065] Load(Texture): Squad/Parts/FuelTank/RCSFuelTankR10/ksp_m_rcsTank_diff[LOG 16:48:58.157] Load(Texture): Squad/Parts/FuelTank/RCSFuelTankR10/ksp_m_rcsTank_normal[LOG 16:48:58.255] Load(Texture): Squad/Parts/FuelTank/RCSFuelTankR25/model000[LOG 16:48:58.332] Load(Texture): Squad/Parts/FuelTank/RCSFuelTankR25/model001[LOG 16:48:58.369] Load(Texture): Squad/Parts/FuelTank/RCSTankRadial/model000[LOG 16:48:58.420] Load(Texture): Squad/Parts/FuelTank/RCStankRadialLong/ksp_r_rcsCylTank_diff[LOG 16:48:58.542] Load(Texture): Squad/Parts/FuelTank/xenonTank/model000[LOG 16:48:58.685] Load(Texture): Squad/Parts/FuelTank/xenonTank/model001[LOG 16:48:58.902] Load(Texture): Squad/Parts/FuelTank/xenonTankRadial/ksp_r_xenonTank_diff[LOG 16:48:59.018] Load(Texture): Squad/Parts/Mk1/mk1fuselage[LOG 16:48:59.371] Load(Texture): Squad/Parts/Mk1/mk1fuselageFuel[LOG 16:48:59.720] Load(Texture): Squad/Parts/Mk3/Mk3CargoBay/Mk3CargoBay[LOG 16:48:59.952] Load(Texture): Squad/Parts/Mk3/Mk3Cockpit_Shuttle/Mk3CockpitShuttle[LOG 16:49:00.158] Load(Texture): Squad/Parts/Mk3/Mk3Cockpit_Shuttle/Mk3CockpitShuttle_LUM[LOG 16:49:00.207] Load(Texture): Squad/Parts/Mk3/Mk3Fuselage/Mk3Fuselage[LOG 16:49:01.048] Load(Texture): Squad/Parts/Mk3/Mk3Fuselage/Mk3Fuselage OUT OF DATE[LOG 16:49:01.052] Load(Texture): Squad/Parts/Mk3/Mk3Fuselage/Mk3Fuselage[LOG 16:49:03.933] Load(Texture): Squad/Parts/Mk3/Mk3Fuselage/Mk3Fuselage_LUM[LOG 16:49:03.966] Load(Texture): Squad/Parts/Science/avionicsNoseCone/model000[LOG 16:49:04.085] Load(Texture): Squad/Parts/Science/GooExperiment/A_GooExperiment_diff[LOG 16:49:04.881] Load(Texture): Squad/Parts/Science/LargeCrewedLab/Large_Crewed_Lab[LOG 16:49:05.420] Load(Texture): Squad/Parts/Science/LargeCrewedLab/window[LOG 16:49:05.454] Load(Texture): Squad/Parts/Science/MaterialBay/science_module_small[LOG 16:49:05.909] Load(Texture): Squad/Parts/Science/MaterialBay/science_module_small_emit[LOG 16:49:06.017] Load(Texture): Squad/Parts/Science/MaterialBay/science_module_small_nrm[LOG 16:49:06.121] Load(Texture): Squad/Parts/Science/MaterialBay/wires[LOG 16:49:06.222] Load(Texture): Squad/Parts/Structural/adapterLargeSmallBi/ksp_l_biAdapter_diff[LOG 16:49:06.538] Load(Texture): Squad/Parts/Structural/adapterLargeSmallQuad/ksp_l_quadAdapter_diff[LOG 16:49:06.853] Load(Texture): Squad/Parts/Structural/adapterLargeSmallTri/ksp_l_triAdapter_diff[LOG 16:49:07.160] Load(Texture): Squad/Parts/Structural/adapterSmallMiniShort/ksp_s_adapterShort_diff[LOG 16:49:07.293] Load(Texture): Squad/Parts/Structural/adapterSmallMiniTall/ksp_s_adapterLong_diff[LOG 16:49:07.620] Load(Texture): Squad/Parts/Structural/engineBodyRadial/C1EB_NRM[LOG 16:49:07.785] Load(Texture): Squad/Parts/Structural/engineBodyRadial/C7A_EngineBody_F1_COLOR copy[LOG 16:49:07.908] Load(Texture): Squad/Parts/Structural/engineNacelle/model000[LOG 16:49:08.047] Load(Texture): Squad/Parts/Structural/engineNacelle/model001[LOG 16:49:08.166] Load(Texture): Squad/Parts/Structural/smallHardpoint/model000[LOG 16:49:08.287] Load(Texture): Squad/Parts/Structural/smallHardpoint/model001[LOG 16:49:08.379] Load(Texture): Squad/Parts/Structural/stationHub/model000[LOG 16:49:08.505] Load(Texture): Squad/Parts/Structural/stationHub/model001[LOG 16:49:08.592] Load(Texture): Squad/Parts/Structural/structuralIBeam200/model000[LOG 16:49:08.648] Load(Texture): Squad/Parts/Structural/structuralIBeam200Pocket/model000[LOG 16:49:08.692] Load(Texture): Squad/Parts/Structural/structuralIBeam650/model000[LOG 16:49:08.771] Load(Texture): Squad/Parts/Structural/structuralMicronode/model000[LOG 16:49:09.600] Load(Texture): Squad/Parts/Structural/structuralPanel1x1/model000[LOG 16:49:09.748] Load(Texture): Squad/Parts/Structural/structuralPanel1x1/model001[LOG 16:49:09.840] Load(Texture): Squad/Parts/Structural/structuralPanel2x2/model000[LOG 16:49:09.917] Load(Texture): Squad/Parts/Structural/structuralPanel2x2/model001[LOG 16:49:09.965] Load(Texture): Squad/Parts/Structural/structuralPylon/model000[LOG 16:49:10.135] Load(Texture): Squad/Parts/Structural/structuralPylon/model001[LOG 16:49:10.330] Load(Texture): Squad/Parts/Structural/strutCubicOcto/model000[LOG 16:49:10.375] Load(Texture): Squad/Parts/Structural/strutOcto/model000[LOG 16:49:10.395] Load(Texture): Squad/Parts/Structural/trussGirderAdapter/model000[LOG 16:49:10.601] Load(Texture): Squad/Parts/Structural/trussGirderAdapter/model001[LOG 16:49:11.020] Load(Texture): Squad/Parts/Structural/trussGirderL/model000[LOG 16:49:12.282] Load(Texture): Squad/Parts/Structural/trussGirderXL/model000[LOG 16:49:12.986] Load(Texture): Squad/Parts/Utility/airIntakeRadialXM-G50/model000[LOG 16:49:13.098] Load(Texture): Squad/Parts/Utility/CircularIntake/model000[LOG 16:49:13.234] Load(Texture): Squad/Parts/Utility/CircularIntake/model001[LOG 16:49:13.378] Load(Texture): Squad/Parts/Utility/commDish88-88/comm_dish_array[LOG 16:49:13.608] Load(Texture): Squad/Parts/Utility/commDish88-88/comm_dish_v2_diff[LOG 16:49:13.797] Load(Texture): Squad/Parts/Utility/commDish88-88/model000[LOG 16:49:13.888] Load(Texture): Squad/Parts/Utility/commsAntennaDTS-M1/mediumDishAntenna[LOG 16:49:14.614] Load(Texture): Squad/Parts/Utility/commsAntennaDTS-M1/mediumDishAntenna_Emit[LOG 16:49:14.646] Load(Texture): Squad/Parts/Utility/commsDish16/model000[LOG 16:49:14.767] Load(Texture): Squad/Parts/Utility/decouplerRadialHDM/model000[LOG 16:49:14.805] Load(Texture): Squad/Parts/Utility/decouplerRadialTT-38K/model000[LOG 16:49:15.119] Load(Texture): Squad/Parts/Utility/decouplerRadialTT-38K/model001[LOG 16:49:15.148] Load(Texture): Squad/Parts/Utility/decouplerRadialTT-70/model000[LOG 16:49:15.186] Load(Texture): Squad/Parts/Utility/decouplerSeparatorTR-18D/model000[LOG 16:49:15.785] Load(Texture): Squad/Parts/Utility/decouplerSeparatorTR-18D/model001[LOG 16:49:15.896] Load(Texture): Squad/Parts/Utility/decouplerSeparatorTR-2C/model000[LOG 16:49:15.938] Load(Texture): Squad/Parts/Utility/decouplerSeparatorTR-XL/model000[LOG 16:49:16.056] Load(Texture): Squad/Parts/Utility/decouplerStack2m/model000[LOG 16:49:16.187] Load(Texture): Squad/Parts/Utility/decouplerStack2m/model001[LOG 16:49:16.275] Load(Texture): Squad/Parts/Utility/decouplerStackTR-18A/model000[LOG 16:49:16.351] Load(Texture): Squad/Parts/Utility/decouplerStackTR-18A/model001[LOG 16:49:16.401] Load(Texture): Squad/Parts/Utility/decouplerStackTR-2V/model000[LOG 16:49:16.428] Load(Texture): Squad/Parts/Utility/dockingPort/model000[LOG 16:49:16.560] Load(Texture): Squad/Parts/Utility/dockingPort/model001[LOG 16:49:16.685] Load(Texture): Squad/Parts/Utility/dockingPortInline/model000[LOG 16:49:16.827] Load(Texture): Squad/Parts/Utility/dockingPortInline/model001[LOG 16:49:16.997] Load(Texture): Squad/Parts/Utility/dockingPortInline/model002[LOG 16:49:17.134] Load(Texture): Squad/Parts/Utility/dockingPortJr/model000[LOG 16:49:17.210] Load(Texture): Squad/Parts/Utility/dockingPortJr/model001[LOG 16:49:17.307] Load(Texture): Squad/Parts/Utility/dockingPortShielded/model000[LOG 16:49:17.510] Load(Texture): Squad/Parts/Utility/dockingPortShielded/model001[LOG 16:49:17.660] Load(Texture): Squad/Parts/Utility/dockingPortShielded/model002[LOG 16:49:17.710] Load(Texture): Squad/Parts/Utility/dockingPortSr/model000[LOG 16:49:18.112] Load(Texture): Squad/Parts/Utility/dockingPortSr/model001[LOG 16:49:18.465] Load(Texture): Squad/Parts/Utility/ladderRadial/model000[LOG 16:49:18.524] Load(Texture): Squad/Parts/Utility/ladderTelescopic/model000[LOG 16:49:18.803] Load(Texture): Squad/Parts/Utility/ladderTelescopic/model001[LOG 16:49:19.157] Load(Texture): Squad/Parts/Utility/ladderTelescopic/model002[LOG 16:49:19.455] Load(Texture): Squad/Parts/Utility/ladderTelescopicBay/model000[LOG 16:49:19.851] Load(Texture): Squad/Parts/Utility/ladderTelescopicBay/model001[LOG 16:49:20.218] Load(Texture): Squad/Parts/Utility/landingLegLT-1/ksp_r_landingStrut_diff[LOG 16:49:20.364] Load(Texture): Squad/Parts/Utility/landingLegLT-2/landingLeg[LOG 16:49:20.490] Load(Texture): Squad/Parts/Utility/landingLegLT-5/leg[LOG 16:49:20.560] Load(Texture): Squad/Parts/Utility/landingLegLT-5/model000[LOG 16:49:20.615] Load(Texture): Squad/Parts/Utility/largeAdapter/model000[LOG 16:49:20.742] Load(Texture): Squad/Parts/Utility/largeAdapterShort/model000[LOG 16:49:20.925] Load(Texture): Squad/Parts/Utility/launchClamp1/model000[LOG 16:49:21.050] Load(Texture): Squad/Parts/Utility/launchClamp1/model001[LOG 16:49:21.117] Load(Texture): Squad/Parts/Utility/linearRCS/model000[LOG 16:49:21.174] Load(Texture): Squad/Parts/Utility/linearRCS/model001[LOG 16:49:21.219] Load(Texture): Squad/Parts/Utility/parachuteMk1/model000[LOG 16:49:21.375] Load(Texture): Squad/Parts/Utility/parachuteMk1/model001[LOG 16:49:21.542] Load(Texture): Squad/Parts/Utility/parachuteMk16-XL/model000[LOG 16:49:21.668] Load(Texture): Squad/Parts/Utility/parachuteMk16-XL/model001[LOG 16:49:21.741] Load(Texture): Squad/Parts/Utility/parachuteMk2-R/model000[LOG 16:49:21.880] Load(Texture): Squad/Parts/Utility/parachuteMk2-R/model001[LOG 16:49:21.940] Load(Texture): Squad/Parts/Utility/parachuteMk25/model000[LOG 16:49:22.114] Load(Texture): Squad/Parts/Utility/parachuteMk25/model001[LOG 16:49:22.196] Load(Texture): Squad/Parts/Utility/radialAttachmentPoint/model000[LOG 16:49:22.401] Load(Texture): Squad/Parts/Utility/radialAttachmentPoint/model001[LOG 16:49:22.591] Load(Texture): Squad/Parts/Utility/ramAirIntake/model000[LOG 16:49:22.742] Load(Texture): Squad/Parts/Utility/ramAirIntake/model001[LOG 16:49:22.992] Load(Texture): Squad/Parts/Utility/ramAirIntake/model002[LOG 16:49:23.228] Load(Texture): Squad/Parts/Utility/rcsBlockRV-105/model000[LOG 16:49:23.301] Load(Texture): Squad/Parts/Utility/roverBody/model000[LOG 16:49:23.422] Load(Texture): Squad/Parts/Utility/roverBody/model001[LOG 16:49:23.529] Load(Texture): Squad/Parts/Utility/sensorAccelerometer/model000[LOG 16:49:23.585] Load(Texture): Squad/Parts/Utility/sensorBarometer/model000[LOG 16:49:23.607] Load(Texture): Squad/Parts/Utility/sensorGravimeter/model000[LOG 16:49:23.641] Load(Texture): Squad/Parts/Utility/sensorThermometer/model000[LOG 16:49:23.687] Load(Texture): Squad/Parts/Utility/spotLightMk1/model000[LOG 16:49:23.764] Load(Texture): Squad/Parts/Utility/spotLightMk1/model001[LOG 16:49:23.826] Load(Texture): Squad/Parts/Utility/spotLightMk2/model000[LOG 16:49:23.869] Load(Texture): Squad/Parts/Utility/spotLightMk2/model001[LOG 16:49:23.883] Load(Texture): Squad/Parts/Utility/stackBiCoupler/model000[LOG 16:49:23.970] Load(Texture): Squad/Parts/Utility/stackQuadCoupler/ksp_s_quadCoupler_diff[LOG 16:49:24.368] Load(Texture): Squad/Parts/Utility/stackTriCoupler/model000[LOG 16:49:24.499] Load(Texture): Squad/Parts/Wheel/roverWheelM1/model000[LOG 16:49:24.598] Load(Texture): Squad/Parts/Wheel/roverWheelS2/model000[LOG 16:49:24.663] Load(Texture): Squad/Parts/Wheel/roverWheelS2/model001[LOG 16:49:24.788] Load(Texture): Squad/Parts/Wheel/roverWheelTR-2L/model000[LOG 16:49:25.227] Load(Texture): Squad/Parts/Wheel/roverWheelTR-2L/model001[LOG 16:49:25.601] Load(Texture): Squad/Parts/Wheel/roverWheelTR-2L/model002[LOG 16:49:25.968] Load(Texture): Squad/Parts/Wheel/roverWheelTR-2L/model003[LOG 16:49:26.382] Load(Texture): Squad/Parts/Wheel/roverWheelXL3/model000[LOG 16:49:26.782] Load(Texture): Squad/Parts/Wheel/roverWheelXL3/model001[LOG 16:49:26.931] Load(Texture): Squad/Parts/Wheel/roverWheelXL3/model002[LOG 16:49:26.993] Load(Texture): Squad/Parts/Wheel/roverWheelXL3/model003[LOG 16:49:27.052] Load(Texture): Squad/Parts/Wheel/SmallGearBay/internal shell box props[LOG 16:49:27.411] Load(Texture): Squad/Parts/Wheel/SmallGearBay/SmallGearBaymodel000[LOG 16:49:27.782] Load(Texture): Squad/Parts/Wheel/SmallGearBay/SmallGearBaymodel001[LOG 16:49:28.125] Load(Texture): Squad/Props/AltimeterThreeHands/model000[LOG 16:49:28.184] Load(Texture): Squad/Props/AltimeterThreeHands/model001[LOG 16:49:28.253] Load(Texture): Squad/Props/AtmosphereDepth/model000[LOG 16:49:28.308] Load(Texture): Squad/Props/AtmosphereDepth/model001[LOG 16:49:28.333] Load(Texture): Squad/Props/AxisIndicator/model000[LOG 16:49:28.412] Load(Texture): Squad/Props/ButtonSquare/model000[LOG 16:49:28.745] Load(Texture): Squad/Props/circularButton/model000[LOG 16:49:28.831] Load(Texture): Squad/Props/Compass/model000[LOG 16:49:28.921] Load(Texture): Squad/Props/directionalKnob/model000[LOG 16:49:28.993] Load(Texture): Squad/Props/directionalKnob2/model000[LOG 16:49:29.058] Load(Texture): Squad/Props/IndicatorPanel/model000[LOG 16:49:29.138] Load(Texture): Squad/Props/IndicatorPanel/model001[LOG 16:49:29.192] Load(Texture): Squad/Props/IVANavBall/Arrows8dir[LOG 16:49:29.233] Load(Texture): Squad/Props/IVANavBall/IVANavBall[LOG 16:49:29.272] Load(Texture): Squad/Props/IVANavBall/ManeuverNode_vectors[LOG 16:49:29.300] Load(Texture): Squad/Props/IVANavBall/navball2[LOG 16:49:29.354] Load(Texture): Squad/Props/IVANavBall/navBall_DV_IVA[LOG 16:49:29.382] Load(Texture): Squad/Props/IVANavBall/navBall_vectors_IVA[LOG 16:49:29.402] Load(Texture): Squad/Props/ledPanelSpeed/model000[LOG 16:49:29.440] Load(Texture): Squad/Props/ledPanelSpeed/model001[LOG 16:49:29.467] Load(Texture): Squad/Props/NavBall/model000[LOG 16:49:29.503] Load(Texture): Squad/Props/NavBall/model001[LOG 16:49:29.537] Load(Texture): Squad/Props/NavBall/model002[LOG 16:49:29.588] Load(Texture): Squad/Props/NavBall/model003[LOG 16:49:29.627] Load(Texture): Squad/Props/pullSwitch/model000[LOG 16:49:29.710] Load(Texture): Squad/Props/pullSwitch/model001[LOG 16:49:29.753] Load(Texture): Squad/Props/radarAltitude/model000[LOG 16:49:29.886] Load(Texture): Squad/Props/squareButton/model000[LOG 16:49:30.156] Load(Texture): Squad/Props/standingSwitch/model000[LOG 16:49:30.205] Load(Texture): Squad/Props/standingSwitch/model001[LOG 16:49:30.248] Load(Texture): Squad/Props/switch/model000[LOG 16:49:30.320] Load(Texture): Squad/Props/switchGuard/model000[LOG 16:49:30.378] Load(Texture): Squad/Props/switchWithGuards/model000[LOG 16:49:30.423] Load(Texture): Squad/Props/switchWithGuards/model001[LOG 16:49:30.489] Load(Texture): Squad/Props/switchWithGuards/model002[LOG 16:49:30.587] Load(Texture): Squad/Props/throttle/model000[LOG 16:49:30.662] Load(Texture): Squad/Props/throttle/model001[LOG 16:49:31.011] Load(Texture): Squad/Props/VSI/model000[LOG 16:49:31.145] Load(Texture): Squad/Spaces/crewCabinInternals/model000[LOG 16:49:31.196] Load(Texture): Squad/Spaces/crewCabinInternals/model001[LOG 16:49:32.311] Load(Texture): Squad/Spaces/crewCabinInternals/model002[LOG 16:49:32.382] Load(Texture): Squad/Spaces/crewCabinInternals/model003[LOG 16:49:32.764] Load(Texture): Squad/Spaces/crewCabinInternals/model004[LOG 16:49:32.790] Load(Texture): Squad/Spaces/crewCabinInternals/model005[LOG 16:49:33.118] Load(Texture): Squad/Spaces/cupolaInternal/ksp_l_cupola_internal_diff[LOG 16:49:34.659] Load(Texture): Squad/Spaces/cupolaInternal/ksp_l_cupola_internal_normal[LOG 16:49:35.873] Load(Texture): Squad/Spaces/cupolaInternal/ksp_l_cupola_internal_windows_alpha[LOG 16:49:36.226] Load(Texture): Squad/Spaces/cupolaInternal/pilot Seat[LOG 16:49:36.577] Load(Texture): Squad/Spaces/GenericSpace1/model000[LOG 16:49:37.070] Load(Texture): Squad/Spaces/GenericSpace1/model001[LOG 16:49:37.429] Load(Texture): Squad/Spaces/GenericSpace1/model002[LOG 16:49:37.842] Load(Texture): Squad/Spaces/GenericSpace1/model003[LOG 16:49:38.176] Load(Texture): Squad/Spaces/GenericSpace1/model004[LOG 16:49:38.473] Load(Texture): Squad/Spaces/GenericSpace1/model005[LOG 16:49:38.789] Load(Texture): Squad/Spaces/GenericSpace3/model000 Link to comment Share on other sites More sharing options...
Nicholander Posted January 31, 2015 Share Posted January 31, 2015 It seems to be working for me, I used my Berdim, a moon of Eeloo. I left the Kopernicus cfg file alone, (I didn't modify it) and this is my full KittopiaTech cfg:PlanetBerdim{ AdditionalData { Stock = False AddAtmoFx = False AddOceanFx = False OceanLoadTextures = False UnlitOcean = False ModScaledAtmoShader = False AddRings = False AddParticles = False DisableOrbitRenderer = False } PQS { PQSPQSMod_VertexHeightMap{ heightMap = GameData/Kopernicus/Textures/BerdimBump.png heightMapDeformity = 4000 heightMapOffset = 0 scaleDeformityByRadius = False}PQSMod_VertexColorMap{ vertexColorMap = GameData/Kopernicus/Textures/BerdimMap.png} }}However, the sunlight is still 90 degrees off in map/tracking station mode, though _Augustus_ said that's a normal map bug. Also, when I was on the surface, there was quite a bit of lag, but I do usually use ActiveTextureManagement, so that might be the reason of the lag. I'll tell you what happens with my 4 other bodies that I added. (Also, is my KittopiaTech cfg correct?) Link to comment Share on other sites More sharing options...
Gravitasi Posted January 31, 2015 Author Share Posted January 31, 2015 Please someone help with the black PQS bug...Did you mean totally black? Or it still has some greyish hue? If it's the latter, it's most likely caused by PQSMod_VertexColorMap... Check it on the Kittopia GUI, does it has modEnabled checked? Link to comment Share on other sites More sharing options...
Recommended Posts