User Tag List

Page 2 of 5 FirstFirst 1 2 3 4 ... LastLast
Results 11 to 20 of 47

Thread: Nightmare's Quest Development

  1. #11
    Wizrobe Nightmare's Avatar
    Join Date
    Mar 2000
    Age
    44
    Posts
    2,523
    Mentioned
    40 Post(s)
    Tagged
    3 Thread(s)
    vBActivity - Stats
    Points
    3,840
    Level
    19
    vBActivity - Bars
    Lv. Percent
    75.72%
    Goriya, paging Dimentio (also known as Arceus)'s on this subject. He did the touch-ups on New Quest 2 2015 (and did an awesome job mind you, and that's why there was a bit of a dramatic delay between development wrap-up and release). I have a tendency to blunder this kind of stuff really badly. I have no touch quite frankly, and I'll admit it.

    -James

    Facebook: http://www.facebook.com/nightmarejames YouTube: http://www.youtube.com/nightmarejames

    Game Projects
    Zelda Classic:
    Completed: Zelda NES Remastered, Demo 1st Quest, Demo 2nd Quest, James Quest: Remastered (V 2.1), Memorial Quest, New Quest 2 2015. New Quest: Rebuilt
    In development: Demo SP, James Quest: Remastered (V 3.0)t, 6QI

  2. #12
    Keese Samer's Avatar
    Join Date
    Jan 2015
    Location
    Detroit, MI
    Age
    32
    Posts
    66
    Mentioned
    3 Post(s)
    Tagged
    0 Thread(s)
    vBActivity - Stats
    Points
    512
    Level
    8
    vBActivity - Bars
    Lv. Percent
    12.48%
    I think adding sand tiles is a good idea, the world looks like a nuclear bomb hit killing off the earth.

    Doesn't have to be overboard, a few touch up here and there wouldn't hurt. Blank screens aren't that good in my opinion but whatever floats your boat Nightmare.
    With the size thing, Nintendo has a trade secret that allows them to super compress their games by a significant margin. OoT, if ported to PC, would be at least 500 MB. Yet it was only 32.

    Hardware and software are two different things. Software has the driver to run it on it's own, but it needs to be modified to work on the hardware. Reverse engineering.

  3. #13
    Wizrobe Nightmare's Avatar
    Join Date
    Mar 2000
    Age
    44
    Posts
    2,523
    Mentioned
    40 Post(s)
    Tagged
    3 Thread(s)
    vBActivity - Stats
    Points
    3,840
    Level
    19
    vBActivity - Bars
    Lv. Percent
    75.72%
    Quote Originally Posted by Samer View Post
    I think adding sand tiles is a good idea, the world looks like a nuclear bomb hit killing off the earth.

    With the size thing, Nintendo has a trade secret that allows them to super compress their games by a significant margin. OoT, if ported to PC, would be at least 500 MB. Yet it was only 32.
    I wish we had Nintendo's compression algorithms sometimes, but a lot of times when we judge file size we go by cartridge size when judging quests. I don't know how "terribly" accurate that'd be to the real cartridge (which is 128 KB on the gold release, ??? on the gray release). I don't know the compression ratio of .QST files, but I'm pretty sure they could still cut it down by five times.

    However, this compression causes the ability to overwrite areas and glitches. This is what caused FF6 to have the famed "overwrite and crash" glitch if you went into certain battles (and this is why I don't do glitched speedruns or attempt them)

    And if anybody's wondering, that blank screen that everybody sees, is like one of the very first screens ever created in Zelda Classic (behind some of Demo Quest and my very first beta quest which I lost when my computer got stolen. Not all of New Quest is even close to being that way.

    -James

    Facebook: http://www.facebook.com/nightmarejames YouTube: http://www.youtube.com/nightmarejames

    Game Projects
    Zelda Classic:
    Completed: Zelda NES Remastered, Demo 1st Quest, Demo 2nd Quest, James Quest: Remastered (V 2.1), Memorial Quest, New Quest 2 2015. New Quest: Rebuilt
    In development: Demo SP, James Quest: Remastered (V 3.0)t, 6QI

  4. #14
    The Time-Loop Continues ZC Developer
    Gleeok's Avatar
    Join Date
    Apr 2007
    Posts
    4,817
    Mentioned
    259 Post(s)
    Tagged
    10 Thread(s)
    vBActivity - Stats
    Points
    12,940
    Level
    33
    vBActivity - Bars
    Lv. Percent
    24.2%
    Nintendo doesn't have any "super secret classified best compression ever" routines. They use standard ones.

    Games typically use compression algorithms akin to the LZ* family, or ones that offer similarly fast decompression, some type of huffman encoding, etc. The key to games is that decompression needs to be fast, but compression doesn't. Currently I am using LZ4 compression because it has insanely fast decompression rates, high compression, and is open source. I seriously doubt Nintendos OOT compression could beat it. They may simply use different methods for different file types based on what the binary data looks like.
    This post contains the official Gleeok seal of approval. Look for these and other posts in an area near you.

  5. #15
    Wizrobe Nightmare's Avatar
    Join Date
    Mar 2000
    Age
    44
    Posts
    2,523
    Mentioned
    40 Post(s)
    Tagged
    3 Thread(s)
    vBActivity - Stats
    Points
    3,840
    Level
    19
    vBActivity - Bars
    Lv. Percent
    75.72%
    Quote Originally Posted by Gleeok View Post
    Nintendo doesn't have any "super secret classified best compression ever" routines. They use standard ones.

    Games typically use compression algorithms akin to the LZ* family, or ones that offer similarly fast decompression, some type of huffman encoding, etc. The key to games is that decompression needs to be fast, but compression doesn't. Currently I am using LZ4 compression because it has insanely fast decompression rates, high compression, and is open source. I seriously doubt Nintendos OOT compression could beat it.
    They haven't released it publically, but they bragged at one time they could get at least ten times compression rate on their stuff. I don't know how accurate 500 MB is uncompressed for OoT, but at 32 MB that's compressed 15.625 times! That's way above industry standard (and also shows why things like the FF6 bug happened when things got overwritten)

    -James

    Facebook: http://www.facebook.com/nightmarejames YouTube: http://www.youtube.com/nightmarejames

    Game Projects
    Zelda Classic:
    Completed: Zelda NES Remastered, Demo 1st Quest, Demo 2nd Quest, James Quest: Remastered (V 2.1), Memorial Quest, New Quest 2 2015. New Quest: Rebuilt
    In development: Demo SP, James Quest: Remastered (V 3.0)t, 6QI

  6. #16
    The Time-Loop Continues ZC Developer
    Gleeok's Avatar
    Join Date
    Apr 2007
    Posts
    4,817
    Mentioned
    259 Post(s)
    Tagged
    10 Thread(s)
    vBActivity - Stats
    Points
    12,940
    Level
    33
    vBActivity - Bars
    Lv. Percent
    24.2%
    FF6 I believe used LZSS for most of the data. FF1 PSP used LZ77 for most the data. I know for a fact about FF1PSP because I wrote a utility to unpack everything, and I now have every single file that was in the iso in it's original format as used by the developers.

    As for 15x compression I'm not really impressed. Some things compress extremely well, other things don't.


    [EDIT] Just for fun Nightmare:
    In my Core FFC engine I have tilemaps, tilesets, etc. The overworld map to FF1 in this example is 256x256 tiles with animation support, is 2 layers, and is roughly 524000 bytes, or around 512 kilobytes uncompressed in memory. On disk or in packfile format this gets compressed to 46 kb, or around 11x+. This is actually better than what square-enix used!
    Last edited by Gleeok; 05-17-2015 at 02:50 AM.
    This post contains the official Gleeok seal of approval. Look for these and other posts in an area near you.

  7. #17
    Wizrobe Nightmare's Avatar
    Join Date
    Mar 2000
    Age
    44
    Posts
    2,523
    Mentioned
    40 Post(s)
    Tagged
    3 Thread(s)
    vBActivity - Stats
    Points
    3,840
    Level
    19
    vBActivity - Bars
    Lv. Percent
    75.72%
    Demo SP Beta 2: (see later post)

    Changelog:

    Overworld:

    1. Fixed an wall integrity bug with the water so you can't overlay into other screens anymore
    2. Fixed continue point on DMAP 2

    Bonus Dungeon:

    1. Eliminated a test code area in the first room
    2. Fixed some broken flags in a few statue rooms

    Pandaemonium:

    1. Scrolling warps fixed
    2. 10 Death Knight Room changed to 10 L4 Darknuts
    3. Aesthetic changes made to the enemies
    4. Gohma 4 has new color

    I still got some bugs to fix, but this should take care of the major stuff from Samer's Let's Play.

    Enjoy people.

    -James
    Last edited by Nightmare; 05-20-2015 at 11:36 AM.

    Facebook: http://www.facebook.com/nightmarejames YouTube: http://www.youtube.com/nightmarejames

    Game Projects
    Zelda Classic:
    Completed: Zelda NES Remastered, Demo 1st Quest, Demo 2nd Quest, James Quest: Remastered (V 2.1), Memorial Quest, New Quest 2 2015. New Quest: Rebuilt
    In development: Demo SP, James Quest: Remastered (V 3.0)t, 6QI

  8. #18
    Banned
    Join Date
    May 2015
    Posts
    141
    Mentioned
    34 Post(s)
    Tagged
    1 Thread(s)
    vBActivity - Stats
    Points
    667
    Level
    9
    vBActivity - Bars
    Lv. Percent
    14.48%
    Sorry if I'm late! I just got my new computer 4 days ago and I haven't been checking PureZC as often as I should. I also started a Semi-Webcomic over at MSPA Forums, so I was pretty busy.

    I will have to install Zelda Classic, but just tell me what you need in terms of graphical stuff and I will do it! In fact, if you want me to, I can go and beautify everything in the game

  9. #19
    Wizrobe Nightmare's Avatar
    Join Date
    Mar 2000
    Age
    44
    Posts
    2,523
    Mentioned
    40 Post(s)
    Tagged
    3 Thread(s)
    vBActivity - Stats
    Points
    3,840
    Level
    19
    vBActivity - Bars
    Lv. Percent
    75.72%
    There is a bad bug in New DLC, something I don't know if I can deal with:

    But the palettes for the Game Icons have been messed up severely. They don't show up when you put on CSet 6. It has something to do with .ZPL backwards compatibility.

    Dimentio, Gleeok, I don't know if one of you two would like a crack at it and/or convert the "new" default palettes to the current ones. Let me know, but I want it as close to the old ZC .ZPL as possible.

    -James

    Facebook: http://www.facebook.com/nightmarejames YouTube: http://www.youtube.com/nightmarejames

    Game Projects
    Zelda Classic:
    Completed: Zelda NES Remastered, Demo 1st Quest, Demo 2nd Quest, James Quest: Remastered (V 2.1), Memorial Quest, New Quest 2 2015. New Quest: Rebuilt
    In development: Demo SP, James Quest: Remastered (V 3.0)t, 6QI

  10. #20
    Keese Jaydeadone's Avatar
    Join Date
    May 2015
    Location
    Seattle
    Age
    46
    Posts
    63
    Mentioned
    2 Post(s)
    Tagged
    0 Thread(s)
    vBActivity - Stats
    Points
    491
    Level
    7
    vBActivity - Bars
    Lv. Percent
    98.33%
    Is there no way to get a reference to Old ZC palettes and fix them manually if you have to?
    A severed foot is the ultimate stocking stuffer.

    Mitch Hedberg

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
About us
Armageddon Games is a game development group founded in 1997. We are extremely passionate about our work and our inspirations are mostly drawn from games of the 8-bit and 16-bit era.
Social