Jump to content

Tech Tree ID strings


Recommended Posts

Given the changes I had a number of mods that were creating warnings because of out-of-date tech tree id strings.

Here is the current list (don't forget capitalization is important):

d = start              title = Start

id = basicRocketry title = Basic Rocketry parentID = start
id = engineering101 title = Engineering 101 parentID = start

id = generalRocketry title = General Rocketry parentID = basicRocketry
id = stability title = Stability parentID = engineering101 parentID = basicRocketry
id = survivability title = Survivability parentID = engineering101

id = advRocketry title = Advanced Rocketry parentID = generalRocketry
id = generalConstruction title = General Construction parentID = stability parentID = generalRocketry
id = aviation title = Aviation parentID = stability
id = flightControl title = Flight Control parentID = survivability parentID = stability
id = basicScience title = Basic Science parentID = survivability

id = heavyRocketry title = Heavy Rocketry parentID = advRocketry
id = propulsionSystems title = Propulsion Systems parentID = advRocketry
id = fuelSystems title = Fuel Systems parentID = advRocketry parentID = generalConstruction
id = advConstruction title = Advanced Construction parentID = generalConstruction
id = aerodynamicSystems title = Aerodynamics parentID = aviation parentID = generalConstruction
id = landing title = Landing parentID = flightControl parentID = aviation
id = advFlightControl title = Advanced Flight Control parentID = flightControl
id = spaceExploration title = Space Exploration parentID = basicScience
id = electrics title = Electrics parentID = basicScience
id = miniaturization title = Miniaturization parentID = basicScience

id = heavierRocketry title = Heavier Rocketry parentID = heavyRocketry
id = precisionPropulsion title = Precision Propulsion parentID = propulsionSystems
id = advFuelSystems title = Adv. Fuel Systems parentID = propulsionSystems parentID = fuelSystems
id = specializedConstruction title = Specialized ConstructionparentID = advConstruction
id = actuators title = Actuators parentID = advConstruction
id = supersonicFlight title = Supersonic Flight parentID = aerodynamicSystems
id = advAerodynamics title = Advanced Aerodynamics parentID = aerodynamicSystems
id = advLanding title = Advanced Landing parentID = landing
id = specializedControl title = Specialized Control parentID = advFlightControl
id = commandModules title = Command Modules parentID = spaceExploration parentID = advFlightControl
id = advExploration title = Advanced Exploration parentID = spaceExploration
id = precisionEngineering title = Precision Engineering parentID = miniaturization parentID = electrics
id = advElectrics title = Advanced Electrics parentID = electrics

id = nuclearPropulsion title = Nuclear Propulsion parentID = heavierRocketry
id = largeVolumeContainment title = Large Volume ContainmentparentID = advFuelSystems parentID = specializedConstruction
id = composites title = Composites parentID = specializedConstruction
id = advMetalworks title = Advanced MetalWorks parentID = specializedConstruction
id = heavyLanding title = Heavy Landing parentID = advLanding
id = fieldScience title = Field Science parentID = advLanding parentID = advExploration
id = scienceTech title = Science Tech parentID = advExploration parentID = precisionEngineering
id = unmannedTech title = Unmanned Tech parentID = precisionEngineering
id = highAltitudeFlight title = High Altitude Flight parentID = supersonicFlight
id = electronics title = Electronics parentID = precisionEngineering parentID = advElectrics
id = largeElectrics title = High-Power Electrics parentID = advElectricsid = heavyAerodynamics
id = ionPropulsion title = Ion Propulsion parentID = scienceTech

id = heavyAerodynamics title = Heavy Aerodynamics parentID = advAerodynamics parentID = unmannedTech
id = hypersonicFlight title = Hypersonic Flight parentID = highAltitudeFlight
id = nanolathing title = Nanolathing parentID = advMetalworks
id = advUnmanned title = Advanced Unmanned Tech parentID = unmannedTech
id = metaMaterials title = Meta-Materials parentID = composites
id = veryHeavyRocketry title = Very Heavy Rocketry parentID = largeVolumeContainment parentID = heavierRocketry
id = advScienceTech title = Advanced Science Tech parentID = scienceTech parentID = fieldScience
id = advancedMotors title = Advanced Motors parentID = fieldScience
id = specializedElectrics title = Specialized Electrics parentID = largeElectrics

id = highPerformanceFuelSystems title = High-Performance Fuel Systems parentID = largeVolumeContainment
id = experimentalAerodynamics title = Experimental Aerodynamics parentID = heavyAerodynamics
id = automation title = Automation parentID = unmannedTech parentID = electronics
id = aerospaceTech title = Aerospace Tech parentID = hypersonicFlight
id = largeUnmanned title = Large Probes parentID = advUnmanned parentID = automation
id = experimentalScience title = Experimental Science parentID = advScienceTech
id = experimentalMotors title = Experimental Motors parentID = advancedMotors
id = experimentalElectrics title = Experimental Electrics parentID = specializedElectrics

Link to comment
Share on other sites

Im going to piggy back some other observations on this thread:

Here is what I have found so far after fixing about 50 Mods.

1. Directory moves. Modded parts in stock directory or that point to stock directories may not work.

  • MK1 parts have moved here "Parts\Structural\mk1Parts"
  • NASA into the Parts directory.

Mods that point to Models in these directories will fail to work, and will paint orange in your debug reloads.

2. Obviously the cfg files are reformatted, other modules may be added. On certain parts (adapters, decouplers) this module has been added.

DRAG_CUBE
{
cube = Default, 3.272327,0.7808633,1.97612, 3.272327,0.7810537,1.97612, 11.00077,0.8435503,0.4720254, 11.00077,0.8433413,0.4720254, 3.272327,0.7660723,1.97612, 3.272327,0.7661255,1.97612, -2.384186E-07,0,0, 3.7678,0.8747007,3.7678
}

(I think they probably could have rounded off at the 4th digit)

3. The bottom .. "nod_stack_bottom" should've flipped its attach vector.

node_stack_bottom = 0.0, -0.4365587, 0.0, 0.0, 1.0, 0.0, 3

will become

node_stack_bottom = 0.0, -0.4365587, 0.0, 0.0, -1.0, 0.0, 3

4. The tech-tree id string may have changed. So you will have to manually change the string to one in the list.

5. This line has been added

bulkheadProfiles = 

Common entries are "size1, srf", "size0, srf", "size2, srf", "size1,size2"

Link to comment
Share on other sites

This thread is quite old. Please consider starting a new thread rather than reviving this one.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...