This member has provided no bio about themself...

Comment History
megamurmulis
megamurmulis - - 11 comments @ Fillable Canteens 2.0

eat_thirstiness = -2.6 (45%) is around the value to avoid this (due x+rnd<y this can sometimes fail too, so might even go with -2.7).

Good karma+2 votes
megamurmulis
megamurmulis - - 11 comments @ Fillable Canteens 2.0

From mrdemonized DLTX version: Github.com
and Github.com

Good karma+2 votes
megamurmulis
megamurmulis - - 11 comments @ Fillable Canteens 2.0

Some useful additions like in old version - just adjust name "purification_tablet":
1. Besides trade_generic_medic and sakharov - should also add pill to:
\gamedata\configs\items\trade\mod_trade_stalker_sidorovich_fillable.ltx
\gamedata\configs\items\trade\mod_trade_generic_barman_fillable.ltx
\gamedata\configs\items\trade\mod_trade_stalker_loris_fillable.ltx
etc
Or use trader auto-inject script...

2. Cooking recipe for boiled_water to flask (just change to 10):
\gamedata\configs\items\settings\mod_cook_fillable_canteens.ltx

3. also adding as loot and treasure:
\gamedata\configs\items\settings\mod_death_generic_fillable_canteens.ltx
\gamedata\configs\items\settings\mod_treasure_manager_fillable_canteens.ltx

(mod_craft_fillable_canteens.ltx is now unnecessary)

Good karma+2 votes
megamurmulis
megamurmulis - - 11 comments @ Fillable Canteens 2.0

To get better icons from old versions of mod - take these 2 files from old mod ( Github.com ):
\gamedata\textures\ui\ui_water_pills.dds
\gamedata\textures\ui\ui_icon_fillable_canteens.dds

And add a DLTX mod file:
\gamedata\configs\mod_system_fillable_icons.ltx
With contents:
![purification_tablet]
icons_texture = ui\ui_water_pills ;ui\ui_canteens
inv_grid_x = 0 ;4
inv_grid_y = 0 ;0
![flask]
icons_texture = ui\ui_icon_fillable_canteens ;ui\ui_canteens
inv_grid_x = 1 ;0
inv_grid_y = 0 ;0
![empty_canteen]
icons_texture = ui\ui_icon_fillable_canteens ;ui\ui_canteens
inv_grid_x = 1 ;0
inv_grid_y = 1 ;0
![dirty_water]
icons_texture = ui\ui_icon_fillable_canteens ;ui\ui_canteens
inv_grid_x = 0 ;0
inv_grid_y = 0 ;0
![boiled_water]
icons_texture = ui\ui_icon_fillable_canteens ;ui\ui_canteens
inv_grid_x = 0 ;4
inv_grid_y = 1 ;0

Good karma+2 votes
megamurmulis
megamurmulis - - 11 comments @ Fillable Canteens 2.0

ISSUE: unfortunately smaller (20% vs original 52%) thirst restore value now can result in a nasty issue when in (deep) red (bellow 0.28):
1. if thirst goes bellow 0.28 - any food/drink action can result in a blackout (forced sleep) = time passes = more thirst again;
2. if drink fails to bring value over 0.28 = blackout again;

Thus requires drinking something with thirst restore > 28% to get out of this state. (even beak (27%) is too low if thirst is 0)..

Dirty solution: a quick dbl-tap on flash can sometimes result in drinking x2 = 0.3 thirst = no blackout, then just drinking again to get out of red-clamp.

Good karma+3 votes
megamurmulis
megamurmulis - - 11 comments @ Warfare mode traders ignore combat

1. Rather than including 1981 files = should only have 33 files that are actually modified..
2. To make DLTX version - make sure to use themrdemonized version ( Github.com ) as it fixes bug with "{=" in MerelyMezz version ( Github.com )..

You can download cleaned +DLTX version here: Github.com (or compile yourself)..

Good karma+5 votes
megamurmulis
megamurmulis - - 11 comments @ [DLTX] Traders sell recipes

This uses DLTX so safe to use if placed afterwards, even if does not follow all the customizations of TO..

Good karma+2 votes
megamurmulis
megamurmulis - - 11 comments @ Enhanced effect of caffeine pills

To make DLTX version:
Enhanced_effect_of_caffeine_pills_DLTX\gamedata\configs\mod_system_Caffeine_pills.ltx
![caffeine]
eat_sleepiness = -0.52 ;-0.22

Good karma+3 votes
megamurmulis
megamurmulis - - 11 comments @ Increased chances of finding recipes

1. Since this mods replaces death_items.ltx => please, make a DLTX version.

2. Be warned that this modded "death_items.ltx" file increases more than just recipe drop chances => also same for food, health, repair, parts, artifact drop chances = x10 higher chance to drop:
upgr_o_3_carry = 0.003 => 0.03
af_gravi_af_aam = 0.005 => 0.05
...

Good karma+1 vote
megamurmulis
megamurmulis - - 11 comments @ [DLTX] Traders sell recipes

Uploaded 3 versions - higher price, 50% chance; optionally rep/toolkit based..

Good karma+2 votes
megamurmulis
megamurmulis - - 11 comments @ (OLD) Fillable canteens

This will allow fill option during rain (insert after this row in haruka_fill.script):
near_water = false
if not near_water then
near_water = (level.rain_factor() >= 0.1)
end

Good karma+1 vote