Jump to content

SynX

Members
  • Posts

    73
  • Joined

  • Last visited

Reputation

37 Excellent

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. Is it possible to apply a "Impact effect' that shows up at the impact point of the plume on an object (like another rocket or the ground) that changes according to the distance with thrustTransform? right now the plume just go through whatever is on the way and looked unrealistic
  2. One big advantage of Waterfall is able to add controllers, linked to throttles and stuff, as well as effects related it. Using a seperate model, it is no more than a static panel, and I'm unable to do anything with it.
  3. Anyways, just by adding a cube in Unity editor and a part tool module, and export it, I was able to get it to show up as a functional effect, the settings are listed below. At this stage, I know that exporting an "empty" as a parent of a dozen distinct meshes isn't going to work. I thought I had figured it out, and I tried to join the 12 panels together with a torus, with identical settings directly on the mesh of the radiator that I want to make an effect out of, but it did not work. It showed up, but it isn't functional. Initially, I thought too complicated a shape might not work, and I had a backup plan. I applied the settings to the meshes of individual panels, which are no more than a triangular panel, and my plan is to have multiples of the two variants of panels arranged in the circular pattern, by only changing the rotational angle on the z axis... And turns out, only the cube is a functional effect. And now I'm out of ideas Anyways, here are my models, the seperate panel and combined panels are the radiators. If anyone can make them work, please do me a favor. https://1drv.ms/u/s!AgckiYEHnPo7geIB0AWj5I4gAUs2nQ?e=1Egf7w
  4. yeah Anyways, I got it to show up here, but I am unable to add it as an effect, no matter which shader I choose. When I was able to add it by choosing another model and add, both will show up. However for the radiator one, I was unable to do any further operation, while the console is spammed by reference null exceptions.
  5. I recently started making an engine, the AM radiant drive version 2 for Interstellar, which will be based on Waterfall effects. It is supposed to look something like this. The Waterfall templates worked fantastically, Able to produce any sort of beams and plumes from seemingly a few parameters. A big laser pointer for example.However, since it seems like some sort particle system within a mesh, I suppose I can add my own mesh as well? After all, this engine is designed to come with a blue-hot plasma radiator to take care of it's heat problems, something looks like this. So I imported an OBJ file into Unity, and exported it with no material. After adding a WATERFALL_MODEL of the radiator model to the config of the engine itself instead of a separate config or using module manager to eject that thing into WaterfallModels, and adding a billboard shader not in the game but directly into the CFG, it did not work. Which process did I do it wrong? Anyways, here is the engine file for testing purpose, only Waterfall is a dependency. I hope someone can help me out with this. The empty transform under PlasmaPanel is called RadTransformhttps://1drv.ms/u/s!AgckiYEHnPo7gd9or3zy49g4KGUMGQ?e=Yegzb6
  6. Not much activities lately. Is this much hyped mod halted? FreeThinker (KSPIE administrator) said yesturday :"regarding Universal Fleet Solution, I kind of feared this would happen as most single developer ambitious project tend stall when not releasing anything for a long time. Developers tend to lose interest over times, burnup or get significant changes in their real life." Lets hope Kerwis is a strong team, and this situation doesn't happen.
  7. There is a certain problem with this in 1.11... In career, you need to hire the kerbals to go on a trip with you, even if they are not slave labour, that costs a tremendous amount of funds, far more than the craft itself...when you hire 20 kerbals, it already costs 400k for each of them... since kerbals now do add mass when seated, I presumably that counts right?
  8. Neat and integrated, huge amount of contents, but doesn't need a PhD to work with either (like a certain interstellar technology mod)
  9. Very nice, I have learned a lot from you. I know the parameters are far more complexed than this, but I can’t think more parameters that are significant to me... after all I know the basics of astronomy, but I don’t know anything regarding planet generation besides it’s a great way to save storage...
  10. I proposed the world of KSP2 is the galaxy that kerbals find themselves in, that besides Kerbol and maybe other star systems within a 10 lightyear distance have their own model and textures, thousands more will be generated by a few lines of codes suggesting the type of the star, its coordinates relative to Kerbol, and information regarding planets. Including planet types, surface features, their orbit and moons. Each system should need a few KB to describe, these celestial bodies will only be generated when observed. With this kind of compactness, I envisioned the thousands of solar systems within the kerbal galaxy, stars from red dwarves, main sequence to bright red supergiants and blue giant stars, and dead stars like white dwarves, neutron stars and black holes. Maybe even a couple of nebulae scattered across the galaxy, all orbiting a supermassive black hole in the center of the galaxy, its mass millions times greater than the great plasma ball of Kerbol. I propose that the code for generating solar systems probably looks like this, although what i came up in 10 minutes might not be accurate or complete StarSystem{ parentStar = 187K3J2X1 // 3 terrestrial planets (like kerbin), 2 gas giant (like jool), 1 unknown starType = F3 // O, B, A, F, G, K, M initCoordinate = 2317.2026, 1012.4657, 0.2 //light years relative to center black hole // 53.6500, -32.0516, 0.2357 light years relative to Kerbol planets = K3, J2, X1 Planet{ planetName = K1 type = terran radius = 1500000 // 1500km mass = 1.135E+24 // in kilograms Apogee = 235056750000 // in metres Perigee = 217530786000 inclination = 0.2 // in degrees tilt = 17.5 // in degrees tidalLock = False moons = 2 AtmoPresent = True Atmosphere{ ... } Moon{ moon = 1 // first moon moonApogee = 245400000 // 245400 km moonPerigee = 215300000 // 215300 km inlination = 15 tidalLock = False } ... } }
  11. There is a way, the static frame of reference (time measured at space center) will be synced, however the ships will experience relativistic effects...
×
×
  • Create New...