What's wrong with ZX-Nibbler?

General games-related topics
User avatar
1024MAK
Posts: 5118
Joined: Mon Sep 26, 2011 10:56 am
Location: Looking forward to summer in Somerset, UK...

Re: What's wrong with ZX-Nibbler?

Post by 1024MAK »

JohnsBargs wrote: Sun Aug 13, 2023 10:46 pm Do what now?
Here ;-)

Mark
ZX81 Variations
ZX81 Chip Pin-outs
ZX81 Video Transistor Buffer Amp

:!: Standby alert :!:
There are four lights!
Step up to red alert. Sir, are you absolutely sure? It does mean changing the bulb :!:
Looking forward to summer later in the year.
JohnsBargs
Posts: 169
Joined: Fri Oct 19, 2018 2:22 am

Re: Nibbler with redefinable keys patch

Post by JohnsBargs »

JohnsBargs wrote: Sun Aug 13, 2023 10:50 pm Excellent! The built-in keys are TERRIBLE, but I didn't know how to change them and I'd remapped them with an emulator anyway. Any chance you could apply the patch to the latest versions, with the proper attract-mode text and the high-score display?
(I tried adding these lines from the BAS file to the latest versions myself:

9542 POKE 17247,205
9543 POKE 17248,214
9544 POKE 17249,68

9800 PRINT AT 21,0;" ENTER UP/DOWN/LEFT/RITE KEYS. "
9810 INPUT K$
9820 POKE A+80,CODE K$(1)+128
9825 POKE 17638,CODE K$(1)
9830 POKE A+113,CODE K$(2)+128
9835 POKE 17646,CODE K$(2)
9840 POKE A+146,CODE K$(3)+128
9845 POKE 17654,CODE K$(3)
9850 POKE A+179,CODE K$(4)+128
9855 POKE 17662,CODE K$(4)
9900 GOTO 9680

but that just crashed everything, same if I left out the "A+x" lines that POKE directly to the screen.)

(PS to save you counting, the values for A in the latest version are A+667, A+672, A+679 and A+686.)
User avatar
XavSnap
Posts: 1941
Joined: Sat May 10, 2008 4:23 pm
Location: 'Zx81 France' Fb group.

Re: What's wrong with ZX-Nibbler?

Post by XavSnap »

Hi all,

Many thanks for help.

My web site is now updated with the French release.
I put a link to this tread in the zipped, to download the last beautifully JohnsBargs's update.

Thanks for this colourful English release JohnsBargs.
Xavier ...on the Facebook groupe : "Zx81 France"(fr)
User avatar
GCHarder
Posts: 428
Joined: Sat Dec 14, 2013 7:46 pm

Re: What's wrong with ZX-Nibbler?

Post by GCHarder »

I've updated the zip file.
JohnsBargs
Posts: 169
Joined: Fri Oct 19, 2018 2:22 am

Re: What's wrong with ZX-Nibbler?

Post by JohnsBargs »

GCHarder wrote: Mon Aug 14, 2023 9:50 pm I've updated the zip file.
The definitive version. Brilliant :)
User avatar
kmurta
Posts: 305
Joined: Tue Sep 01, 2009 5:04 am
Location: Belo Horizonte - BR
Contact:

UDG chars for ZX-Nibbler

Post by kmurta »

Wow, the game is so exciting that I couldn't resist adding UDG chars, I hope you enjoy.

nibudg.png
nibudg.png (6.39 KiB) Viewed 5562 times

On Eightyone set "Chr$ Generator" to CHR$128 and "High Resolution" to none.

If ZXpand is enabled, then type CONFIG "X" to disable it; Open the nibbler.tzx on Tape Manager and type LOAD "".

On real word:

With UDG4ZXPAND set it to 128.

With Chroma-81 the configuration switch 3 must be set to on.

Place the files nibbler$.p and nibbler.p in the same directory then load nibbler$.p and it will do the rest.

nibbler.zip
(12.19 KiB) Downloaded 143 times

But still thinking about an SFX version...
Last edited by kmurta on Fri Aug 18, 2023 12:39 am, edited 1 time in total.
1 x ZX81, 2 x TK85 , 1 TK82C, 1 TK95, 1 x Alphacom 32 printer, 1 x ZXpand
ZeXtender board, Joy81 - Programmable Joystick Controller, Turbo Sound 81
http://zx81.eu5.org
https://toddysoftware.itch.io/
Moggy
Posts: 3267
Joined: Wed Jun 18, 2008 2:00 pm

Re: What's wrong with ZX-Nibbler?

Post by Moggy »

Excellent looking conversion, Kelly. :geek:

I did think about doing it myself but I don't think I could top this, well done sir. :D


EDIT.
Had to redefine keys in Eighty One, real zeddy and SZ-81 as it wouldn't respond to direction controls when first launched. :?
User avatar
GCHarder
Posts: 428
Joined: Sat Dec 14, 2013 7:46 pm

Re: What's wrong with ZX-Nibbler?

Post by GCHarder »

The game was saved with IJKL as the default keys.
User avatar
kmurta
Posts: 305
Joined: Tue Sep 01, 2009 5:04 am
Location: Belo Horizonte - BR
Contact:

Re: What's wrong with ZX-Nibbler?

Post by kmurta »

GCHarder wrote: Thu Aug 17, 2023 11:45 pm The game was saved with IJKL as the default keys.
Hi Greg! Thanks for letting me know.

A new file was generated with the QAOP keys as default, see above.
1 x ZX81, 2 x TK85 , 1 TK82C, 1 TK95, 1 x Alphacom 32 printer, 1 x ZXpand
ZeXtender board, Joy81 - Programmable Joystick Controller, Turbo Sound 81
http://zx81.eu5.org
https://toddysoftware.itch.io/
JohnsBargs
Posts: 169
Joined: Fri Oct 19, 2018 2:22 am

Re: UDG chars for ZX-Nibbler

Post by JohnsBargs »

kmurta wrote: Wed Aug 16, 2023 6:54 pm Wow, the game is so exciting that I couldn't resist adding UDG chars, I hope you enjoy.


nibudg.png
Love it! Did you speed it up too, or am I imagining it?

Weirdly it looks totally different on a Raspberry Pi.

nibbler-230818-125644.png
Last edited by JohnsBargs on Fri Aug 18, 2023 4:25 pm, edited 1 time in total.
Post Reply