Welcome Guest! To enable all features please Login or Register.

Notification

Icon
Error

Options
Go to last post Go to first unread
Offline Jundiyy  
#1 Posted : Wednesday, February 21, 2018 10:10:44 AM(UTC)
Jundiyy
Captain
Joined: 1/8/2017(UTC)
Posts: 78

Was thanked: 4 time(s) in 4 post(s)
Hello, so I want to make a RadiationField
The RadiationFieldSmall lifetime is too short and the RadiationFieldMedium lifetime is too long.
I don't know what to change to make it in between.
Can you also guide me to which other INI files I need to change as well as I don't know.

I was looking at this INI but was confused what to edit to decrease the lifetime.
Then I saw something in OCL as well...so no idea how many files I need to edit before I can use it.
Sponsor
Offline acidbrain  
#2 Posted : Wednesday, February 21, 2018 11:17:10 AM(UTC)
acidbrain
General
Joined: 12/30/2011(UTC)
Posts: 982

Thanks: 95 times
Was thanked: 574 time(s) in 364 post(s)
You can find the radiationfield objects in 'System.ini' in the 'Object' folder, the lifetime is specified in the following module:
Code:

LifetimeUpdate
  MinLifetime = [integer, milliseconds]
  MaxLifetime = [integer, milliseconds, should be greater than or equal to MinLifetime]
End

; --- RadiationFieldSmall ---
Behavior = LifetimeUpdate ModuleTag_04
  MinLifetime = 2500
  MaxLifetime = 2500
End

; --- RadiationFieldMedium ---
Behavior = LifetimeUpdate ModuleTag_04
  MinLifetime = 30000
  MaxLifetime = 30000
End


Cheers

Edited by user Wednesday, February 21, 2018 11:18:39 AM(UTC)  | Reason: Secret

Panem et kirkinses
Offline AdrianeMapMaker  
#3 Posted : Wednesday, February 21, 2018 5:20:18 PM(UTC)
AdrianeMapMaker
General
C&C Labs Staff: Labs Staff MemberMaps Staff: Maps Staff Member
Joined: 3/8/2016(UTC)
Posts: 1,156
Philippines

Thanks: 312 times
Was thanked: 185 time(s) in 149 post(s)
Can we just use the lifetime update instead of fireweaponupdate, they use cleaning weapon to clear other fields eh
A part of ZH worldbuilders map making community
https://discord.gg/tJ6zyGb

UserPostedImage





Users browsing this topic
Guest
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.