blueprint

Ini-option for craftspeed on structure

  • Exposure: public
  • UE Version: 4.18

prome

November 9, 2017, 10:44 am

Graphing to create an ini-option in GUS for craftspeed on a structure.

The Bool Option Ini is a True/False value. If set to true, the structure cant be placed. If false, or not specified in GUS it moves on to craft speed.

Float Option Ini, is a value, with or without decimals and overrides the craftingspeed on the structure blueprint. Leave it at 1 for default value. The value set in GUS is the craftspeed in that structure. Setting it to 2 in GUS will make it craft everything inside at double speed sinceits a multiplier.

The GUS with the above example will look like this,

[GaiaSettings]

DisableGaiaForge=True/False

GaiaForgeCraftSpeed=X

/ prome

Click the button above, it will automatically copy blueprint in your clipboard. Then in Unreal Engine blueprint editor, paste it with ctrl + v

1 comment

  • prome

    November 9, 2017, 10:50 am

    Graphing to create an ini-option in GUS for craftspeed on a structure. The Bool Option Ini is a True/False value. If set to true, the structure cant be placed. If false, or not specified in GUS it moves on to craft speed. Float Option Ini, is a value, with or without decimals and overrides the craftingspeed on the structure blueprint. Leave it at 1 for default value. The value set in GUS is the craftspeed in that structure. Setting it to 2 in GUS will make it craft everything inside at double speed sinceits a multiplier.

    The GUS with the above example will look like this, [GaiaSettings] DisableGaiaForge=True/False GaiaForgeCraftSpeed=X

    / prome