Skip to content

Commit

Permalink
Fix craft button disappear when using HRP, update changelog and insta…
Browse files Browse the repository at this point in the history
…ller
  • Loading branch information
phobos2077 committed May 25, 2024
1 parent d3be4f0 commit 2821768
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 3 deletions.
14 changes: 14 additions & 0 deletions docs/ecco_changelog.txt
Original file line number Diff line number Diff line change
@@ -1,13 +1,27 @@
-=== CHANGELOG ===-

v0.9.6:
> Healing:
- replaced default FirstAid/Doctor/Repair skill usage with fully-featured scripted implementation
- added critical healing success: restores more HP than normal
- changed first aid kits, doctor bags, etc. will now have a fixed number of uses instead of a 10% chance to remove on every use
- buffed restored HP amount for all 3 skills
- buffed number of heal actions per day to 4 (from 3)
- nerfed rest heal interval to 6 hours (from 3)
- nerfed world travel heal interval to 24 hours (was 1 real-time second; requires future sfall update)
- fixed numerious bugs and inconsistencies of vanilla system

> Crafting:
- fixed craft button disappearing when using external HRP

> Balance:
- changed monster part quests requirements/rewards ratio to make economic sense
- minor weapon stat tweaks

> Installer:
- added more options for disabling some mod features


v0.9.5
> Crafting:
- redesigned crafting button and item description window
Expand Down
6 changes: 5 additions & 1 deletion docs/todo.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
for 0.9.*:
for 0.9.6:
- make sure all healing options are properly balanced
- investigate reload death anim bug
- playtest


Expand All @@ -19,6 +21,8 @@ Considering:


IDEAS:
- buff effectiveness of using First Aid/Doctor skills for healing (it is super lame at 75%)
- deflation: increase value of money buy reducing buying and selling price bias by the same % (will make monetary rewards more meaningful)
- don't allow to craft "factory-level" items like Metal armor, but allow upgrades to Mk2
- crafting some advanced leather armor
- crafting robes?
Expand Down
8 changes: 7 additions & 1 deletion extra/installer.iss
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ en.CRemoveBonusRoF=Removal of Bonus Rate of Fire perk
en.CThrowingMeleeDmg=Apply Melee Damage stat to Throwing weapons
en.CStimpakRadiation=Stimpaks slightly irradiate on use
en.CStimpakSkillScaling=Stimpaks & Healing Powders heal amount scales with First Aid skill
en.CHealingSkillsMod=Healing skills and passive healing overhaul
en.CCarTravelTweaks=Car Travel changes (25% slower)
en.CStealTweaks=Steal changes
en.CMonsterParts=New critter body parts and related quests
Expand All @@ -93,6 +94,7 @@ ru.CRemoveBonusRoF=Удаление перка "Бонус скорострел
ru.CThrowingMeleeDmg=Применять урон ближнего боя к метательному оружию
ru.CStimpakRadiation=Стимпаки слегка облучают при применении
ru.CStimpakSkillScaling=Эффективность стимпаков и лечебных порошков зависит от навыка первой помощи
ru.CHealingSkillsMod=Переработка навыков лечения и пассивного лечения
ru.CCarTravelTweaks=Изменения параметров автомобиля (25% медленнее)
ru.CStealTweaks=Изменения воровства
ru.CMonsterParts=Новые части тел существ и связанные с ними квесты
Expand All @@ -116,6 +118,7 @@ Name: "main"; Description: "{cm:CMain}"; Types: full custom; Flags: fixed
Name: "carry_unspent_ap"; Description: "{cm:CCarryUnspentAP}"; Types: full
Name: "remove_bonus_rof"; Description: "{cm:CRemoveBonusRoF}"; Types: full
Name: "throwing_melee_dmg"; Description: "{cm:CThrowingMeleeDmg}"; Types: full
Name: "healing_skills_mod"; Description: "{cm:CHealingSkillsMod}"; Types: full
Name: "stimpak_skill_scaling"; Description: "{cm:CStimpakSkillScaling}"; Types: full
Name: "stimpak_radiation"; Description: "{cm:CStimpakRadiation}"; Types: full
Name: "car_travel_tweaks"; Description: "{cm:CCarTravelTweaks}"; Types: full
Expand Down Expand Up @@ -166,7 +169,10 @@ Filename: "{app}\mods\ecco\combat.ini"; Section: "APCOST"; Key: "carry_unspent_a
Filename: "{app}\mods\ecco\combat.ini"; Section: "THROWING"; Key: "apply_melee_dmg"; String: "0"; Components: not throwing_melee_dmg
Filename: "{app}\mods\ecco\combat.ini"; Section: "MONSTER_PARTS"; Key: "enable"; String: "0"; Components: not monster_parts
Filename: "{app}\mods\ecco\misc.ini"; Section: "ITEM_TWEAKS"; Key: "stimpak_radiation_disable"; String: "1"; Components: not stimpak_radiation
Filename: "{app}\mods\ecco\misc.ini"; Section: "FIRST_AID"; Key: "ini_healing_skill_max"; String: "0"; Components: not stimpak_skill_scaling
Filename: "{app}\mods\ecco\misc.ini"; Section: "HEALING_DRUGS"; Key: "skill_max"; String: "0"; Components: not stimpak_skill_scaling
Filename: "{app}\mods\ecco\misc.ini"; Section: "HEALING_SKILLS"; Key: "skill_use_mod"; String: "0"; Components: not healing_skills_mod
Filename: "{app}\mods\ecco\misc.ini"; Section: "HEALING_REST"; Key: "heal_time_rest"; String: "180"; Components: not healing_skills_mod
Filename: "{app}\mods\ecco\misc.ini"; Section: "HEALING_REST"; Key: "heal_time_travel"; String: "0"; Components: not healing_skills_mod
Filename: "{app}\mods\ecco\misc.ini"; Section: "CAR_TRAVEL"; Key: "enable_tweaks"; String: "0"; Components: not car_travel_tweaks
Filename: "{app}\mods\ecco\misc.ini"; Section: "STEAL"; Key: "enable_tweaks"; String: "0"; Components: not steal_tweaks
Expand Down
2 changes: 1 addition & 1 deletion scripts_src/_pbs_craft/gl_pbs_craft.ssl
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ procedure create_button begin
variable
x := get_interface_x(WINTYPE_IFACEBAR) + get_interface_width(WINTYPE_IFACEBAR) - BUTTON_RIGHT_OFFSET,
y := (get_screen_height - BUTTON_BOTTOM_OFFSET);
create_win_flag(WIN_CRAFT_BTN, x, y, BUTTON_WIDTH, BUTTON_HEIGHT, WIN_FLAG_DONTMOVE bwor WIN_FLAG_TRANSPARENT);
create_win_flag(WIN_CRAFT_BTN, x, y, BUTTON_WIDTH, BUTTON_HEIGHT, WIN_FLAG_DONTMOVE bwor WIN_FLAG_MOVEONTOP);
SelectWin(WIN_CRAFT_BTN);
AddButton("but", 0, 0, BUTTON_WIDTH, BUTTON_HEIGHT);
AddButtonGFX("but", PCX_BUTTON_DOWN, PCX_BUTTON_UP, PCX_BUTTON_UP);
Expand Down

0 comments on commit 2821768

Please sign in to comment.