Lif Yo Modding: Claims

Place for sharing your game modifications for Life is Feudal: Your Own

Leikur
 
Posts: 2
Joined: 20 Apr 2015, 13:48

Lif Yo Modding: Claims

Post by Leikur » 26 Mar 2020, 14:19

Hey there,
is there an option to change the size of a claim?

greetings


Diegobh
 
Posts: 16
Joined: 25 Jul 2015, 00:27

Re: Lif Yo Modding: Claims

Post by Diegobh » 30 Mar 2020, 23:30

Mazytus wrote:Edited: max size 1, 2 ,3 lvl in <server>\scripts\server\cm_config.cs
max size 4 lvl - in ddctd_cm_yo_server.exe

Encoded/Obfustrated cm_config.cs.dso

How decrypt it to change and how encrypt again, please?
ty!


Rmr
 
Posts: 1
Joined: 05 Apr 2020, 06:54

Re: Lif Yo Modding: Claims

Post by Rmr » 05 Apr 2020, 06:56

just put and edit values of:

Code: Select all
$cm_config::Claims::guildLevel1RadiusTown = 20;
$cm_config::Claims::guildLevel1RadiusCountry = 20;
$cm_config::Claims::guildLevel2RadiusTown = 30;
$cm_config::Claims::guildLevel2RadiusCountry = 30;
$cm_config::Claims::guildLevel3RadiusTown = 50;
$cm_config::Claims::guildLevel3RadiusCountry = 50;
$cm_config::Claims::guildLevel4RadiusTown = 100;
$cm_config::Claims::guildLevel4RadiusCountry = 100;


in any your custom scripts.


Samurah.rs
 
Posts: 1
Joined: 04 Mar 2021, 15:32

Re: Lif Yo Modding: Claims

Post by Samurah.rs » 04 Mar 2021, 15:44

Rmr wrote:just put and edit values of:

Code: Select all
$cm_config::Claims::guildLevel1RadiusTown = 20;
$cm_config::Claims::guildLevel1RadiusCountry = 20;
$cm_config::Claims::guildLevel2RadiusTown = 30;
$cm_config::Claims::guildLevel2RadiusCountry = 30;
$cm_config::Claims::guildLevel3RadiusTown = 50;
$cm_config::Claims::guildLevel3RadiusCountry = 50;
$cm_config::Claims::guildLevel4RadiusTown = 100;
$cm_config::Claims::guildLevel4RadiusCountry = 100;


in any your custom scripts.


where can I get a reference list for those commands?

Return to Game mods