Register - Login
Views: 99384313
Main - Memberlist - Active users - Calendar - Wiki - IRC Chat - Online users
Ranks - Rules/FAQ - Stats - Latest Posts - Color Chart - Smilies
04-24-22 02:58:11 AM
Jul - The Cutting Room Floor - The Urbz 2 files in The Sims 2 New poll - New thread - New reply
Next newer thread | Next older thread
Celice
Member
Level: 31


Posts: 171/196
EXP: 177830
For next: 7533

Since: 10-24-10


Since last post: 5.7 years
Last activity: 3.9 years

Posted on 10-15-14 11:51:29 PM (last edited by Celice at 10-16-14 09:26:26 PM) Link | Quote
I remember hearing about how one of the Sims console game was being worked on, but there was a fire at the developer location, and something about the project was lost/reworked into a later title... it'd be cool if this was related to that

EDIT: Well... for some reason the first post is gone. So I guess this is an orphan reply
frogz2007
Member
Level: 12


Posts: 3/28
EXP: 7767
For next: 154

Since: 10-14-14


Since last post: 5.8 years
Last activity: 4.6 years

Posted on 10-18-14 07:13:02 PM Link | Quote
Sorry, I removed my first post because it wasn't informative enough. Here is the stuff I found in the files:

Features:

babies_bottle
babies_diaper
babies_moses
babies_stroller
babies_suckthingy
basketball_net
basketballcourt

Miscellaneous stuff:

kidspets_cat
kidspets_dog
kidspets_fish
kidsschool_book
kidsschool_globe
kidsschool_math
kidstoys_bear
kidstoys_bubbles
kidstoys_top
leaves_street (Seasons?)
leaves_walk
prop_cat_catnip

Unused animations:

wf_hospital
wf_gosteady
wf_gosteady_reject
wf_inheritance
wf_job_demoted
wf_job_fired
wf_lightening

If somebody could make a proper .ARC extractor and rebuilder, the game could finally have custom content like it's PC counterpart. The link to " The Urbz 2" unused files are here:

http://www.mediafire.com/download/k9cfebwxx393ic4/Urbz+2+files.7z

Have fun! And somebody please make a page about this game, since I don't know how.
VIRGIN KLM
Member
Level: 21


Posts: 45/89
EXP: 45037
For next: 4906

Since: 06-07-14


Since last post: 6.3 years
Last activity: 6.0 years

Posted on 10-18-14 09:55:10 PM Link | Quote
From what disc/version of the game do these come from? PC, PS2 or Gamecube?
frogz2007
Member
Level: 12


Posts: 4/28
EXP: 7767
For next: 154

Since: 10-14-14


Since last post: 5.8 years
Last activity: 4.6 years

Posted on 10-18-14 11:43:25 PM Link | Quote
These all came from the GameCube version.
VIRGIN KLM
Member
Level: 21


Posts: 46/89
EXP: 45037
For next: 4906

Since: 06-07-14


Since last post: 6.3 years
Last activity: 6.0 years

Posted on 10-19-14 12:23:36 AM Link | Quote
u2_... related files are not Urbz 2 files from what I see but somekind of source/build info files for debugging builds of The Sims 2 on Gamecube. It's intresting to see the version.h file which is a C++ routine:




// The Sims
// Copyright 2005 Electronic Arts Inc.
//
// \file version.h
//
// \brief ??
//

//
// This file defines the current build version. Used by the PS2 platform.
// Version string format: majorver, milestone, month, day, build (resets to 1 every day)
// This file is generated by code.
//

#ifndef VERSION_H
#define VERSION_H

// CM Versioning scheme. Values do not change in checked in version.
#define BUILD_TIMESTAMP "2005-09-12-0502"
#define BUILD_USER "codebuilder"
#define BUILD_HOSTNAME "CM3-BUILD25"
#define BUILD_FILEVERSION 1,mainline_SKU1,0,63
#define BUILD_VERSION "1.mainline_SKU1.0.63"

/////////////////////////////////////////////////
// Sandbox versioning
#define SANDBOX_FILEVERSION BUILD_FILEVERSION
#define SANDBOX_VERSION BUILD_VERSION

/////////////////////////////////////////////////
// Build Versioning
// first Milestone letter(D=Development,P=PreAlpha,A=Alpha,B=Beta,F=Final), month, day, version that day
#define VERS_LIST 'F',9,12,0
#define VERS_STRING "F.09.12.0"

#if EA_PLATFORM_PLAYSTATION2
#define V_LIST VERS_LIST
#define V_STRING VERS_STRING
#elif EA_PLATFORM_XBOX
#define V_LIST VERS_LIST
#define V_STRING VERS_STRING
#elif EA_PLATFORM_GAMECUBE
#define V_LIST VERS_LIST
#define V_STRING VERS_STRING
#elif EA_PLATFORM_WINDOWS
#if EDITH_IN_SIMS
#define V_LIST VERS_LIST
#define V_STRING VERS_STRING
#else
#define V_LIST VERS_LIST
#define V_STRING VERS_STRING
#endif
#endif

#define BUILD_VER_NUMS V_LIST
#define BUILD_VER_STRING V_STRING

#endif // VERSION_H



So that means that if that's correct what we see here, there are a Sims 2 build for PC that matches the console version one, possibly just for debugging though.

Also, I have no idea what is that "u2_ngc_release_dvd.elf" file, it's somekind of executable file, is it the game's main executable? Possibly you could build the rest executables using the respective codes on the disc and replacing the ELF file then.

Also, no idea what this "TEST.NGH" file does, possibly replacing with "wren.NGH" or "default.NGH" would do something.
frogz2007
Member
Level: 12


Posts: 5/28
EXP: 7767
For next: 154

Since: 10-14-14


Since last post: 5.8 years
Last activity: 4.6 years

Posted on 10-19-14 12:44:24 AM (last edited by frogz2007 at 12-14-14 04:29:11 AM) Link | Quote
Ah, I see. I did see on this site:

http://modthesims.info/t/502059

That according to a former Maxis employee, The Urbz 2 was a planned game, but got reworked into... The Sims 2 for consoles.

I found this in marimba_prepare.log

protocol: http
host: ears-marimba1.rws.ad.ea.com:5282
file: /EA/S2C/SKU1/LATEST/Target_NGC
Loading security DLL @ C:\Work\Urbz2\bin\mrbupd.dll\..\mrbsslc.dll
FQDN : jyang-7380.rws.ad.ea.com
id: 7379470128754092799

The one thing is the title lists, "Urbz2". That confirms everything.
frogz2007
Member
Level: 12


Posts: 13/28
EXP: 7767
For next: 154

Since: 10-14-14


Since last post: 5.8 years
Last activity: 4.6 years

Posted on 12-23-14 08:19:08 AM Link | Quote
I just found out there is a pre-release demo of The Sims 2 for PS2. It is on 3 demo discs (one of which is standalone):

Official PlayStation 2 Magazine Demo Disc 66 (PAL)
Official PlayStation 2 Magazine Demo Disc 78 (PAL)
The Sims 2 (Demo Disc)

Only 2,500 copies of The Sims 2 (Demo Disc) were given away.

My internet will not download stuff since Chrome gives the "Unknown network error". I did however extract a broken .ISO of it and checked the date stamp on the files. It predates the final by, oh, around a week? Here are the dates included in both the demo and the final game:

The earliest date is 8/26/2005
Another date is 8/27/2005
The demo date is 9/6/2005
And another date is 9/7/2005
The final date is 9/19/2005

We need more people to check this game. There is a TON of stuff to be found.
einstein95
Member
Level: 37


Posts: 169/318
EXP: 325757
For next: 12496

Since: 04-11-13


Since last post: 3.3 years
Last activity: 3.3 years

Posted on 12-23-14 09:34:39 AM Link | Quote
Originally posted by frogz2007
I just found out there is a pre-release demo of The Sims 2 for PS2. It is on 3 demo discs (one of which is standalone):

Official PlayStation 2 Magazine Demo Disc 66 (PAL)
Official PlayStation 2 Magazine Demo Disc 78 (PAL)
The Sims 2 (Demo Disc)

Only 2,500 copies of The Sims 2 (Demo Disc) were given away.

My internet will not download stuff since Chrome gives the "Unknown network error". I did however extract a broken .ISO of it and checked the date stamp on the files. It predates the final by, oh, around a week? Here are the dates included in both the demo and the final game:

The earliest date is 8/26/2005
Another date is 8/27/2005
The demo date is 9/6/2005
And another date is 9/7/2005
The final date is 9/19/2005

We need more people to check this game. There is a TON of stuff to be found.


Out of the demo discs I have cataloged, I have #66. The Sims 2 demo files date to 8-9/09/2005 (09/08-09/2005 for the not-logical mm/dd/yyyy format people). The strings in the ELF seem to confirm this date ("EOR/Maxis Engine v3.0 built 19:41:18 Sep 8 2005" [the timestamps vary, date stays the same]).

____________________
The more I type, the less gooder it sounds does.
frogz2007
Member
Level: 12


Posts: 14/28
EXP: 7767
For next: 154

Since: 10-14-14


Since last post: 5.8 years
Last activity: 4.6 years

Posted on 12-23-14 10:01:24 AM Link | Quote
Originally posted by einstein95
Originally posted by frogz2007
I just found out there is a pre-release demo of The Sims 2 for PS2. It is on 3 demo discs (one of which is standalone):

Official PlayStation 2 Magazine Demo Disc 66 (PAL)
Official PlayStation 2 Magazine Demo Disc 78 (PAL)
The Sims 2 (Demo Disc)

Only 2,500 copies of The Sims 2 (Demo Disc) were given away.

My internet will not download stuff since Chrome gives the "Unknown network error". I did however extract a broken .ISO of it and checked the date stamp on the files. It predates the final by, oh, around a week? Here are the dates included in both the demo and the final game:

The earliest date is 8/26/2005
Another date is 8/27/2005
The demo date is 9/6/2005
And another date is 9/7/2005
The final date is 9/19/2005

We need more people to check this game. There is a TON of stuff to be found.


Out of the demo discs I have cataloged, I have #66. The Sims 2 demo files date to 8-9/09/2005 (09/08-09/2005 for the not-logical mm/dd/yyyy format people). The strings in the ELF seem to confirm this date ("EOR/Maxis Engine v3.0 built 19:41:18 Sep 8 2005" [the timestamps vary, date stays the same]).


Since you have the ISO to the whole disc, could you upload the folder with all of the files to this demo onto a site? I would like the files to it.
einstein95
Member
Level: 37


Posts: 170/318
EXP: 325757
For next: 12496

Since: 04-11-13


Since last post: 3.3 years
Last activity: 3.3 years

Posted on 12-23-14 10:15:02 AM (last edited by einstein95 at 12-23-14 10:15:23 AM) Link | Quote
Originally posted by frogz2007
Since you have the ISO to the whole disc, could you upload the folder with all of the files to this demo onto a site? I would like the files to it.


Slowly uploading to https://mega.co.nz/#F!6FBSmSTT!WmQyabkoK1kq7pkQRpoSEQ

____________________
The more I type, the less gooder it sounds does.
frogz2007
Member
Level: 12


Posts: 15/28
EXP: 7767
For next: 154

Since: 10-14-14


Since last post: 5.8 years
Last activity: 4.6 years

Posted on 12-23-14 10:16:46 AM Link | Quote
Originally posted by einstein95
Originally posted by frogz2007
Since you have the ISO to the whole disc, could you upload the folder with all of the files to this demo onto a site? I would like the files to it.


Slowly uploading to https://mega.co.nz/#F!6FBSmSTT!WmQyabkoK1kq7pkQRpoSEQ


Thank you! I will wait a few hours or so to download it. I appreciate it.
frogz2007
Member
Level: 12


Posts: 17/28
EXP: 7767
For next: 154

Since: 10-14-14


Since last post: 5.8 years
Last activity: 4.6 years

Posted on 12-31-14 07:50:33 AM (last edited by frogz2007 at 02-13-15 12:07:49 AM) Link | Quote
I just got the demo downloaded, and gameplay-wise it is identical to the final game, but there are a few differences. The demo uses one of the houses made for the full game. It has a 12 Sim hour time limit, the social interactions are limited, there are a bunch of random Sims you can control, the house is re-arranged with different objects, and the buy mode has a very limited amount of stuff to choose from.
frogz2007
Member
Level: 12


Posts: 20/28
EXP: 7767
For next: 154

Since: 10-14-14


Since last post: 5.8 years
Last activity: 4.6 years

Posted on 03-02-15 11:28:33 AM Link | Quote
a new video has been found in the Sims 2 Xbox version. Mute your speakers. It's loud;

Intro : https://www.youtube.com/watch?v=tRSYLv8YebI

chindlerbang
User
Level: 7


Posts: 6/12
EXP: 1068
For next: 380

Since: 07-02-20

Pronouns: he/him

Since last post: 1.7 years
Last activity: 1.3 years

Posted on 07-15-20 01:04:00 AM Link | Quote
whatever you hear about "sims 2" and "fire", its not true. any sims 2 fire story is a rumor that was later debunked.

____________________
will add a signature when i come up with one
Next newer thread | Next older thread
Jul - The Cutting Room Floor - The Urbz 2 files in The Sims 2 New poll - New thread - New reply


Rusted Logic

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

33 database queries, 9 query cache hits.
Query execution time:  0.078464 seconds
Script execution time:  0.019314 seconds
Total render time:  0.097778 seconds


TidyHTML vomit below
line 1 column 1 - Warning: missing <!DOCTYPE> declaration
line 2 column 301 - Warning: unescaped & or unknown entity "&page"
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 202 - 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 184 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 186 column 9 - Warning: missing <tr>
line 204 column 13 - Warning: missing <tr>
line 205 column 102 - Warning: unescaped & or unknown entity "&postid"
line 251 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 253 column 9 - Warning: missing <tr>
line 271 column 13 - Warning: missing <tr>
line 272 column 102 - Warning: unescaped & or unknown entity "&postid"
line 277 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 279 column 9 - Warning: missing <tr>
line 297 column 13 - Warning: missing <tr>
line 298 column 102 - Warning: unescaped & or unknown entity "&postid"
line 303 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 305 column 9 - Warning: missing <tr>
line 323 column 13 - Warning: missing <tr>
line 324 column 102 - Warning: unescaped & or unknown entity "&postid"
line 396 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 398 column 9 - Warning: missing <tr>
line 416 column 13 - Warning: missing <tr>
line 417 column 102 - Warning: unescaped & or unknown entity "&postid"
line 437 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 439 column 9 - Warning: missing <tr>
line 457 column 13 - Warning: missing <tr>
line 458 column 102 - Warning: unescaped & or unknown entity "&postid"
line 479 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 481 column 9 - Warning: missing <tr>
line 499 column 13 - Warning: missing <tr>
line 500 column 102 - Warning: unescaped & or unknown entity "&postid"
line 523 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 525 column 9 - Warning: missing <tr>
line 543 column 13 - Warning: missing <tr>
line 544 column 102 - Warning: unescaped & or unknown entity "&postid"
line 569 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 571 column 9 - Warning: missing <tr>
line 589 column 13 - Warning: missing <tr>
line 590 column 102 - Warning: unescaped & or unknown entity "&postid"
line 597 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 599 column 9 - Warning: missing <tr>
line 617 column 13 - Warning: missing <tr>
line 618 column 102 - Warning: unescaped & or unknown entity "&postid"
line 627 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 629 column 9 - Warning: missing <tr>
line 647 column 13 - Warning: missing <tr>
line 648 column 102 - Warning: unescaped & or unknown entity "&postid"
line 653 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 655 column 9 - Warning: missing <tr>
line 673 column 13 - Warning: missing <tr>
line 674 column 102 - Warning: unescaped & or unknown entity "&postid"
line 683 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 685 column 9 - Warning: missing <tr>
line 703 column 13 - Warning: missing <tr>
line 704 column 102 - Warning: unescaped & or unknown entity "&postid"
line 709 column 17 - Warning: missing <tr>
line 709 column 17 - Warning: discarding unexpected <table>
line 712 column 35 - Warning: missing <tr>
line 712 column 50 - Warning: missing </font> before </td>
line 712 column 91 - Warning: missing </font> before </table>
line 714 column 35 - Warning: missing <tr>
line 714 column 50 - Warning: missing </font> before </td>
line 715 column 37 - Warning: unescaped & or unknown entity "&id"
line 714 column 202 - Warning: missing </font> before </table>
line 716 column 17 - Warning: discarding unexpected </textarea>
line 716 column 28 - Warning: discarding unexpected </form>
line 716 column 35 - Warning: discarding unexpected </embed>
line 716 column 43 - Warning: discarding unexpected </noembed>
line 716 column 53 - Warning: discarding unexpected </noscript>
line 716 column 64 - Warning: discarding unexpected </noembed>
line 716 column 74 - Warning: discarding unexpected </embed>
line 716 column 82 - Warning: discarding unexpected </table>
line 716 column 90 - Warning: discarding unexpected </table>
line 718 column 9 - Warning: missing </font> before <table>
line 730 column 25 - Warning: discarding unexpected </font>
line 739 column 57 - Warning: discarding unexpected </font>
line 717 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 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 172 column 15 - Warning: <img> lacks "alt" attribute
line 179 column 314 - Warning: <img> proprietary attribute value "absmiddle"
line 179 column 314 - Warning: <img> lacks "alt" attribute
line 189 column 22 - Warning: <img> lacks "alt" attribute
line 189 column 63 - Warning: <img> lacks "alt" attribute
line 189 column 112 - Warning: <img> lacks "alt" attribute
line 189 column 161 - Warning: <img> lacks "alt" attribute
line 200 column 15 - Warning: <img> lacks "alt" attribute
line 256 column 22 - Warning: <img> lacks "alt" attribute
line 256 column 63 - Warning: <img> lacks "alt" attribute
line 256 column 112 - Warning: <img> lacks "alt" attribute
line 256 column 162 - Warning: <img> lacks "alt" attribute
line 257 column 11 - Warning: <img> lacks "alt" attribute
line 267 column 15 - Warning: <img> lacks "alt" attribute
line 282 column 22 - Warning: <img> lacks "alt" attribute
line 282 column 63 - Warning: <img> lacks "alt" attribute
line 282 column 112 - Warning: <img> lacks "alt" attribute
line 282 column 161 - Warning: <img> lacks "alt" attribute
line 293 column 15 - Warning: <img> lacks "alt" attribute
line 308 column 22 - Warning: <img> lacks "alt" attribute
line 308 column 63 - Warning: <img> lacks "alt" attribute
line 308 column 112 - Warning: <img> lacks "alt" attribute
line 308 column 162 - Warning: <img> lacks "alt" attribute
line 309 column 11 - Warning: <img> lacks "alt" attribute
line 319 column 15 - Warning: <img> lacks "alt" attribute
line 401 column 22 - Warning: <img> lacks "alt" attribute
line 401 column 63 - Warning: <img> lacks "alt" attribute
line 401 column 112 - Warning: <img> lacks "alt" attribute
line 401 column 161 - Warning: <img> lacks "alt" attribute
line 412 column 15 - Warning: <img> lacks "alt" attribute
line 442 column 22 - Warning: <img> lacks "alt" attribute
line 442 column 63 - Warning: <img> lacks "alt" attribute
line 442 column 112 - Warning: <img> lacks "alt" attribute
line 442 column 161 - Warning: <img> lacks "alt" attribute
line 453 column 15 - Warning: <img> lacks "alt" attribute
line 484 column 22 - Warning: <img> lacks "alt" attribute
line 484 column 63 - Warning: <img> lacks "alt" attribute
line 484 column 112 - Warning: <img> lacks "alt" attribute
line 484 column 162 - Warning: <img> lacks "alt" attribute
line 495 column 15 - Warning: <img> lacks "alt" attribute
line 528 column 22 - Warning: <img> lacks "alt" attribute
line 528 column 63 - Warning: <img> lacks "alt" attribute
line 528 column 112 - Warning: <img> lacks "alt" attribute
line 528 column 161 - Warning: <img> lacks "alt" attribute
line 539 column 15 - Warning: <img> lacks "alt" attribute
line 574 column 22 - Warning: <img> lacks "alt" attribute
line 574 column 63 - Warning: <img> lacks "alt" attribute
line 574 column 112 - Warning: <img> lacks "alt" attribute
line 574 column 162 - Warning: <img> lacks "alt" attribute
line 585 column 15 - Warning: <img> lacks "alt" attribute
line 602 column 22 - Warning: <img> lacks "alt" attribute
line 602 column 63 - Warning: <img> lacks "alt" attribute
line 602 column 112 - Warning: <img> lacks "alt" attribute
line 602 column 161 - Warning: <img> lacks "alt" attribute
line 613 column 15 - Warning: <img> lacks "alt" attribute
line 632 column 22 - Warning: <img> lacks "alt" attribute
line 632 column 63 - Warning: <img> lacks "alt" attribute
line 632 column 112 - Warning: <img> lacks "alt" attribute
line 632 column 161 - Warning: <img> lacks "alt" attribute
line 643 column 15 - Warning: <img> lacks "alt" attribute
line 658 column 22 - Warning: <img> lacks "alt" attribute
line 658 column 63 - Warning: <img> lacks "alt" attribute
line 658 column 112 - Warning: <img> lacks "alt" attribute
line 658 column 161 - Warning: <img> lacks "alt" attribute
line 669 column 15 - Warning: <img> lacks "alt" attribute
line 688 column 21 - Warning: <img> lacks "alt" attribute
line 688 column 62 - Warning: <img> lacks "alt" attribute
line 688 column 111 - Warning: <img> lacks "alt" attribute
line 688 column 161 - Warning: <img> lacks "alt" attribute
line 689 column 11 - Warning: <img> lacks "alt" attribute
line 699 column 15 - Warning: <img> lacks "alt" attribute
line 706 column 268 - Warning: <img> proprietary attribute value "absmiddle"
line 706 column 268 - Warning: <img> lacks "alt" attribute
line 715 column 44 - Warning: <img> proprietary attribute value "absmiddle"
line 715 column 142 - Warning: <img> proprietary attribute value "absmiddle"
line 715 column 246 - Warning: <img> proprietary attribute value "absmiddle"
line 724 column 25 - Warning: <img> lacks "alt" attribute
line 729 column 267 - Warning: <img> lacks "alt" attribute
line 149 column 50 - Warning: trimming empty <font>
line 709 column 17 - Warning: trimming empty <tr>
line 712 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 205 column 27 - Warning: <nobr> is not approved by W3C
line 272 column 27 - Warning: <nobr> is not approved by W3C
line 298 column 27 - Warning: <nobr> is not approved by W3C
line 324 column 27 - Warning: <nobr> is not approved by W3C
line 417 column 27 - Warning: <nobr> is not approved by W3C
line 458 column 27 - Warning: <nobr> is not approved by W3C
line 500 column 27 - Warning: <nobr> is not approved by W3C
line 544 column 27 - Warning: <nobr> is not approved by W3C
line 590 column 27 - Warning: <nobr> is not approved by W3C
line 618 column 27 - Warning: <nobr> is not approved by W3C
line 648 column 27 - Warning: <nobr> is not approved by W3C
line 674 column 27 - Warning: <nobr> is not approved by W3C
line 704 column 27 - Warning: <nobr> is not approved by W3C
Info: Document content looks like HTML5
Info: No system identifier in emitted doctype
Tidy found 202 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