Jump to content

digress

+AtariAge Subscriber
  • Content Count

    1,800
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by digress


  1. Yeah perhaps i'll do some more on it later this year. I'm the middle of a few projects and I just released a comic strip book.

     

    there was a number of problems. i'd don't like the combat . it's not really working and things were getting too slow.

     

    perhaps a f18a only version might be a better option.

     

    I was playing zelda with my daughter. i never played it before so I might pick up a few things from that.

     

     


  2. I bought this from telegames back in around 1987 via mail order. what a great game. 

     

    I got boulderdash, Spy hunter, Alcazar and James bond at the same time. It was so nice to get some new games after colecovision was  gone from store shelves since 1985. 

     

    The use of sound fxs as visual clues making you strategize before entering the next room only to run in and find 3-4 gaurds instead of 1 come at you.

     

    the stupid transportation carpet that sometimes would transport you to a endless pit room.

    • Like 2

  3. has a step by step design for intybasic for a donkeykong clone which climbs ladders & follow girder tracks. 

     

    an easy way to do this is set up a table of points to direct you sprite towards. when it reaches a point get the next point from the table and then it will move towards that one

     

    it's like connect the dots

     

    so a track point 1

    00,00

    if sprites is at 0,0 then get track point 2

    15,0

    when you get to track point 2 you get rack point 3 etc. and you can loop it back to the original point if you wish start all over

     

    curves just require more points

    • Like 1

  4. 4 minutes ago, Mike Harris said:

    You are 100% correct but what's new from 5 years ago.  Same thing, repackaged.
    Is the HDMI 60 @ 4K?  What is new with the SGM?  What new games other than MSX ports.

    there are new f18a games being created which require f18a graphics some which will only run on this new system (exclusives)

    it will use original and new controllers

    it will run original steering wheel

    it will using original roller controller

    it takes original cartridges so sketch it could work with that drawing tablet for the 2 people that own it.

     

    it includes sd card slot 130$ + if you want to run roms from sd

    it includes sgm support $95

    it includes f18a support   $100 if you buy it separately and you still need to install it

     

    it's small and portable without a giant power brick

    it will hook up to modern hdmi tvs in your living room

     

    most importantly it is brand new to replace older almost 40 year systems that are increasingly failing

     

    will create some new interest in the community

     

    it's an optional purchase but it's looks really cool.

    • Like 5

  5. if you think there won't be a few small bugs that would be silly. the new updated cores will be downloadable and you can install that your self from the sd card.

     

    girl's garden uses a ultra low res 64x48 mode for cuts scenes. maybe that was the cause. 

     

    just perhaps a bug reporting thread and anything like that can be corrected for the next core update.


  6. also don't define the score ouside of a routine with a value or it'll be permanant hardcoded and cannot be updated.

     

    global variables defined outside any routine just define the type and assign a value before use .

     

    int score;

     

    later....

    game_routine()

    {

    score=0;

    }

     

     

    score can have a max of 32767 . there are other types if you need a higher total.


  7. there has been a few blow ups around here with homebrew development that really could have been fixed by allowing people to just correct themselves.

     

    Artrag had his game stolen deep zone, copied and reproduced for sale so there are 2 sides to the story for sure.

     

    there was a counterfeiter making copies of Ghosts N Zombies and selling on ebay as well some others.

     

    So i understand why someone would want to make it hard to do that sort of thing.

×
×
  • Create New...