Autor Tema: Nuevos cracks de juegos clasicos.  (Leído 143499 veces)

marcos64

  • Commodore Master
  • *****
  • Mensajes: 2958
    • Ver Perfil
    • http://marcos64.orgfree.com/
Re:Nuevos cracks de juegos clasicos.
« Respuesta #360 en: Julio 26, 2024, 08:59:03 »
Nuevo crack de Nostalgia del IO. Mira que era dificil este juego  >:(

https://csdb.dk/release/?id=244522

http://marcos64.orgfree.com/
Actualizacion 22/4/2018: Actualizada Load'N'Run numero 5 con nuevos TAPs y PRGs.

josepzin

  • Administrador
  • Commodore Master
  • *****
  • Mensajes: 14267
  • Commodoreador web
    • Ver Perfil
    • Mi blog
Re:Nuevos cracks de juegos clasicos.
« Respuesta #361 en: Julio 27, 2024, 05:36:51 »
Súper difícil... A ver si con este crack lo puedo disfrutar, porque sino no hay caso..
www.retroinvaders.com | www.commodoreplus.org  | josepzin.blogspot.com

marcos64

  • Commodore Master
  • *****
  • Mensajes: 2958
    • Ver Perfil
    • http://marcos64.orgfree.com/
Re:Nuevos cracks de juegos clasicos.
« Respuesta #362 en: Julio 27, 2024, 09:07:47 »
Y otro juegazo que tiene un nuevo crack gracias a Nostalgia: Fight Night

https://csdb.dk/release/?id=244528

http://marcos64.orgfree.com/
Actualizacion 22/4/2018: Actualizada Load'N'Run numero 5 con nuevos TAPs y PRGs.

Bieno

  • Administrador
  • Commodore Master
  • *****
  • Mensajes: 4221
  • PRINT"ADORA A TU COMMODORE"
    • Ver Perfil
    • bieno64
Re:Nuevos cracks de juegos clasicos.
« Respuesta #363 en: Septiembre 06, 2024, 17:08:59 »
TREX ha publicado la versión en Easyflash del clásico de Windham Classics Below de Root, otra joya avanzada a su tiempo y uno que tenéis que probar.



https://csdb.dk/release/index.php?id=245434

Bieno

  • Administrador
  • Commodore Master
  • *****
  • Mensajes: 4221
  • PRINT"ADORA A TU COMMODORE"
    • Ver Perfil
    • bieno64
Re:Nuevos cracks de juegos clasicos.
« Respuesta #364 en: Septiembre 08, 2024, 21:15:08 »



Mission Impossible Extended. Aun no he tenido tiempor para probarlo pero habrá que hacerlo

Página del proyecto:
https://c64universe.wordpress.com/2024/04/30/impossible-mission-revised-2024-extend/

Descarga:
https://csdb.dk/release/?id=242553

Notas de la revisión:
Impossible Mission Revised, based on the AUS version original.

The game had no disk protection, but at least 3 bombs left in the code. It checks if $d024 has $0a, if not hang up. The game does JSR in the CIA register $dd03 where it stores $60 earlier in the code that gets overwritten. Finally, it has an IRQ call to zp just to update the frame counter, which gets overwritten at reset. They all are now removed and the code is made tidier.

It is a bold move to start to improve on a perfect computer game, you might think what on earth could be improved. I checked all the ports of the game from YouTube and noticed that on the BBC version screen did shake when the hero fell from high enough down. On the PlayStation version, there was a nice feature where the map marked down which rooms had been emptied by searching. I found also some bugs and places for more polish to make the game even more enjoyable than it was originally.

To give more challenge stencils for cutting the puzzle pieces are reworked so the familiar shapes are not 100% the same anymore. Also, the RNG is now handled in a way that every game should be different.

I'm personally very happy with how this all turned out to be, I absolutely love this game, and even more now!

The Usual pains can be read from the Changelog below.

CHANGES:

      - X ABC algorithm Random Number Generator from codebase64 inserted into the game
         - at the start of the game you need to interact with the joystick 2 for added entropy in RNG start.
         - the player needs to push the joy2 button and upon releasing it, the RNG seed is set with the user interaction information.
         
      - The dummy loop wait routine changed to D012-based waiting instead of burning CPU cycles for time.
         - this fixes timings with possible CPU speeders.

      - The Game clock is now set with PAL/NTSC info, 1 second is 60 frames in NTSC and 50 in PAL
         - The original game ran slower on PAL systems as one second was 60 frames on all versions.
         - The game has PAL/NTSC detection, I used that for setting the clock tick value.
      
      - After the game over laughter, the screen shakes and blanks to white, the screen isn't centered and black color peeked from the edges.
         - Restored default screen values after shaking.
      
      - Added code to play samples more loudly on 8580.
         - the Vice seems to distort but plays ok on real hw.

      - TNT helped with proposing packing Elvin Atombender gfx
         - TNT supplied packed data and unpack-routine
         - 1k color info now takes only 157bytes
      
      - File saving simplified
         - The original file save was overcomplicated.
         - first, it saved "HI2", then deleted "HI" and renamed HI2 to HI
         - new one uses overwrite

      - IRQ and File-saving routines moved lower in memory
         - saving works now with action replay active
         - FC3 corrupts the screen after saving, but save works and you can restart the game using RUN/STOP, RESTORE or both.

      - the time-out game over scene, bugs and features.
         - the last byte of the bank is visible
         - elevator sprites make the scene look broken
         - the last byte of the bank is now cleared during the screen shake and restored afterward.
         - the elevator wall sprite is turned off and the ceiling sprite is moving with the screen
         - the scene looks now much better
      
      - Rooms 15 and 20 were incorrectly assigned hires color to MC tiles
         - Changed the color code showing tiles as MC
         - This can be argued if it is a bug or an intentional choice.
         - My take on this is that it was a bug, which is now fixed.

      - If a room has been emptied by searching, it is hollow on the player map.
         - This makes the game a little bit more comfortable to play
         - this was surprisingly difficult to add

      - If the player falling accelerates above a certain threshold shake the screen
         - 5 frames random $d011 shake implemented
         - Avoiding the last byte of the bank is needed again, I should look into skipping that byte for code.
         - no sound fx for the falling thud
         - there was also a bug in the original game, the falling byte wasn't set on the death event which caused a lot of unnecessary processing of the hero.

      - The game clock is now in a 24-hour format
         - I don't believe agents/military/whatever officials use am/pm time to avoid confusion.
      
      - Note puzzle rooms are also marked on the map with a checker pattern

      - Screen shake after the player falls from a high place now also moves the sprites along the screen shake. looks much cleaner now.
         - Sound effect added for the floor hit.
      
      - Also the door to Elvin's lair is marked on the map, but you need to collect the items first.

      - Sprite clock code is done, it shows hours and minutes.
         - displaying the clock on the playfield is another pain in the butt
         - WIP
      
      - I ran out of memory again.
         - now more of Elvin's end screen is packed
         - large code blocks moved under IO which are mainly responsible for randomizing the game on init.

      - The game now has 32 different passwords
         - One gets chosen randomly on the game start
      
      - The game clock is now rendered in characters in normal rooms
         - the clock is at the upper right corner of the screen
         - it cannot be shown when a player is searching for items as it uses the same characters.
         - it cannot be shown in note puzzle rooms, as the GFX uses the same characters.
         - it doesn't show up in the elevator room, as you can activate the clock by pressing the fire button.
      
      - New bot animation frame sprites by Trurl
         - you can now see the backside of the bot if the game randomly chooses so.
         - it was a true pain to add these, the game had its own logic tuned pretty hard into just 6 frames of robot animation, peeking etc..
         - we have now a total of 12 frames of robot sprites, and still have some memory left!
         - a lot of problems caused here, I hope I fixed them all which I caused myself.

      - Fixed a color bug in the phone user interface from the "orientation corrected" message.
      
      - 32 passwords were a little too much, back to only 24 which will fit in one page of memory.

      - Excellent suggestion from a test user the wolf from the lemon64 forums
         - make the clock run from 12:00 -> 18:00 so the semicolon can be fitted cleanly.
         - There are 2 characters of space, 16 pixels in total.
         - Number font is 3x5 pixels and when you want to show 4 digits, it takes 3+1 pix (we want to have some space between digits)
         - 4*4 digits is 16 pix, so no room for a semicolon.
         - We can LSR the last 2 digits to get 2 pixels of space between hours and minutes.
         - Number 1 is special because it's just 1 pixel wide, so if we ASL hour digits also we can have a 3 pixel wide gap for the semicolon.
         - Usually, the simple solution is the best, too bad it's often hard to come by yourself when you are fixated on thinking about something else.
      
      - Preparing to change in-game Commodore ROM font to something else
         - a to z and 0 to 9 needed
         - The font called 7-up from https://home-2002.code-cop.org/c64/ is selected into the game.
      
      - Extra robot sprites moved to even Sprite Pointer number
         - The game uses the first bit of the pointer when peeking behind its back
         - An uneven pointer number caused me some days of pain because I wanted to save 64 bytes.

      - Modified puzzle stencils to change the challenge with the puzzles
         - done, more challenge added
      
      - Fixed score calculation to calculate seconds on 0-6 hours instead of 12-18.
      
      - A small cosmetic change to the char clock shown in the rooms.

      
Traditional tools used list:

64tass
Ghidra
6502 Bench
010 Editor
Spritepad Pro
Charpad Pro
VSCode editor
Retrodebugger
Vice
Exomizer
CC1541
Dart
DirMaster



cubelindo

  • Commodore Overlord
  • Desarrolladores
  • Commodore Master
  • ******
  • Mensajes: 771
    • Ver Perfil
Re:Nuevos cracks de juegos clasicos.
« Respuesta #365 en: Septiembre 09, 2024, 21:09:59 »
TREX ha publicado la versión en Easyflash del clásico de Windham Classics Below de Root, otra joya avanzada a su tiempo y uno que tenéis que probar.



https://csdb.dk/release/index.php?id=245434

No me había dado cuenta que habían sacado por fin el Alice y éste en EF. Son super-juegos, divertidos y completos. Jugué al Alice en el VICE, es muy difícil que no se te corrompan los saves, ojalá lo hayan resuelto bien aquí (tuve que usar savestates, por eso lo jugaba en el VICE)
All Your Base Society

marcos64

  • Commodore Master
  • *****
  • Mensajes: 2958
    • Ver Perfil
    • http://marcos64.orgfree.com/
Re:Nuevos cracks de juegos clasicos.
« Respuesta #366 en: Septiembre 16, 2024, 22:03:30 »
Version mejorada del crack de Nostalgia del Space Taxi.



https://csdb.dk/release/?id=245773

Y nueva version del Night Mission Pinball Extended.



https://csdb.dk/release/?id=245726
http://marcos64.orgfree.com/
Actualizacion 22/4/2018: Actualizada Load'N'Run numero 5 con nuevos TAPs y PRGs.

Bieno

  • Administrador
  • Commodore Master
  • *****
  • Mensajes: 4221
  • PRINT"ADORA A TU COMMODORE"
    • Ver Perfil
    • bieno64
Re:Nuevos cracks de juegos clasicos.
« Respuesta #367 en: Septiembre 20, 2024, 17:31:28 »
El Space Taxi, en su enésimo crack e imagino que el definitivo. De cualquier modo, un juego superdivertido y creo que exclusivo para el c64



https://csdb.dk/release/?id=245773


Bieno

  • Administrador
  • Commodore Master
  • *****
  • Mensajes: 4221
  • PRINT"ADORA A TU COMMODORE"
    • Ver Perfil
    • bieno64
Re:Nuevos cracks de juegos clasicos.
« Respuesta #368 en: Noviembre 27, 2024, 11:18:06 »
Nuevas joyas con cracks mejorados.
El Mermaid Madness, un juego que me encantaba por su música e historia

https://csdb.dk/release/?id=247711

Highnoon, otro pero que ya descubrí en los dosmiles y ni sabía que existía. De lo primero de Ocean

https://csdb.dk/release/?id=247534&show=summary#summary

Y el The Dambusters, al que jugaba pero que me faltaban las instrucciones.

https://csdb.dk/release/?id=247893

marcos64

  • Commodore Master
  • *****
  • Mensajes: 2958
    • Ver Perfil
    • http://marcos64.orgfree.com/
Re:Nuevos cracks de juegos clasicos.
« Respuesta #369 en: Noviembre 27, 2024, 21:42:57 »
Ahora iba a añadir el Dambusters  :)

Menudo juegazo... y todo un clasico.
http://marcos64.orgfree.com/
Actualizacion 22/4/2018: Actualizada Load'N'Run numero 5 con nuevos TAPs y PRGs.

josepzin

  • Administrador
  • Commodore Master
  • *****
  • Mensajes: 14267
  • Commodoreador web
    • Ver Perfil
    • Mi blog
Re:Nuevos cracks de juegos clasicos.
« Respuesta #370 en: Noviembre 28, 2024, 03:50:17 »
Nuevas joyas con cracks mejorados.
El Mermaid Madness, un juego que me encantaba por su música e historia

https://csdb.dk/release/?id=247711

Al Mermaid lo jugábamos con mis primos!!
www.retroinvaders.com | www.commodoreplus.org  | josepzin.blogspot.com

marcos64

  • Commodore Master
  • *****
  • Mensajes: 2958
    • Ver Perfil
    • http://marcos64.orgfree.com/
Re:Nuevos cracks de juegos clasicos.
« Respuesta #371 en: Diciembre 13, 2024, 22:19:17 »
Raiders of the Lost Empire presenta un nuevo crack de otro gran clasico: Action Biker

https://csdb.dk/release/?id=248275

http://marcos64.orgfree.com/
Actualizacion 22/4/2018: Actualizada Load'N'Run numero 5 con nuevos TAPs y PRGs.

marcos64

  • Commodore Master
  • *****
  • Mensajes: 2958
    • Ver Perfil
    • http://marcos64.orgfree.com/
Re:Nuevos cracks de juegos clasicos.
« Respuesta #372 en: Diciembre 31, 2024, 16:08:57 »
De nuevo Raiders of the Lost Empire ha hecho un crack de un super clasico, seguro que un Top10 o incluso un Top5 o Top3 de la primera epoca.

Fort Apocalypse

En mi opinion, lo mejor es el haberle añadido la grabacion de las puntuaciones maximas  ;)

https://csdb.dk/release/?id=248706

http://marcos64.orgfree.com/
Actualizacion 22/4/2018: Actualizada Load'N'Run numero 5 con nuevos TAPs y PRGs.

marcos64

  • Commodore Master
  • *****
  • Mensajes: 2958
    • Ver Perfil
    • http://marcos64.orgfree.com/
Re:Nuevos cracks de juegos clasicos.
« Respuesta #373 en: Enero 14, 2025, 21:52:58 »
En esta ocasion se trata de un crack/mejora de un juego que fue de los primeros en explorar el concepto de mundo abierto.

Ni idea de que mejoras tiene pero la acogida en CSDB ha sido muy buena.

Action Biker Enhanced

https://csdb.dk/release/?id=249136

http://marcos64.orgfree.com/
Actualizacion 22/4/2018: Actualizada Load'N'Run numero 5 con nuevos TAPs y PRGs.

marcos64

  • Commodore Master
  • *****
  • Mensajes: 2958
    • Ver Perfil
    • http://marcos64.orgfree.com/
Re:Nuevos cracks de juegos clasicos.
« Respuesta #374 en: Marzo 30, 2025, 19:03:34 »
En las ultimas semanas Nostalgia ha sacado varios megacracks de juegazos:

PHM Pegasus

https://csdb.dk/release/?id=250806



Gunship

https://csdb.dk/release/?id=251139



Platoon

https://csdb.dk/release/?id=251236



Robocop

https://csdb.dk/release/?id=251235

http://marcos64.orgfree.com/
Actualizacion 22/4/2018: Actualizada Load'N'Run numero 5 con nuevos TAPs y PRGs.