Empyrion - Galactic Survival

Empyrion - Galactic Survival

⛔ (OBSOLETE) Reforged Eden 1
TheTrueLM 2023 年 11 月 20 日 下午 10:37
DrillAttachmentCV
Just wondering if theres a way to make the Drill Module - Laser(DrillAttachmentCV) for the CV, usable in atmosphere of planets. I was going through the BlocksConfig.ecf file in the Reforged Eden scenario and noticed it but I cant find a setting or variable to change.

If anyone could help me out that would be great.
< >
正在显示第 1 - 7 条,共 7 条留言
Fingersticks 2023 年 11 月 20 日 下午 10:59 
The CV drill can be found and changed in "ItemsConfig.ecf"

Item IDs:
Item Id: 132, Name: TurretMSDrillWeapon
Item Id: 138, Name: DrillAttachmentCVWeapon

A few lines below each one is this variable - AllowAt: Space
Replace it with - AllowAt: "Space,Planet"

Make sure to add the quotation marks around "Space,Planet" when you change it.

Personally, I also like to do the same to the multi-tool turret
Item Id: 135, Name: TurretMSToolWeapon
TheTrueLM 2023 年 11 月 20 日 下午 11:05 
引用自 Fingersticks
The CV drill can be found and changed in "ItemsConfig.ecf"

Item IDs:
Item Id: 132, Name: TurretMSDrillWeapon
Item Id: 138, Name: DrillAttachmentCVWeapon

A few lines below each one is this variable - AllowAt: Space
Replace it with - AllowAt: "Space,Planet"

Make sure to add the quotation marks around "Space,Planet" when you change it.

Personally, I also like to do the same to the multi-tool turret
Item Id: 135, Name: TurretMSToolWeapon

You're a real champ! Thanks for the help. One more thing if you dont mind.

A friend just asked if its possible to allow the Furnace on CV.
Fingersticks 2023 年 11 月 20 日 下午 11:23 
引用自 TheTrueLM
A friend just asked if its possible to allow the Furnace on CV.

That would be done in "BlocksConfig.ecf"

I dont mod that item, so I dont have its ID in my list, but you can probably find it by searching for "furnace".

This property will be in its section - AllowPlacingAt: Base

Change it to - AllowPlacingAt: "Base,MS"

Again, make sure to include the quotes around "Base,MS"
TheTrueLM 2023 年 11 月 20 日 下午 11:43 
I tried your setting changes but I keep getting "-ERR- ECF file syntax error: AllowPlacingAt: @!0 display: true" in the console on server startup. I reverted the changes and it goes away.
Fingersticks 2023 年 11 月 21 日 下午 7:05 
When you add:
"Base,MS"

you MUST include the double quotation marks "" around them.

If they are not present you will get that error

It should look exactly as below:
AllowPlacingAt: "Base,MS", display: true



I went ahead and added it to my config, although I dont use the furnace.
Find the entire section below

{ +Block Id: 1132, Name: Furnace Class: Furnace IndexName: Constructor Group: cpgConstructor Material: device MarketPrice: 22944, display: true Shape: ModelEntity Model: @models/Blocks/Mothership/FurnacePrefab Mesh-Damage-1: Mesh/D0 Mesh-Damage-2: Mesh/D1 Mesh-Damage-3: Mesh/D2 Mesh-Damage-4: Mesh/D3 DropMeshfile: Entities/Misc/BagSmallPrefab DropInventoryEntity: DropContainer Place: Free Info: bkiFurnace, display: true AllowPlacingAt: "Base,MS", display: true SizeInBlocks: "3,3,3", display: true SizeInBlocksLocked: "Base,MS" IsActivateable: true IsActivateableInCP: true IsLockable: true IsOxygenTight: false, display: true # ModelOffset: "0,0.5,0" SymType: 4 StackSize: 250 BlockColor: "110,110,110" Category: Devices Mass: 32025, type: float, display: true, formatter: Kilogram Volume: 4320, type: float, display: true, formatter: Liter EnergyIn: 3500, type: int, display: true, formatter: Watt CPUIn: 25000, type: int, display: true EnergyInIdle: 50, type: int, display: true, formatter: Watt EnergyDynamicGroup: Constructor HitPoints: 1500, type: int, display: true BlastParticleIndex: 1 BlastRadius: 10 BlastDamage: 7500 UnlockCost: 15, display: true UnlockLevel: 12, display: true TechTreeParent: ConstructorT2 TechTreeNames: "Base" Temperature: 250, display: true }
最后由 Fingersticks 编辑于; 2023 年 11 月 21 日 下午 8:20
Fingersticks 2023 年 11 月 21 日 下午 7:08 
Put one on the nose of my CV for good measure and painted it bright green.
https://psteamcommunity.yuanyoumao.com/sharedfiles/filedetails/?id=3091453673
TheTrueLM 2023 年 11 月 22 日 下午 12:24 
Thanks bro, I got it working now.
< >
正在显示第 1 - 7 条,共 7 条留言
每页显示数: 1530 50