Fail-safes generally don't cause crashing*. They prevent crashing. The "An irregularity has been detected" message is an example of a fail-safe. * I say generally, because some game devs intentionally program games to crash or softlock in certain cases as an anti-piracy measure. This migh...
I knew that the crash glitch wouldn't work in Mudhole Marsh, I've done this one before. The reason I brought it up was because maybe there's a clue into how invisible objects were handled. Consider the following: 1. Mudhole Marsh is a horizontal level, Castle Crush is vertical. 2. Mudhole Marsh requ...
Will you be posting a video about this glitch? Findings and all. EDIT: I would also point you to Mudhole Marsh, where you can also trigger the invisible DK Barrel. For this to work, the B-A-R-R-A-L-A-X code must be activated. One of the treasure chests in this level conceals a DK Barrel; if you're q...
I would basically ask Mayles if there were any plans to feature human characters as enemies in any DKC game. I know that Mario was gonna be one, but Nintendo didn't want another inversion; it already happened in Donkey Kong Jr. And hey, since it's Rare: were there any talks or considerations about a...
I will be logging all the bugs I encounter while using the program here, and updating the post frequently: 1. This program was scanned by AVG before operation . No viruses were found, you're good to go. 2. A fatal error occurred. Screenshot of the error attached, along with details. Click on the Spo...
So if I'm reading this correctly, when dealing with the alphabetic portion of the HEX code, they will always translate to the top row, ergo: 0 = c 1 = d 2 = a and e 3 = b and f In the HEX format, "a" represents 10 going all the way up to "f", or 15. The number 16 simply rolls bac...
The name theming of Kremlings has always relied on starting with the letter K. There are a few exceptions: Re-Koil, Skidda. So let's take it back a step. I looked up synonyms and definitions of the words you proposed. The word "hijack" means to seize control . So... how about Kontrol ? And...
If what I am reading is correct, this is the way to modify a script in DKC, as merely moving the scripts from their original position through RE would cause them to break. Until the script issues were resolved, we could only replace the script as a new object in the meantime. Has that bug ever been ...
Yeah, I would recommend including a README.TXT with instructions on how to make the patch work. In the past, I used to have ZSNES as it would allow you to run the IPS directly without having to patch the ROM first, from what as I can remember.
The DKC-Atlas was a haven for Donkey Kong fans of all generations. Levels were documented and level editors were programmed. The forum was open to discourse, and the discourse paved way to a chat box. But those days may be over... As we're well aware, the activity of this site is at a standstill. So...
There was speculation that the Kremlings would never see an appearance on the Donkey Kong series ever again when Rare left Nintendo around 2000 to become partners with Microsoft. Because they were created by Rare, the Kremlings and their non-reptilian accomplices were rumored to be the property of R...
As of now, there is no true way to edit any of the water levels or Slip Slide Ride without damaging the data. There is a special script which handles the level type and supposedly hard-coded camera boundaries. There were a couple users here who were researching vertical levels, yet there's been no w...
Without giving away the code, can you give us a look into the scripts that are currently being used in DELTA and the number of lines attached to that script? This might help you into figuring out which one you think should be tackled first... unless it is part of a sequential order, which in this ca...
This might sound weird, but how long would the roller coaster ride looked like in the map had it embodied one of the levels (Target Terror or Rickety Race)? Would it loop around the entire carnival?
$8F00 XXXX YYYY [UNKNOWN] Coordination control? Move this sprite relatively based on current active Kong's state(?) If H-flipped and XXXX (YYYY) & 0x4000 != 0, add -XXXX (-YYYY) instead. This command requires two parameters. First parameter is for X, and second is for Y. Each data is signed wor...
It was quite hard to hear the music and SFX in DKC2, but here's what I could gather. 1. The sound that Diddy makes when rescued from a DK barrel in DKC1 is used here. Whether it was triggered when the player executed a team-up, I'm not 100% sure. 2. The banana tally SFX might be of the DKC1 banana b...
The project may be on hiatus... But that doesn't mean the guys are no longer on the internet. Hint : Check their Facebook page. Last post on February 5. Salve pessoal... Que Saudades do projeto Queria Dizer que o projeto ficou parado por um tempo devido as nossas rotinas, Em tempos de Crise parece q...
What assembly tricks did you learn from the Game Boy releases that we could see once you move on to the SNES? This would be a major breakthrough that would help DKCRE immensely as well as my dormant DKCX game.
Off-topic: have you heard backward songs in general like Queen's "Another One Bites The Dust"? Not necessarily for subliminal messages, but on a melodic level.
We've went from bits to bytes, bytes to kilobytes, kilobytes to gigabytes, etc. Could we be seeing atomi-bytes ? Simion , this is for you. From Gizmodo: http://gizmodo.com/record-setting-hard-drive-writes-information-one-atom-a-1783740015 Researchers working in the Netherlands have developed an atom...
So the 512KB you speak of is the place where the actual level setup is stored. Everything else is just media files.
I wonder how this differs from IPS files made in DKCRE. If the game uses that last 512KB for what you said, then is the IPS file just an override script?
Have you done a debug during your tests, SDKJAP? For instance, you said that you can see the intro, the title screen, and the map. The game goes black only when you try to enter a level. What codes does the game call when you enter a level in a fully working ROM, and what code do you get when you en...
Windows (and Linux) make their programming code accessible for everyone to use. C++.
Mac doesn't always give out its programming code for fear of reverse engineering and hacking... in the wrong hands, that is. And that is a completely off-topic story.