gallerynes image generator

This is an archive of a topic from NESdev BBS, taken in mid-October 2019 before a server upgrade.
View original topic
gallerynes image generator
by on (#220839)
based in http://www.no-carrier.com/index.php?/gallerynes/
Re: gallerynes image generator
by on (#226338)
bazza wrote:

This IMG2NAM program seems to be amazing!! Congratulations!
I downloaded it but have no idea on how to use. Can you please post a tutorial? Thanks!
Re: gallerynes image generator
by on (#226340)
"J" "7" "H"

:lol:

Perhaps run it again, without the alphabet in the graphics?
Re: gallerynes image generator
by on (#226341)
I tried downloading gallerynes.rar and opening it in Engrampa (Xubuntu 18.04 default archive manager) but got this error:

Could not open "gallerynes.rar"

Archive type not supported.


Anyone else hitting this problem can sudo apt install unrar-free and then open the archive.
Re: gallerynes image generator
by on (#226404)
What is the "name" command that's called in the batch file?
Re: gallerynes image generator
by on (#226409)
I think it's referring to 8name, my Allegro 4 rewrite of the old DOS nametable editor NSA. Nowadays one would use either the Tkinter-based version of 8name in the Concentration Room source distribution or Shiru's NES Screen Tool.
Re: gallerynes image generator
by on (#226595)
Here's the assembled gallerynes.nes in a .zip file, in case you're not able to extract or assemble the original.

Also, gallerynes.asm seems to be indented with both tabs and spaces. It's a bit hard to read if you're reading it with a tab width different from 8 spaces. (For that reason, I prefer spaces only.)