Register - Login
Views: 99381317
Main - Memberlist - Active users - Calendar - Wiki - IRC Chat - Online users
Ranks - Rules/FAQ - Stats - Latest Posts - Color Chart - Smilies
04-23-22 11:52:28 PM
Jul - Posts by messiaen
Pages: 1 2 3 4 5 6 7 8 9 10 ... 45 46 47 48 49 50 51 52 53 54
messiaen
Catgirl
Level: 68


Posts: 997/1085
EXP: 2594047
For next: 134753

Since: 11-20-07


Since last post: 8.1 years
Last activity: 7.2 years

Posted on 02-13-11 12:56:40 AM, in mml2m64: Music Macro Language importer for Mario 64 / Zelda 64 Link
Sorry, forgot to include a warning about this. The old sequence inserter/cleaner in mml2m64 doesn't work with ROMs used in the most recent version of the Level Importer, because of the hacks implemented. There's actually no need to "clean" the sequences, because the insertion method is much smarter and will never run out of space.

The bad news is that running seq_clean probably corrupted some of the music data. Not the sequences themselves but the instrument set data, so that's probably why your ROM is mute. There are some workarounds if you don't have any recent backups.
messiaen
Catgirl
Level: 68


Posts: 998/1085
EXP: 2594047
For next: 134753

Since: 11-20-07


Since last post: 8.1 years
Last activity: 7.2 years

Posted on 02-13-11 02:03:03 AM, in Help/Questions about Toad's Tool 64 and SM64 hacking Link
You must use the "Flip textures vertically" option when importing from SketchUp.
messiaen
Catgirl
Level: 68


Posts: 999/1085
EXP: 2594047
For next: 134753

Since: 11-20-07


Since last post: 8.1 years
Last activity: 7.2 years

Posted on 02-13-11 02:05:12 AM, in mml2m64: Music Macro Language importer for Mario 64 / Zelda 64 Link
Right, but keep the ROM. Level management (import and exporting levels from different ROMs, or just object lists) is one of the things that you may see in the importer next versions.
messiaen
Catgirl
Level: 68


Posts: 1000/1085
EXP: 2594047
For next: 134753

Since: 11-20-07


Since last post: 8.1 years
Last activity: 7.2 years

Posted on 02-13-11 02:13:09 AM, in Mario 64 Level Importer Link
A nice screenshot . Red line shows the level bounds.



Now I need to work on real-time scaling and some representation of Mario's size. Initially I think I'll just use his collision sphere to get an approximate size.
messiaen
Catgirl
Level: 68


Posts: 1001/1085
EXP: 2594047
For next: 134753

Since: 11-20-07


Since last post: 8.1 years
Last activity: 7.2 years

Posted on 02-13-11 04:41:51 PM, in Mario 64 Level Importer Link
Not sure if it'll be in the next importer, but probably so.

Here's a video showing what I've done so far:

<object width="640" height="390"><embed src="http://www.youtube.com/v/3_xWcv2PHRI?fs=1&hl=pt_BR" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="640" height="390"></embed></object>
messiaen
Catgirl
Level: 68


Posts: 1003/1085
EXP: 2594047
For next: 134753

Since: 11-20-07


Since last post: 8.1 years
Last activity: 7.2 years

Posted on 02-14-11 01:52:28 AM, in Mario 64 Level Importer Link
I tried to integrate the 3D viewer in the Importer and just realized some major downsides of the XNA framework . It uses a sucky "Content Pipeline" which requires models/textures to be pre-compiled to a specific binary format. Great for a game, terrible for a viewer.

When I'm working on the Visual Studio developing environment that's not an issue, however the very simple task of opening a model file at runtime is pure hell. From what I researched, currently there's no other solution than requiring the user to install the entire Game Studio package (more than 100MB!) and call the proper content builders. Unfortunately, no idea how to get over it yet.
messiaen
Catgirl
Level: 68


Posts: 1004/1085
EXP: 2594047
For next: 134753

Since: 11-20-07


Since last post: 8.1 years
Last activity: 7.2 years

Posted on 02-14-11 05:16:13 PM, in Help/Questions about Toad's Tool 64 and SM64 hacking (last edited by messiaen at 02-14-11 02:17 PM) Link
Originally posted by Anthus
This will flip all the textures, right? And, why is it that textures, and models seem to be reversed in-game? I'm interested.

I also found that Mario is roughly 1' and 9" tall in SU. This helped me with keeping my levels to scale.


Look my recent posts at the Level Importer test, I explained there why the models look "reversed". Not sure about the textures, but then that is easier to fix.

Gecko: I don't think so. I don't have a Wii so I can't test it, but others have tried and it didn't work. You can use the Wii N64 emulator though.
messiaen
Catgirl
Level: 68


Posts: 1005/1085
EXP: 2594047
For next: 134753

Since: 11-20-07


Since last post: 8.1 years
Last activity: 7.2 years

Posted on 02-14-11 05:57:11 PM, in Mario 64 Level Importer Link
Didn't explain it well. It will be a standalone program, launched via the importer.

In any case, unfortunately it will require the XNA Game Studio SDK to run .
messiaen
Catgirl
Level: 68


Posts: 1006/1085
EXP: 2594047
For next: 134753

Since: 11-20-07


Since last post: 8.1 years
Last activity: 7.2 years

Posted on 02-14-11 09:32:22 PM, in Mario 64 Level Importer Link
Originally posted by xdaniel
It's probably too late for that now (and more work anyway, I suppose), but couldn't you have used an OpenGL control (ex. OpenTK) for the 3D display? Well, if the importer is a Windows Forms application written in VB.NET or C# anyway...



That feature wasn't planned, I just downloaded the XNA Framework for another project (actually, a 2D one) along with a .OBJ Importer sample and realized that it could be used with the importer with almost zero work (indeed, pretty much all the work I did was just to get the camera and other matrix transformations working).

I wouldn't mind redoing it in OpenTK if there are some out-of-the-box examples of an .OBJ loader/renderer, since my 3D programming knowledge is next to zero.

By the way, how is your OpenTK Zelda viewer coming along? Is the source available at some repository?
messiaen
Catgirl
Level: 68


Posts: 1007/1085
EXP: 2594047
For next: 134753

Since: 11-20-07


Since last post: 8.1 years
Last activity: 7.2 years

Posted on 02-14-11 09:37:00 PM, in Help/Questions about Toad's Tool 64 and SM64 hacking Link
Originally posted by Joe
Originally posted by messiaen
Gecko: I don't think so. I don't have a Wii so I can't test it, but others have tried and it didn't work. You can use the Wii N64 emulator though.
I know it's possible to insert one game over another, so I'd guess the only reason it doesn't work is because the ROM extender creates ROMs that will crash on a real N64.


Some months ago I sent someone a version of "The Missing Stars" with the extended version problems corrected (it's just an alignment error) and he couldn't get it to work on the Wii. Not sure what happened though.
messiaen
Catgirl
Level: 68


Posts: 1008/1085
EXP: 2594047
For next: 134753

Since: 11-20-07


Since last post: 8.1 years
Last activity: 7.2 years

Posted on 02-17-11 05:11:14 PM, in Mario 64 Level Importer Link
Well, I have done some research and I think I'll skip OpenTK or any other OpenGL wrappers.

I was looking for some 3D APIs and Irrlicht seems to offer even higher-level functions than XNA, so that will probably be my choice. It can render using OpenGL, DirectX or even a software renderer. It has everything I need: built-in .OBJ importer, easy 3D ray picking, collision function and other nice stuff.

The only downside is that the current .NET wrapper seems to be still in an alpha stage, as well as its documentation. However, I may use the straight C++ version instead, since the sample projects/documentation for it seems to cover almost everything I need.
messiaen
Catgirl
Level: 68


Posts: 1009/1085
EXP: 2594047
For next: 134753

Since: 11-20-07


Since last post: 8.1 years
Last activity: 7.2 years

Posted on 02-17-11 07:46:41 PM, in Mario 64 Level Importer Link
Yeah, seems like those engines (rather than pure 2D/3D graphic frameworks) are the best option for a beginner like me. I'll try to cook something up this weekend if I have time to go through some of the Irrlicht tutorials.
messiaen
Catgirl
Level: 68


Posts: 1010/1085
EXP: 2594047
For next: 134753

Since: 11-20-07


Since last post: 8.1 years
Last activity: 7.2 years

Posted on 02-17-11 11:14:22 PM, in Mario 64 Level Importer Link
Area support is something that has been requested multiple times. This is something that eventually will be added, but I have to test how TT64 handles it. Even if that works, levels will have to imported, for instance, replacing Tall-Tall Mountain and then be copied to another slots (in which areas will be inaccessible in TT64).

Even before that, I would have to write a custom level manager function (export/import/copy) and totally change the ROM layout, doing major changes in the importer. So, lots of work for a feature that right now would only be used by very few people that are doing full-scale hacks.

There's always the option of simulating level areas using creative level design (ie, make a closed area below the ground).
messiaen
Catgirl
Level: 68


Posts: 1011/1085
EXP: 2594047
For next: 134753

Since: 11-20-07


Since last post: 8.1 years
Last activity: 7.2 years

Posted on 02-18-11 12:01:03 AM, in Beta Stuff Thread: Beta Trampoline and other stuff Link
Do what this thread says or simply use the Level Importer and select the Cap Switches bank.
messiaen
Catgirl
Level: 68


Posts: 1012/1085
EXP: 2594047
For next: 134753

Since: 11-20-07


Since last post: 8.1 years
Last activity: 7.2 years

Posted on 02-18-11 03:07:42 AM, in Beta Stuff Thread: Beta Trampoline and other stuff Link
It's probably called "unknown", but I'm not even sure if it is rendered correctly by Toad's Tool. Plus its behavior does nothing, as you should be aware.
messiaen
Catgirl
Level: 68


Posts: 1013/1085
EXP: 2594047
For next: 134753

Since: 11-20-07


Since last post: 8.1 years
Last activity: 7.2 years

Posted on 02-18-11 07:35:23 PM, in Mario 64 Level Importer Link
It isn't used in any of the original sequences. The samples however may be shared by some other instrument sets, except for an acoustic guitar which as far as I can remember of the original songs, isn't used anywhere.
messiaen
Catgirl
Level: 68


Posts: 1014/1085
EXP: 2594047
For next: 134753

Since: 11-20-07


Since last post: 8.1 years
Last activity: 7.2 years

Posted on 02-27-11 12:10:42 AM, in Mario 64 Level Importer Link
rezapeza: Read the documentation.

Things are starting to work with Irrlicht, but camera is still very sucky. Unfortunately I won't have much time to work on this, so it will probably take several weeks before it's ready.


messiaen
Catgirl
Level: 68


Posts: 1015/1085
EXP: 2594047
For next: 134753

Since: 11-20-07


Since last post: 8.1 years
Last activity: 7.2 years

Posted on 02-27-11 09:08:48 PM, in Mario 64 Level Importer Link
Dudaw: thanks for that, I have a similar list somewhere in my HD, I'll check if I missed something.
messiaen
Catgirl
Level: 68


Posts: 1016/1085
EXP: 2594047
For next: 134753

Since: 11-20-07


Since last post: 8.1 years
Last activity: 7.2 years

Posted on 03-04-11 06:45:33 PM, in Toad's Tool 0.6.0 (On hiatus for an indefinite amount of time) Link
Originally posted by VL-Tone
Don't panic. My website is down temporarily. It will be back online before March 15.
10:42 PM Mar 2nd via Twitter for iPad


Source
messiaen
Catgirl
Level: 68


Posts: 1017/1085
EXP: 2594047
For next: 134753

Since: 11-20-07


Since last post: 8.1 years
Last activity: 7.2 years

Posted on 03-05-11 07:37:12 PM, in Toad's Tool 0.6.0 (On hiatus for an indefinite amount of time) Link
I probably won't work much in my importer in the the next few months, but there's one particular feature which would be very important: support for areas in any level. As far as I have tested, areas are hardcoded in the TT64 interface, but it would be great if you could decode them on the fly, so that custom levels can support them.

Pages: 1 2 3 4 5 6 7 8 9 10 ... 45 46 47 48 49 50 51 52 53 54
Jul - Posts by messiaen


Rusted Logic

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

24 database queries, 53 query cache hits.
Query execution time:  0.080431 seconds
Script execution time:  0.021557 seconds
Total render time:  0.101988 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 147 column 135 - Warning: missing </font> before </table>
line 149 column 35 - Warning: missing <tr>
line 149 column 95 - Warning: unescaped & or unknown entity "&page"
line 149 column 128 - Warning: unescaped & or unknown entity "&page"
line 149 column 161 - Warning: unescaped & or unknown entity "&page"
line 149 column 194 - Warning: unescaped & or unknown entity "&page"
line 149 column 227 - Warning: unescaped & or unknown entity "&page"
line 149 column 260 - Warning: unescaped & or unknown entity "&page"
line 149 column 293 - Warning: unescaped & or unknown entity "&page"
line 149 column 326 - Warning: unescaped & or unknown entity "&page"
line 149 column 359 - Warning: unescaped & or unknown entity "&page"
line 149 column 392 - Warning: unescaped & or unknown entity "&page"
line 149 column 430 - Warning: unescaped & or unknown entity "&page"
line 149 column 465 - Warning: unescaped & or unknown entity "&page"
line 149 column 500 - Warning: unescaped & or unknown entity "&page"
line 149 column 535 - Warning: unescaped & or unknown entity "&page"
line 149 column 570 - Warning: unescaped & or unknown entity "&page"
line 149 column 608 - Warning: unescaped & or unknown entity "&page"
line 149 column 643 - Warning: unescaped & or unknown entity "&page"
line 149 column 678 - Warning: unescaped & or unknown entity "&page"
line 149 column 713 - Warning: unescaped & or unknown entity "&page"
line 149 column 50 - Warning: missing </font> before </td>
line 149 column 750 - 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 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 210 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 212 column 9 - Warning: missing <tr>
line 230 column 13 - Warning: missing <tr>
line 236 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 238 column 9 - Warning: missing <tr>
line 256 column 13 - Warning: missing <tr>
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 293 column 233 - Warning: discarding unexpected <param>
line 293 column 316 - Warning: discarding unexpected </param>
line 293 column 324 - Warning: discarding unexpected <param>
line 293 column 367 - Warning: discarding unexpected </param>
line 293 column 375 - Warning: discarding unexpected <param>
line 293 column 422 - Warning: discarding unexpected </param>
line 296 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 298 column 9 - Warning: missing <tr>
line 316 column 13 - Warning: missing <tr>
line 325 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 327 column 9 - Warning: missing <tr>
line 345 column 13 - Warning: missing <tr>
line 357 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 359 column 9 - Warning: missing <tr>
line 377 column 13 - Warning: missing <tr>
line 385 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 387 column 9 - Warning: missing <tr>
line 405 column 13 - Warning: missing <tr>
line 418 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 420 column 9 - Warning: missing <tr>
line 438 column 13 - Warning: missing <tr>
line 446 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 448 column 9 - Warning: missing <tr>
line 466 column 13 - Warning: missing <tr>
line 476 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 478 column 9 - Warning: missing <tr>
line 496 column 13 - Warning: missing <tr>
line 502 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 504 column 9 - Warning: missing <tr>
line 522 column 13 - Warning: missing <tr>
line 532 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 534 column 9 - Warning: missing <tr>
line 552 column 13 - Warning: missing <tr>
line 558 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 560 column 9 - Warning: missing <tr>
line 578 column 13 - Warning: missing <tr>
line 584 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 586 column 9 - Warning: missing <tr>
line 604 column 13 - Warning: missing <tr>
line 610 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 612 column 9 - Warning: missing <tr>
line 630 column 13 - Warning: missing <tr>
line 641 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 643 column 9 - Warning: missing <tr>
line 661 column 13 - Warning: missing <tr>
line 667 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 669 column 9 - Warning: missing <tr>
line 687 column 13 - Warning: missing <tr>
line 696 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 698 column 9 - Warning: missing <tr>
line 716 column 13 - Warning: missing <tr>
line 724 column 17 - Warning: missing <tr>
line 724 column 17 - Warning: discarding unexpected <table>
line 727 column 35 - Warning: missing <tr>
line 727 column 95 - Warning: unescaped & or unknown entity "&page"
line 727 column 128 - Warning: unescaped & or unknown entity "&page"
line 727 column 161 - Warning: unescaped & or unknown entity "&page"
line 727 column 194 - Warning: unescaped & or unknown entity "&page"
line 727 column 227 - Warning: unescaped & or unknown entity "&page"
line 727 column 260 - Warning: unescaped & or unknown entity "&page"
line 727 column 293 - Warning: unescaped & or unknown entity "&page"
line 727 column 326 - Warning: unescaped & or unknown entity "&page"
line 727 column 359 - Warning: unescaped & or unknown entity "&page"
line 727 column 392 - Warning: unescaped & or unknown entity "&page"
line 727 column 430 - Warning: unescaped & or unknown entity "&page"
line 727 column 465 - Warning: unescaped & or unknown entity "&page"
line 727 column 500 - Warning: unescaped & or unknown entity "&page"
line 727 column 535 - Warning: unescaped & or unknown entity "&page"
line 727 column 570 - Warning: unescaped & or unknown entity "&page"
line 727 column 608 - Warning: unescaped & or unknown entity "&page"
line 727 column 643 - Warning: unescaped & or unknown entity "&page"
line 727 column 678 - Warning: unescaped & or unknown entity "&page"
line 727 column 713 - Warning: unescaped & or unknown entity "&page"
line 727 column 50 - Warning: missing </font> before </td>
line 727 column 750 - Warning: missing </font> before </table>
line 729 column 35 - Warning: missing <tr>
line 729 column 50 - Warning: missing </font> before </td>
line 729 column 135 - Warning: missing </font> before </table>
line 731 column 17 - Warning: discarding unexpected </textarea>
line 731 column 28 - Warning: discarding unexpected </form>
line 731 column 35 - Warning: discarding unexpected </embed>
line 731 column 43 - Warning: discarding unexpected </noembed>
line 731 column 53 - Warning: discarding unexpected </noscript>
line 731 column 64 - Warning: discarding unexpected </noembed>
line 731 column 74 - Warning: discarding unexpected </embed>
line 731 column 82 - Warning: discarding unexpected </table>
line 731 column 90 - Warning: discarding unexpected </table>
line 733 column 9 - Warning: missing </font> before <table>
line 745 column 25 - Warning: discarding unexpected </font>
line 754 column 58 - Warning: discarding unexpected </font>
line 732 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 161 column 22 - Warning: <img> lacks "alt" attribute
line 161 column 63 - Warning: <img> lacks "alt" attribute
line 161 column 111 - Warning: <img> lacks "alt" attribute
line 161 column 161 - Warning: <img> lacks "alt" attribute
line 172 column 15 - 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 111 - Warning: <img> lacks "alt" attribute
line 189 column 161 - Warning: <img> lacks "alt" attribute
line 200 column 15 - Warning: <img> lacks "alt" attribute
line 215 column 22 - Warning: <img> lacks "alt" attribute
line 215 column 63 - Warning: <img> lacks "alt" attribute
line 215 column 111 - Warning: <img> lacks "alt" attribute
line 215 column 161 - Warning: <img> lacks "alt" attribute
line 226 column 15 - Warning: <img> lacks "alt" attribute
line 241 column 22 - Warning: <img> lacks "alt" attribute
line 241 column 63 - Warning: <img> lacks "alt" attribute
line 241 column 111 - Warning: <img> lacks "alt" attribute
line 241 column 161 - Warning: <img> lacks "alt" attribute
line 252 column 15 - Warning: <img> lacks "alt" attribute
line 259 column 92 - Warning: <img> proprietary attribute value "absmiddle"
line 259 column 92 - Warning: <img> lacks "alt" attribute
line 261 column 184 - 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 301 column 22 - Warning: <img> lacks "alt" attribute
line 301 column 63 - Warning: <img> lacks "alt" attribute
line 301 column 111 - Warning: <img> lacks "alt" attribute
line 301 column 161 - Warning: <img> lacks "alt" attribute
line 312 column 15 - Warning: <img> lacks "alt" attribute
line 319 column 185 - Warning: <img> proprietary attribute value "absmiddle"
line 319 column 185 - Warning: <img> lacks "alt" attribute
line 330 column 22 - Warning: <img> lacks "alt" attribute
line 330 column 63 - Warning: <img> lacks "alt" attribute
line 330 column 111 - Warning: <img> lacks "alt" attribute
line 330 column 161 - Warning: <img> lacks "alt" attribute
line 341 column 15 - Warning: <img> lacks "alt" attribute
line 362 column 22 - Warning: <img> lacks "alt" attribute
line 362 column 63 - Warning: <img> lacks "alt" attribute
line 362 column 111 - Warning: <img> lacks "alt" attribute
line 362 column 161 - Warning: <img> lacks "alt" attribute
line 373 column 15 - Warning: <img> lacks "alt" attribute
line 382 column 240 - Warning: <img> proprietary attribute value "absmiddle"
line 382 column 240 - Warning: <img> lacks "alt" attribute
line 390 column 22 - Warning: <img> lacks "alt" attribute
line 390 column 63 - Warning: <img> lacks "alt" attribute
line 390 column 111 - Warning: <img> lacks "alt" attribute
line 390 column 161 - Warning: <img> lacks "alt" attribute
line 401 column 15 - Warning: <img> lacks "alt" attribute
line 423 column 22 - Warning: <img> lacks "alt" attribute
line 423 column 63 - Warning: <img> lacks "alt" attribute
line 423 column 111 - Warning: <img> lacks "alt" attribute
line 423 column 161 - Warning: <img> lacks "alt" attribute
line 434 column 15 - Warning: <img> lacks "alt" attribute
line 451 column 22 - Warning: <img> lacks "alt" attribute
line 451 column 63 - Warning: <img> lacks "alt" attribute
line 451 column 111 - Warning: <img> lacks "alt" attribute
line 451 column 161 - Warning: <img> lacks "alt" attribute
line 462 column 15 - Warning: <img> lacks "alt" attribute
line 481 column 22 - Warning: <img> lacks "alt" attribute
line 481 column 63 - Warning: <img> lacks "alt" attribute
line 481 column 111 - Warning: <img> lacks "alt" attribute
line 481 column 161 - Warning: <img> lacks "alt" attribute
line 492 column 15 - Warning: <img> lacks "alt" attribute
line 507 column 22 - Warning: <img> lacks "alt" attribute
line 507 column 63 - Warning: <img> lacks "alt" attribute
line 507 column 111 - Warning: <img> lacks "alt" attribute
line 507 column 161 - Warning: <img> lacks "alt" attribute
line 518 column 15 - Warning: <img> lacks "alt" attribute
line 537 column 22 - Warning: <img> lacks "alt" attribute
line 537 column 63 - Warning: <img> lacks "alt" attribute
line 537 column 111 - Warning: <img> lacks "alt" attribute
line 537 column 161 - Warning: <img> lacks "alt" attribute
line 548 column 15 - Warning: <img> lacks "alt" attribute
line 563 column 22 - Warning: <img> lacks "alt" attribute
line 563 column 63 - Warning: <img> lacks "alt" attribute
line 563 column 111 - Warning: <img> lacks "alt" attribute
line 563 column 161 - Warning: <img> lacks "alt" attribute
line 574 column 15 - Warning: <img> lacks "alt" attribute
line 589 column 22 - Warning: <img> lacks "alt" attribute
line 589 column 63 - Warning: <img> lacks "alt" attribute
line 589 column 111 - Warning: <img> lacks "alt" attribute
line 589 column 161 - Warning: <img> lacks "alt" attribute
line 600 column 15 - Warning: <img> lacks "alt" attribute
line 615 column 22 - Warning: <img> lacks "alt" attribute
line 615 column 63 - Warning: <img> lacks "alt" attribute
line 615 column 111 - Warning: <img> lacks "alt" attribute
line 615 column 161 - Warning: <img> lacks "alt" attribute
line 626 column 15 - Warning: <img> lacks "alt" attribute
line 638 column 383 - Warning: <img> lacks "alt" attribute
line 646 column 22 - Warning: <img> lacks "alt" attribute
line 646 column 63 - Warning: <img> lacks "alt" attribute
line 646 column 111 - Warning: <img> lacks "alt" attribute
line 646 column 161 - Warning: <img> lacks "alt" attribute
line 657 column 15 - Warning: <img> lacks "alt" attribute
line 672 column 22 - Warning: <img> lacks "alt" attribute
line 672 column 63 - Warning: <img> lacks "alt" attribute
line 672 column 111 - Warning: <img> lacks "alt" attribute
line 672 column 161 - Warning: <img> lacks "alt" attribute
line 683 column 15 - Warning: <img> lacks "alt" attribute
line 701 column 22 - Warning: <img> lacks "alt" attribute
line 701 column 63 - Warning: <img> lacks "alt" attribute
line 701 column 111 - Warning: <img> lacks "alt" attribute
line 701 column 161 - Warning: <img> lacks "alt" attribute
line 712 column 15 - Warning: <img> lacks "alt" attribute
line 739 column 25 - Warning: <img> lacks "alt" attribute
line 744 column 267 - Warning: <img> lacks "alt" attribute
line 147 column 135 - Warning: trimming empty <font>
line 149 column 750 - Warning: trimming empty <font>
line 724 column 17 - Warning: trimming empty <tr>
line 727 column 750 - Warning: trimming empty <font>
line 729 column 135 - 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 231 column 27 - Warning: <nobr> is not approved by W3C
line 257 column 27 - Warning: <nobr> is not approved by W3C
line 287 column 27 - Warning: <nobr> is not approved by W3C
line 317 column 27 - Warning: <nobr> is not approved by W3C
line 346 column 27 - Warning: <nobr> is not approved by W3C
line 378 column 27 - Warning: <nobr> is not approved by W3C
line 406 column 27 - Warning: <nobr> is not approved by W3C
line 439 column 27 - Warning: <nobr> is not approved by W3C
line 467 column 27 - Warning: <nobr> is not approved by W3C
line 497 column 27 - Warning: <nobr> is not approved by W3C
line 523 column 27 - Warning: <nobr> is not approved by W3C
line 553 column 27 - Warning: <nobr> is not approved by W3C
line 579 column 27 - Warning: <nobr> is not approved by W3C
line 605 column 27 - Warning: <nobr> is not approved by W3C
line 631 column 27 - Warning: <nobr> is not approved by W3C
line 662 column 27 - Warning: <nobr> is not approved by W3C
line 688 column 27 - Warning: <nobr> is not approved by W3C
line 717 column 27 - Warning: <nobr> is not approved by W3C
Info: Document content looks like HTML5
Info: No system identifier in emitted doctype
Tidy found 280 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