Skip to content

Commit a6ead16

Browse files
authored
Merge pull request #22 from jakobharder/devel/0.8
minor gameplay improvements
2 parents 5fa4d45 + aa189ae commit a6ead16

120 files changed

Lines changed: 1097 additions & 828 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

resources/Changelog.md

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,23 @@
11
# Burntime Changelog
22

3-
## 0.7 - Options, Trader and Amiga (2023-10-26)
3+
## 0.8 - Gameplay Improvements (2023-11-01)
4+
5+
### Changes
6+
7+
- Automatically equip weapons and protection
8+
- Don't use guns when dogs or mutants attack you
9+
- Right click on an rope item to get a hint
10+
- Support German letter `ß` in texts
11+
- Improved randomness of trader items
12+
- Show food and water reserves in main UI
13+
- Show day and camp numbers in save game menu
14+
15+
### Fixes
16+
17+
- Fixed a potential crash when entering a trader with intro
18+
- Fixed inventory not opening after killing a dog
19+
20+
## 0.7 - Options, Trader and Amiga (2023-10-29)
421

522
### Changes
623

@@ -17,7 +34,7 @@
1734
- Trader intro scenes
1835
- Inventory UIs
1936
- Added Amiga sounds, music
20-
- Amiga version hit, barf and die sounds
37+
- Amiga version hit, bark and die sounds
2138
- Switch to Amiga music in options
2239
- Start game with language selection
2340
- Save user settings
65.7 KB
Loading

resources/game/classic/items.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -204,6 +204,7 @@ burngfx=43
204204
[item_rope]
205205
class=key
206206
burngfx=44
207+
fluff=@newburn?33
207208

208209
[item_iron_bars]
209210
class=useless

resources/game/classic/items_original.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -204,6 +204,7 @@ burngfx=43
204204
[item_rope]
205205
class=key
206206
burngfx=44
207+
fluff=@newburn?33
207208

208209
[item_iron_bars]
209210
class=useless

resources/game/classic/lang/en/BURN.TXT

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -419,9 +419,9 @@ XXXXXXXXXXXXXXXXXXXX}
419419
calculate data...}
420420
Please take the word |E}
421421
from line |D on page |C}
422-
|J days}
423-
|D days}
424-
|C days}
422+
|J days|#1 day}
423+
|D days|#1 day}
424+
|C days|#1 day}
425425
Music OFF}
426426
}
427427
}
@@ -529,7 +529,7 @@ nothing.}
529529
}
530530
}
531531
For that you can have grub}
532-
for |E days.}
532+
for |E days.|#for 1 day.}
533533
}
534534
Enjoy it ...}
535535
Ha, ha, ha !}
@@ -549,7 +549,7 @@ like this anywhere else.}
549549
}
550550
}
551551
For that you can get enough}
552-
water for |E days.}
552+
water for |E days.|#water for 1 day.}
553553
}
554554
Cheers, and drop by again}
555555
sometime.}
@@ -569,20 +569,20 @@ drinks like I do.}
569569
}
570570
}
571571
In}
572-
|J days you have}
573-
captured |A camps}
572+
|J days you have|#|J day you have}
573+
captured |A camps|#captured 1 camp|#captured no camps}
574574
and now control |I of |K cities.}
575575
}
576576
Your employees:}
577-
|B Fighters}
578-
|G Technicians}
579-
|H Doctors}
577+
|B Fighters|#|B Fighter}
578+
|G Technicians|#|G Technician}
579+
|H Doctors|#|H Doctor}
580580
}
581581
You have in storage:}
582-
|C Maggots}
583-
|D Rats}
584-
|E Snakes}
585-
|F Pieces of meat}
582+
|C Maggots|#|C Maggot}
583+
|D Rats|#|D Rat}
584+
|E Snakes|#|E Snake}
585+
|F Pieces of meat|#|F Piece of meat}
586586
}
587587
}
588588
}

resources/game/classic/lang/en/newburn.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,11 @@ Jukebox
3131
Music AMIGA
3232
Music DOS
3333
Music REMASTER
34-
35-
36-
37-
38-
34+
Can be used to reach high places.
35+
Water: {w}+{tw} Food: {f}+{tf}}
36+
|A camps|#1 camp|#no camps
37+
in |J days|# in 1 day
38+
incompatible
3939

4040

4141

0 commit comments

Comments
 (0)