![]() Register - Login |
||
| Main - Memberlist - Active users - Calendar - Wiki - IRC Chat - Online users Ranks - Rules/FAQ - JCS - Stats - Latest Posts - Color Chart - Smilies |
||
| Jul - Posts by LocalH |
| Pages: 1 2 |
| LocalH Member Level: 12 Posts: 21/31 EXP: 6480 For next: 1441 Since: 12-06-10 Since last post: 114 days Last activity: 124 days |
|
||
| Well, that depends on what you think "licensed" implies. If you are referring to the licensing procedure to make a game for a console, then I agree. If "licensed" is intended to refer to any usage of trademarked characters, then in a sense games like SMBC are in fact "unlicensed" - I would be very surprised if the use of the various characters was indeed properly licensed. Perhaps there should be another name for such a category? "Games with unlicensed characters"? |
| LocalH Member Level: 12 Posts: 22/31 EXP: 6480 For next: 1441 Since: 12-06-10 Since last post: 114 days Last activity: 124 days |
|
||
Originally posted by divingkataetheweirdo Many groups used the same intros across multiple releases, it was sorta their "branding" back in the day when crack intros were commonly accepted. andlabs: Luckily, there's probably not too much damage on these types of ROMs outside of the header. All of the actual game code and data is likely 100% intact, usually they would append their intro onto the end of the ROM, change the start vector to jump to the intro, and when pressing whichever button they chose to go on past the intro, it would jump to the original start vector. I know that means you can't be 100% sure that reversing those changes will give you a pristine ROM, but outside of the game title that's probably all that was changed (I doubt they even changed the ROM size field in the header). This is only really an issue with protos, as most retail games that had an intro'd ROM at one point now have a verified good dump (and there are more potential cart dumpers in the world than ever before due to the Retrodes). |
| LocalH Member Level: 12 Posts: 23/31 EXP: 6480 For next: 1441 Since: 12-06-10 Since last post: 114 days Last activity: 124 days |
|
||
Originally posted by Xkeeper I always treated it as "get all the loose coins in X-3, then 1UP appears in Y-1" where Y equals X+1. Not sure if the game's table for the 1UP coins equals the number of coins present in the level or if there's wiggle room. It only applies to loose coins, not coins inside blocks. The count also resets when you die, so if you die past the halfway point then you won't get the 1UP. |
| LocalH Member Level: 12 Posts: 24/31 EXP: 6480 For next: 1441 Since: 12-06-10 Since last post: 114 days Last activity: 124 days |
|
||
| At a very minimum I would say that such trivia should be backed by at least a basic technical explanation, not just "hey this is cool cause X". Most ideally, it would include a code breakdown. |
| LocalH Member Level: 12 Posts: 25/31 EXP: 6480 For next: 1441 Since: 12-06-10 Since last post: 114 days Last activity: 124 days |
|
||
| That video also shows the Darknut shields seen in the manual and "Tips and Tactics" book that you could buy as opposed to the cross found in the final game. |
| LocalH Member Level: 12 Posts: 26/31 EXP: 6480 For next: 1441 Since: 12-06-10 Since last post: 114 days Last activity: 124 days |
|
||
| Harmonx Guitar Hero (and, I believe, Rock Band as well) games on the PS2 have functions in the .dta scripting to handle several debug-related keyboard commands, but I have never been able to get the game to activate them. There seems to be a missing USBKB.IRX (that I'm not sure whether it's a Sony-provided library or not), and I believe some settings would have to be changed. I have successfully made GH2 load a USB driver and power the keyboard, however, but have not gotten it to actually accept keyboard commands. |
| LocalH Member Level: 12 Posts: 27/31 EXP: 6480 For next: 1441 Since: 12-06-10 Since last post: 114 days Last activity: 124 days |
|
||
| Thanks, Phug. I'm under the impression that the specific driver needed relies on the version of the SDK that the game was developed on (which can be gleaned from the IOPRP*.IMG file). I also don't know if USBKEYBD.IRX is the same driver or not, I found one of those on a prototype revision of Frequency and had no luck with it. Of course, my issue may not be with the driver itself, but with merely making the game load it. It's worth searching through other games that don't normally support keyboards for evidence of debug keys. |
| LocalH Member Level: 12 Posts: 28/31 EXP: 6480 For next: 1441 Since: 12-06-10 Since last post: 114 days Last activity: 124 days |
|
||
| I think I have all of that except maybe one of the SDKs, I'll have to check when I get back to my computer. Thanks again, Phug. |
| LocalH Member Level: 12 Posts: 29/31 EXP: 6480 For next: 1441 Since: 12-06-10 Since last post: 114 days Last activity: 124 days |
|
||
| Not yet. I'm going to further study the .dta scripting to see if I missed something before when I tried to enable it. |
| LocalH Member Level: 12 Posts: 30/31 EXP: 6480 For next: 1441 Since: 12-06-10 Since last post: 114 days Last activity: 124 days |
|
||
| I do when there's something really interesting. Otherwise, it's mostly just parsing the scripting format when detokenized/decompiled/de-whatever-the-fuck-you-want-to-call-it, which would be better served by a short guide explaining the syntax and a list of file locations and non-wrapped line numbers). Since it's a Harmonix-specific format (as best as I can tell, it's only used in GH series before GH3, RB series (of which the PS2 version of RB1 only actually mistakenly contains the pre-tokenization .DTAs with original dev comments) and possibly other HMX-developed games like Frequency or Amplitude (although being earlier games, tool support is much more sparse)). That reminds me, I still have to get back to the work I was going to do on the GH2 page, and should probably at least make a basic RB1 page to dump some of the .DTA files on the Notes page). Although I'm not sure if I still have any unmodified copies of the GH2 demos (the copies on my PS2's HDD are hacked to expose more of the menu flow than the unmodified copies let the user access, like video options or even career mode). Plus my hack to the "10-song" store demo adds an unlock all code, making it possible to access all 31 songs without the old hacky way which consisted of downloading (or patching) the original ISO to make three different ones, each with a different 10 songs on the setlist, and which also left one song (which, I forget) inaccessible at all even with the hack. My hack, you boot the game, press YYY (or triangle three times on DualShock) to unlock all, then go into the setlist. It even shows the placeholder songs they "left" in which refer to existing files (so no unused songs like in GH1 aside from Bang Your Head). I'll do some work on that when I get back from Indiana, I'm on a working trip at my uncle's military reunion (shooting video). Probably should also make sure others have the tools I'm using with GH/RB games in case they want to dig around. |
| LocalH Member Level: 12 Posts: 31/31 EXP: 6480 For next: 1441 Since: 12-06-10 Since last post: 114 days Last activity: 124 days |
|
||
I couldn't remember the circumstances, but I knew I remembered getting a steep discount once and wondering for years if I had hallucinated it. I need to go back by Tracy's with Marin ![]() |
| Pages: 1 2 |
| Jul - Posts by LocalH |
![]() |
Acmlmboard - 07/23/2013 b378.03 ©2000-2013 Acmlm, Xkeeper, Inuyasha, et al. |
| Query execution time: | 0.047231 seconds |
| Script execution time: | 0.049511 seconds |
| Total render time: | 0.096742 seconds |