Enriched Uranium Posted September 4, 2014 Share Posted September 4, 2014 I could have sworn that I had this installed b4 and it was for 24.2 compatable..., I had to reinstall everything and now it is showing me that this was built for 24.2... am I wrong and this just hasn't been updated yet¿ (got a burning rubber smell coming from my ears lol) I Installed version 1.0.0, Is this not the correct version to use? Quote Link to comment Share on other sites More sharing options...
Enriched Uranium Posted September 4, 2014 Share Posted September 4, 2014 ok, I thought I asked a question on this thread but... maybe it got moved, where it is, because this was the wrong place to ask but my profile said I had a reply but there was no reply posted? Where do I need to post questions about this mod? Quote Link to comment Share on other sites More sharing options...
NathanKell Posted September 4, 2014 Share Posted September 4, 2014 This is the correct place to ask the question. The "reply" you had in the other location was me closing the thread at the OP's request. Quote Link to comment Share on other sites More sharing options...
Starstrider42 Posted September 5, 2014 Author Share Posted September 5, 2014 I could have sworn that I had this installed b4 and it was for 24.2 compatable..., I had to reinstall everything and now it is showing me that this was built for 24.2... am I wrong and this just hasn't been updated yet¿ (got a burning rubber smell coming from my ears lol) I Installed version 1.0.0, Is this not the correct version to use?1.0.0 is the latest version, but it's not specifically built for 0.24.2. It sounds from the previous posts like it works fine on all platforms 32-bit, works fine on Windows and/or Mac 64-bit, and fails catastrophically on Linux 64-bit.I'll hopefully get some time this weekend to look at the code and coordinate with the Linux 64-bit users. But no promises on that, let alone a release date. Quote Link to comment Share on other sites More sharing options...
rifter Posted September 5, 2014 Share Posted September 5, 2014 1.0.0 is the latest version, but it's not specifically built for 0.24.2. It sounds from the previous posts like it works fine on all platforms 32-bit, works fine on Windows and/or Mac 64-bit, and fails catastrophically on Linux 64-bit.The weird thing is, I am running the Linux x64 24.2, with a bucket-load of mods, and even tweaked spawn settings. In testing, though there was an initial bulge of asteroids at the beginning, it evened out properly by the end, once I got the multipliers tweaked correctly. Custom spawner and everything. Of course, the caveat is that I have only been doing the tests in fresh games at high warp speeds to check out if everything was spawning properly (I was nearly convinced with the default settings that nothing was spawning, since I was used to the stock spawn pattern).Somewhat relevantly, before these asteroid spawning events, somehow I managed to delete/lose my NasaMission folder, and was wondering why no asteroids were spawning, and why there were errors about a "PotatoRoid" spamming my Player.log when this mod was installed. One steam cache check later, I had asteroids again (。・ É<)ã‚žMy relevant configs only for reference:// Custom Asteroids: inner-Kerbol system belts and Oort comets// Basic Asteroids.cfg// by Starstrider42// // For Custom Asteroids 1.0+// Compatible with:// Stock KSP 0.23.5 Yes// Alternis Kerbol No// Planet Factory Yes// Boris/Fearless/Wot Pack No// Cerrakk's Pack No// Hercules/Titan/Hypatos Pack Yes// Kaiser Yes// Kerbal Universe Project Yes// Kerbin+ Yes// JTG Industries Pack No// Sido's Urania Pack No// Super Eve No// Real Solar System No// 6.4× Kerbol Yes// 10× Kerbol Yes// 0.1× Solar System YesAsteroidSets{ // Stock intercept trajectories DEFAULT { name = kerbinIntercept title = Potentially Hazardous Ast. // One incoming rock every 50 Earth days or 200 Kerbin days //spawnRate = 0.02 spawnRate = 1.0 } // NKO orbits based on NEO population from "Debiased Orbital and Absolute // Magnitude Distribution of the Near-Earth Objects", // Bottke et al. (2002), Icarus 156, 399 ASTEROIDGROUP { name = innerAsteroids title = Near-Kerbin Ast. centralBody = Sun // With default lifetime settings, 3.2 NKOs will be around on average spawnRate = 1.0 //spawnRate = .5 orbitSize { type = SemimajorAxis min = Ratio(Kerbin.sma, 0.5 ) max = Ratio( Jool.sma, 0.77) // 4 AU, rescaled from Jupiter's to Jool's orbit } eccentricity { avg = 0.5 } inclination { avg = 7.5 } } ASTEROIDGROUP { // Ignore Kirkwood gaps -- they won't have much of an impact on gameplay name = mainBelt title = Main Belt Ast. centralBody = Sun // With default lifetime settings, 5.3 asteroids will be around on average spawnRate = 1.0 //spawnRate = .5 orbitSize { type = SemimajorAxis min = Resonance(Jool, 4:1) max = Resonance(Jool, 2:1) } eccentricity { avg = 0.18 } inclination { avg = 7.5 } } ASTEROIDGROUP { // Trojan orbits partially based on "Population and Size Distribution of Small Jovian // Trojan Asteroids", Jewitt et al. (2000), Astronomical Journal 120, 1140 name = joolTrojanLeading title = Trojan Ast. centralBody = Sun // With default lifetime settings, 4.8 Trojans will be around on average spawnRate = 0.23 orbitSize { type = SemimajorAxis min = Resonance(Jool, 1:1) max = Resonance(Jool, 1:1) } eccentricity { avg = 0.07 } inclination { avg = 13 // For now, just merge the low- and high-inclination groups together } orbitPhase { type = MeanLongitude epoch = GameStart dist = Gaussian avg = Offset(Jool.mnl0, 60) // Real Trojan belts have a standard deviation of 13 degrees in longitude, // but I'm assuming a lot of that is from inclination. Allow +/- 10 degree // variation in longitude instead stddev = 10 } } ASTEROIDGROUP { name = joolTrojanTrailing title = Trojan Ast. centralBody = Sun spawnRate = 0.23 orbitSize { type = SemimajorAxis min = Resonance(Jool, 1:1) max = Resonance(Jool, 1:1) } eccentricity { avg = 0.07 } inclination { avg = 13 } orbitPhase { type = MeanLongitude epoch = GameStart dist = Gaussian avg = Offset(Jool.mnl0, -60) stddev = 10 } } // Long-period comets only; short-period comets depend on the location // of the scattered disk ASTEROIDGROUP { name = oort title = Long-Period Cmt. centralBody = Sun // One comet every 20 Earth days (80 Kerbin days) spawnRate = 0.05 orbitSize { type = Periapsis //min = 261600000 // Sungrazers min = Ratio(Moho.sma, 0.2) max = Ratio(Jool.sma, 1.0) // Ignore comets outside the orbit of Jool } eccentricity { dist = Uniform min = 0.98 // Minimum apoapsis: 1.7× Jool's orbit max = 1.005 } inclination { dist = Isotropic } orbitPhase { // Let comets be discovered only on approach, so that the player has // time to prepare a flyby mission type = MeanAnomaly epoch = Now min = -2.0 // Extremely elliptical orbit; little time spent near periapsis max = -0.1 } }}RenameAsteroids = TrueUseCustomSpawner = TrueMinUntrackedTime = 1MaxUntrackedTime = 9VersionNumber = 1.0.0 Quote Link to comment Share on other sites More sharing options...
Starstrider42 Posted September 6, 2014 Author Share Posted September 6, 2014 Ok, I've made a test version for KSP 0.24.2, and thrown in a lot of debugging code. If you'd like to help hunt down the endless spawn bug, you can download the test version at https://github.com/Starstrider42/Custom-Asteroids/releases/tag/024test.If you do run into problems, please report it on the issue tracker (https://github.com/Starstrider42/Custom-Asteroids/issues/16), preferably with a copy of the full KSP log (~/.config/unity3d/Squad/Kerbal Space Program/Player.log on Linux, Files>~/Library/Logs>Unity>Player.log on Mac, Kerbal Space Program\KSP_Data\output_log.txt on Windows).Of course, if the bug has mysteriously vanished, I'd like to know that too. Quote Link to comment Share on other sites More sharing options...
rifter Posted September 7, 2014 Share Posted September 7, 2014 (edited) Tried out the debug version with my custom configs, still no problems, other than ksp avc complaining about the mod being out-of-date . Would seeing my log be helpful at this point, since nothing seems to be going wrong? Any scenarios I should try out? Edited September 7, 2014 by rifter Quote Link to comment Share on other sites More sharing options...
Reichtangle Posted September 14, 2014 Share Posted September 14, 2014 There's nothing. No new asteroids. Quote Link to comment Share on other sites More sharing options...
Starstrider42 Posted September 16, 2014 Author Share Posted September 16, 2014 There's nothing. No new asteroids.Details, please. With what settings? How long did you wait (in game time, that is)? Quote Link to comment Share on other sites More sharing options...
Reichtangle Posted September 16, 2014 Share Posted September 16, 2014 Details, please. With what settings? How long did you wait (in game time, that is)?What settings? And I have to wait? Quote Link to comment Share on other sites More sharing options...
Ratzap Posted September 16, 2014 Share Posted September 16, 2014 Does your mod also have the ability to stop spawning completely and restart whenever I feel like it? I just wrote the skeleton of a mod to control asteroid spawning last night because I have 27 captured rocks and simply do not want to see any more in that save. If your mod can do it, I can use it instead. Quote Link to comment Share on other sites More sharing options...
Starstrider42 Posted September 17, 2014 Author Share Posted September 17, 2014 What settings? And I have to wait?By default, the mod replaces the stock spawning behavior with a slower but steadier rate (see my response to Ratzap, below). Wait for a few days of game time and you should see asteroids showing up. If not, please post a copy of `KSP_Data\output_log.txt` or `KSP_x64_Data\output_log.txt` to the issue tracker.If you want the stock behavior (make lots of untracked asteroids when you don't have any, then no asteroids until you "clear out" the current ones), you can edit it by opening CustomAsteroids\PluginData\Custom Asteroids Settings.cfg in a text editor and setting `UseCustomSpawner = False`.Does your mod also have the ability to stop spawning completely and restart whenever I feel like it? I just wrote the skeleton of a mod to control asteroid spawning last night because I have 27 captured rocks and simply do not want to see any more in that save. If your mod can do it, I can use it instead.The stock game does almost what you're describing -- if you have more than 8 or so untracked asteroids, it won't make any more. My mod does the opposite, where the appearance rate of new asteroids is fixed and doesn't depend on how many asteroids you know of at present. And it doesn't have any provision for changing settings on a per-game basis. Sorry! Quote Link to comment Share on other sites More sharing options...
Ratzap Posted September 17, 2014 Share Posted September 17, 2014 I'm using the basic mod I knocked up to do this:discov.spawnInterval = 900000f;discov.spawnOddsAgainst = 1000;discov.maxUntrackedLifetime = 2f;discov.spawnGroupMaxLimit = 2;discov.spawnGroupMinLimit = 1;which does a pretty good job of shutting all new spawns down for me. Quote Link to comment Share on other sites More sharing options...
Kallisto Posted October 4, 2014 Share Posted October 4, 2014 Is this mod dead? It would be a real shame if it was, it is probably one of my most important mods in my uber-modded save. Quote Link to comment Share on other sites More sharing options...
Starstrider42 Posted October 4, 2014 Author Share Posted October 4, 2014 Not dead. I'm waiting for the 0.25 release before I put out an update. I have not been able to confirm any new issues specific to 0.24; the people who said they had infinite spawning in 64-bit have not gotten back to me.As far as new features goes, I've been experimenting the last few days with adding individual asteroid data (which offers a lot of possibilities for asteroid mining, science, etc.), but so far those experiments have been pretty fruitless. KSP *really* doesn't like modders mucking around with vessels that haven't been loaded in physics range yet. Quote Link to comment Share on other sites More sharing options...
Drew Kerman Posted October 4, 2014 Share Posted October 4, 2014 As far as new features goes, I've been experimenting the last few days with adding individual asteroid data (which offers a lot of possibilities for asteroid mining, science, etc.), but so far those experiments have been pretty fruitless. KSP *really* doesn't like modders mucking around with vessels that haven't been loaded in physics range yet.If I understand this correctly, you might for the moment need to require users to switch to asteroids they want to mine, so that they are properly loaded as objects? Not sure how you would handle doing this though. It's quite easy to do with the latest version of Kerbal Alarm Clock - you select an asteroid and make a 0s alarm and you get a prompt to jump to it, regardless of whether you "own" it or not. That's not the best solution, but it's possible Quote Link to comment Share on other sites More sharing options...
NathanKell Posted October 4, 2014 Share Posted October 4, 2014 For the record, some of the spawning (the timewarp-related stuff) is a stock issues, in case you weren't aware. Quote Link to comment Share on other sites More sharing options...
Kallisto Posted October 5, 2014 Share Posted October 5, 2014 Not dead. I'm waiting for the 0.25 release before I put out an update. I have not been able to confirm any new issues specific to 0.24; the people who said they had infinite spawning in 64-bit have not gotten back to me.As far as new features goes, I've been experimenting the last few days with adding individual asteroid data (which offers a lot of possibilities for asteroid mining, science, etc.), but so far those experiments have been pretty fruitless. KSP *really* doesn't like modders mucking around with vessels that haven't been loaded in physics range yet.That's great! It really does make more sense to wait for 0.25 to release.Also, what would be the benefits of asteroids having individual data? Different 'composition' groups, that yield different amounts of science(e.g. rocky N.K.O's, icy long period comets, etc.)?And two other questions - I know both of these are far from priorities right now, but I'm curious:1. Would it be possible to add asteroids above E-size?(This would make sense for the Kuiper Belt)2. How hard would it be, and are you planning to add comet tails in the foreseeable future? I know that this is actually possible, since another mod(Alternis Kerbol, I think) already has them implemented. Could you perhaps borrow the code from them? Quote Link to comment Share on other sites More sharing options...
Starstrider42 Posted October 5, 2014 Author Share Posted October 5, 2014 That's great! It really does make more sense to wait for 0.25 to release.Also, what would be the benefits of asteroids having individual data? Different 'composition' groups, that yield different amounts of science(e.g. rocky N.K.O's, icy long period comets, etc.)?And two other questions - I know both of these are far from priorities right now, but I'm curious:1. Would it be possible to add asteroids above E-size?(This would make sense for the Kuiper Belt)2. How hard would it be, and are you planning to add comet tails in the foreseeable future? I know that this is actually possible, since another mod(Alternis Kerbol, I think) already has them implemented. Could you perhaps borrow the code from them?Yeah, the main benefit I see at the moment would be different composition classes, allowing either separate science or integration with e.g. resource mining mods.For your other two questions,1. I really wanted this (forget KBOs, most of the near-Kerbin asteroids are smaller than anything we can reliably detect with current technology) but it appears to be hardcoded into KSP at the moment. It *might* still be possible to override the KSP-selected size, but no promises.2. I would like comet tails, but I have no idea how easy or hard it would be, so that's very definitely an "eventually" goal. Thanks for the AK reference, I'll see if they've done it. Quote Link to comment Share on other sites More sharing options...
Starstrider42 Posted October 8, 2014 Author Share Posted October 8, 2014 Quick update: Custom Asteroids for 0.25 seems to be working fine, but I want to run a few more tests (I've jumped two KSP versions, after all). If all goes well it will be out tomorrow. Quote Link to comment Share on other sites More sharing options...
drtedastro Posted October 8, 2014 Share Posted October 8, 2014 sounds like a plan..... thanks. Quote Link to comment Share on other sites More sharing options...
Starstrider42 Posted October 9, 2014 Author Share Posted October 9, 2014 And version 1.1.0 is now 100% KSP 0.25 compatible. Probably.Only new feature in this version is that feedback from bad asteroid configs can appear in-game instead of just in the logs (yes, this can be turned off if you find it too annoying). This should make things easier for players writing their own asteroid packs. Quote Link to comment Share on other sites More sharing options...
theonegalen Posted October 12, 2014 Share Posted October 12, 2014 I installed it, but I'm not seeing any new asteroids. Should I wait longer, or what? Quote Link to comment Share on other sites More sharing options...
Tebryn Posted October 12, 2014 Share Posted October 12, 2014 I installed it, but I'm not seeing any new asteroids. Should I wait longer, or what?Working fine in my .25 save. Takes time for them to spawn in, you should also zoom in on Jool and check there as well, since they can spawn orbiting there as well. Quote Link to comment Share on other sites More sharing options...
Starstrider42 Posted October 12, 2014 Author Share Posted October 12, 2014 The Jool stuff is only if you have Better Atmospheres installed; stock configs make everything sun-centered.By default, Custom Asteroids produces asteroids at a constant rate per game time, not per player time. You can turn it off in the settings file (CustomAsteroids/PluginData/Custom Asteroids Settings.cfg), but you should start seeing asteroids once an (Earth) day or two go by. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.