Skip to content
Dmitry Prigodich edited this page Jul 6, 2022 · 2 revisions

Welcome to the kbds_var_mod wiki!

Game Resources

  • *.kfs is a simple .zip archive, opened by any archive manager, like 7Zip or WinRar;
  • /data/data.kfs - contains unit data and a lot of other stuff, some new additional units may be found in ses.kfs archive;
  • /sessions/darkside/loc_ses.kfs/<lng>_units.lng - contains unit names, single (cpn_*) or plural (cpsn_*); these names could be used to find unit config (*.atom);
  • /sessions/darkside/loc_ses*.kfs/<lng>_units_features.lng - contains strings for features_label, features_hints for unit's .atom's;
  • /sessions/darkside/loc_ses*.kfs/<lng>_windows.lng - UI localization, possible to add mod naming, for example, in start_version=;
  • /sessions/darkside/ses.kfs/logic.txt - contains all feature list, not added automatically to the unit description;
  • /sessions/darkside/ses.kfs/hero.txt - starting settings for heroes;
  • /sessions/darkside/ses.kfs/logic_hero.lua - update settings for heroes;

Features

  • resistances=

physical,poison,magic,fire,glacial,astral

  • features=

armor,shot,mage,undead,eyeless,demon,dragon,plant,mind_immunitet,fire_immunitet,magic_immunitet,poison_immunitet,freeze_immunitet,holy,bone,golem,humanoid,beast,nonecro,barrier,archer,boss,pawn,orb,mech,summoned_creature,rune_knowledge,ice_creature,light_step,ghost,light,dark

Clone this wiki locally