Jump to content

stoani96

Members
  • Posts

    108
  • Joined

  • Last visited

Everything posted by stoani96

  1. I am afraid, that the communication between Squad and Star theory is rather bad and Star Theory was not aware of the content squad is about to add to KSP1 (DLCs included) and push themselfes to delevier those things in the sequel, adding a lot of work in the former end phase of production/development. I understand this pressure, because the community would not be very happy to have a sequel that has less content and not as polished terrain textures, etc. If this is the case, I am very, very much worried about this project, as the squel would most certainly be not real sequel, but more of a rip-off of KSP1
  2. I havn't read all the posts in this thread, just because I was shocked by the enormous illiteracy of the first few posts.... We don't see stars during the day, because, well, sun and its scattered light in the atmosphere is too bright compared with the stars. We see fewer stars in or around cities at night, because the sky is illuminated (scattered) by the artificial light sources so much that it is way brighter than some of the stars, so only very bright stars are visible. We don't see stars on pictures in space or pointing at the space with relatively bright objects compared to starlight, because they are too bright! (pictures of the moon etc.) We see the full glory of our galaxy if your eyes or camera can adjust to it, this is the case if there are no bright objects in sight. In KSP: We see stars as soon as the sun has set or at any time in space, no matter how bright objects are. This only works, if: - you have magic eyes adjusting instantaneously and on different brigthness levels within sight - you have some sort of hdr camera set up accordingly to be differently sensitive on the sensor (or special photography methods which include taking multiple photos; or multiple cameras with different settings put tightly together to get video footage) - the other stars in the KSP universe are ultra bright (good luck visiting one in KSP2) and have some sense of "day-night-cylce-on-Kerbin" to adjust their brightness So: its not about "making the skybox darker" or "option to adjust brightness of skybox", not at all! Its about HDR. If you want to have a physically correct game, you must not see stars in the background if there is any bright object in the foreground. No matter if you simulate human(/kerbal?) vision or a camera taking the footage you are seeing, it is hardly possible to capture objects of such imense different brigthness levels. Having such a HDR approach would make the game feel much better and it would be some kind of reward to see the full glory of the ksp galaxies
  3. How did you do the cyclic? Like I mentioned (using pitch/roll/yaw input) or did you discover something smarter/better/easier?
  4. Hey guys! Has anyone yet sucessfully built a working helicopter with the new parts? And with 'working' I mean like a reallife helicopter with collective and cyclic pitch. The helicopter blades react to the pitch/yaw/roll input, but it seems they do not do it in a 'unique' way. It seems they react just like a normal control surface which decides based on its relative position, if and how much it has to move. For example when the blades are perpendicular to the roll axes, they move when I input a pitch (W or S), but they are not moving when aligned to the roll axes. So yeah, we seem to have cyclic control, but a very useless one. Has anyone figured out how to do a proper control? How we get cyclic control (collective is easy as you can use deployment) Would it somehow be possible to use a KAL? Edit: One thing that might work: use 4 blades. set one to pitch control and the next (perpendicular to the first one) to yaw/roll (depends on craft orientation). that way you would have some sort of cyclic pitch control, but not sure how well this works....
  5. Thanks for the info! But, why is it not used? I looked through a few parts (with variants) and could not find a single use for it.... it really destroys the immersion for me... the enginge looks totaly different but it does not change a single thing!
  6. Hey there! Will Part Variants ever change the mass of the part? Its not very realistic or meaningful if you can change the appearance of a part but not change its physical properties, which should (at least) be the mass. Some changes would obviously also change its aerodynamic behaviour... but I'm not sure if it makes any difference with the in-game aerodynamics What is the statement of the dev-team to this topic? Best regards, Mav
  7. Hey guys! I'm currently working on a big mod which includes changing the way kerbals are hired. So I wanted to change the look of the hiring tab (aka astronaut complex) by just overlaying a gui. But the problem is, that if you click on my added gui it may activate buttons which lay underneath it (hire, dismiss, etc.) Is there any solution to this? Can I stop the click from going through? Can I prevent the vanilla Astronaut Gui from loading? any advice is appreciated!
  8. hey guys! I need some help with the kerbalroster I would like to access all kerbals, no matter if they are assigned, active, dead or missing, to do so, I wanted to access the kerbalroster. But I dont know how to accomplish that... I'm still a bit clumsy with C# and I read in the API that the constructor of the kerbalRoster needs a game.mode, which confuses me a bit. Do I need to call the constructor or how do I acces the roster? After looking through some plugins: HighLogic.CurrentGame.CrewRoster;
  9. wait...what!?!? "Pause Mission" does not mean, that the game is paused??? THAT explains a lot! Thanks! wait...what!?!? "Pause Mission" does not mean, that the game is paused??? THAT explains a lot! Thanks!
  10. I just had the idea to look into how this specific node works and it turnes out, that it workes based on a persistendID... as the ID for this objective got assigned to the lander (root part), the rover itself had a different ID Squad! Why on earth would you choose this node option rather than "any vessel"?? I hacked the savegame and changed the persitent ID the objectiv was looking for to that of the rover, this did it Bad job, Squad, bad job!
  11. As you can see, I am right above the point Maybe the drill is too low?
  12. Thanks a lot for all your answers! That also explains why my approach with the timing node did not work...
  13. I think you can do that... You can: -open all vab/sph, launchsites, astronaut complex -set their level -NOT upgrade them -enable funding -set multiple different crafts on different orbits/situations -hack the save to open the other facilites, but it does not work in the game so: NO, it is not possible to do, what you want to do with the mission builder... But If you find a way to put a new launch site up in carrer mode, or lets say, in a "normal" save, you can just set up a ordinary persistent file as you want it \_oo_/ EDIT: I wrote the first line right before I tried it....
  14. I am curious if the variants could also change the parameters and/or modules of a part? It seems the mass of the engine is not affected by the variants, which is kinda dumb because the engine has to weigh more with the big shroud (for example)
  15. Hey there! I wonder how this works with docked (stacked) nodes in the mission editor? What does it do/mean when I stack them? And how do I do a chain of dialog boxes, that appear after each other, rather then simultaneously? I tried it that way: I just made them into a chain, but then all of them get triggered at once and are shown at the same time... My personal "workaround" (I dont know if this is meant like that from the developers...): I put a timing node after each dialog node, which meassures the time since this dialog node had triggered and triggers itself, when a certain amount of time has passed. The bad thing about that is, it triggers the next dialog after a set amount of time and not when I click "continue" on the dialog. But still better than nothing... And during that workaround I stumbled upon the possibility to dock the timing node to the dialog node. But what does this do? No matter what options and settings I tried, I always got stuck on that node... Could someone explain to me, how this works? And what does it mean, if I dock a "check velocity" node to a "check altitude" node (which does not work the other way around, if I remember correctly)? Best regards! PS: sorry if I missed out something on the tutorials.... but they are.... semi-helpful, as they explain nearly nothing, just telling what to do And after it said there are 3 tutorials, while I saw only 2, it more or less dieded for me PPS: yes, it "dieded"
  16. https://ibb.co/iidSaH I am to dumb for pics.... It does not trigger the go-to objective. But i also tried to mine >1.5 ore, which didn't do anything... Is there any debugging option?
  17. Hey! I have a huge problem with this mission! I built a Lander and a Rover (which can dock inside the lander, so you can bring back the rover. But obviously it was intended to be just a rover (with Engines straped on to go back to Kerbin), because I reached the first digging point (I took me over an hour!!!) and the objective is not triggering........ Squad, please, how can you release such unplished and (obvisouly?) untested missions? Side notes: I thought about builing a one vehicle mission (rover and lander is one thing), but then I thought: nah, it is more realistic and fun doing it a bit like apollo 15 -.- PS: how to insert image? O.o
  18. Hey guys! I wonder, if there is any collection thread concerning missions made in the mission builder? Or even better: could we get a sub-forum for user-created missions? Best Regards, Mario
  19. it seems there is a bug regarding the stock mass calculation (both editor and mapview info)! The mass just changes randomly (for example if you tweak the amount of fuel in the tanks). the phisics mass is correct tho This makes flightplanning impossible, as I dont know, how much delta-v I have....
  20. Failures are maybe a bit too infrequent! I only had one failure by now, and it was not that vital... maybe engines should decrease their MTBF when activated, that way there is a "chance", that they fail e.g. during launch or descent (pretty interesting situations ^^) i think ECLSS is perfect as it is, except one thing: it would be cool if you could add the same module two times in the same pod (redundancy scrubber for example) transmission feels good, except some minor bug regarding high time warp settings it would be cool if the engineers report is somehow linked to your system. So it tells you, that the redundancy is too low, or you have way too less water (in comparision to food and oxygen)
  21. Similar problem here! The small pressurized tank does not hold any ressources (and is not right-click-able) once it is out of the VAB. Masses, etc. are calculated correctly in the VAB, except, the fact, that the engineer's report tells me, that the hydrogen and oxygen is unused (I have a fuel cell on the vessel....) EDIT: the small supply container does not work either! It has the same problems EDIT2: removing comunity ressource pack solved the problem! the engineer's report still tells me,that the ressources are unused EDIT3: CRP did NOT cause the problem! After playing around a bit, the problem occured again! Now I cannot get it to work again... I restarted the game reinstalled the mod, but the problem now persits... odd....
×
×
  • Create New...