diff --git a/Manuals/scorch_manual_en.pdf b/Manuals/scorch_manual_en.pdf new file mode 100644 index 0000000..11327c2 Binary files /dev/null and b/Manuals/scorch_manual_en.pdf differ diff --git a/README.md b/README.md index 18954d1..3b6cd85 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Contributors: - Miker ([mikerro](https://github.com/mikerro)) - in-game music and sfx, ideas, QA - Kaz - original splash screen, SV Atari 50 splash screen, ideas - Adam ([6502adam](https://github.com/6502adam)) - font, design, QA -- Bocianu ([bocianu](https://github.com/bocianu)) - important ideas, FujiNet implementation, QA +- Bocianu ([bocianu](https://github.com/bocianu)) - important ideas, FujiNet implementation, QA, DTP - Emkay - splash screen music - Fox ([pfusik](https://github.com/pfusik)) - plot and point optimization - xorcerer ([xauberer](https://github.com/xauberer)) - AI generated splash and sticker @@ -27,7 +27,7 @@ You can contact us via [AtariAge](https://atariage.com) or [AtariOnLine](https:/ This source code was originally compiled with [OMC65 crossassembler](https://github.com/pkali/omc65) and on 2012-06-21 translated to [mads](https://github.com/tebe6502/Mad-Assembler). -Compilation: (requires mads compiled on 2023-06-03 or later) +Compilation: (requires mads newer than 2023-06-03) - `mads scorch.asm -o:scorch.xex -d:TARGET=800` for Atari800 version - `mads scorch.asm -o:scorch.bin -d:TARGET=5200` for Atari 5200 version - `mads scorchC64.asm -o:scorchC64.prg` for C64 version (WIP, not playable yet) @@ -55,6 +55,34 @@ With the advent of [fujinet](https://fujinet.online/) we are thinking about maki ## Changelog: +###### Version 1.43 +2023-12-07 + +Physical release version. +We are extremely pleased to inform you that our humble game was released on a physical media by Mq (Atari 8-bit version) and 5200 (atariage.com). + +![Scorch physical release](Manuals/images/scorch_physical.jpg) + +The most important changes: + +- Massive code and data optimizations making this dense mo********er of code even denser. Circa 1KiB gained and reused for fixes and improvements. +- New weapon - "Punch". Push the enemies to oblivion! +- Significant acceleration of mountain drawing. +- Default tank names based on their AI levels. +- MaxForce fix (starts from 990 as it should). +- Hovercraft landing fix. +- Second fire in Joy 2B+ standard fully supported. Different joystick types can be used simultaneously. +- Speedup of main menu display. +- "Stomp" weapon radius depents on Force. +- Super fast dirt fall with SFX, available by pressing [START] or in menu. +- Speed-up of screen clearing, text operations, "Napalm" and "Diggers". +- Unnecessary clearing of offensive texts removed. +- Flicker in inventory and store eliminated. +- Cyborg and Spoiler aim better, added barrel animation and sound to AI aiming. +- Ancient "Digger" bug fixed. +- Revamp of status + + ###### Version 1.30 2023-05-21