Project Zomboid
Оценок: 40
Content Tweaker
   
Наградить
В избранное
В избранном
Удалить
Размер файла
Добавлен
Изменён
4.633 KB
25 янв. 2022 г. в 20:33
5 фев. 2022 г. в 1:05
Обновлений: 2 (просмотреть)

Подпишитесь, чтобы загрузить
Content Tweaker

В 1 коллекции, созданной Aristine
private re-sub
Предметов: 173
Описание
Framework for tweaking various content and content distributions.

Available Tweaks
  • Item Parameters
  • Item Distributions
  • Vehicle Zone Distributions (spawns) (currently only supports removal)

Planned Tweaks
  • Vehicle Parameters
  • Vehicle Distributions
  • Vehicle Component Parameters
  • Zombie Distributions


Examples?
You can use my Ballistic Tweaks mod as an example. The source code is available as a reference.

Workshop ID: 2731875387
Mod ID: ari_content_tweaker
Комментариев: 5
Sirze 11 дек. 2023 г. в 15:38 
Hi sorry for asking help in this comment but I can’t make work the function that remove items from all the loot tables, I need remove something of a mod. All other things works fine. Please can u help me?
General M-13 / Vindya Miriel 2 мар. 2022 г. в 3:39 
I wonder, would this also work to increase the health for walls or doors ? if so: how do you go about doing this? i've been fiddling but either i'm doing it wrong or it's not possible XD
in my case i'm trying to tweak Log Walls
Greez 26 янв. 2022 г. в 13:10 
Thanks
Aristine  [создатель] 26 янв. 2022 г. в 12:52 
@Greez Yeah, you'd just need to put it in double quotes like "Can Opener"
You can actually do the same for numerics, so "40" is the same as 40
Added an example here. [gitlab.com]
Greez 26 янв. 2022 г. в 12:33 
Hello. Will your Function work if the parameter changes are not numeric, but alphabetic?
for example change

Tags = Can Opener
on the
Tags = CanSloser
?