Register - Login
Views: 99384845
Main - Memberlist - Active users - Calendar - Wiki - IRC Chat - Online users
Ranks - Rules/FAQ - Stats - Latest Posts - Color Chart - Smilies
04-24-22 03:29:52 AM
Jul - The Cutting Room Floor - Mario & Sonic at the London 2012 Olympic Games New poll - New thread - New reply
Next newer thread | Next older thread
verne94

Red Goomba
Level: 15


Posts: 1/37
EXP: 13891
For next: 2493

Since: 11-18-11


Since last post: 6.8 years
Last activity: 2.9 years

Posted on 11-18-11 01:48:37 PM Link | Quote
Well, just extracted with WiiScrubber, i noticed:
-lots of videos! Even if it's the PAL version, it has Japan and Korean videos;
-the file Buildtime, which says 42734EU Sep 15 2011 13:08:58 ;
-the file Config.spt and ConfigDebug.spt which are different only in "SetBackGroundColor(48, 64, 32);";

-the file _ConfigUser which has (i think)remains of a debug mode:
-- ユーザー個人環境用環境設定
function Configure()

-- SerialOut Setting ---------------------
-- 起動時には全て 0
-- 0:false
-- 1:true
------------------------------------------
-- SetSerialOutput("Camera" ,1)
-- SetSerialOutput("Character" ,1)
-- SetSerialOutput("Collision" ,1)
-- SetSerialOutput("Debug" ,1)
-- SetSerialOutput("Effect" ,1)
-- SetSerialOutput("File" ,1)
-- SetSerialOutput("Gadget" ,1)
-- SetSerialOutput("Graphics" ,1)
-- SetSerialOutput("Mii" ,1)
-- SetSerialOutput("Module" ,1)
-- SetSerialOutput("Network" ,1)
-- SetSerialOutput("Peripheral" ,1)
-- SetSerialOutput("Placement" ,1)
-- SetSerialOutput("Resource" ,1)
-- SetSerialOutput("Sound" ,1)
-- SetSerialOutput("System" ,1)
------------------------------------------

-- DebugFlag Setting ---------------------
-- 起動時には全て 0
-- 0:false
-- 1:true
-- 人 ------------------------------------
-- SetDebugFlag("FUKUDA" ,1)
-- SetDebugFlag("HIRATA" ,1)
-- SetDebugFlag("KAGAWA" ,1)
-- SetDebugFlag("KIRINO" ,1)
-- SetDebugFlag("KUBOKI" ,1)
-- SetDebugFlag("MATSUYAMA" ,1)
-- SetDebugFlag("NAGASE" ,1)
-- SetDebugFlag("NAITO" ,1)
-- SetDebugFlag("NISHIMORI" ,1)
-- SetDebugFlag("OKADA" ,1)
-- SetDebugFlag("SATO" ,1)
-- SetDebugFlag("TAKAHASHI" ,1)
-- SetDebugFlag("TOYOSHIMA" ,1)
-- SetDebugFlag("YANAGISAWA" ,1)
-- 部品 ----------------------------------
-- SetDebugFlag("CHARACTER" ,1)
-- SetDebugFlag("DISABLE_PERIPHERAL_CHECK" ,1)
-- SetDebugFlag("DRAW_CAMERA" ,1)
-- SetDebugFlag("DRAW_CAMERA_COLLISION" ,1)
-- SetDebugFlag("DRAW_MENU_COLLISION" ,1)
-- SetDebugFlag("JOB_SEPARATE_TASK" ,1)
-- SetDebugFlag("PLACEMENT_DISP" ,1)
-- SetDebugFlag("PLACEMENT_LOAD_HOST" ,1)
-- SetDebugFlag("REPLAY_NOTBUTTON" ,1)
-- SetDebugFlag("SOUND_DISABLE_BGM" ,1)
-- SetDebugFlag("SOUND_DISABLE_SE" ,1)
-- SetDebugFlag("TRACE_NETWORK_SDK" ,1)
-- SetDebugFlag("TRACE_NEW_DELETE" ,1)
-- SetDebugFlag("UPLOAD_FABRICATE_RECORED" ,1)
-- SetDebugFlag("GAME_NOT_TIMEUPEND" ,1)
-- 表示制御 ------------------------------
-- SetDebugFlag("DISABLE_2D" ,1)
-- SetDebugFlag("DISABLE_CHARACTERS" ,1)
-- SetDebugFlag("DISABLE_OBJECTS" ,1)
-- SetDebugFlag("DISABLE_TERRAIN" ,1)
------------------------------------------

-- Romversion ----------------------------
SetRomVersion("DEVELOPMENT")
-- SetRomVersion("PROTOTYPE")
-- SetRomVersion("FIRST")
-- SetRomVersion("INLINE3")
-- SetRomVersion("INLINE3_EVALUATE")
-- SetRomVersion("EVENT")
-- SetRomVersion("OCTOBER")
-- SetRomVersion("ALPHA")
-- SetRomVersion("BETA")
------------------------------------------

-- MyGame --------------------------------
-- タイトルメニューの一番上に表示される競技
-- SetMyGameIndex("Run100m")
-- SetMyGameIndex("Hurdles110m")
-- SetMyGameIndex("Run4x100Relay")
-- SetMyGameIndex("LongJump")
-- SetMyGameIndex("Hammer")
-- SetMyGameIndex("Discus")
-- SetMyGameIndex("Javelin")
-- SetMyGameIndex("UnevenBars")
-- SetMyGameIndex("Trampoline")
-- SetMyGameIndex("Ribbon")
-- SetMyGameIndex("Swim100m")
-- SetMyGameIndex("SwimSynchro")
-- SetMyGameIndex("Pistol")
-- SetMyGameIndex("Fencing")
-- SetMyGameIndex("TableTennis")
-- SetMyGameIndex("Canoe")
-- SetMyGameIndex("Equestrian")
-- SetMyGameIndex("Bicycle")
-- SetMyGameIndex("FootBall")
-- SetMyGameIndex("Badminton")
-- SetMyGameIndex("BeachVolley")
-- SetMyGameIndex("DreamSprint")
-- SetMyGameIndex("DreamHurdles")
-- SetMyGameIndex("DreamLongJump")
-- SetMyGameIndex("DreamDiscus")
-- SetMyGameIndex("DreamUnevenBars")
-- SetMyGameIndex("DreamTrampoline")
-- SetMyGameIndex("DreamSwim")
-- SetMyGameIndex("DreamSynchro")
-- SetMyGameIndex("DreamFencing")
-- SetMyGameIndex("DreamSailing")
-- SetMyGameIndex("DreamEquestrian")
-- SetMyGameIndex("DreamBicycle")
------------------------------------------

end
-a giant William.cpk (the prince!?!) file, i opened it with CriPackedFileMaker, it contains mainly all the game files, there are some of them with "Test" in their name but i couldn't exracted.
RandomTBush
User
Level: 10


Posts: 7/16
EXP: 3957
For next: 457

Since: 11-03-11


Since last post: 7.2 years
Last activity: 7.2 years

Posted on 11-18-11 04:57:56 PM Link | Quote
Originally posted by verne94
-a giant William.cpk (the prince!?!) file, i opened it with CriPackedFileMaker, it contains mainly all the game files, there are some of them with "Test" in their name but i couldn't exracted.
That CPK file is really picky, so use Noesis to extract it.
Rachel Mae

Creature of Chaos
Level: 141


Posts: 4606/5929
EXP: 33575567
For next: 544447

Since: 07-03-07

Pronouns: she/her
From: Foxglen

Since last post: 12 days
Last activity: 37 min.

Posted on 11-18-11 06:01:07 PM Link | Quote
Huh, interesting. If I'm reading that config file correctly, every setting but SetRomVersion is commented out (unless it was copy-pasted incorrectly). I wonder if the game still reads this file, and if you could enable the debugging features by uncommenting those lines?

____________________
verne94

Red Goomba
Level: 15


Posts: 25/37
EXP: 13891
For next: 2493

Since: 11-18-11


Since last post: 6.8 years
Last activity: 2.9 years

Posted on 09-21-12 02:37:43 PM Link | Quote
Sorry for the up, but can someone who have the NTSC or NTSC-j version look into the ISO for their build time?
Next newer thread | Next older thread
Jul - The Cutting Room Floor - Mario & Sonic at the London 2012 Olympic Games New poll - New thread - New reply


Rusted Logic

Acmlmboard - commit 47be4dc [2021-08-23]
©2000-2022 Acmlm, Xkeeper, Kaito Sinclaire, et al.

28 database queries, 1 query cache hits.
Query execution time:  0.086181 seconds
Script execution time:  0.022882 seconds
Total render time:  0.109063 seconds


TidyHTML vomit below
line 1 column 1 - Warning: missing <!DOCTYPE> declaration
line 119 column 11 - Warning: <form> isn't allowed in <table> elements
line 118 column 10 - Info: <table> previously mentioned
line 120 column 11 - Warning: missing <tr>
line 120 column 119 - Warning: missing </font> before </td>
line 124 column 16 - Warning: plain text isn't allowed in <tr> elements
line 120 column 11 - Info: <tr> previously mentioned
line 125 column 68 - Warning: missing </nobr> before </td>
line 141 column 68 - Warning: missing </nobr> before <tr>
line 147 column 35 - Warning: missing <tr>
line 147 column 50 - Warning: missing </font> before </td>
line 148 column 37 - Warning: unescaped & or unknown entity "&id"
line 147 column 221 - Warning: missing </font> before </table>
line 149 column 35 - Warning: missing <tr>
line 149 column 50 - Warning: missing </font> before </td>
line 149 column 91 - Warning: missing </font> before </table>
line 156 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 158 column 9 - Warning: missing <tr>
line 176 column 13 - Warning: missing <tr>
line 177 column 102 - Warning: unescaped & or unknown entity "&postid"
line 306 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 308 column 9 - Warning: missing <tr>
line 326 column 13 - Warning: missing <tr>
line 327 column 102 - Warning: unescaped & or unknown entity "&postid"
line 332 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 334 column 9 - Warning: missing <tr>
line 352 column 13 - Warning: missing <tr>
line 353 column 102 - Warning: unescaped & or unknown entity "&postid"
line 355 column 74 - Warning: <link> isn't allowed in <td> elements
line 355 column 9 - Info: <td> previously mentioned
line 358 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 360 column 9 - Warning: missing <tr>
line 378 column 13 - Warning: missing <tr>
line 379 column 102 - Warning: unescaped & or unknown entity "&postid"
line 384 column 17 - Warning: missing <tr>
line 384 column 17 - Warning: discarding unexpected <table>
line 387 column 35 - Warning: missing <tr>
line 387 column 50 - Warning: missing </font> before </td>
line 387 column 91 - Warning: missing </font> before </table>
line 389 column 35 - Warning: missing <tr>
line 389 column 50 - Warning: missing </font> before </td>
line 390 column 37 - Warning: unescaped & or unknown entity "&id"
line 389 column 221 - Warning: missing </font> before </table>
line 391 column 17 - Warning: discarding unexpected </textarea>
line 391 column 28 - Warning: discarding unexpected </form>
line 391 column 35 - Warning: discarding unexpected </embed>
line 391 column 43 - Warning: discarding unexpected </noembed>
line 391 column 53 - Warning: discarding unexpected </noscript>
line 391 column 64 - Warning: discarding unexpected </noembed>
line 391 column 74 - Warning: discarding unexpected </embed>
line 391 column 82 - Warning: discarding unexpected </table>
line 391 column 90 - Warning: discarding unexpected </table>
line 393 column 9 - Warning: missing </font> before <table>
line 405 column 25 - Warning: discarding unexpected </font>
line 414 column 57 - Warning: discarding unexpected </font>
line 392 column 1 - Warning: missing </center>
line 120 column 63 - Warning: <img> lacks "alt" attribute
line 125 column 19 - Warning: <td> attribute "width" has invalid value "120px"
line 125 column 93 - Warning: <img> lacks "alt" attribute
line 141 column 19 - Warning: <td> attribute "width" has invalid value "120px"
line 141 column 98 - Warning: <img> lacks "alt" attribute
line 148 column 44 - Warning: <img> proprietary attribute value "absmiddle"
line 148 column 142 - Warning: <img> proprietary attribute value "absmiddle"
line 148 column 246 - Warning: <img> proprietary attribute value "absmiddle"
line 160 column 11 - Warning: <img> lacks "alt" attribute
line 161 column 22 - Warning: <img> lacks "alt" attribute
line 161 column 63 - Warning: <img> lacks "alt" attribute
line 161 column 112 - Warning: <img> lacks "alt" attribute
line 161 column 162 - Warning: <img> lacks "alt" attribute
line 162 column 11 - Warning: <img> lacks "alt" attribute
line 172 column 15 - Warning: <img> lacks "alt" attribute
line 311 column 22 - Warning: <img> lacks "alt" attribute
line 311 column 63 - Warning: <img> lacks "alt" attribute
line 311 column 112 - Warning: <img> lacks "alt" attribute
line 311 column 162 - Warning: <img> lacks "alt" attribute
line 322 column 15 - Warning: <img> lacks "alt" attribute
line 336 column 11 - Warning: <img> lacks "alt" attribute
line 337 column 23 - Warning: <img> lacks "alt" attribute
line 337 column 64 - Warning: <img> lacks "alt" attribute
line 337 column 113 - Warning: <img> lacks "alt" attribute
line 337 column 163 - Warning: <img> lacks "alt" attribute
line 338 column 11 - Warning: <img> lacks "alt" attribute
line 348 column 15 - Warning: <img> lacks "alt" attribute
line 362 column 11 - Warning: <img> lacks "alt" attribute
line 363 column 22 - Warning: <img> lacks "alt" attribute
line 363 column 63 - Warning: <img> lacks "alt" attribute
line 363 column 112 - Warning: <img> lacks "alt" attribute
line 363 column 162 - Warning: <img> lacks "alt" attribute
line 364 column 11 - Warning: <img> lacks "alt" attribute
line 374 column 15 - Warning: <img> lacks "alt" attribute
line 390 column 44 - Warning: <img> proprietary attribute value "absmiddle"
line 390 column 142 - Warning: <img> proprietary attribute value "absmiddle"
line 390 column 246 - Warning: <img> proprietary attribute value "absmiddle"
line 399 column 25 - Warning: <img> lacks "alt" attribute
line 404 column 267 - Warning: <img> lacks "alt" attribute
line 149 column 50 - Warning: trimming empty <font>
line 384 column 17 - Warning: trimming empty <tr>
line 387 column 50 - Warning: trimming empty <font>
line 125 column 68 - Warning: <nobr> is not approved by W3C
line 141 column 68 - Warning: <nobr> is not approved by W3C
line 177 column 27 - Warning: <nobr> is not approved by W3C
line 327 column 27 - Warning: <nobr> is not approved by W3C
line 353 column 27 - Warning: <nobr> is not approved by W3C
line 379 column 27 - Warning: <nobr> is not approved by W3C
Info: Document content looks like HTML5
Info: No system identifier in emitted doctype
Tidy found 101 warnings and 0 errors!


The alt attribute should be used to give a short description
of an image; longer descriptions should be given with the
longdesc attribute which takes a URL linked to the description.
These measures are needed for people using non-graphical browsers.

For further advice on how to make your pages accessible
see http://www.w3.org/WAI/GL.
You are recommended to use CSS to specify the font and
properties such as its size and color. This will reduce
the size of HTML files and make them easier to maintain
compared with using <FONT> elements.

You are recommended to use CSS to control line wrapping.
Use "white-space: nowrap" to inhibit wrapping in place
of inserting <NOBR>...</NOBR> into the markup.

About HTML Tidy: https://github.com/htacg/tidy-html5
Bug reports and comments: https://github.com/htacg/tidy-html5/issues
Official mailing list: https://lists.w3.org/Archives/Public/public-htacg/
Latest HTML specification: http://dev.w3.org/html5/spec-author-view/
Validate your HTML documents: http://validator.w3.org/nu/
Lobby your company to join the W3C: http://www.w3.org/Consortium

Do you speak a language other than English, or a different variant of
English? Consider helping us to localize HTML Tidy. For details please see
https://github.com/htacg/tidy-html5/blob/master/README/LOCALIZE.md