Page 1 of 1

Adding games to the gb64 software catalogue

Posted: Fri Oct 01, 2010 1:47 pm
by earthwalker
How do I go about adding some of my own basic games to the GB64 Software Catalog?

I have written some games in ccs64 and run them in Vice.
Like Space invaders and Hangman and then an internet timer which I use for my own internet store to monitor sessions and prices for sessions.

210 print"hours:";mid$(ti$,1,2);" mins:"
;mid$(ti$,3,2);" secs:";mid$(ti$,5,2)
215 mo=val(ti$):poke646,8
216 co=int(ti/60)/3600*15:wp=int(co)
220 print".cost ";wp;" + minimum ( ";mi;
" ) = ";wp+mi;" peso"

A bit of the code for time to cash conversion

Thanks..... LOVE GB64 amazing work guys....

Posted: Tue Oct 26, 2010 3:57 pm
by The Lord of the Flies
Well, just save the game programs, each one onto a single .D64 disc-image, then zip each up into a .ZIP file, place each into GBC_v07's Games folder, into the folders of the first letter of each of the game titles, and then use the GameBase frontend to enter the new games into your database.

Ya know, fill in the game's title, tie that title to the .ZIP you just made and inserted, fill in the info-blanks, and you should be good to go, yes?