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


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

Since: 11-20-07


Since last post: 8.1 years
Last activity: 7.2 years

Posted on 06-23-10 01:38:45 PM, in Mario 64 Level Importer Link
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: 898/1085
EXP: 2594047
For next: 134753

Since: 11-20-07


Since last post: 8.1 years
Last activity: 7.2 years

Posted on 06-23-10 06:50:01 PM, in Perfect Dark "iron sights" gameshark hack Link
I guess you could try converting these Gameshark codes to a simple C program and inject them using some method lke this N64 binary loader.
messiaen
Catgirl
Level: 68


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

Since: 11-20-07


Since last post: 8.1 years
Last activity: 7.2 years

Posted on 06-23-10 07:00:44 PM, in SM64 Gameshark/Hex Stuff Link
Sounds interesting, but I'm not sure if the Gameshark can handle multiple compares, or even nesting the conditionals. Again, you should ask people at kodewerx.org, they know everything about the Gameshark.
messiaen
Catgirl
Level: 68


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

Since: 11-20-07


Since last post: 8.1 years
Last activity: 7.2 years

Posted on 06-23-10 07:04:27 PM, in Post your SM64 mods, patches and screenshots here! (NO ROM LINKS!) Link
Hey Chanver, do you think you could design a sample level for the next version of the importer ? If you are willing to, I will think about the 'specs'. My idea is to make a tutorial so people can learn how to deal with the usage of the importer. I will give a play at your level, maybe it could be expanded for that purpose.
messiaen
Catgirl
Level: 68


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

Since: 11-20-07


Since last post: 8.1 years
Last activity: 7.2 years

Posted on 06-23-10 08:49:21 PM, in SM64 Gameshark/Hex Stuff (last edited by messiaen at 06-23-10 05:50 PM) Link
Originally posted by MarIO0
(I haven't tested if it's possible to execute code from the RAM).

On the N64, code is always executed from RAM.

But that approach may fail on emulators because they mostly can't handle self-modyfing code, especially on the recompiler mode (once it gets executed for the first fime, you can change the instructions at RAM but the older code will run instead).

Edit: Oh wait, sorry, I think I understood your post incorrectly. Still, the warning about self-modyfing code is useful.
messiaen
Catgirl
Level: 68


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

Since: 11-20-07


Since last post: 8.1 years
Last activity: 7.2 years

Posted on 06-25-10 12:42:47 AM, in Post your SM64 mods, patches and screenshots here! (NO ROM LINKS!) Link
RDX: Replacing sound effects in the N64 is a daunting task. I know SubDrag managed to do it on the GoldenEye editor, but that game uses one standard format which is documented in the N64 SDK.

Not sure if we'll ever get to actually import new sounds, but someone with tons of patience could probably import samples from Mario Kart 64, which uses a similar sound engine.
messiaen
Catgirl
Level: 68


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

Since: 11-20-07


Since last post: 8.1 years
Last activity: 7.2 years

Posted on 06-25-10 02:07:46 PM, in Post your SM64 mods, patches and screenshots here! (NO ROM LINKS!) Link
Wow, that's some of the best custom design I've seen imported in the game!
messiaen
Catgirl
Level: 68


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

Since: 11-20-07


Since last post: 8.1 years
Last activity: 7.2 years

Posted on 06-25-10 05:41:45 PM, in SM64 Gameshark/Hex Stuff Link
Originally posted by MarIO0
Originally posted by HyperHacker
(Or hack Lua into the emulator. )


That would be awesome, but the only problem is that I have no idea about how to do it or how it's typically done, plus Project64 is closed source so I wouldn't be able to do it for it. On Mupen64Plus it seems a good idea, since it's open source and it's available for Windows now. I'll look at it anyway


Project 1.4 is actually open source, you can grab it at www.emutalk.net if I'm not mistaken. It's a nice hacking resource, too bad the debugger/gameshark interface isn't very good.

AFAIR, it can compile quite easily with any recent version of Microsoft C++ Visual Studio.
messiaen
Catgirl
Level: 68


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

Since: 11-20-07


Since last post: 8.1 years
Last activity: 7.2 years

Posted on 07-04-10 02:44:05 AM, in Mario 64 Level Importer Link
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).
messiaen
Catgirl
Level: 68


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

Since: 11-20-07


Since last post: 8.1 years
Last activity: 7.2 years

Posted on 07-04-10 05:06:41 PM, in Mario 64 Level Importer Link
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.
messiaen
Catgirl
Level: 68


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

Since: 11-20-07


Since last post: 8.1 years
Last activity: 7.2 years

Posted on 07-04-10 05:43:47 PM, in Mario 64 Level Importer Link
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.
messiaen
Catgirl
Level: 68


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

Since: 11-20-07


Since last post: 8.1 years
Last activity: 7.2 years

Posted on 07-05-10 06:13:17 PM, in Using Blender Link
Interesting stuff, probably with consistent modelling it's possible to make a map with perfect collision. I am not sure if I understand 100% what you meant by "planar grounds consisting of more polygons than actually needed", but keep in mind that overlapping polygons will always result in collision errors, as well as polygons with both front and back faces.

Could you show these findings in more detail? Or try to reproduce in a new map some collision errors?

Also, is there any chance of maps having duplicate faces? If so, I could check for those and getting rid of them when writing the collision data.

I'm almost sure the disappearing objects are a bug in TT64 act handler. If you send me a ROM with this problem I might be able to include an option to scan for and fix those errors the new level importer version.
messiaen
Catgirl
Level: 68


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

Since: 11-20-07


Since last post: 8.1 years
Last activity: 7.2 years

Posted on 07-06-10 01:52:32 AM, in SM64 Music Editing Link
Ah, that's a interesting case. It's actually the "Title Screen" sequence, but what happens is that for a moment the tempo is slowed down (a lot) and there's a pitch bend effect, resulting in a sort of slow glissandi effect.
messiaen
Catgirl
Level: 68


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

Since: 11-20-07


Since last post: 8.1 years
Last activity: 7.2 years

Posted on 07-11-10 11:34:13 AM, in Post your SM64 mods, patches and screenshots here! (NO ROM LINKS!) Link
Really looking forward to see more. Did you use Blender or SketchUp on this one?
messiaen
Catgirl
Level: 68


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

Since: 11-20-07


Since last post: 8.1 years
Last activity: 7.2 years

Posted on 07-11-10 02:00:47 PM, in I accidentally the entire 1 terrabite HD (last edited by messiaen at 07-11-10 11:01 AM) Link
Damn, that sucks.

Reminds me when my Maxtor hard-drive with many important files failed. As far as I remember, it was actually a firmware problem which required using some pirate Russian programs to correct, but I never found the exact image I needed .
messiaen
Catgirl
Level: 68


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

Since: 11-20-07


Since last post: 8.1 years
Last activity: 7.2 years

Posted on 07-19-10 09:49:14 PM, in Mario 64 MusicXML Importer Link
Worked a bit more on the user interface and now that it's actually usable I decided to release this early alpha, at least for the Jul community:

Download.

There are some missing features, most notably proper handling of ties in polyphonic channels, but it still might give better results in simpler files than mml2m64. Be sure to save your settings so you can try them again in newer versions.

Other limitations:
- Individual channel transposition won't work.
- Unicoded-encoded .xml files may not open properly.

The first post should cover most basic usage. Unfortunately, better results will only be obtained with commercial software such as Finale or Sibelius.
messiaen
Catgirl
Level: 68


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

Since: 11-20-07


Since last post: 8.1 years
Last activity: 7.2 years

Posted on 07-20-10 12:15:47 AM, in Mario 64 MusicXML Importer Link
Originally posted by vinnyboiler
Just downloading it now, are their instuctions on how to use this program or will I have to figure it out myself

Basic usage:

- Convert your .MIDI file to MusicXML (see first post) and open it (hint: "Load File" button) into the importer.
- If everything is correct, a list of "parts" will be compiled. If your MIDI didn't contain part names, they will be listead as Unnamed staff 1, 2, 3 etc.
- Toggle a channel on, select a parts and a instruments for it.
- Click on "create .m64 file"

Now you'll have to rely on the old sequence inserter from mml2m64, until I do a new one with a graphical interface and which will actually change the instrument set (this may be finished on a few days).
messiaen
Catgirl
Level: 68


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

Since: 11-20-07


Since last post: 8.1 years
Last activity: 7.2 years

Posted on 07-20-10 01:35:23 AM, in SM64 Music Editing Link
I think you are confusing ties with legato, if I understand what you mean. Could you send the MIDI file as well as a screenshot showing the problem?

If you are using my MusicXML importer, remember that ties aren't supported if your channels uses chords. I removed this feature on this first alpha release because it was too buggy.
messiaen
Catgirl
Level: 68


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

Since: 11-20-07


Since last post: 8.1 years
Last activity: 7.2 years

Posted on 07-21-10 07:49:33 PM, in Mario 64 Level Importer Link
Sounds like this has already been covered, just install the right libraries and it should work.
messiaen
Catgirl
Level: 68


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

Since: 11-20-07


Since last post: 8.1 years
Last activity: 7.2 years

Posted on 07-21-10 08:22:52 PM, in Mario 64 Level Importer Link
Level Importer page.
Pages: 1 2 3 4 5 6 7 8 9 10 ... 41 42 43 44 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.

29 database queries, 48 query cache hits.
Query execution time:  0.080667 seconds
Script execution time:  0.021984 seconds
Total render time:  0.102651 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 573 - 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 748 - Warning: unescaped & or unknown entity "&page"
line 149 column 783 - Warning: unescaped & or unknown entity "&page"
line 149 column 818 - Warning: unescaped & or unknown entity "&page"
line 149 column 853 - Warning: unescaped & or unknown entity "&page"
line 149 column 50 - Warning: missing </font> before </td>
line 149 column 890 - 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 262 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 264 column 9 - Warning: missing <tr>
line 282 column 13 - Warning: missing <tr>
line 293 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 295 column 9 - Warning: missing <tr>
line 313 column 13 - Warning: missing <tr>
line 321 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 323 column 9 - Warning: missing <tr>
line 341 column 13 - Warning: missing <tr>
line 347 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 349 column 9 - Warning: missing <tr>
line 367 column 13 - Warning: missing <tr>
line 379 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 381 column 9 - Warning: missing <tr>
line 399 column 13 - Warning: missing <tr>
line 411 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 413 column 9 - Warning: missing <tr>
line 431 column 13 - Warning: missing <tr>
line 439 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 441 column 9 - Warning: missing <tr>
line 459 column 13 - Warning: missing <tr>
line 469 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 471 column 9 - Warning: missing <tr>
line 489 column 13 - Warning: missing <tr>
line 501 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 503 column 9 - Warning: missing <tr>
line 521 column 13 - Warning: missing <tr>
line 527 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 529 column 9 - Warning: missing <tr>
line 547 column 13 - Warning: missing <tr>
line 553 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 555 column 9 - Warning: missing <tr>
line 573 column 13 - Warning: missing <tr>
line 581 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 583 column 9 - Warning: missing <tr>
line 601 column 13 - Warning: missing <tr>
line 606 column 327 - Warning: unescaped & or unknown entity "&d"
line 606 column 226 - Warning: <a> is probably intended as </a>
line 617 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 619 column 9 - Warning: missing <tr>
line 637 column 13 - Warning: missing <tr>
line 651 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 653 column 9 - Warning: missing <tr>
line 671 column 13 - Warning: missing <tr>
line 679 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 681 column 9 - Warning: missing <tr>
line 699 column 13 - Warning: missing <tr>
line 705 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 707 column 9 - Warning: missing <tr>
line 725 column 13 - Warning: missing <tr>
line 731 column 17 - Warning: missing <tr>
line 731 column 17 - Warning: discarding unexpected <table>
line 734 column 35 - Warning: missing <tr>
line 734 column 95 - Warning: unescaped & or unknown entity "&page"
line 734 column 128 - Warning: unescaped & or unknown entity "&page"
line 734 column 161 - Warning: unescaped & or unknown entity "&page"
line 734 column 194 - Warning: unescaped & or unknown entity "&page"
line 734 column 227 - Warning: unescaped & or unknown entity "&page"
line 734 column 260 - Warning: unescaped & or unknown entity "&page"
line 734 column 293 - Warning: unescaped & or unknown entity "&page"
line 734 column 326 - Warning: unescaped & or unknown entity "&page"
line 734 column 359 - Warning: unescaped & or unknown entity "&page"
line 734 column 392 - Warning: unescaped & or unknown entity "&page"
line 734 column 430 - Warning: unescaped & or unknown entity "&page"
line 734 column 465 - Warning: unescaped & or unknown entity "&page"
line 734 column 500 - Warning: unescaped & or unknown entity "&page"
line 734 column 535 - Warning: unescaped & or unknown entity "&page"
line 734 column 573 - Warning: unescaped & or unknown entity "&page"
line 734 column 608 - Warning: unescaped & or unknown entity "&page"
line 734 column 643 - Warning: unescaped & or unknown entity "&page"
line 734 column 678 - Warning: unescaped & or unknown entity "&page"
line 734 column 713 - Warning: unescaped & or unknown entity "&page"
line 734 column 748 - Warning: unescaped & or unknown entity "&page"
line 734 column 783 - Warning: unescaped & or unknown entity "&page"
line 734 column 818 - Warning: unescaped & or unknown entity "&page"
line 734 column 853 - Warning: unescaped & or unknown entity "&page"
line 734 column 50 - Warning: missing </font> before </td>
line 734 column 890 - Warning: missing </font> before </table>
line 736 column 35 - Warning: missing <tr>
line 736 column 50 - Warning: missing </font> before </td>
line 736 column 135 - Warning: missing </font> before </table>
line 738 column 17 - Warning: discarding unexpected </textarea>
line 738 column 28 - Warning: discarding unexpected </form>
line 738 column 35 - Warning: discarding unexpected </embed>
line 738 column 43 - Warning: discarding unexpected </noembed>
line 738 column 53 - Warning: discarding unexpected </noscript>
line 738 column 64 - Warning: discarding unexpected </noembed>
line 738 column 74 - Warning: discarding unexpected </embed>
line 738 column 82 - Warning: discarding unexpected </table>
line 738 column 90 - Warning: discarding unexpected </table>
line 740 column 9 - Warning: missing </font> before <table>
line 752 column 25 - Warning: discarding unexpected </font>
line 761 column 58 - Warning: discarding unexpected </font>
line 739 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 169 - Warning: <img> proprietary attribute value "absmiddle"
line 259 column 169 - Warning: <img> lacks "alt" attribute
line 267 column 22 - Warning: <img> lacks "alt" attribute
line 267 column 63 - Warning: <img> lacks "alt" attribute
line 267 column 111 - Warning: <img> lacks "alt" attribute
line 267 column 161 - Warning: <img> lacks "alt" attribute
line 278 column 15 - Warning: <img> lacks "alt" attribute
line 298 column 22 - Warning: <img> lacks "alt" attribute
line 298 column 63 - Warning: <img> lacks "alt" attribute
line 298 column 111 - Warning: <img> lacks "alt" attribute
line 298 column 161 - Warning: <img> lacks "alt" attribute
line 309 column 15 - Warning: <img> lacks "alt" attribute
line 326 column 22 - Warning: <img> lacks "alt" attribute
line 326 column 63 - Warning: <img> lacks "alt" attribute
line 326 column 111 - Warning: <img> lacks "alt" attribute
line 326 column 161 - Warning: <img> lacks "alt" attribute
line 337 column 15 - Warning: <img> lacks "alt" attribute
line 352 column 22 - Warning: <img> lacks "alt" attribute
line 352 column 63 - Warning: <img> lacks "alt" attribute
line 352 column 111 - Warning: <img> lacks "alt" attribute
line 352 column 161 - Warning: <img> lacks "alt" attribute
line 363 column 15 - Warning: <img> lacks "alt" attribute
line 370 column 261 - Warning: <img> proprietary attribute value "absmiddle"
line 370 column 261 - Warning: <img> lacks "alt" attribute
line 372 column 642 - Warning: <img> proprietary attribute value "absmiddle"
line 372 column 642 - Warning: <img> lacks "alt" attribute
line 384 column 22 - Warning: <img> lacks "alt" attribute
line 384 column 63 - Warning: <img> lacks "alt" attribute
line 384 column 111 - Warning: <img> lacks "alt" attribute
line 384 column 161 - Warning: <img> lacks "alt" attribute
line 395 column 15 - Warning: <img> lacks "alt" attribute
line 416 column 22 - Warning: <img> lacks "alt" attribute
line 416 column 63 - Warning: <img> lacks "alt" attribute
line 416 column 111 - Warning: <img> lacks "alt" attribute
line 416 column 161 - Warning: <img> lacks "alt" attribute
line 427 column 15 - Warning: <img> lacks "alt" attribute
line 444 column 22 - Warning: <img> lacks "alt" attribute
line 444 column 63 - Warning: <img> lacks "alt" attribute
line 444 column 111 - Warning: <img> lacks "alt" attribute
line 444 column 161 - Warning: <img> lacks "alt" attribute
line 455 column 15 - Warning: <img> lacks "alt" attribute
line 474 column 22 - Warning: <img> lacks "alt" attribute
line 474 column 63 - Warning: <img> lacks "alt" attribute
line 474 column 111 - Warning: <img> lacks "alt" attribute
line 474 column 161 - Warning: <img> lacks "alt" attribute
line 485 column 15 - Warning: <img> lacks "alt" attribute
line 506 column 22 - Warning: <img> lacks "alt" attribute
line 506 column 63 - Warning: <img> lacks "alt" attribute
line 506 column 111 - Warning: <img> lacks "alt" attribute
line 506 column 161 - Warning: <img> lacks "alt" attribute
line 517 column 15 - Warning: <img> lacks "alt" attribute
line 532 column 22 - Warning: <img> lacks "alt" attribute
line 532 column 63 - Warning: <img> lacks "alt" attribute
line 532 column 111 - Warning: <img> lacks "alt" attribute
line 532 column 161 - Warning: <img> lacks "alt" attribute
line 543 column 15 - Warning: <img> lacks "alt" attribute
line 558 column 22 - Warning: <img> lacks "alt" attribute
line 558 column 63 - Warning: <img> lacks "alt" attribute
line 558 column 111 - Warning: <img> lacks "alt" attribute
line 558 column 161 - Warning: <img> lacks "alt" attribute
line 569 column 15 - Warning: <img> lacks "alt" attribute
line 578 column 332 - Warning: <img> proprietary attribute value "absmiddle"
line 578 column 332 - Warning: <img> lacks "alt" attribute
line 586 column 22 - Warning: <img> lacks "alt" attribute
line 586 column 63 - Warning: <img> lacks "alt" attribute
line 586 column 111 - Warning: <img> lacks "alt" attribute
line 586 column 161 - Warning: <img> lacks "alt" attribute
line 597 column 15 - Warning: <img> lacks "alt" attribute
line 622 column 22 - Warning: <img> lacks "alt" attribute
line 622 column 63 - Warning: <img> lacks "alt" attribute
line 622 column 111 - Warning: <img> lacks "alt" attribute
line 622 column 161 - Warning: <img> lacks "alt" attribute
line 633 column 15 - Warning: <img> lacks "alt" attribute
line 640 column 267 - Warning: <img> proprietary attribute value "absmiddle"
line 640 column 267 - Warning: <img> lacks "alt" attribute
line 656 column 22 - Warning: <img> lacks "alt" attribute
line 656 column 63 - Warning: <img> lacks "alt" attribute
line 656 column 111 - Warning: <img> lacks "alt" attribute
line 656 column 161 - Warning: <img> lacks "alt" attribute
line 667 column 15 - Warning: <img> lacks "alt" attribute
line 684 column 22 - Warning: <img> lacks "alt" attribute
line 684 column 63 - Warning: <img> lacks "alt" attribute
line 684 column 111 - Warning: <img> lacks "alt" attribute
line 684 column 161 - Warning: <img> lacks "alt" attribute
line 695 column 15 - Warning: <img> lacks "alt" attribute
line 710 column 22 - Warning: <img> lacks "alt" attribute
line 710 column 63 - Warning: <img> lacks "alt" attribute
line 710 column 111 - Warning: <img> lacks "alt" attribute
line 710 column 161 - Warning: <img> lacks "alt" attribute
line 721 column 15 - Warning: <img> lacks "alt" attribute
line 746 column 25 - Warning: <img> lacks "alt" attribute
line 751 column 267 - Warning: <img> lacks "alt" attribute
line 147 column 135 - Warning: trimming empty <font>
line 149 column 890 - Warning: trimming empty <font>
line 731 column 17 - Warning: trimming empty <tr>
line 734 column 890 - Warning: trimming empty <font>
line 736 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 283 column 27 - Warning: <nobr> is not approved by W3C
line 314 column 27 - Warning: <nobr> is not approved by W3C
line 342 column 27 - Warning: <nobr> is not approved by W3C
line 368 column 27 - Warning: <nobr> is not approved by W3C
line 400 column 27 - Warning: <nobr> is not approved by W3C
line 432 column 27 - Warning: <nobr> is not approved by W3C
line 460 column 27 - Warning: <nobr> is not approved by W3C
line 490 column 27 - Warning: <nobr> is not approved by W3C
line 522 column 27 - Warning: <nobr> is not approved by W3C
line 548 column 27 - Warning: <nobr> is not approved by W3C
line 574 column 27 - Warning: <nobr> is not approved by W3C
line 602 column 27 - Warning: <nobr> is not approved by W3C
line 638 column 27 - Warning: <nobr> is not approved by W3C
line 672 column 27 - Warning: <nobr> is not approved by W3C
line 700 column 27 - Warning: <nobr> is not approved by W3C
line 726 column 27 - Warning: <nobr> is not approved by W3C
Info: Document content looks like HTML5
Info: No system identifier in emitted doctype
Tidy found 286 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