Register - Login
Views: 99398766
Main - Memberlist - Active users - Calendar - Wiki - IRC Chat - Online users
Ranks - Rules/FAQ - Stats - Latest Posts - Color Chart - Smilies
04-24-22 03:07:21 PM
Jul - SM64 Hacking (Archive) - Mario 64 Level Importer New poll - New thread - New reply
Pages: 1 2 3 4 5 6 7 8 9 10 ... 26 27 28 29 30 31 32 33 34 ... 46 47 48 49 50 51 52 53 54 55 Next newer thread | Next older thread
Zero One
5170
And as we fall the spirit carries on,
That a hero'll come and save us all,
As we call the ones we left below,
We all dream of the day we rise above
Level: 129


Posts: 532/5173
EXP: 24547308
For next: 502346

Since: 05-24-10

From: Delta Quadrant

Since last post: 1.6 years
Last activity: 121 days

Posted on 06-23-10 06:29:26 AM Link | Quote
Collision mapping?

So would that mean that instead of adding code in the .MTL file to make different things happen (snow, climable, fire), we'd just be able to use that interface?

____________________
"The last Metroid is in captivity."
And yet, the galaxy is STILL fucked.
Conte de Contis
Member
Level: 36


Posts: 240/271
EXP: 299494
For next: 8616

Since: 12-21-09

From: Italy

Since last post: 11.8 years
Last activity: 11.8 years

Posted on 06-23-10 07:23:50 AM Link | Quote
It's pretty fair, i think

____________________
My current target: Cody form Disney Down Under
Gecko
Member
Level: 25


Posts: 100/113
EXP: 83014
For next: 6606

Since: 03-27-09


Since last post: 9.1 years
Last activity: 7.6 years

Posted on 06-23-10 09:14:29 AM Link | Quote
Great idea!!
messiaen
Catgirl
Level: 68


Posts: 897/1085
EXP: 2594203
For next: 134597

Since: 11-20-07


Since last post: 8.1 years
Last activity: 7.2 years

Posted on 06-23-10 01:38:45 PM Link | Quote
Originally posted by Emoluvjd2
This is very helpful, but a problem I see with that is that the textures don't go through the image conversion program yet, so if a big enough texture is used, it could overflow the window and go behind the menus.


Currently it only warns if textures bigger than the N64 texture cache (in the RGBA 5551 format) are being used and show what fits into the window, but I will try to show it already resized, so you can preview what your texture will really look like.
messiaen
Catgirl
Level: 68


Posts: 905/1085
EXP: 2594203
For next: 134597

Since: 11-20-07


Since last post: 8.1 years
Last activity: 7.2 years

Posted on 07-04-10 02:44:05 AM Link | Quote
I have done some research on possible collision problems related to SketchUp backfaces.

The problem is that every face in a SketchUp model has both front and back sides, but the collision engine will freak out if you export both. So, the solution is to make sure every visible face is facing out and them exporting ONLY front face.

To find backfaces, go to View -> Face Styles and choose "Monochrome". Now, if you are using default settings, backfaces will be blue, while front faces will be white. If you find a backface that should be visible, click on it, go to Edit -> Face and choose "ReserveFace", that should fix it.

There's also a very handy plug-in called Front Face, which will quickly turn a backface into a frontface (again, use Monochrome face style to find them in the first place).
SuperMario9080
Random nobody
Level: 7


Posts: 1/7
EXP: 1216
For next: 232

Since: 07-04-10


Since last post: 11.8 years
Last activity: 11.6 years

Posted on 07-04-10 03:30:14 PM Link | Quote
When I import my map from google sketchup 7 to a patched and expanded ROM. I've opened it up (The Obj Importer v12), go to Bob-Omb Battlefield, the textures aren't the textures I've wanted it to be (A message popped up and it said something like "Can't detect Material file, game assigns textures instead". And from the messian website it says "there's a problem with ImageMagick's converter tool" and I've already installed "Visual C++ 2008 Redistributable Package (x86)". After I've installed it, still nothing happens. Do I have to drag my obj. file into "cvt"? or something like that? Do I drag "Visual C++ 2008 Redistributable Package(x86)" into the folder with "cvt"?

Please answer back and define what the problem is. Thanks.
Gecko
Member
Level: 25


Posts: 101/113
EXP: 83014
For next: 6606

Since: 03-27-09


Since last post: 9.1 years
Last activity: 7.6 years

Posted on 07-04-10 04:18:16 PM (last edited by Gecko at 07-04-10 01:18 PM) Link | Quote
Can't detect material file means that no material file was created or found with the obj file. How do you export your map? Is a .mtl create with the same name as the .obj file?
SuperMario9080
Random nobody
Level: 7


Posts: 2/7
EXP: 1216
For next: 232

Since: 07-04-10


Since last post: 11.8 years
Last activity: 11.6 years

Posted on 07-04-10 04:35:26 PM Link | Quote
Actually it said, "Warning: Material file can not be found. Textures from the game are assigned instead." And yes my .mtl file has the same name with the .obj file.
messiaen
Catgirl
Level: 68


Posts: 906/1085
EXP: 2594203
For next: 134597

Since: 11-20-07


Since last post: 8.1 years
Last activity: 7.2 years

Posted on 07-04-10 05:06:41 PM Link | Quote
Originally posted by SuperMario9080
Actually it said, "Warning: Material file can not be found. Textures from the game are assigned instead." And yes my .mtl file has the same name with the .obj file.


Send me the .obj + .mtl files (upload to mediafire.com or other free host and post the link), I can't provide help without that.
Gecko
Member
Level: 25


Posts: 102/113
EXP: 83014
For next: 6606

Since: 03-27-09


Since last post: 9.1 years
Last activity: 7.6 years

Posted on 07-04-10 05:08:08 PM Link | Quote
When you open up the mtl file in notepad does it look like this:

newmtl None_Texture0104_RGB.bmp
Ns 0
Ka 0.000000 0.000000 0.000000
Kd 0.8 0.8 0.8
Ks 0.8 0.8 0.8
d 1
illum 2
map_Kd Mario64Textures\Part1\Texture0104_RGB.bmp


Make sure that the paths do not contain spaces as well as map_Kd needs to be written exactly like this.
SuperMario9080
Random nobody
Level: 7


Posts: 3/7
EXP: 1216
For next: 232

Since: 07-04-10


Since last post: 11.8 years
Last activity: 11.6 years

Posted on 07-04-10 05:21:39 PM Link | Quote
@massiaen
I use this as a test for trying out textures from google sketchup 7. "Brick Antique" is the material file in this.
http://www.mediafire.com/?mg0mzzmdymw

@Gecko
It said something like this:

#Materials exported from Google Sketchup

newmtl _brick_Brick_Antique_jpg
Ka 0.000000 0.000000 0.000000
Kd 1.0000 1.0000 1.0000
Tr 1.0
Ks 0.000000 0.000000 0.000000
Ns 3.2000
mapKd Brick_Antique.jpg
Gecko
Member
Level: 25


Posts: 103/113
EXP: 83014
For next: 6606

Since: 03-27-09


Since last post: 9.1 years
Last activity: 7.6 years

Posted on 07-04-10 05:23:36 PM Link | Quote
Turn it into map_Kd Brick_Antique.jpg an try again.
messiaen
Catgirl
Level: 68


Posts: 907/1085
EXP: 2594203
For next: 134597

Since: 11-20-07


Since last post: 8.1 years
Last activity: 7.2 years

Posted on 07-04-10 05:43:47 PM Link | Quote
map_Kd issues apart, I can't reproduce this bug:

Originally posted by SuperMario9080
Actually it said, "Warning: Material file can not be found. Textures from the game are assigned instead." And yes my .mtl file has the same name with the .obj file.


Please send me the log file.
SuperMario9080
Random nobody
Level: 7


Posts: 4/7
EXP: 1216
For next: 232

Since: 07-04-10


Since last post: 11.8 years
Last activity: 11.6 years

Posted on 07-04-10 06:06:32 PM Link | Quote
@messiaen
http://www.mediafire.com/?jjwmygiduym

@Gecko
Like this?:

#Materials exported from Google Sketchup

map_Kd brick_Brick_Antique_jpg
Ka 0.000000 0.000000 0.000000
Kd 1.0000 1.0000 1.0000
Tr 1.0
Ks 0.000000 0.000000 0.000000
Ns 3.2000
mapKd Brick_Antique.jpg
Gecko
Member
Level: 25


Posts: 104/113
EXP: 83014
For next: 6606

Since: 03-27-09


Since last post: 9.1 years
Last activity: 7.6 years

Posted on 07-04-10 06:14:13 PM (last edited by Gecko at 07-04-10 03:16 PM) Link | Quote
newmtl _brick_Brick_Antique_jpg
Ka 0.000000 0.000000 0.000000
Kd 1.0000 1.0000 1.0000
Tr 1.0
Ks 0.000000 0.000000 0.000000
Ns 3.2000
map_Kd Brick_Antique.jpg

Are the textures in the same directory as the obj and mtl file?
SuperMario9080
Random nobody
Level: 7


Posts: 5/7
EXP: 1216
For next: 232

Since: 07-04-10


Since last post: 11.8 years
Last activity: 11.6 years

Posted on 07-04-10 06:19:01 PM (last edited by SuperMario9080 at 07-04-10 03:20 PM) Link | Quote
Yes the textures are in the same directory.
SuperMario9080
Random nobody
Level: 7


Posts: 6/7
EXP: 1216
For next: 232

Since: 07-04-10


Since last post: 11.8 years
Last activity: 11.6 years

Posted on 07-04-10 06:27:09 PM Link | Quote
Never problem solved. Thanks Gecko.

From now on I'll do this

"map_Kd"
DarkSpacer
Member
Level: 30


Posts: 56/184
EXP: 165836
For next: 33

Since: 03-23-10


Since last post: 5.6 years
Last activity: 5.0 years

Posted on 07-05-10 11:27:03 PM Link | Quote
Wasn't it found that you can correct the exporter itself?

Go to where you installed Sketchup, go to "Plugins" and find "ObjExporter.rb", open that in Notepad (or, if on a Mac, SimpleText) and Find and Replace "mapKd" with "map_Kd".
hectik17
Random nobody
Level: 6


Posts: 3/4
EXP: 556
For next: 351

Since: 01-22-09


Since last post: 11.8 years
Last activity: 11.8 years

Posted on 07-09-10 06:59:41 PM Link | Quote
i have a problem...
the rom "Super Mario 64 (U) [!].z64" has been extended using

M64ROMExtender 1.3b.exe

the the ppf patch has been applied...
and when i go to import a level i get




it says to use rom_expand.exe but that file didn't come with M64ROMExtender 1.3b ... any help please?
Breegullbeak
Member
Level: 27


Posts: 127/135
EXP: 107589
For next: 8570

Since: 06-06-09


Since last post: 10.5 years
Last activity: 9.7 years

Posted on 07-09-10 07:37:04 PM Link | Quote
Originally posted by hectik17
i have a problem...
the rom "Super Mario 64 (U) [!].z64" has been extended using

M64ROMExtender 1.3b.exe

the the ppf patch has been applied...
and when i go to import a level i get

Image

it says to use rom_expand.exe but that file didn't come with M64ROMExtender 1.3b ... any help please?


Messian made an extra extender that is used on extended roms so that there would be more room for custom levels. It should be in the folder you downloaded with the program. Just drag the rom onto the rom expander and then patch it.
Pages: 1 2 3 4 5 6 7 8 9 10 ... 26 27 28 29 30 31 32 33 34 ... 46 47 48 49 50 51 52 53 54 55 Next newer thread | Next older thread
Jul - SM64 Hacking (Archive) - Mario 64 Level Importer 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, 12 query cache hits.
Query execution time:  0.099826 seconds
Script execution time:  0.022149 seconds
Total render time:  0.121975 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 194 - Warning: missing </font> before </table>
line 149 column 35 - Warning: missing <tr>
line 149 column 94 - Warning: unescaped & or unknown entity "&page"
line 149 column 126 - Warning: unescaped & or unknown entity "&page"
line 149 column 158 - Warning: unescaped & or unknown entity "&page"
line 149 column 190 - Warning: unescaped & or unknown entity "&page"
line 149 column 222 - Warning: unescaped & or unknown entity "&page"
line 149 column 254 - Warning: unescaped & or unknown entity "&page"
line 149 column 286 - Warning: unescaped & or unknown entity "&page"
line 149 column 318 - Warning: unescaped & or unknown entity "&page"
line 149 column 350 - Warning: unescaped & or unknown entity "&page"
line 149 column 382 - Warning: unescaped & or unknown entity "&page"
line 149 column 419 - Warning: unescaped & or unknown entity "&page"
line 149 column 453 - Warning: unescaped & or unknown entity "&page"
line 149 column 487 - Warning: unescaped & or unknown entity "&page"
line 149 column 521 - Warning: unescaped & or unknown entity "&page"
line 149 column 558 - Warning: unescaped & or unknown entity "&page"
line 149 column 592 - Warning: unescaped & or unknown entity "&page"
line 149 column 626 - Warning: unescaped & or unknown entity "&page"
line 149 column 660 - Warning: unescaped & or unknown entity "&page"
line 149 column 698 - Warning: unescaped & or unknown entity "&page"
line 149 column 732 - Warning: unescaped & or unknown entity "&page"
line 149 column 766 - Warning: unescaped & or unknown entity "&page"
line 149 column 800 - Warning: unescaped & or unknown entity "&page"
line 149 column 834 - Warning: unescaped & or unknown entity "&page"
line 149 column 868 - Warning: unescaped & or unknown entity "&page"
line 149 column 902 - Warning: unescaped & or unknown entity "&page"
line 149 column 936 - Warning: unescaped & or unknown entity "&page"
line 149 column 970 - Warning: unescaped & or unknown entity "&page"
line 149 column 1004 - Warning: unescaped & or unknown entity "&page"
line 149 column 50 - Warning: missing </font> before </td>
line 149 column 1041 - 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 101 - Warning: unescaped & or unknown entity "&postid"
line 179 column 317 - Warning: missing </font> before <body>
line 179 column 346 - Warning: discarding unexpected <body>
line 186 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 188 column 9 - Warning: missing <tr>
line 206 column 13 - Warning: missing <tr>
line 207 column 101 - Warning: unescaped & or unknown entity "&postid"
line 212 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 214 column 9 - Warning: missing <tr>
line 232 column 13 - Warning: missing <tr>
line 233 column 101 - Warning: unescaped & or unknown entity "&postid"
line 238 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 240 column 9 - Warning: missing <tr>
line 258 column 13 - Warning: missing <tr>
line 259 column 101 - Warning: unescaped & or unknown entity "&postid"
line 266 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 268 column 9 - Warning: missing <tr>
line 286 column 13 - Warning: missing <tr>
line 287 column 101 - Warning: unescaped & or unknown entity "&postid"
line 298 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 300 column 9 - Warning: missing <tr>
line 318 column 13 - Warning: missing <tr>
line 319 column 101 - Warning: unescaped & or unknown entity "&postid"
line 326 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 328 column 9 - Warning: missing <tr>
line 346 column 13 - Warning: missing <tr>
line 347 column 101 - Warning: unescaped & or unknown entity "&postid"
line 352 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 354 column 9 - Warning: missing <tr>
line 372 column 13 - Warning: missing <tr>
line 373 column 101 - Warning: unescaped & or unknown entity "&postid"
line 378 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 380 column 9 - Warning: missing <tr>
line 398 column 13 - Warning: missing <tr>
line 399 column 101 - Warning: unescaped & or unknown entity "&postid"
line 406 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 408 column 9 - Warning: missing <tr>
line 426 column 13 - Warning: missing <tr>
line 427 column 101 - Warning: unescaped & or unknown entity "&postid"
line 444 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 446 column 9 - Warning: missing <tr>
line 464 column 13 - Warning: missing <tr>
line 465 column 101 - Warning: unescaped & or unknown entity "&postid"
line 486 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 488 column 9 - Warning: missing <tr>
line 506 column 13 - Warning: missing <tr>
line 507 column 101 - Warning: unescaped & or unknown entity "&postid"
line 512 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 514 column 9 - Warning: missing <tr>
line 532 column 13 - Warning: missing <tr>
line 533 column 101 - Warning: unescaped & or unknown entity "&postid"
line 542 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 544 column 9 - Warning: missing <tr>
line 562 column 13 - Warning: missing <tr>
line 563 column 101 - Warning: unescaped & or unknown entity "&postid"
line 582 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 584 column 9 - Warning: missing <tr>
line 602 column 13 - Warning: missing <tr>
line 603 column 101 - Warning: unescaped & or unknown entity "&postid"
line 616 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 618 column 9 - Warning: missing <tr>
line 636 column 13 - Warning: missing <tr>
line 637 column 101 - Warning: unescaped & or unknown entity "&postid"
line 642 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 644 column 9 - Warning: missing <tr>
line 662 column 13 - Warning: missing <tr>
line 663 column 101 - Warning: unescaped & or unknown entity "&postid"
line 672 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 674 column 9 - Warning: missing <tr>
line 692 column 13 - Warning: missing <tr>
line 693 column 101 - Warning: unescaped & or unknown entity "&postid"
line 700 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 702 column 9 - Warning: missing <tr>
line 720 column 13 - Warning: missing <tr>
line 721 column 101 - Warning: unescaped & or unknown entity "&postid"
line 737 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 739 column 9 - Warning: missing <tr>
line 757 column 13 - Warning: missing <tr>
line 758 column 101 - Warning: unescaped & or unknown entity "&postid"
line 775 column 17 - Warning: missing <tr>
line 775 column 17 - Warning: discarding unexpected <table>
line 778 column 35 - Warning: missing <tr>
line 778 column 94 - Warning: unescaped & or unknown entity "&page"
line 778 column 126 - Warning: unescaped & or unknown entity "&page"
line 778 column 158 - Warning: unescaped & or unknown entity "&page"
line 778 column 190 - Warning: unescaped & or unknown entity "&page"
line 778 column 222 - Warning: unescaped & or unknown entity "&page"
line 778 column 254 - Warning: unescaped & or unknown entity "&page"
line 778 column 286 - Warning: unescaped & or unknown entity "&page"
line 778 column 318 - Warning: unescaped & or unknown entity "&page"
line 778 column 350 - Warning: unescaped & or unknown entity "&page"
line 778 column 382 - Warning: unescaped & or unknown entity "&page"
line 778 column 419 - Warning: unescaped & or unknown entity "&page"
line 778 column 453 - Warning: unescaped & or unknown entity "&page"
line 778 column 487 - Warning: unescaped & or unknown entity "&page"
line 778 column 521 - Warning: unescaped & or unknown entity "&page"
line 778 column 558 - Warning: unescaped & or unknown entity "&page"
line 778 column 592 - Warning: unescaped & or unknown entity "&page"
line 778 column 626 - Warning: unescaped & or unknown entity "&page"
line 778 column 660 - Warning: unescaped & or unknown entity "&page"
line 778 column 698 - Warning: unescaped & or unknown entity "&page"
line 778 column 732 - Warning: unescaped & or unknown entity "&page"
line 778 column 766 - Warning: unescaped & or unknown entity "&page"
line 778 column 800 - Warning: unescaped & or unknown entity "&page"
line 778 column 834 - Warning: unescaped & or unknown entity "&page"
line 778 column 868 - Warning: unescaped & or unknown entity "&page"
line 778 column 902 - Warning: unescaped & or unknown entity "&page"
line 778 column 936 - Warning: unescaped & or unknown entity "&page"
line 778 column 970 - Warning: unescaped & or unknown entity "&page"
line 778 column 1004 - Warning: unescaped & or unknown entity "&page"
line 778 column 50 - Warning: missing </font> before </td>
line 778 column 1041 - Warning: missing </font> before </table>
line 780 column 35 - Warning: missing <tr>
line 780 column 50 - Warning: missing </font> before </td>
line 781 column 37 - Warning: unescaped & or unknown entity "&id"
line 780 column 194 - Warning: missing </font> before </table>
line 782 column 17 - Warning: discarding unexpected </textarea>
line 782 column 28 - Warning: discarding unexpected </form>
line 782 column 35 - Warning: discarding unexpected </embed>
line 782 column 43 - Warning: discarding unexpected </noembed>
line 782 column 53 - Warning: discarding unexpected </noscript>
line 782 column 64 - Warning: discarding unexpected </noembed>
line 782 column 74 - Warning: discarding unexpected </embed>
line 782 column 82 - Warning: discarding unexpected </table>
line 782 column 90 - Warning: discarding unexpected </table>
line 784 column 9 - Warning: missing </font> before <table>
line 796 column 25 - Warning: discarding unexpected </font>
line 805 column 58 - Warning: discarding unexpected </font>
line 783 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 245 - Warning: <img> proprietary attribute value "absmiddle"
line 160 column 16 - Warning: <img> proprietary attribute value "absmiddle"
line 160 column 16 - Warning: <img> lacks "alt" attribute
line 160 column 59 - Warning: <img> proprietary attribute value "absmiddle"
line 160 column 59 - Warning: <img> lacks "alt" attribute
line 160 column 102 - Warning: <img> proprietary attribute value "absmiddle"
line 160 column 102 - Warning: <img> lacks "alt" attribute
line 160 column 145 - Warning: <img> proprietary attribute value "absmiddle"
line 160 column 145 - Warning: <img> lacks "alt" attribute
line 160 column 188 - Warning: <img> proprietary attribute value "absmiddle"
line 160 column 188 - Warning: <img> lacks "alt" attribute
line 160 column 231 - Warning: <img> proprietary attribute value "absmiddle"
line 160 column 231 - Warning: <img> lacks "alt" attribute
line 161 column 23 - Warning: <img> lacks "alt" attribute
line 161 column 64 - Warning: <img> lacks "alt" attribute
line 161 column 113 - Warning: <img> lacks "alt" attribute
line 161 column 163 - Warning: <img> lacks "alt" attribute
line 162 column 11 - Warning: <img> lacks "alt" attribute
line 172 column 15 - Warning: <img> lacks "alt" attribute
line 179 column 387 - Warning: <img> proprietary attribute value "absmiddle"
line 179 column 387 - Warning: <img> lacks "alt" attribute
line 183 column 757 - Warning: <img> lacks "alt" attribute
line 191 column 22 - Warning: <img> lacks "alt" attribute
line 191 column 63 - Warning: <img> lacks "alt" attribute
line 191 column 112 - Warning: <img> lacks "alt" attribute
line 191 column 162 - Warning: <img> lacks "alt" attribute
line 192 column 11 - Warning: <img> lacks "alt" attribute
line 202 column 15 - Warning: <img> lacks "alt" attribute
line 209 column 128 - Warning: <img> proprietary attribute value "absmiddle"
line 209 column 128 - Warning: <img> lacks "alt" attribute
line 217 column 22 - Warning: <img> lacks "alt" attribute
line 217 column 63 - Warning: <img> lacks "alt" attribute
line 217 column 112 - Warning: <img> lacks "alt" attribute
line 217 column 162 - Warning: <img> lacks "alt" attribute
line 218 column 11 - Warning: <img> lacks "alt" attribute
line 228 column 15 - Warning: <img> lacks "alt" attribute
line 235 column 87 - Warning: <img> proprietary attribute value "absmiddle"
line 235 column 87 - Warning: <img> lacks "alt" attribute
line 243 column 22 - Warning: <img> lacks "alt" attribute
line 243 column 63 - Warning: <img> lacks "alt" attribute
line 243 column 111 - Warning: <img> lacks "alt" attribute
line 243 column 161 - Warning: <img> lacks "alt" attribute
line 254 column 15 - Warning: <img> lacks "alt" attribute
line 271 column 22 - Warning: <img> lacks "alt" attribute
line 271 column 63 - Warning: <img> lacks "alt" attribute
line 271 column 111 - Warning: <img> lacks "alt" attribute
line 271 column 161 - Warning: <img> lacks "alt" attribute
line 282 column 15 - Warning: <img> lacks "alt" attribute
line 303 column 21 - Warning: <img> lacks "alt" attribute
line 303 column 62 - Warning: <img> lacks "alt" attribute
line 303 column 111 - Warning: <img> lacks "alt" attribute
line 303 column 161 - Warning: <img> lacks "alt" attribute
line 314 column 15 - Warning: <img> lacks "alt" attribute
line 331 column 22 - Warning: <img> lacks "alt" attribute
line 331 column 63 - Warning: <img> lacks "alt" attribute
line 331 column 112 - Warning: <img> lacks "alt" attribute
line 331 column 162 - Warning: <img> lacks "alt" attribute
line 332 column 11 - Warning: <img> lacks "alt" attribute
line 342 column 15 - Warning: <img> lacks "alt" attribute
line 357 column 21 - Warning: <img> lacks "alt" attribute
line 357 column 62 - Warning: <img> lacks "alt" attribute
line 357 column 111 - Warning: <img> lacks "alt" attribute
line 357 column 161 - Warning: <img> lacks "alt" attribute
line 368 column 15 - Warning: <img> lacks "alt" attribute
line 383 column 22 - Warning: <img> lacks "alt" attribute
line 383 column 63 - Warning: <img> lacks "alt" attribute
line 383 column 111 - Warning: <img> lacks "alt" attribute
line 383 column 161 - Warning: <img> lacks "alt" attribute
line 394 column 15 - Warning: <img> lacks "alt" attribute
line 411 column 22 - Warning: <img> lacks "alt" attribute
line 411 column 63 - Warning: <img> lacks "alt" attribute
line 411 column 112 - Warning: <img> lacks "alt" attribute
line 411 column 162 - Warning: <img> lacks "alt" attribute
line 412 column 11 - Warning: <img> lacks "alt" attribute
line 422 column 15 - Warning: <img> lacks "alt" attribute
line 449 column 21 - Warning: <img> lacks "alt" attribute
line 449 column 62 - Warning: <img> lacks "alt" attribute
line 449 column 111 - Warning: <img> lacks "alt" attribute
line 449 column 161 - Warning: <img> lacks "alt" attribute
line 460 column 15 - Warning: <img> lacks "alt" attribute
line 491 column 22 - Warning: <img> lacks "alt" attribute
line 491 column 63 - Warning: <img> lacks "alt" attribute
line 491 column 112 - Warning: <img> lacks "alt" attribute
line 491 column 162 - Warning: <img> lacks "alt" attribute
line 492 column 11 - Warning: <img> lacks "alt" attribute
line 502 column 15 - Warning: <img> lacks "alt" attribute
line 517 column 22 - Warning: <img> lacks "alt" attribute
line 517 column 63 - Warning: <img> lacks "alt" attribute
line 517 column 111 - Warning: <img> lacks "alt" attribute
line 517 column 161 - Warning: <img> lacks "alt" attribute
line 528 column 15 - Warning: <img> lacks "alt" attribute
line 547 column 21 - Warning: <img> lacks "alt" attribute
line 547 column 62 - Warning: <img> lacks "alt" attribute
line 547 column 111 - Warning: <img> lacks "alt" attribute
line 547 column 161 - Warning: <img> lacks "alt" attribute
line 558 column 15 - Warning: <img> lacks "alt" attribute
line 587 column 22 - Warning: <img> lacks "alt" attribute
line 587 column 63 - Warning: <img> lacks "alt" attribute
line 587 column 112 - Warning: <img> lacks "alt" attribute
line 587 column 162 - Warning: <img> lacks "alt" attribute
line 588 column 11 - Warning: <img> lacks "alt" attribute
line 598 column 15 - Warning: <img> lacks "alt" attribute
line 621 column 21 - Warning: <img> lacks "alt" attribute
line 621 column 62 - Warning: <img> lacks "alt" attribute
line 621 column 111 - Warning: <img> lacks "alt" attribute
line 621 column 161 - Warning: <img> lacks "alt" attribute
line 632 column 15 - Warning: <img> lacks "alt" attribute
line 647 column 21 - Warning: <img> lacks "alt" attribute
line 647 column 62 - Warning: <img> lacks "alt" attribute
line 647 column 111 - Warning: <img> lacks "alt" attribute
line 647 column 161 - Warning: <img> lacks "alt" attribute
line 658 column 15 - Warning: <img> lacks "alt" attribute
line 677 column 22 - Warning: <img> lacks "alt" attribute
line 677 column 63 - Warning: <img> lacks "alt" attribute
line 677 column 112 - Warning: <img> lacks "alt" attribute
line 688 column 15 - Warning: <img> lacks "alt" attribute
line 705 column 21 - Warning: <img> lacks "alt" attribute
line 705 column 62 - Warning: <img> lacks "alt" attribute
line 705 column 110 - Warning: <img> lacks "alt" attribute
line 705 column 160 - Warning: <img> lacks "alt" attribute
line 716 column 15 - Warning: <img> lacks "alt" attribute
line 731 column 283 - Warning: <img> lacks "alt" attribute
line 742 column 22 - Warning: <img> lacks "alt" attribute
line 742 column 63 - Warning: <img> lacks "alt" attribute
line 742 column 112 - Warning: <img> lacks "alt" attribute
line 742 column 162 - Warning: <img> lacks "alt" attribute
line 743 column 11 - Warning: <img> lacks "alt" attribute
line 753 column 15 - Warning: <img> lacks "alt" attribute
line 781 column 44 - Warning: <img> proprietary attribute value "absmiddle"
line 781 column 142 - Warning: <img> proprietary attribute value "absmiddle"
line 781 column 245 - Warning: <img> proprietary attribute value "absmiddle"
line 790 column 25 - Warning: <img> lacks "alt" attribute
line 795 column 267 - Warning: <img> lacks "alt" attribute
line 179 column 317 - Warning: trimming empty <font>
line 775 column 17 - Warning: trimming empty <tr>
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 179 column 74 - Warning: <table> proprietary attribute "height"
line 207 column 27 - Warning: <nobr> is not approved by W3C
line 233 column 27 - Warning: <nobr> is not approved by W3C
line 259 column 27 - Warning: <nobr> is not approved by W3C
line 287 column 27 - Warning: <nobr> is not approved by W3C
line 319 column 27 - Warning: <nobr> is not approved by W3C
line 347 column 27 - Warning: <nobr> is not approved by W3C
line 373 column 27 - Warning: <nobr> is not approved by W3C
line 399 column 27 - Warning: <nobr> is not approved by W3C
line 427 column 27 - Warning: <nobr> is not approved by W3C
line 465 column 27 - Warning: <nobr> is not approved by W3C
line 507 column 27 - Warning: <nobr> is not approved by W3C
line 533 column 27 - Warning: <nobr> is not approved by W3C
line 563 column 27 - Warning: <nobr> is not approved by W3C
line 603 column 27 - Warning: <nobr> is not approved by W3C
line 637 column 27 - Warning: <nobr> is not approved by W3C
line 663 column 27 - Warning: <nobr> is not approved by W3C
line 693 column 27 - Warning: <nobr> is not approved by W3C
line 721 column 27 - Warning: <nobr> is not approved by W3C
line 758 column 27 - Warning: <nobr> is not approved by W3C
Info: Document content looks like HTML5
Info: No system identifier in emitted doctype
Tidy found 339 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