-
Content Count
381 -
Joined
-
Last visited
Community Reputation
660 ExcellentAbout DennyTX
-
Rank
Drunkard
Contact Methods
-
Skype
denny_r66
Profile Information
-
Location
pub "Churchill"
-
Interests
space flights and where closest jerry-shop
Recent Profile Visitors
6,209 profile views
-
DennyTX started following [1.9.x, 1.10.x] Docking Camera KURS Style Re-Adopted (Fixed in 1.9)
-
How to change the IVA in the VAB (or at launch)
DennyTX replied to Garek's topic in C# Plugin Development Help and Support
if (part.internalModel == null && part.partInfo != null) { ConfigNode getIVA = (from cfg in GameDatabase.Instance.GetConfigs("PART") where cfg.url == part.partInfo.partUrl select cfg.config.GetNode("INTERNAL")).FirstOrDefault(); if (getIVA != null) part.internalModel = part.AddInternalPart(getIVA); } -
Well, i know that service to show "what we have inside" already are in KSP vanila, but to my mind it are complicticated for design. But i remembered a way how to do this with any item or in one click. Dunno, are such thingie needed for community? However, trick is simple enuff. We just need to find a model's transform (any or all) that we need to do translucent, get its renderer, material than - and change its shader on the fly. Of course we need proper shader. If the need disappears, we need to do reverse operation. I have not saw someting like that (missed?), so meet X-
-
hmm... cant reproduce. may be because "the miracle of engineering thought" pc installed on the table, and i see no any noticeable lag. mod just creates lists of available biomes and experiments while onStart, calculates values. Are there any lag while regular game, or only on load and SOI changes yup, according to my logic - this should be so. but i thinking about restrictions.
-
noise in cfg is obsolete. use the radio button in the DockCam's drop-down menu. it should remember its state. Upcoming version will provide start without noise by default
-
why? it should be under OLDD. Did u remove previous version? on testing now.
-
yes. path for model was changed, but names - not. should work. PS: found. CKAN netkan issue. quick way - go to the GameData\DockingCam\Parts and change MODEL node. CKAN installed it wrong way. Will be fixed
-
CKAN (The Comprehensive Kerbal Archive Network); v1.28.0 - Dyson
DennyTX replied to politas's topic in Add-on Releases
Docking camera (KURS) v.1.7. still present on CKAN. it was removed from Spacedock. Plz, remove it too. Correct one is Docking camera (KURS) (without v.1.7.) -
@DennyTX and @linuxgurugamer has united their efforts in "Docking camera" modification and become a co-authors. link in OP leads to the correct page. use CKAN "Docking Camera (KURS)" without + "v.1.7." to install right version with fixed direcX11 issue. "Docking Camera (KURS) v.1.7." should dissaper soon from CKAN, i hope.
-
I did not rule *.netkan myself. thought all should be done by Spacedock itself? it seems that I have ceased to understand how it works.... ;(
-
uhh, indeed... there were hard coded dependencies for DMagic and SEP in 1.3.1.1. (Released on 2018-01-30) dependencies were removed in 1.3.1.2 (Released on 2018-01-31)
-
(перемещено) Что Вы делали в КСП сегодня?!
DennyTX replied to Kerbal101's topic in Russian (Русский)
Привет. По отзывам пользователей - нет. А [x] Science! при всем его великолепии - действительно перегружен и притормаживает. особенно когда у тебя 100+ модов, и многие добавки экспериментов. восстановил функционал DockingCamera, заодно решив проблему с DX11. Никак не получается обновить данные на CKAN, т.е. версия мода обновляется автоматически через Spacedock, однако название и описание редактированию не поддается. Не подскажешь пошагово, где что и как сделать? (Инструкцию CKAN читал - сделать не вышло). -
REBORN. Recompiled for KSP 1.3.1 Fixed problem with texture creational while -force-d3d11 (DX11) (post with problem) assets will load only once reduced spam to log DELETE previous versions by me or linuxgurugamer before installation
-
DennyTX changed their profile photo
-
i know the cause. Fixed. it was simple with DX11. but I want to re-release my version of the mod, if @linuxgurugamer does not mind. need few hours for testing.