Welcome, Guest. Please login or register.


Author Topic: Attack of the PETSCII Robots (Read 7640 times)

Offline SlashNet

  • EP addict
  • *
  • Posts: 1193
  • Country: ua
  • Enterprise 128K | Cubietruck
    • My old site about Enterprise
Re: Attack of the PETSCII Robots
« Reply #15 on: 2023.April.18. 23:26:30 »
Impossible to bind Shift key in Redefine Control screen (it automatically sets 255 code key for all remaining controls).

Offline geco

  • EP addict
  • *
  • Posts: 7085
  • Country: hu
    • Támogató Támogató
Re: Attack of the PETSCII Robots
« Reply #16 on: 2023.April.19. 11:34:45 »
Freezes when loading the last level (#15)

Loading levels 8 and higher from tape didn't work.
After selecting level 8 and press start game it just read header of file "PETSCIIR.LV2" and immediately open level 1 (with number 8 in status panel)
(Attachment Link)

P.S.: (Attribute mode)
Strange, i will check it.
In CHR mode available only 13 levels from 15.

It seems i did not change the level code in CHR mode, originally it contained 13 levels, i will correct it.
Impossible to bind Shift key in Redefine Control screen (it automatically sets 255 code key for all remaining controls).

Shift key should not be defined, as it is used for actions, but it should not be available for define either, i will check it also.

Offline geco

  • EP addict
  • *
  • Posts: 7085
  • Country: hu
    • Támogató Támogató
Re: Attack of the PETSCII Robots
« Reply #17 on: 2023.April.20. 11:14:31 »
Thx @SlashNet, all errors has been corrected, and all of them were stupid mistakes :D :D
Shift problem: Read all keys rutine should give back 0 in register A, if no key was pressed, or "forbidden" key was pressed,it was not done at 2 places, when shift was pressed, but function key was not, this caused the full 255 values in the screen, and when SHIFT + an function key was pressed for longer time.
Level problem in CHR mode: i forgot to change max level number, and level names in this mode when i inserted the new levels from other versions.
Load problem: it was a most stupid thing, originally there were no separate texts for searching, loading, and if file was successfully opened then value of A register was 0, and this value was used as the channel of reading file, but later i insert a print message rutine between file open, and file read, but the print returned with a corrupted A register value, that's why loading file size failed, and next load which would use the loaded file size got 0 file size, so the load was marked as successful, no load error occured :D :D

Köszi @Slashnet, mind a 3 hiba javítva, és mind a 3 apró buta hiba volt :D :D
Shift probléma: a billentyűzet olvasó rutinnak 0-át kell visszaadnia az A regiszterben, ha nem volt billentyű lenyomás, vagy épp "tiltott" billentyű volt, a nullázás 2 helyen nem történt meg, ha csak a shift billentyű volt lenyomva, ez okozta a 255-ös hibát, és ha a shift billentyű és egy funkció gomb hosszabb ideig volt egyszerre lenyomva
Pálya probléma CHR módban: Eredetileg 13 pálya volt a játékban, de találtam olyan verziót, amiben 15 volt, ezért betettem őket, az ATT módban módosítottam is mindent, a CHR-ben ez elmaradt.
Töltési probléma: ez volt a legidiótább hiba, eredetileg nem volt külön szöveg a keresésre, és a töltésre, és ha a file sikeresen meg lett nyita, az A-ba 0 került, ezt használtam a file olvasás csatornájához, jól betettem 2 közé a print rutint, az elrontotta az A-t, ezért a páya fájl hosszát nem sikerült beolvasni, és a következő olvasás 0-s hosszal próbálkozott, sikeresen, így nem volt töltési hiba sem, nem ugrott a reset rutinra :D

*** Attachment removed
« Last Edit: 2023.April.29. 21:16:09 by geco »

Offline SlashNet

  • EP addict
  • *
  • Posts: 1193
  • Country: ua
  • Enterprise 128K | Cubietruck
    • My old site about Enterprise
Re: Attack of the PETSCII Robots
« Reply #18 on: 2023.April.20. 13:55:10 »
Minor bug
To quick reproduce: load level 15, go down, stand near the window and die.

Offline geco

  • EP addict
  • *
  • Posts: 7085
  • Country: hu
    • Támogató Támogató
Re: Attack of the PETSCII Robots
« Reply #19 on: 2023.April.20. 22:07:46 »
Minor bug
To quick reproduce: load level 15, go down, stand near the window and die.
Thx, i know what happened from the picture, shot is drawn in each interrupt, and it seems i turned off shot a bit late, it has to be turned off before game over text appears.

Offline geco

  • EP addict
  • *
  • Posts: 7085
  • Country: hu
    • Támogató Támogató
Re: Attack of the PETSCII Robots
« Reply #20 on: 2023.April.21. 09:15:14 »
Drawing shot is turned off before GAME OVER is printed

*** Attachment removed
« Last Edit: 2023.April.29. 21:16:40 by geco »

Offline SlashNet

  • EP addict
  • *
  • Posts: 1193
  • Country: ua
  • Enterprise 128K | Cubietruck
    • My old site about Enterprise
Re: Attack of the PETSCII Robots
« Reply #21 on: 2023.April.21. 15:53:05 »
Little hidden message :ds_icon_cheesygrin: appears during switching from final statistics screen to menu screen.

[ Guests cannot view attachments ]

Offline geco

  • EP addict
  • *
  • Posts: 7085
  • Country: hu
    • Támogató Támogató
Re: Attack of the PETSCII Robots
« Reply #22 on: 2023.April.21. 16:45:16 »
Little hidden message :ds_icon_cheesygrin: appears during switching from final statistics screen to menu screen.
I think you pressed F10 during menu screen drawing :D :D
As i remember the menu screen contains this message, just the map name overwrites it.

Offline SlashNet

  • EP addict
  • *
  • Posts: 1193
  • Country: ua
  • Enterprise 128K | Cubietruck
    • My old site about Enterprise
Re: Attack of the PETSCII Robots
« Reply #23 on: 2023.April.21. 19:58:16 »
I saw this while trimming the footage.

https://youtu.be/YiwFXQoexlg

Offline szipucsu

  • Global Moderator
  • EP addict
  • *
  • Posts: 9898
  • Country: hu
    • Támogató Támogató
    • Webnyelv.hu - Tanuljunk nyelveket!
Re: Attack of the PETSCII Robots
« Reply #24 on: 2023.April.21. 20:25:43 »
Az elején a menüben azt a hullámzó szűrő hatást a zenében hogyan sikerült elérni? Az egész motívum digi hangmintaként lenne tárolva?
100 SOUND SOURCE 2,STYLE 128,PITCH 25.2,SYNC 1
110 SOUND PITCH 25,SYNC 1
120 ! Videos

Offline ergoGnomik

  • EP addict
  • *
  • Posts: 1291
  • Country: hu
  • Stray cat from Commodore alley
Re: Attack of the PETSCII Robots
« Reply #25 on: 2023.April.21. 21:04:48 »
Szerintem geco digitális SID lejátszójával megy. Az eredetivel (ha minden igaz) összehasonlítva lassabb és egyszerűbb a hangképe. De majd jön a mester és pontosít. Szóval szerintem szűrő nincs, csak valami folytonos moduláció. Persze az lenne az igazi, ha tudná az ember hogyan is kell ilyet összetrükközni. :(

Offline geco

  • EP addict
  • *
  • Posts: 7085
  • Country: hu
    • Támogató Támogató
Re: Attack of the PETSCII Robots
« Reply #26 on: 2023.April.21. 23:50:18 »
Nincs szuro benne, ha nem gyurumodulacio, es a zene elejen nincs, akkor max ket csatorna negyszogjele kulonbozo frekin, es kulonbozo hangeron, es az varialva, csak annyi fejlesztes kerult bele a SID Dave lejatszomba, hogy mar barmelyik csatorna gyururmodulaciojat le tudjuk jatszani a Dave-vel ( SID-en mashogy vannak parositva a csatornak)

Offline geco

  • EP addict
  • *
  • Posts: 7085
  • Country: hu
    • Támogató Támogató
Re: Attack of the PETSCII Robots
« Reply #27 on: 2023.April.21. 23:58:54 »
Ha csak a videot nezted, akkor az SID-en szol :-D

Offline Zoldalma

  • EP fan
  • *
  • Posts: 175
  • Country: hu
Re: Attack of the PETSCII Robots
« Reply #28 on: 2023.April.22. 15:07:19 »
Medkit-et hogyan lehetne használni? Felvenni sikerül, de semmi hatását nem látom.

Offline geco

  • EP addict
  • *
  • Posts: 7085
  • Country: hu
    • Támogató Támogató
Re: Attack of the PETSCII Robots
« Reply #29 on: 2023.April.22. 15:15:04 »
Medkit-et hogyan lehetne használni? Felvenni sikerül, de semmi hatását nem látom.
Ha nincs fullon az energiád, F2-vel belapozod, és SPACE-szel töltesz.