Planetbase console commands

broken image

IL_0070: call instance void Planetbase.Planet :: addStartingSpecialization (int32) IL_0069: stfld valuetype Planetbase.Planet / Quantity Planetbase.Planet :: mMeteorRiskĪ piece responsible for the number of people.įor example, the line IL-006f: idc.i4.3 indicates that Worker`s will be 3. IL_0062: stfld valuetype Planetbase.Planet / Quantity Planetbase.Planet :: mSolarFlareRisk IL_005b: stfld valuetype Planetbase.Planet / Quantity Planetbase.Planet :: mSandstormRisk IL_0054: stfld valuetype Planetbase.Planet / Quantity Planetbase.Planet :: mLightAmount IL_004d: stfld valuetype Planetbase.Planet / Quantity Planetbase.Planet :: mAtmosphereDensity Now open the 123.il file with any text editor convenient for us, you can even use a stock Windows notebook.Ī piece of code responsible for weather conditions (the value is in the line above the name of the parameter)

broken image

In my case, I saved it as 123 (in addition to 123.il, another 123.res file will appear in the folder). Tip: Before doing anything, make a backup copy of the Assembly-CSharp.dll file. Open the Assembly-CSharp.dll file, usually located in C: \ Program Files (x86) \ Steam \ steamapps \ common \ Planetbase \ Planetbase_Data \ Managed, but on my Z drive. First of all, we find the ildasm program on our computer (I found it on C: \ Program Files (x86) \ Microsoft SDKs \ Windows \ v10.0A \ bin \ NETFX 4.6.1 Tools).

broken image