Register - Login
Views: 99380139
Main - Memberlist - Active users - Calendar - Wiki - IRC Chat - Online users
Ranks - Rules/FAQ - Stats - Latest Posts - Color Chart - Smilies
04-23-22 11:18:12 PM
Jul - SM64 Hacking (Archive) - Flat Lethal Lava Land v0.2 Released (with sample level included!) New poll - New thread - New reply
Next newer thread | Next older thread
messiaen
Catgirl
Level: 68


Posts: 119/1085
EXP: 2594041
For next: 134759

Since: 11-20-07


Since last post: 8.1 years
Last activity: 7.2 years

Posted on 05-31-08 03:08:20 AM (last edited by Kles at 07-18-08 12:44 PM) Link | Quote
----------------------------------------------
FLAT LETHAL LAVA LAND V0.2 - by messiaen
----------------------------------------------


This patch is an adaptation of the Flatworld concept to Lethal Lava Land, it replaces the polygons/collision from the level with a flat plane. Besides it, some objects now have individual solidity, so you can move them around and replicate them as many times as you want. To make them solid, you must select the appropriate behavior (see list below). There is also a special set of behaviors which makes the objects collision detectable by the enemies and also make them visible all the time. Use them *VERY* sparingly, because they lead to severe slowdown. The volcano uses the same kind of behavior, so be careful when using it.

There is a sample 2-star level included, so you can get an idea how to use the custom objects. Area 2 doesn't work properly, so forget about it for now.

Screenshot of the Sample Level:


Playthrough of the first star (you may want to play it first before watching the video!):

<object width="425" height="344"><embed src="http://www.youtube.com/v/7YvSAyHbARg&hl=pt-br&fs=1" type="application/x-shockwave-flash" allowfullscreen="true" width="425" height="344"></embed></object>

Features of v0.2:
----------------

- One "Flat" Lethal Lava Area (second area doesn't work)
- All objects from Lethal Lava Land
- Individual collision for Volcano, Platform with Arrows and Octogonal Lava Platform
- A modified "flat" version of the Platform with Arrows (Model 0B), so you can build more interesting platforms.
- Solidity/Scaling Behaviors
- Descriptions files

Solidity Behaviors:
-------------------

56E4 - Solid Platform With Arrows (model 0C)
5714 - Solid "Flat" Platform With Arrows (model 0B)
56FC - Solid Octogonal Lava Platform (model 05)
577C - Solid Volcano (Normal scaling)
5758 - Solid Volcano (300%)
572C - Solid Volcano (200%)
576C - Small Inverted Pyramid (200% scaling)

Special Behaviors (enemies can detect its collision)
------------------------------------------------

Use these sparingly, especially if you already have one or more volcanos in the level.

5790 - Octogonal Lava Platform for Enemies
57A4 - "Flat" Platform With Arrows" for Enemies
57B4 - Solid Platform With Arrows for Enemies

Download here! Patch to an extended Super Mario (U)! ROM.

*** IF YOU USE THIS ON YOUR MOD/HACK/VIDEO, PLEASE GIVE THE APPROPRIATE CREDITS ***
RomanianGirl

Level: 16


Posts: 12/42
EXP: 19620
For next: 636

Since: 01-31-08

From: Canada

Since last post: 12.9 years
Last activity: 12.9 years

Posted on 06-01-08 09:22:41 PM Link | Quote
Wow, that looks awesome! Good job, now we have a second 'flat world' nearly done!

By 'compile a list of all objects', do you mean just name them, or do you want more about hex values? I can take a screenshot of the level, and circle all the objects that don't have individual collisions... If that would help you project.
messiaen
Catgirl
Level: 68


Posts: 120/1085
EXP: 2594041
For next: 134759

Since: 11-20-07


Since last post: 8.1 years
Last activity: 7.2 years

Posted on 06-02-08 12:31:50 AM (last edited by messiaen at 06-11-08 07:03 PM) Link | Quote
The name of the object as listed in Toad's Tool interface plus the "Model ID" is fine, but if you also copy the respective Hex Data of the 0x22 Geometry Layout for those models that would be even better.

Edit: I worked a bit on the lava collision and now it works perfectly. Since there is now some empty space in Bank 0x07, I may use it for additional 0x24 command slots or, eventually, for behaviors. I also finished the volcano collision, but when I get near it the game halts .

I am also experimenting scaling some of the platforms and changing the movement (rotating/tilting/etc) by simple behavior edits. If you remember of some type of platform movement found in other level which you think would fit a platform model in Lethal Lava Land, we could experiment with creating hybrid behaviours to add yet more variety to this.

When scaling objects, the "intensity" of the movement is not altered, so for instance if you increase too much the size of the "Tilting Inverted Pyramid" object you won`t be able to climb it, because it will turn very fast and you will fall in the lava. Hmmm, maybe with the Koopa shell ? More moderate scalings values such as 200% work very nice for this one, so that will probably be a preset scaling value for this behavior.

Using the 0x04 "jump" command, you can create many scaling behaviors using just a few bytes, so it won't be a problem to include about 3 different preset scalings for each object.

---

Yet another edit: I was checking what objects could be imported from Bowser Fire Sea. There are lot of interesting moving objects, however most of them don't use the 0x2A collision pointer I'm used to. Probably they use a hard-coded kind of collision (maybe a pointer in the ASM data?). My previous experience with this kind of object is that even if you import the polygons the game will crash if you use it on other level, probably because it can't locate the collision data.

Too bad, because these moving platforms would add a great deal of fun to the Flat Lava Land.

---

Update: I fixed the volcano problem. I really don't understand what was the problem, but moving the collision into another bank worked. I have already finished the collision for the Volcano, Octogonal Lava Platform and Platform with Arrows.

Since I don't want any kind of slowdown, I'm being very conservative regarding drawing/disappear distance. Maybe each object will feature also a special behavior with maximum distance settings, because otherwise you can't place enemies on it.
weckar
User
Level: 11


Posts: 12/16
EXP: 4578
For next: 1407

Since: 04-19-08


Since last post: 13.5 years
Last activity: 14.0 years

Posted on 06-12-08 09:35:34 AM Link | Quote
I had a quick question about this: Is the level geometry completely separate form the object bank used? If so, does that also count for the lava surface? If so, would it be posible to use the CCM object bank in this? It'd be sweeet
messiaen
Catgirl
Level: 68


Posts: 132/1085
EXP: 2594041
For next: 134759

Since: 11-20-07


Since last post: 8.1 years
Last activity: 7.2 years

Posted on 06-12-08 04:02:11 PM Link | Quote
Unfortunately, no. The bank which holds the level geometry/collision data also contains polygons/collision for some of the objects used in the level, so you can't use this space for other things. That is, unless you did some major editing, but I don't think it is worth it.

I'm not sure where are the lava polygons loaded from, but like water they aren't part of the regular level geometry.

Also, I still haven't decided what to do with the second area. Right now, I'm using the same flat terrain setting of area 1 (instead of the original inside volcano area), so that you can use another set of 0x24 objects.

I have also created a few remodeled versions of the "Platform with Arrows" for a little personal project which will be released along with the empty setting of this Flat Lethal Lava Land.
wowfunhappy
Member
Level: 16


Posts: 27/40
EXP: 18486
For next: 1770

Since: 09-10-07


Since last post: 12.9 years
Last activity: 12.9 years

Posted on 06-12-08 04:21:29 PM (last edited by wowfunhappy at 06-12-08 01:21 PM) Link | Quote
Originally posted by messiaen


Yet another edit: I was checking what objects could be imported from Bowser Fire Sea. There are lot of interesting moving objects, however most of them don't use the 0x2A collision pointer I'm used to. Probably they use a hard-coded kind of collision (maybe a pointer in the ASM data?). My previous experience with this kind of object is that even if you import the polygons the game will crash if you use it on other level, probably because it can't locate the collision data.


While there aren't very many, there are a few interesting platforms in Bowser's fire sea which don't use collision and aren't available in lethal lava land? Perhaps you could try making those available?
weckar
User
Level: 11


Posts: 13/16
EXP: 4578
For next: 1407

Since: 04-19-08


Since last post: 13.5 years
Last activity: 14.0 years

Posted on 06-12-08 07:12:04 PM Link | Quote
I know I might be too imaginative, and I kdon't know much about this Hex editing stuff (which I regret), but still as I read what you said there, might there be a way to keep the base collision structures, and just have them act differently?

To give an example: would it be possible to take a normal piece of land you could walk on, and make it act like lava? It shouldn't be to hard to texture it like lava too, right? Hmmm... Tall Taal Mountain completely made out of lava would be sweet, no point denying that. It'd be a uber-hard course though...

well, I'm babbling, it probably isn't possible anyway :p
messiaen
Catgirl
Level: 68


Posts: 134/1085
EXP: 2594041
For next: 134759

Since: 11-20-07


Since last post: 8.1 years
Last activity: 7.2 years

Posted on 06-12-08 08:31:51 PM (last edited by messiaen at 06-22-08 07:34 PM) Link | Quote
You're right about lava, unlike water it is a just a regular type of collision. I'm not sure if works on all kinds of terrains, as I have only tested this on Bob-Omb Battlefield.

So, it is possible to change each chunk of collisions commands to 0001 (Lava), retexture it and get a lava effect. The problem is that collision data is grouped in BIG chunks, so everything would turn into lava, making the level impossible .

A better option would be to create some kind of "lava block", so you can selectively place it as lava.

Edit: I released version 0.1 of this. Read the first post for more information and download link. If you make a level with it, don't hesitate to post screenshots/patch here .
wowfunhappy
Member
Level: 16


Posts: 28/40
EXP: 18486
For next: 1770

Since: 09-10-07


Since last post: 12.9 years
Last activity: 12.9 years

Posted on 07-12-08 01:39:36 PM Link | Quote
Why did you delete the file from sendspace

I know you released a new version of your platform battlefield, but I'd very much like to use flat lethal lava land...
messiaen
Catgirl
Level: 68


Posts: 163/1085
EXP: 2594041
For next: 134759

Since: 11-20-07


Since last post: 8.1 years
Last activity: 7.2 years

Posted on 07-12-08 06:54:22 PM Link | Quote
Ops, one can't trust these free hosting servers . I can't upload it right now because I don't have the file with me, but I will do so in the next few days. If anybody has a suggestion of a good host to upload it (besides Rapidshare and Megaupload), feel free to send me a PM.
Kles

Level: 87


Posts: 1246/1947
EXP: 6306458
For next: 86316

Since: 07-23-07


Since last post: 68 days
Last activity: 14 hours

Posted on 07-12-08 11:50:33 PM Link | Quote
I can host the file on my personal space. It shouldn't disappear any time soon. Send me a PM with a link to the file on some crummy upload site like mediafire and I'll download it and mirror it.

____________________
This is my damned signature.


This is probably a placeholder until I find something better to put here.


Stevoisiak
Member
Level: 38


Posts: 97/283
EXP: 345476
For next: 24971

Since: 11-22-07

From: New York, Long Island

Since last post: 12.3 years
Last activity: 5.6 years

Posted on 07-13-08 01:02:41 AM Link | Quote
Originally posted by Kles
I can host the file on my personal space. It shouldn't disappear any time soon. Send me a PM with a link to the file on some crummy upload site like mediafire and I'll download it and mirror it.

Mediafire aint crummy. It's the best one there is. It got awardeed as one of the "Top 100 Undiscovered Web Sites" by PC Magazine, make regestration optional, never deletes your files, and more.
Rachel Mae

Creature of Chaos
Level: 141


Posts: 969/5929
EXP: 33575025
For next: 544989

Since: 07-03-07

Pronouns: she/her
From: Foxglen

Since last post: 11 days
Last activity: 2 days

Posted on 07-13-08 07:44:08 AM Link | Quote
Originally posted by Stevoisiak
Mediafire aint crummy. It's the best one there is. It got awardeed as one of the "Top 100 Undiscovered Web Sites" by PC Magazine, make regestration optional, never deletes your files, and more.
I'm sure that'll change once everyone discovers it. It always does.

____________________
messiaen
Catgirl
Level: 68


Posts: 172/1085
EXP: 2594041
For next: 134759

Since: 11-20-07


Since last post: 8.1 years
Last activity: 7.2 years

Posted on 07-17-08 06:13:49 PM Link | Quote
Here you have v0.2 with a 2-star sample level! Release is on the first post.
Kles

Level: 87


Posts: 1255/1947
EXP: 6306458
For next: 86316

Since: 07-23-07


Since last post: 68 days
Last activity: 14 hours

Posted on 07-18-08 02:38:45 AM Link | Quote
Originally posted by Stevoisiak
Originally posted by Kles
I can host the file on my personal space. It shouldn't disappear any time soon. Send me a PM with a link to the file on some crummy upload site like mediafire and I'll download it and mirror it.

Mediafire aint crummy. It's the best one there is. It got awardeed as one of the "Top 100 Undiscovered Web Sites" by PC Magazine, make regestration optional, never deletes your files, and more.



I used it for a while. It's great until it randomly decides to not let a large amount of people not download your file!

____________________
This is my damned signature.


This is probably a placeholder until I find something better to put here.


messiaen
Catgirl
Level: 68


Posts: 173/1085
EXP: 2594041
For next: 134759

Since: 11-20-07


Since last post: 8.1 years
Last activity: 7.2 years

Posted on 07-18-08 01:43:45 PM (last edited by messiaen at 07-18-08 03:31 PM) Link | Quote
Sorry, the last uploaded file had a stupid last-minute edit bug (an empty object enabled on a few acts) which would crash the level at a certain point, so I uploaded the corrected version.

I changed a bit my behavior approach for this release. Instead of forcing the objects to be visible all the time, I let the game handle it and created a special set of behaviors which are to be used very sparingly, only on the objects which will have enemies on it. The volcano behaviour has this setting by default, because when using the 0x32 scaling command the game engine doesn't take in account the scaling to calculate drawing distances, resulting in awkward effects.

Hope you enjoy this one!

Edit: For version v0.3, expect the possibility to add more than 100 0x24 objects in the level! After a lot of testing, I finally found a solution, I made all the 0x24 objects linear and used a "pseudo" 0x80 command at the beggining of my level script (the same as in Flatworld) to point TT64 to the new level script entry-point.
ShaDoWLaZeR
User
Level: 13


Posts: 15/24
EXP: 8143
For next: 2124

Since: 03-05-09

From: Montreal

Since last post: 12.3 years
Last activity: 11.9 years

Posted on 06-25-09 07:58:53 PM Link | Quote
Originally posted by messiaen
Download here! Patch to an extended Super Mario (U)! ROM.

*** IF YOU USE THIS ON YOUR MOD/HACK/VIDEO, PLEASE GIVE THE APPROPRIATE CREDITS ***



Hum... the link doesnt work anymore can you fix it messiaen?

____________________



uberoe
User
Level: 11


Posts: 14/17
EXP: 4810
For next: 1175

Since: 05-31-09


Since last post: 12.0 years
Last activity: 11.9 years

Posted on 06-25-09 08:33:39 PM Link | Quote
you can still download it at his website

____________________
Super Mario World Hack on it's way!!!
Breegullbeak
Member
Level: 27


Posts: 3/135
EXP: 107582
For next: 8577

Since: 06-06-09


Since last post: 10.5 years
Last activity: 9.7 years

Posted on 07-01-09 08:43:06 PM Link | Quote
I haven't dared to touch the script dump. Where would I edit to get this.
Next newer thread | Next older thread
Jul - SM64 Hacking (Archive) - Flat Lethal Lava Land v0.2 Released (with sample level included!) New poll - New thread - New reply


Rusted Logic

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

36 database queries, 8 query cache hits.
Query execution time:  0.073733 seconds
Script execution time:  0.026091 seconds
Total render time:  0.099824 seconds


TidyHTML vomit below
line 1 column 1 - Warning: missing <!DOCTYPE> declaration
line 2 column 300 - Warning: unescaped & or unknown entity "&page"
line 119 column 11 - Warning: <form> isn't allowed in <table> elements
line 118 column 10 - Info: <table> previously mentioned
line 120 column 11 - Warning: missing <tr>
line 120 column 119 - Warning: missing </font> before </td>
line 124 column 16 - Warning: plain text isn't allowed in <tr> elements
line 120 column 11 - Info: <tr> previously mentioned
line 125 column 68 - Warning: missing </nobr> before </td>
line 141 column 68 - Warning: missing </nobr> before <tr>
line 147 column 35 - Warning: missing <tr>
line 147 column 50 - Warning: missing </font> before </td>
line 148 column 37 - Warning: unescaped & or unknown entity "&id"
line 147 column 236 - Warning: missing </font> before </table>
line 149 column 35 - Warning: missing <tr>
line 149 column 50 - Warning: missing </font> before </td>
line 149 column 91 - Warning: missing </font> before </table>
line 156 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 158 column 9 - Warning: missing <tr>
line 176 column 13 - Warning: missing <tr>
line 177 column 99 - Warning: unescaped & or unknown entity "&postid"
line 192 column 1352 - Warning: unescaped & or unknown entity "&hl"
line 192 column 1361 - Warning: unescaped & or unknown entity "&fs"
line 192 column 1289 - Warning: discarding unexpected <param>
line 192 column 1368 - Warning: discarding unexpected </param>
line 192 column 1376 - Warning: discarding unexpected <param>
line 192 column 1419 - Warning: discarding unexpected </param>
line 192 column 1478 - Warning: unescaped & or unknown entity "&hl"
line 192 column 1487 - Warning: unescaped & or unknown entity "&fs"
line 229 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 231 column 9 - Warning: missing <tr>
line 249 column 13 - Warning: missing <tr>
line 250 column 99 - Warning: unescaped & or unknown entity "&postid"
line 257 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 259 column 9 - Warning: missing <tr>
line 277 column 13 - Warning: missing <tr>
line 278 column 99 - Warning: unescaped & or unknown entity "&postid"
line 303 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 305 column 9 - Warning: missing <tr>
line 323 column 13 - Warning: missing <tr>
line 324 column 99 - Warning: unescaped & or unknown entity "&postid"
line 329 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 331 column 9 - Warning: missing <tr>
line 349 column 13 - Warning: missing <tr>
line 350 column 99 - Warning: unescaped & or unknown entity "&postid"
line 361 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 363 column 9 - Warning: missing <tr>
line 381 column 13 - Warning: missing <tr>
line 382 column 99 - Warning: unescaped & or unknown entity "&postid"
line 391 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 393 column 9 - Warning: missing <tr>
line 411 column 13 - Warning: missing <tr>
line 412 column 99 - Warning: unescaped & or unknown entity "&postid"
line 421 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 423 column 9 - Warning: missing <tr>
line 441 column 13 - Warning: missing <tr>
line 442 column 99 - Warning: unescaped & or unknown entity "&postid"
line 453 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 455 column 9 - Warning: missing <tr>
line 473 column 13 - Warning: missing <tr>
line 474 column 99 - Warning: unescaped & or unknown entity "&postid"
line 481 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 483 column 9 - Warning: missing <tr>
line 501 column 13 - Warning: missing <tr>
line 502 column 99 - Warning: unescaped & or unknown entity "&postid"
line 507 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 509 column 9 - Warning: missing <tr>
line 527 column 13 - Warning: missing <tr>
line 528 column 99 - Warning: unescaped & or unknown entity "&postid"
line 530 column 309 - Warning: missing </font> before <hr>
line 530 column 801 - Warning: discarding unexpected </td>
line 535 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 537 column 9 - Warning: missing <tr>
line 555 column 13 - Warning: missing <tr>
line 556 column 99 - Warning: unescaped & or unknown entity "&postid"
line 562 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 564 column 9 - Warning: missing <tr>
line 582 column 13 - Warning: missing <tr>
line 583 column 99 - Warning: unescaped & or unknown entity "&postid"
line 585 column 300 - Warning: missing </font> before <blockquote>
line 585 column 365 - Warning: inserting implicit <font>
line 585 column 365 - Warning: missing </font> before <hr>
line 585 column 432 - Warning: inserting implicit <font>
line 585 column 432 - Warning: missing </font> before <hr>
line 585 column 642 - Warning: inserting implicit <font>
line 588 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 590 column 9 - Warning: missing <tr>
line 608 column 13 - Warning: missing <tr>
line 609 column 99 - Warning: unescaped & or unknown entity "&postid"
line 614 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 616 column 9 - Warning: missing <tr>
line 634 column 13 - Warning: missing <tr>
line 635 column 99 - Warning: unescaped & or unknown entity "&postid"
line 637 column 309 - Warning: missing </font> before <blockquote>
line 637 column 350 - Warning: inserting implicit <font>
line 637 column 350 - Warning: missing </font> before <hr>
line 637 column 429 - Warning: inserting implicit <font>
line 637 column 429 - Warning: missing </font> before <hr>
line 637 column 490 - Warning: inserting implicit <font>
line 637 column 490 - Warning: missing </font> before <hr>
line 638 column 1 - Warning: inserting implicit <font>
line 638 column 1 - Warning: missing </font> before <hr>
line 639 column 1 - Warning: inserting implicit <font>
line 639 column 1 - Warning: missing </font> before <hr>
line 640 column 1311 - Warning: discarding unexpected </td>
line 645 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 647 column 9 - Warning: missing <tr>
line 665 column 13 - Warning: missing <tr>
line 666 column 99 - Warning: unescaped & or unknown entity "&postid"
line 677 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 679 column 9 - Warning: missing <tr>
line 697 column 13 - Warning: missing <tr>
line 698 column 101 - Warning: unescaped & or unknown entity "&postid"
line 711 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 713 column 9 - Warning: missing <tr>
line 731 column 13 - Warning: missing <tr>
line 732 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 763 column 17 - Warning: missing <tr>
line 763 column 17 - Warning: discarding unexpected <table>
line 766 column 35 - Warning: missing <tr>
line 766 column 50 - Warning: missing </font> before </td>
line 766 column 91 - Warning: missing </font> before </table>
line 768 column 35 - Warning: missing <tr>
line 768 column 50 - Warning: missing </font> before </td>
line 769 column 37 - Warning: unescaped & or unknown entity "&id"
line 768 column 236 - Warning: missing </font> before </table>
line 770 column 17 - Warning: discarding unexpected </textarea>
line 770 column 28 - Warning: discarding unexpected </form>
line 770 column 35 - Warning: discarding unexpected </embed>
line 770 column 43 - Warning: discarding unexpected </noembed>
line 770 column 53 - Warning: discarding unexpected </noscript>
line 770 column 64 - Warning: discarding unexpected </noembed>
line 770 column 74 - Warning: discarding unexpected </embed>
line 770 column 82 - Warning: discarding unexpected </table>
line 770 column 90 - Warning: discarding unexpected </table>
line 772 column 9 - Warning: missing </font> before <table>
line 784 column 25 - Warning: discarding unexpected </font>
line 793 column 57 - Warning: discarding unexpected </font>
line 771 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 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 188 column 1068 - Warning: <img> lacks "alt" attribute
line 233 column 11 - Warning: <img> lacks "alt" attribute
line 234 column 22 - Warning: <img> lacks "alt" attribute
line 234 column 63 - Warning: <img> lacks "alt" attribute
line 234 column 112 - Warning: <img> lacks "alt" attribute
line 234 column 162 - Warning: <img> lacks "alt" attribute
line 235 column 11 - Warning: <img> lacks "alt" attribute
line 245 column 15 - Warning: <img> lacks "alt" attribute
line 254 column 402 - Warning: <img> proprietary attribute value "absmiddle"
line 254 column 402 - Warning: <img> lacks "alt" attribute
line 262 column 22 - Warning: <img> lacks "alt" attribute
line 262 column 63 - Warning: <img> lacks "alt" attribute
line 262 column 111 - Warning: <img> lacks "alt" attribute
line 262 column 161 - Warning: <img> lacks "alt" attribute
line 273 column 15 - Warning: <img> lacks "alt" attribute
line 282 column 560 - Warning: <img> proprietary attribute value "absmiddle"
line 282 column 560 - Warning: <img> lacks "alt" attribute
line 308 column 22 - Warning: <img> lacks "alt" attribute
line 308 column 63 - Warning: <img> lacks "alt" attribute
line 308 column 112 - Warning: <img> lacks "alt" attribute
line 308 column 162 - Warning: <img> lacks "alt" attribute
line 319 column 15 - Warning: <img> lacks "alt" attribute
line 326 column 305 - Warning: <img> proprietary attribute value "absmiddle"
line 326 column 305 - Warning: <img> lacks "alt" attribute
line 334 column 22 - Warning: <img> lacks "alt" attribute
line 334 column 63 - Warning: <img> lacks "alt" attribute
line 334 column 111 - Warning: <img> lacks "alt" attribute
line 334 column 161 - Warning: <img> lacks "alt" attribute
line 345 column 15 - Warning: <img> lacks "alt" attribute
line 366 column 22 - Warning: <img> lacks "alt" attribute
line 366 column 63 - Warning: <img> lacks "alt" attribute
line 366 column 112 - Warning: <img> lacks "alt" attribute
line 366 column 162 - Warning: <img> lacks "alt" attribute
line 377 column 15 - Warning: <img> lacks "alt" attribute
line 396 column 22 - Warning: <img> lacks "alt" attribute
line 396 column 63 - Warning: <img> lacks "alt" attribute
line 396 column 112 - Warning: <img> lacks "alt" attribute
line 396 column 162 - Warning: <img> lacks "alt" attribute
line 407 column 15 - Warning: <img> lacks "alt" attribute
line 426 column 22 - Warning: <img> lacks "alt" attribute
line 426 column 63 - Warning: <img> lacks "alt" attribute
line 426 column 111 - Warning: <img> lacks "alt" attribute
line 426 column 161 - Warning: <img> lacks "alt" attribute
line 437 column 15 - Warning: <img> lacks "alt" attribute
line 446 column 500 - Warning: <img> proprietary attribute value "absmiddle"
line 446 column 500 - Warning: <img> lacks "alt" attribute
line 450 column 846 - Warning: <img> proprietary attribute value "absmiddle"
line 450 column 846 - Warning: <img> lacks "alt" attribute
line 458 column 22 - Warning: <img> lacks "alt" attribute
line 458 column 63 - Warning: <img> lacks "alt" attribute
line 458 column 112 - Warning: <img> lacks "alt" attribute
line 458 column 162 - Warning: <img> lacks "alt" attribute
line 469 column 15 - Warning: <img> lacks "alt" attribute
line 476 column 116 - Warning: <img> proprietary attribute value "absmiddle"
line 476 column 116 - Warning: <img> lacks "alt" attribute
line 486 column 22 - Warning: <img> lacks "alt" attribute
line 486 column 63 - Warning: <img> lacks "alt" attribute
line 486 column 111 - Warning: <img> lacks "alt" attribute
line 486 column 161 - Warning: <img> lacks "alt" attribute
line 497 column 15 - Warning: <img> lacks "alt" attribute
line 504 column 121 - Warning: <img> proprietary attribute value "absmiddle"
line 504 column 121 - Warning: <img> lacks "alt" attribute
line 512 column 22 - Warning: <img> lacks "alt" attribute
line 512 column 63 - Warning: <img> lacks "alt" attribute
line 512 column 112 - Warning: <img> lacks "alt" attribute
line 512 column 162 - Warning: <img> lacks "alt" attribute
line 513 column 11 - Warning: <img> lacks "alt" attribute
line 523 column 15 - Warning: <img> lacks "alt" attribute
line 530 column 646 - Warning: <img> lacks "alt" attribute
line 540 column 22 - Warning: <img> lacks "alt" attribute
line 540 column 63 - Warning: <img> lacks "alt" attribute
line 540 column 112 - Warning: <img> lacks "alt" attribute
line 540 column 162 - Warning: <img> lacks "alt" attribute
line 551 column 15 - Warning: <img> lacks "alt" attribute
line 566 column 11 - Warning: <img> lacks "alt" attribute
line 567 column 23 - Warning: <img> lacks "alt" attribute
line 567 column 64 - Warning: <img> lacks "alt" attribute
line 567 column 113 - Warning: <img> lacks "alt" attribute
line 567 column 163 - Warning: <img> lacks "alt" attribute
line 568 column 11 - Warning: <img> lacks "alt" attribute
line 578 column 15 - Warning: <img> lacks "alt" attribute
line 585 column 815 - Warning: <img> lacks "alt" attribute
line 593 column 22 - Warning: <img> lacks "alt" attribute
line 593 column 63 - Warning: <img> lacks "alt" attribute
line 593 column 111 - Warning: <img> lacks "alt" attribute
line 593 column 161 - Warning: <img> lacks "alt" attribute
line 604 column 15 - Warning: <img> lacks "alt" attribute
line 619 column 22 - Warning: <img> lacks "alt" attribute
line 619 column 63 - Warning: <img> lacks "alt" attribute
line 619 column 112 - Warning: <img> lacks "alt" attribute
line 619 column 162 - Warning: <img> lacks "alt" attribute
line 620 column 11 - Warning: <img> lacks "alt" attribute
line 630 column 15 - Warning: <img> lacks "alt" attribute
line 640 column 1156 - Warning: <img> lacks "alt" attribute
line 650 column 22 - Warning: <img> lacks "alt" attribute
line 650 column 63 - Warning: <img> lacks "alt" attribute
line 650 column 111 - Warning: <img> lacks "alt" attribute
line 650 column 161 - Warning: <img> lacks "alt" attribute
line 661 column 15 - Warning: <img> lacks "alt" attribute
line 682 column 22 - Warning: <img> lacks "alt" attribute
line 682 column 63 - Warning: <img> lacks "alt" attribute
line 682 column 111 - Warning: <img> lacks "alt" attribute
line 682 column 161 - Warning: <img> lacks "alt" attribute
line 683 column 11 - Warning: <img> lacks "alt" attribute
line 693 column 15 - Warning: <img> lacks "alt" attribute
line 705 column 558 - Warning: <img> lacks "alt" attribute
line 707 column 697 - Warning: <img> lacks "alt" attribute
line 716 column 22 - Warning: <img> lacks "alt" attribute
line 716 column 63 - Warning: <img> lacks "alt" attribute
line 716 column 112 - Warning: <img> lacks "alt" attribute
line 716 column 162 - Warning: <img> lacks "alt" attribute
line 717 column 11 - Warning: <img> lacks "alt" attribute
line 727 column 15 - 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 769 column 44 - Warning: <img> proprietary attribute value "absmiddle"
line 769 column 142 - Warning: <img> proprietary attribute value "absmiddle"
line 769 column 245 - Warning: <img> proprietary attribute value "absmiddle"
line 778 column 25 - Warning: <img> lacks "alt" attribute
line 783 column 267 - Warning: <img> lacks "alt" attribute
line 149 column 50 - Warning: trimming empty <font>
line 585 column 300 - Warning: trimming empty <font>
line 637 column 309 - Warning: trimming empty <font>
line 763 column 17 - Warning: trimming empty <tr>
line 766 column 50 - Warning: trimming empty <font>
line 125 column 68 - Warning: <nobr> is not approved by W3C
line 141 column 68 - Warning: <nobr> is not approved by W3C
line 177 column 27 - Warning: <nobr> is not approved by W3C
line 250 column 27 - Warning: <nobr> is not approved by W3C
line 278 column 27 - Warning: <nobr> is not approved by W3C
line 324 column 27 - Warning: <nobr> is not approved by W3C
line 350 column 27 - Warning: <nobr> is not approved by W3C
line 382 column 27 - Warning: <nobr> is not approved by W3C
line 412 column 27 - Warning: <nobr> is not approved by W3C
line 442 column 27 - Warning: <nobr> is not approved by W3C
line 474 column 27 - Warning: <nobr> is not approved by W3C
line 502 column 27 - Warning: <nobr> is not approved by W3C
line 528 column 27 - Warning: <nobr> is not approved by W3C
line 530 column 73 - Warning: <table> proprietary attribute "height"
line 556 column 27 - Warning: <nobr> is not approved by W3C
line 583 column 27 - Warning: <nobr> is not approved by W3C
line 585 column 73 - Warning: <table> proprietary attribute "height"
line 609 column 27 - Warning: <nobr> is not approved by W3C
line 635 column 27 - Warning: <nobr> is not approved by W3C
line 637 column 73 - Warning: <table> proprietary attribute "height"
line 666 column 27 - Warning: <nobr> is not approved by W3C
line 698 column 27 - Warning: <nobr> is not approved by W3C
line 732 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 307 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