Badsector
Members-
Posts
351 -
Joined
-
Last visited
Content Type
Profiles
Forums
Developer Articles
KSP2 Release Notes
Everything posted by Badsector
-
[1.12.x] Parallax - PBR Terrain and Surface Objects [2.0.8]
Badsector replied to Gameslinx's topic in KSP1 Mod Releases
Missing 000_Harmony from kopernicus ?- 3,154 replies
-
Np, but i still get exceptions from singularity [EXC 18:23:31.005] NullReferenceException: Object reference not set to an instance of an object Singularity.SceneRendererHook.OnPostRender () (at <9979393ee651429dad328b68f1d0ef0e>:0) UnityEngine.DebugLogHandler:LogException(Exception, Object) ModuleManager.UnityLogHandle.InterceptLogHandler:LogException(Exception, Object) UnityEngine.Camera:RenderToCubemap(Cubemap) Singularity.Singularity:SetupCubemap() Singularity.Singularity:Init() Singularity.<DelayedInit>d__0:MoveNext() Planets near the ring get a weird shader. Edit with lensingStacking = false i get exceptions and with lensingStacking = true i get visual errors. Edit 2 Only Iomena and onrefni get issue the rest is totally playable for linux users
- 581 replies
-
- 1
-
- totm april 2023
- kopernicus
-
(and 3 more)
Tagged with:
-
For fix accreation disk in linux you have to change in GameData/KcalbelohSystem/OtherFeatures/Singularity.cfg accretionDiskTexturePath = KcalbelohSystem\PluginData\disk.dds to accretionDiskTexturePath = KcalbelohSystem/PluginData/disk.dds Tanks for this great mod Regards
- 581 replies
-
- 2
-
- totm april 2023
- kopernicus
-
(and 3 more)
Tagged with:
-
[Min KSP: 1.12.2] Pathfinder - Space Camping & Geoscience
Badsector replied to Angelo Kerman's topic in KSP1 Mod Releases
I have some trouble with configurable containers, i get negative values when i recover part + resources Thanks for this great mod Regards- 3,523 replies
-
- geoscience
- colonization
-
(and 1 more)
Tagged with:
-
Thanks, that is only the start for a complete revamp and i don't think i have enough time for another mod. Regards
-
I have Started a revamp for this mod, here is a preview of the new engine model Download on Spacedock
-
Linux controller/joystick support?
Badsector replied to StarkRG's topic in KSP1 Technical Support (PC, unmodded installs)
Not officially but after 1 year the issue still here, you can use the bug tracker or move your complains vs private division but the fact is that the joystick don't work in linux. -
Linux controller/joystick support?
Badsector replied to StarkRG's topic in KSP1 Technical Support (PC, unmodded installs)
Yes, starting from 1.4.0 joystick don't work in linux. -
Probably it work, but i don't know if it have some issues with KSP 1.4, i'm waiting for a stable release for update the mod.
-
Continuous Freezes
Badsector replied to N4palm's topic in KSP1 Technical Support (PC, unmodded installs)
CPU overheat ? Check CPU temperature with the game running and if that is the problem clean or change the fan. -
Some news, following @luke-lukem advice i have set SDL_GAMECONTROLLERCONFIG variable, you can find a database with mappings for your device at https://github.com/gabomdq/SDL_GameControllerDB and after you can check with gamepadtool application if all work fine, now the joystick is found and the setting accept keybinding but don't store gamepad axis and probably is related at that old issue Now i'm going to update the issue on the bugtracker, if you can try that solution can be useful for solving this annoying bug
-
The joystick is correctly installed and work fine in KSP 1.3.1 Bus 007 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub Bus 005 Device 002: ID 0079:0006 DragonRise Inc. PC TWIN SHOCK Gamepad Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub Bus 003 Device 003: ID 04f2:0841 Chicony Electronics Co., Ltd HP Multimedia Keyboard Bus 003 Device 002: ID 1bcf:0005 Sunplus Innovation Technology Inc. Optical Mouse Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub But in configuration the gamepad don't work like it is not installed Edit Bug Report
-
Gimballing multiple nozzles?
Badsector replied to Eskandare's topic in KSP1 Modelling and Texturing Discussion
Idk if i'm able to explain it better , but if you have 2 dummy over axis X-Y of the gimbal and you want to move your flap over Y you need to link it with the dummy on X, you have only to find the right position for place your dummy objects versus the center of the flap. Edit Other solution is have the flaps with the same name of the gimbal and have a fixed dummy with FXModuleLookAtConstraint that lock the axis you don't need to move, but i don't know of it work -
Gimballing multiple nozzles?
Badsector replied to Eskandare's topic in KSP1 Modelling and Texturing Discussion
if is only aesthetic you can use FXModuleLookAtConstraint with 2 or 4 dummy empty over the same axis of the gimbal, on this way you can use 1 modulegimbal for move all 4 flaps over only 1 axis -
Gimballing multiple nozzles?
Badsector replied to Eskandare's topic in KSP1 Modelling and Texturing Discussion
I have had the same problem, the 2 thrusttransform need to be child of 1 or 2 gimbal object and after you can add 2 modulegimbal to 2 different gimbal objects or add 1 modulegimbal to 2 different objects with the same name -
First IVA i have ever made please be gentle Still a work in progress, after i update the package
-
Updated with new parts
-
Development continues I update the package after i have made radial docking ports
-
A new mod i'm working in, a 7.5m parts pack with a 80' sci-fi stile For now it have command pod, crew, cargo bay in 2 format of length 15m and 5m, configurable fuel tanks with Interstellarfuelswitch, bimodal nuclear engine and solar panels. Suggestions are always welcome Download on Spacedock
-
Multiple Modulegimbal
Badsector replied to Badsector's topic in KSP1 Modelling and Texturing Discussion
Ok i have find that, if i put transform animations after the gimbal module, those animated parts lock the gimbal module, in my example LFONozzle is the gimbal and engine0nozzle,1,2,3,4 are animated. The same part without animations work fine. Thanks for every suggestion