3DMGAME 3DM首页 新闻中心 前瞻 | 评测 游戏库 热门 | 最新 攻略中心 攻略 | 秘籍 下载中心 游戏 | 汉化 购买正版 论坛

注册 登录

QQ登录

只需一步,快速开始

查看: 921|回复: 2
打印 上一主题 下一主题

[求助] 求所有的建筑Id 有没

[复制链接]

17

主题

367

帖子

357

积分

高级玩家

Rank: 4

贡献度
0
金元
3567
积分
357
精华
0
注册时间
2016-3-5
跳转到指定楼层
主题
发表于 2022-3-1 16:19 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式
RT  求所有的建筑Id 有没
回复

使用道具 举报

1

主题

519

帖子

659

积分

超级玩家

Rank: 5Rank: 5

贡献度
10
金元
6191
积分
659
精华
0
注册时间
2016-7-3
舒服的沙发
发表于 2022-4-6 15:36 | 只看该作者
F:\game\SteamLibrary\steamapps\common\OxygenNotIncluded\OxygenNotIncluded_Data\StreamingAssets\strings里面有个strings_preinstalled_zh_klei.po文件,记事本格式打开就行
回复 支持 反对

使用道具 举报

141

主题

857

帖子

2871

积分

游戏达人

Rank: 7Rank: 7Rank: 7

贡献度
270
金元
17914
积分
2871
精华
0
注册时间
2014-11-30
硬硬的板凳
发表于 2022-4-26 11:56 | 只看该作者
public static List<PlanScreen.PlanInfo> PLANORDER = new List<PlanScreen.PlanInfo>
                {
                        new PlanScreen.PlanInfo(new HashedString("Base"), false, new List<string>
                        {
                                "Ladder",
                                "FirePole",
                                "LadderFast",
                                "Tile",
                                "GasPermeableMembrane",
                                "MeshTile",
                                "InsulationTile",
                                "PlasticTile",
                                "MetalTile",
                                "GlassTile",
                                "BunkerTile",
                                "CarpetTile",
                                "ExobaseHeadquarters",
                                "Door",
                                "ManualPressureDoor",
                                "PressureDoor",
                                "BunkerDoor",
                                "StorageLocker",
                                "StorageLockerSmart",
                                "LiquidReservoir",
                                "GasReservoir",
                                "ObjectDispenser",
                                "TravelTube",
                                "TravelTubeEntrance",
                                "TravelTubeWallBridge"
                        }, ""),
                        new PlanScreen.PlanInfo(new HashedString("Oxygen"), false, new List<string>
                        {
                                "MineralDeoxidizer",
                                "SublimationStation",
                                "AlgaeHabitat",
                                "AirFilter",
                                "CO2Scrubber",
                                "Electrolyzer",
                                "RustDeoxidizer",
                                "LiquidBottler",
                                "BottleEmptierK",
                                "BottleEmptierGasK",
                                "PressureDoorK",
                                "LiquidMiniPumpD",
                                "Liquidcool",
                                "GasMiniPumpC",
                                "GasMiniPumpH",
                                "GasMiniPumpL",
                                "GasMiniPumpM",
                                "GasMiniPumpS",
                                "GasMiniPumpO",
                                "GasMiniPumpD",
                                "Kiln2"
                        }, ""),
                        new PlanScreen.PlanInfo(new HashedString("Power"), false, new List<string>
                        {
                                "DevGenerator",
                                "ManualGenerator",
                                "Generator",
                                "WoodGasGenerator",
                                "HydrogenGenerator",
                                "MethaneGenerator",
                                "PetroleumGenerator",
                                "SteamTurbine",
                                "SteamTurbine2",
                                "SolarPanel",
                                "Wire",
                                "WireBridge",
                                "HighWattageWire",
                                "WireBridgeHighWattage",
                                "WireRefined",
                                "WireRefinedBridge",
                                "WireRefinedHighWattage",
                                "WireRefinedBridgeHighWattage",
                                "Battery",
                                "BatteryMedium",
                                "BatterySmart",
                                "PowerTransformerSmall",
                                "PowerTransformer",
                                SwitchConfig.ID,
                                LogicPowerRelayConfig.ID,
                                TemperatureControlledSwitchConfig.ID,
                                PressureSwitchLiquidConfig.ID,
                                PressureSwitchGasConfig.ID
                        }, ""),
                        new PlanScreen.PlanInfo(new HashedString("Food"), false, new List<string>
                        {
                                "MicrobeMusher",
                                "CookingStation",
                                "GourmetCookingStation",
                                "PlanterBox",
                                "FarmTile",
                                "HydroponicFarm",
                                "RationBox",
                                "Refrigerator",
                                "CreatureDeliveryPoint",
                                "FishDeliveryPoint",
                                "CreatureFeeder",
                                "FishFeeder",
                                "EggIncubator",
                                "EggCracker",
                                "CreatureTrap",
                                "FishTrap",
                                "AirborneCreatureLure",
                                "FlyingCreatureBait"
                        }, ""),
                        new PlanScreen.PlanInfo(new HashedString("Plumbing"), false, new List<string>
                        {
                                "DevPumpLiquid",
                                "Outhouse",
                                "FlushToilet",
                                "WallToilet",
                                ShowerConfig.ID,
                                "LiquidPumpingStation",
                                "BottleEmptier",
                                "LiquidConduit",
                                "InsulatedLiquidConduit",
                                "LiquidConduitRadiant",
                                "LiquidConduitBridge",
                                "LiquidConduitPreferentialFlow",
                                "LiquidConduitOverflow",
                                "LiquidPump",
                                "LiquidMiniPump",
                                "LiquidVent",
                                "LiquidFilter",
                                "LiquidValve",
                                "LiquidLogicValve",
                                "LiquidLimitValve",
                                LiquidConduitElementSensorConfig.ID,
                                LiquidConduitDiseaseSensorConfig.ID,
                                LiquidConduitTemperatureSensorConfig.ID,
                                "ModularLaunchpadPortLiquid",
                                "ModularLaunchpadPortLiquidUnloader"
                        }, ""),
                        new PlanScreen.PlanInfo(new HashedString("HVAC"), false, new List<string>
                        {
                                "DevPumpGas",
                                "GasConduit",
                                "InsulatedGasConduit",
                                "GasConduitRadiant",
                                "GasConduitBridge",
                                "GasConduitPreferentialFlow",
                                "GasConduitOverflow",
                                "GasPump",
                                "GasMiniPump",
                                "GasVent",
                                "GasVentHighPressure",
                                "GasFilter",
                                "GasValve",
                                "GasLogicValve",
                                "GasLimitValve",
                                "GasBottler",
                                "BottleEmptierGas",
                                "ModularLaunchpadPortGas",
                                "ModularLaunchpadPortGasUnloader",
                                GasConduitElementSensorConfig.ID,
                                GasConduitDiseaseSensorConfig.ID,
                                GasConduitTemperatureSensorConfig.ID
                        }, ""),
                        new PlanScreen.PlanInfo(new HashedString("Refining"), false, new List<string>
                        {
                                "Compost",
                                "WaterPurifier",
                                "Desalinator",
                                "FertilizerMaker",
                                "AlgaeDistillery",
                                "EthanolDistillery",
                                "RockCrusher",
                                "Kiln",
                                "SludgePress",
                                "MetalRefinery",
                                "GlassForge",
                                "OilRefinery",
                                "Polymerizer",
                                "OxyliteRefinery",
                                "SupermaterialRefinery",
                                "DiamondPress"
                        }, ""),
                        new PlanScreen.PlanInfo(new HashedString("Medical"), false, new List<string>
                        {
                                "WashBasin",
                                "WashSink",
                                "HandSanitizer",
                                "DecontaminationShower",
                                "Apothecary",
                                "DoctorStation",
                                "AdvancedDoctorStation",
                                "MedicalCot",
                                "MassageTable",
                                "Grave",
                                "MassiveHeatSink",
                                "WarpConduitReceiver",
                                "WarpConduitSender",
                                "PropGravitasLabWindowHorizontal",
                                "PropGravitasLabWindow",
                                "PropGravitasLabWall"
                        }, ""),
                        new PlanScreen.PlanInfo(new HashedString("Furniture"), false, new List<string>
                        {
                                BedConfig.ID,
                                LuxuryBedConfig.ID,
                                LadderBedConfig.ID,
                                "FloorLamp",
                                "CeilingLight",
                                "SunLamp",
                                "DiningTable",
                                "WaterCooler",
                                "Phonobox",
                                "ArcadeMachine",
                                "EspressoMachine",
                                "HotTub",
                                "MechanicalSurfboard",
                                "Sauna",
                                "Juicer",
                                "SodaFountain",
                                "BeachChair",
                                "VerticalWindTunnel",
                                PixelPackConfig.ID,
                                "Telephone",
                                "FlowerVase",
                                "FlowerVaseWall",
                                "FlowerVaseHanging",
                                "FlowerVaseHangingFancy",
                                "SmallSculpture",
                                "Sculpture",
                                "IceSculpture",
                                "MarbleSculpture",
                                "MetalSculpture",
                                "CrownMoulding",
                                "CornerMoulding",
                                "Canvas",
                                "CanvasWide",
                                "CanvasTall",
                                "ItemPedestal",
                                "MonumentBottom",
                                "MonumentMiddle",
                                "MonumentTop",
                                "ParkSign"
                        }, ""),
                        new PlanScreen.PlanInfo(new HashedString("Equipment"), false, new List<string>
                        {
                                "ResearchCenter",
                                "AdvancedResearchCenter",
                                "NuclearResearchCenter",
                                "OrbitalResearchCenter",
                                "CosmicResearchCenter",
                                "DLC1CosmicResearchCenter",
                                "Telescope",
                                "PowerControlStation",
                                "FarmStation",
                                "GeneticAnalysisStation",
                                "RanchStation",
                                "ShearingStation",
                                "RoleStation",
                                "ResetSkillsStation",
                                "ArtifactAnalysisStation",
                                "CraftingTable",
                                "ClothingFabricator",
                                "SuitFabricator",
                                "OxygenMaskMarker",
                                "OxygenMaskLocker",
                                "SuitMarker",
                                "SuitLocker",
                                "JetSuitMarker",
                                "JetSuitLocker",
                                "LeadSuitMarker",
                                "LeadSuitLocker",
                                "AstronautTrainingCenter"
                        }, ""),
                        new PlanScreen.PlanInfo(new HashedString("Utilities"), true, new List<string>
                        {
                                "SpaceHeater",
                                "LiquidHeater",
                                "LiquidCooledFan",
                                "IceCooledFan",
                                "IceMachine",
                                "AirConditioner",
                                "LiquidConditioner",
                                "OreScrubber",
                                "OilWellCap",
                                "ThermalBlock",
                                "ExteriorWall",
                                "SweepBotStation"
                        }, ""),
                        new PlanScreen.PlanInfo(new HashedString("Automation"), true, new List<string>
                        {
                                "LogicWire",
                                "LogicWireBridge",
                                "LogicRibbon",
                                "LogicRibbonBridge",
                                LogicSwitchConfig.ID,
                                "LogicDuplicantSensor",
                                LogicPressureSensorGasConfig.ID,
                                LogicPressureSensorLiquidConfig.ID,
                                LogicTemperatureSensorConfig.ID,
                                LogicWattageSensorConfig.ID,
                                LogicTimeOfDaySensorConfig.ID,
                                LogicTimerSensorConfig.ID,
                                LogicDiseaseSensorConfig.ID,
                                LogicElementSensorGasConfig.ID,
                                LogicElementSensorLiquidConfig.ID,
                                LogicCritterCountSensorConfig.ID,
                                LogicRadiationSensorConfig.ID,
                                LogicHEPSensorConfig.ID,
                                LogicCounterConfig.ID,
                                LogicAlarmConfig.ID,
                                LogicHammerConfig.ID,
                                "LogicInterasteroidSender",
                                "LogicInterasteroidReceiver",
                                LogicRibbonReaderConfig.ID,
                                LogicRibbonWriterConfig.ID,
                                "FloorSwitch",
                                "Checkpoint",
                                CometDetectorConfig.ID,
                                "LogicGateNOT",
                                "LogicGateAND",
                                "LogicGateOR",
                                "LogicGateBUFFER",
                                "LogicGateFILTER",
                                "LogicGateXOR",
                                LogicMemoryConfig.ID,
                                "LogicGateMultiplexer",
                                "LogicGateDemultiplexer"
                        }, ""),
                        new PlanScreen.PlanInfo(new HashedString("Conveyance"), true, new List<string>
                        {
                                "SolidTransferArm",
                                "SolidConduit",
                                "SolidConduitBridge",
                                "SolidConduitInbox",
                                "SolidConduitOutbox",
                                "SolidFilter",
                                "SolidVent",
                                "SolidLogicValve",
                                "SolidLimitValve",
                                SolidConduitDiseaseSensorConfig.ID,
                                SolidConduitElementSensorConfig.ID,
                                SolidConduitTemperatureSensorConfig.ID,
                                "AutoMiner",
                                "ModularLaunchpadPortSolid",
                                "ModularLaunchpadPortSolidUnloader"
                        }, ""),
                        new PlanScreen.PlanInfo(new HashedString("Rocketry"), true, new List<string>
                        {
                                "ClusterTelescope",
                                "ClusterTelescopeEnclosed",
                                "LaunchPad",
                                "Gantry",
                                "SteamEngine",
                                "KeroseneEngine",
                                "SolidBooster",
                                "LiquidFuelTank",
                                "OxidizerTank",
                                "OxidizerTankLiquid",
                                "CargoBay",
                                "GasCargoBay",
                                "LiquidCargoBay",
                                "CommandModule",
                                "TouristModule",
                                "ResearchModule",
                                "SpecialCargoBay",
                                "HydrogenEngine",
                                RocketControlStationConfig.ID,
                                "RocketInteriorPowerPlug",
                                "RocketInteriorLiquidInput",
                                "RocketInteriorLiquidOutput",
                                "RocketInteriorGasInput",
                                "RocketInteriorGasOutput",
                                "RocketInteriorSolidInput",
                                "RocketInteriorSolidOutput",
                                LogicClusterLocationSensorConfig.ID,
                                "RailGun",
                                "RailGunPayloadOpener",
                                "LandingBeacon"
                        }, ""),
                        new PlanScreen.PlanInfo(new HashedString("HEP"), true, new List<string>
                        {
                                "RadiationLight",
                                "ManualHighEnergyParticleSpawner",
                                "NuclearReactor",
                                "UraniumCentrifuge",
                                "HighEnergyParticleSpawner",
                                "HighEnergyParticleRedirector",
                                "HEPBattery",
                                "HEPBridgeTile",
                                "DevRadiationGenerator"
                        }, "EXPANSION1_ID")
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

Archiver|手机版|3DMGAME ( 京ICP备14006952号-1  沪公网安备 31011202006753号

GMT+8, 2026-3-27 06:28 , Processed in 0.027004 second(s), 16 queries , Memcached On.

Powered by Discuz! X3.2

© 2001-2013 Comsenz Inc.

快速回复 返回顶部 返回列表