-
Posts
4,252 -
Joined
-
Last visited
Content Type
Profiles
Forums
Developer Articles
KSP2 Release Notes
Everything posted by Sigma88
-
[1.8.1-1] [PLEASE FORK ME] Kopernicus & KittopiaTech
Sigma88 replied to Thomas P.'s topic in KSP1 Mod Releases
I don't think reparenting is the issue since I just tried reparenting kerbin to jool in stock and it works fine -
[1.8.1-1] [PLEASE FORK ME] Kopernicus & KittopiaTech
Sigma88 replied to Thomas P.'s topic in KSP1 Mod Releases
all planets load successfully so it's more difficult to pinpoint where the issue comes from -
[1.8.1-1] [PLEASE FORK ME] Kopernicus & KittopiaTech
Sigma88 replied to Thomas P.'s topic in KSP1 Mod Releases
click the nyan cat in my sig and follow the instructions the log folder still doesn't show any errors so I have no idea what is going wrong @Thomas P. could you take a look at the output log in the link above? there are some kopernicus nullrefs I don't know where they come from -
[1.8.1-1] [PLEASE FORK ME] Kopernicus & KittopiaTech
Sigma88 replied to Thomas P.'s topic in KSP1 Mod Releases
I meant that looking at the logs you provided I cannot see any errors, what was exactly the problem you wanted me to solve? -
[1.8.1-1] [PLEASE FORK ME] Kopernicus & KittopiaTech
Sigma88 replied to Thomas P.'s topic in KSP1 Mod Releases
your logs don't show any errors, what's your problem again? -
[1.8.1-1] [PLEASE FORK ME] Kopernicus & KittopiaTech
Sigma88 replied to Thomas P.'s topic in KSP1 Mod Releases
don't worry just click on the folder and select "share" or "get dropbox link" -
[1.8.1-1] [PLEASE FORK ME] Kopernicus & KittopiaTech
Sigma88 replied to Thomas P.'s topic in KSP1 Mod Releases
My modlist (in the current folder): Kopernicus, scatterer, TextureReplacerReplaced, Zyansias Mod (my WIP mod) Dropbox information (contains Kerbin cfgs for removal of stock Kerbin and added new cfg, and the ConfigCache from ModuleManager If you need anymore information, let me know! you need to make that a public link, otherwise I can't download the files -
[1.8.1-1] [PLEASE FORK ME] Kopernicus & KittopiaTech
Sigma88 replied to Thomas P.'s topic in KSP1 Mod Releases
@Tynton I am not sure what is going on. We will need more information to help you. Please click on the nyan cat in my sig and follow the instructions -
don't you know any mods that might fit that description?
- 41 replies
-
- request
- planet packs
-
(and 2 more)
Tagged with:
-
Released a new mod: Sigma Replacements: SkyBox
-
Someone could make some kind of PKAN
- 41 replies
-
- request
- planet packs
-
(and 2 more)
Tagged with:
-
@Steven Mading I tried looking at the code of laserdist but I got a bit lost, I need to check the altitude of the terrain at a certain lat/lon this seems like a simpler case compared to your problem since my origin is always the center of the planet so I only really need to input the direction to get my result. the problem is that all the Methods I've tried either don't work or don't return the correct value. could you give me a couple of pointers so that I can get to the number I'm looking for... thanks
-
I was trying "lights out" with my skybox replacer but it seems it doesn't pick up the correct texture for the night sky I tried to look at the code of LO to see how you look for the "night" cubemap and the only thing I found was this: https://github.com/Real-Gecko/LightsOut/blob/master/LightsOut/LOAmbient.cs#L46-L72 I have an idea of how to fix that, is it fine for you if I send you a PR on github?
-
that's interesting, haven't received a single bug report from you tho.... just saying
- 41 replies
-
- 4
-
-
- request
- planet packs
-
(and 2 more)
Tagged with:
-
actually friction is proportional to the normal force, so higher gravity means more friction. if Eve is slippery the cause must be the type of material that cover its surface from a technical point of view, there should be a parameter defining how "slippery" the surface of a planet should be. not sure if what you are experiencing is a bug introduced by some recent changes or if is like that on purpose anyways, using kopernicus it should be possible to correct this. @Kopernicus { @Body[Eve] { %PQS { %PhysicsMaterial { %bounciness = 0 %staticFriction = 0.8 %dynamicFriction = 0.6 } } } } 0.8 and 0.6 are the stock parameters, try to increase those and see what happens
-
mostly from tests, Heads: Suits: Navigation: SkyBox:
-
@Citizen247 sorry, I thought I had replied to you but I totally forgot... I would need to take a look at your statics, could you please add "debug = true" inside the sigma dimensions settings node and run the game with the 10x resize? then send me the mm cache file, the output log and the KK statics you added
-
You can just delete the LoadingScreens folder
-
you need to put C in orbit around A, and then do the same I explained above
-
assuming you have 3 bodies where C orbits B and B orbits A and assuming you want AB to be binary and BC to be binary inside the Body node of C you can just add: SigmaBinary {} inside the Body node of B you need to add this: SigmaBinary { after = C }
-
[1.8.1] Kerbal Konstructs - 1.8.1.15 - 15.Dec.2019
Sigma88 replied to Ger_space's topic in KSP1 Mod Releases
PQSCity_Groups { GROUP { name = KSC++ body = Kerbin CENTER { CentralPQSCity = KSC } } } this cfg plus KKtoSD should suffice, if you have any questions you can contact me on the forum or on discord -
[1.8.1] Kerbal Konstructs - 1.8.1.15 - 15.Dec.2019
Sigma88 replied to Ger_space's topic in KSP1 Mod Releases
You need to install KKtoSD and add a small cfg I'll post it when I get back to my pc -
I was asked from @Galileo to check why when TRP and GPP are installed the level of the generated kerbal reverts back to zero I installed TRP on a stock game, just to get a feel of how it works and: 1- I can't get the level button to work (click on it but nothing happens) 2- even if I have not enough funds I can hire the kerbal (funds go down to zero) Also, I can't see anything in GPP_Renamer that might mess the level of the kerbal, so maybe the issue is linked to te two bugs I've mentioned above. the logs don't show any errors, let me know if you still want them. (or if you want anything else) cheers EDIT: turns out 1 was my fault since I didn't know you need to upgrade the AC to get kerbals with higher levels (a warning might be a good idea) also, turns out the issue has nothing to do with the renamer since it shows up on a GPP install without the renamer
-
[KSP 1.12.1+] Galileo's Planet Pack [v1.6.6] [23 Sept 2021]
Sigma88 replied to Galileo's topic in KSP1 Mod Releases
donations NT included- 7,373 replies
-
- 2
-
-
- gpp
- kopernicus
-
(and 1 more)
Tagged with: