Skip to content

Commit

Permalink
Merge pull request #22 from jakobharder/devel/0.8
Browse files Browse the repository at this point in the history
minor gameplay improvements
  • Loading branch information
jakobharder authored Nov 1, 2023
2 parents 5fa4d45 + aa189ae commit a6ead16
Show file tree
Hide file tree
Showing 120 changed files with 1,097 additions and 828 deletions.
21 changes: 19 additions & 2 deletions resources/Changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,23 @@
# Burntime Changelog

## 0.7 - Options, Trader and Amiga (2023-10-26)
## 0.8 - Gameplay Improvements (2023-11-01)

### Changes

- Automatically equip weapons and protection
- Don't use guns when dogs or mutants attack you
- Right click on an rope item to get a hint
- Support German letter `ß` in texts
- Improved randomness of trader items
- Show food and water reserves in main UI
- Show day and camp numbers in save game menu

### Fixes

- Fixed a potential crash when entering a trader with intro
- Fixed inventory not opening after killing a dog

## 0.7 - Options, Trader and Amiga (2023-10-29)

### Changes

Expand All @@ -17,7 +34,7 @@
- Trader intro scenes
- Inventory UIs
- Added Amiga sounds, music
- Amiga version hit, barf and die sounds
- Amiga version hit, bark and die sounds
- Switch to Amiga music in options
- Start game with language selection
- Save user settings
Expand Down
Binary file added resources/game/classic/gfx/trader_background.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions resources/game/classic/items.txt
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,7 @@ burngfx=43
[item_rope]
class=key
burngfx=44
fluff=@newburn?33

[item_iron_bars]
class=useless
Expand Down
1 change: 1 addition & 0 deletions resources/game/classic/items_original.txt
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,7 @@ burngfx=43
[item_rope]
class=key
burngfx=44
fluff=@newburn?33

[item_iron_bars]
class=useless
Expand Down
28 changes: 14 additions & 14 deletions resources/game/classic/lang/en/BURN.TXT
Original file line number Diff line number Diff line change
Expand Up @@ -419,9 +419,9 @@ XXXXXXXXXXXXXXXXXXXX}
calculate data...}
Please take the word |E}
from line |D on page |C}
|J days}
|D days}
|C days}
|J days|#1 day}
|D days|#1 day}
|C days|#1 day}
Music OFF}
}
}
Expand Down Expand Up @@ -529,7 +529,7 @@ nothing.}
}
}
For that you can have grub}
for |E days.}
for |E days.|#for 1 day.}
}
Enjoy it ...}
Ha, ha, ha !}
Expand All @@ -549,7 +549,7 @@ like this anywhere else.}
}
}
For that you can get enough}
water for |E days.}
water for |E days.|#water for 1 day.}
}
Cheers, and drop by again}
sometime.}
Expand All @@ -569,20 +569,20 @@ drinks like I do.}
}
}
In}
|J days you have}
captured |A camps}
|J days you have|#|J day you have}
captured |A camps|#captured 1 camp|#captured no camps}
and now control |I of |K cities.}
}
Your employees:}
|B Fighters}
|G Technicians}
|H Doctors}
|B Fighters|#|B Fighter}
|G Technicians|#|G Technician}
|H Doctors|#|H Doctor}
}
You have in storage:}
|C Maggots}
|D Rats}
|E Snakes}
|F Pieces of meat}
|C Maggots|#|C Maggot}
|D Rats|#|D Rat}
|E Snakes|#|E Snake}
|F Pieces of meat|#|F Piece of meat}
}
}
}
Expand Down
10 changes: 5 additions & 5 deletions resources/game/classic/lang/en/newburn.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@ Jukebox
Music AMIGA
Music DOS
Music REMASTER





Can be used to reach high places.
Water: {w}+{tw} Food: {f}+{tf}}
|A camps|#1 camp|#no camps
in |J days|# in 1 day
incompatible



Expand Down
Loading

0 comments on commit a6ead16

Please sign in to comment.