TPT SNES ROM Challenge

  • TheSupaMario
    27th Dec 2018 Banned 0 Permalink
    This post is hidden because the user is banned
    Edited once by janek123. Last: 27th Dec 2018
  • NF
    27th Dec 2018 Member 0 Permalink

    @janek123 (View Post)

     I doubt anyone has the knowledge to do so from here, a week ago or two. Someone suggested is it possible to do so on Atari, hypothetically it is.

  • moonheart08
    27th Dec 2018 Member 0 Permalink

    The amiga can maybe do this.
    SNES?
    Fat chance.

  • TheSupaMario
    27th Dec 2018 Banned 0 Permalink
    This post is hidden because the user is banned
  • Sylvi
    27th Dec 2018 Moderator 0 Permalink

    This isn't really a challenge, rather this sounds like 'here do this work'. Since compiling for SNES is an levels of magnitude more difficult than what we have for TPT. You'd be starting from scratch to accomodate limited resources and the limited tools out there to compile for SNES.

     

    If you haven't compiled TPT in the past, I'd advise you try and report back on the experience. Also read up on the SNES compiling information: https://megacatstudios.com/blogs/press/snes-development-starting-from-scratch

     

    Along with this reddit post which gives some details that compiling and development isn't like C : https://www.reddit.com/r/snes/comments/4rune3/c_compiler_for_snes_homebrew/d54vmlm

     

    Which means:

    • Again, you'd throw out whatever engine TPT has written
    • There are limited resources (VRAM, CPU, etc are similar yet lower spec than Raspberry Pi), so don't think it'll be anything like TPT
    • Learning whatever method they use is sort of a useless technical aspect to many
    • Controls will be horrible, since SNES doesn't have a joystick

     

    Yes, there is a possibility, but that would throw out the entire feel and look of The Powder Toy. It's asking for a completely different game to be written and use the name "The Powder Toy". Along with the fact there's no real purpose or "challenge" because there's not much applicability beyond the SNES for this task.

    Edited once by Lockheedmartin. Last: 27th Dec 2018
  • TheSupaMario
    27th Dec 2018 Banned 0 Permalink
    This post is hidden because the user is banned
    Edited once by janek123. Last: 27th Dec 2018
  • moonheart08
    27th Dec 2018 Member 0 Permalink

    The SNES physically lacks the CPU power for this.
    It might be able to barely pull it off (read: 2 FPS for a ultra simplistic sim that used 4x4 pixels per particle) using the Super FX II chip (Which was only ever used by two games!) and extra SRAM, but it's otherwise a computational no-go.
    The SNES may *look and feel* impressive, but i promise you, most of whats impressive about it is smoke and mirrors once you understand how low power a 6502 is. The bulk of the work in most SNES games is done entirely in the audio and graphics department, with games themselves straining the CPU just to do basic physics. Take TLOZ: A Link to The Past.
    It is stupid easy to make it lag, all you need is a bomb and the game will skip a frame trying to perform the action.

    tl;dr the SNES cannot do this sorry

     

    Edited once by moonheart08. Last: 27th Dec 2018
Locked by jacob1: impossible