Warning: You are using TidyHTML mode! Pages MAY and probably WILL break. To disable, click here or append 'xxx-off=1' to the URL!

Register - Login
Views: 57875868
Main - Memberlist - Active users - Calendar - Wiki - IRC Chat - Online users
Ranks - Rules/FAQ - JCS - Stats - Latest Posts - Color Chart - Smilies
10-16-14 06:52:19 AM

Jul - Posts by Hectamatatortron
Pages: 1 2 3 4 5 6 7 8 9 10 11 12
Hectamatatortron
Member
Level: 31


Posts: 142/230
EXP: 177301
For next: 8062

Since: 09-19-07


Since last post: 709 days
Last activity: 95 days

Posted on 04-21-09 11:48:27 AM, in Using Blender Link
Neat.

I was going to use this program (and its built in physics engine, "Bullet") to help me get started messing around with 3D programming for the Nintendo DS.

Also, if you don't like the drawing system for Blender (I haven't tried it yet), you can get Google Sketch Up for free, draw in there (seemed intuitive enough when I tried it) and export the vertex data, after which you can probably import it into Blender easily enough.

Anyway, is that polygon importer done or something? Or is there some other way to put the output of Blender into the game?

I've mostly just been lurking in this section of the forum because messiaen's efforts are hard to ignore.

--------------------
Hectamatatortron
Member
Level: 31


Posts: 143/230
EXP: 177301
For next: 8062

Since: 09-19-07


Since last post: 709 days
Last activity: 95 days

Posted on 04-21-09 11:49:59 AM, in So ... Link
^ I switch between the two as necessary.

You probably won't get a huge post like that out of me here, but I have made such posts recently.

--------------------
Hectamatatortron
Member
Level: 31


Posts: 144/230
EXP: 177301
For next: 8062

Since: 09-19-07


Since last post: 709 days
Last activity: 95 days

Posted on 04-21-09 11:56:31 AM, in IRC, 2:00 AM Link
Originally posted by FirePhoenix
He means the catgirl name fad.

Not my fault he didn't specify.

My point stands!

Also: hydraphatz' scary obsession is...well, it's scary. Don't reference it anymore than it references itself by...appearing in my browser...

...I should AdBlock that thing!

--------------------
Hectamatatortron
Member
Level: 31


Posts: 145/230
EXP: 177301
For next: 8062

Since: 09-19-07


Since last post: 709 days
Last activity: 95 days

Posted on 04-21-09 04:21:56 PM, in IRC, 2:00 AM Link
Yeah.

But why have AdBlock if you're not gonna use it? ;D

--------------------
Hectamatatortron
Member
Level: 31


Posts: 146/230
EXP: 177301
For next: 8062

Since: 09-19-07


Since last post: 709 days
Last activity: 95 days

Posted on 04-23-09 03:36:07 PM, in Mario 64 'C' header files Link
Just read someone's suggestion for a starting point in the level they designed.

Then I thought..."why start in the same place every time?"

Wouldn't it be cooler if the starting point of a level changed on a per star basis?

As for any actual hacks, it seems like the new fad is to get rid of the Act selection system, which would render a feasible way of implementing variable entrances absent. Still, maybe Missing Stars can do something with this idea. Maybe.

--------------------
Hectamatatortron
Member
Level: 31


Posts: 147/230
EXP: 177301
For next: 8062

Since: 09-19-07


Since last post: 709 days
Last activity: 95 days

Posted on 04-23-09 10:20:13 PM, in Mario 64 'C' header files Link
Ah, right. That could be manipulated too.

A sort of "pick your entrance out of three" system for all the levels would be cool.

That doesn't really change the entrance, though, just the water level. Making it change the entrance would be easy enough I'm imagine.

--------------------
Hectamatatortron
Member
Level: 31


Posts: 148/230
EXP: 177301
For next: 8062

Since: 09-19-07


Since last post: 709 days
Last activity: 95 days

Posted on 04-25-09 01:48:37 AM, in Toad's Tool 0.6.0 (On hiatus for an indefinite amount of time) Link
About the room loading and camera mode changing:

Surely you can set a breakpoint on reads of Mario's coordinates and find the assembly related to the process?

I wonder if the coordinates are used to specify a sphere (probably with fixed radius) rather than a point.

--------------------
Hectamatatortron
Member
Level: 31


Posts: 149/230
EXP: 177301
For next: 8062

Since: 09-19-07


Since last post: 709 days
Last activity: 95 days

Posted on 04-25-09 03:48:46 PM, in Using Blender Link
I'm a beginner to 3D drawing, but I'm definitely not a beginner.

I got Blender before I saw this thread because it uses the Bullet engine that I was going to learn the API of for a homebrew game I started.

I decided to do most of the game in Blender and get it running on the PC before trying to port it to the DS and then to the Wii. I learned enough about OpenGL to be confident in my ability to import objects I draw in Blender into homebrew applications in the future.

So far I've only drawn a bullet object (not because of the humorous pun, but because I'm working on a first person shooter) and practiced enabling movement of the camera "in game" (when the game engine of Blender is active) by assigning movement directions to arrow keys (though the interface suggests the relationship is the other way around).

I just wish there was a tool for indenting surfaces using a sort of spherical shaped tool to "push" faces inward, automatically splitting the face into sub-faces as necessary. That would make 3D drawing much easier. Isn't that what the better apps do?

But hey, Google's Sketch Up might do the trick. I'm sure it's easy enough to export from Sketch Up and import into Blender.

If you need me to write any applications to convert formats, just give me the specifics of the source and destination formats and I can write something up. What exactly is VL-Tone having trouble with? Seems like he can import polygons, just not textures? We should prototype the insertion process by using a bland default texture for imported 3D models to at least test that the vertex importing functionality works.

--------------------
Hectamatatortron
Member
Level: 31


Posts: 150/230
EXP: 177301
For next: 8062

Since: 09-19-07


Since last post: 709 days
Last activity: 95 days

Posted on 04-25-09 05:08:30 PM, in Toad's Tool 0.6.0 (On hiatus for an indefinite amount of time) Link
Originally posted by VL-Tone
As for setting up a breakpoint and trying to find the code/coordinates by observing RAM, messiaen or yoshiman (yoshielectron) would be more qualified than me to do that.

Eh, I could probably do it too.

Whether I will is a mystery...

--------------------
Hectamatatortron
Member
Level: 31


Posts: 151/230
EXP: 177301
For next: 8062

Since: 09-19-07


Since last post: 709 days
Last activity: 95 days

Posted on 04-25-09 08:40:30 PM, in Toad's Tool 0.6.0 (On hiatus for an indefinite amount of time) Link
You might be getting more help from me than you'd expect if Blender causes our goals to coincide still more.

I've been wanting to get a hold of those C files and tweak them to be more visually appealing to me as well, so that I'll feel more comfortable using and adding to them.

--------------------
Hectamatatortron
Member
Level: 31


Posts: 152/230
EXP: 177301
For next: 8062

Since: 09-19-07


Since last post: 709 days
Last activity: 95 days

Posted on 05-05-09 03:48:41 PM, in Advance Wars 2 - Pointer Hack Ultra Link
Originally posted by Xenesis
Edit:
As an update, I have compiled a Nightmare 2.0 Module

EEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEE

Sweet.

Two of some of my favorite kinds hacks rolled into one:

- Those that make other things easier to hack (meta-hacking is awesome to me)
- Those that take advantage of something I made (I love it when something I work on ends up having a use somewhere)

--------------------
Hectamatatortron
Member
Level: 31


Posts: 153/230
EXP: 177301
For next: 8062

Since: 09-19-07


Since last post: 709 days
Last activity: 95 days

Posted on 05-20-09 01:35:51 PM, in Beta Stuff Thread: Beta Trampoline and other stuff Link
That looks more like an elevator than a trampoline, at the moment.

The texture does suggest trampoline, and Mario games have had trampolines since Super Mario Bros.

Looks like you've got more work to do if you want it to work right. I doubt it was supposed to be an elevator.

--------------------
Hectamatatortron
Member
Level: 31


Posts: 154/230
EXP: 177301
For next: 8062

Since: 09-19-07


Since last post: 709 days
Last activity: 95 days

Posted on 05-26-09 09:59:28 PM, in Any way to edit the trainers in PKMN Emerald? Link
^ About that...

Friend of mine named Nintenlord made an app called GBA Graphics Editor (very generic, but hey, that's what it is!) that does what unLZ does...better.

Might want to look into that, instead.

There's a forum called Fire Emblem Universe that goes by Tactics Universe now that has a link to his utility.

It also has links to some of my things as well as tons of other stuff for hacking various Fire Emblem games.

I think the admin recently made it so you have to be logged in to view that forum as a move to get more activity.

--------------------
Hectamatatortron
Member
Level: 31


Posts: 155/230
EXP: 177301
For next: 8062

Since: 09-19-07


Since last post: 709 days
Last activity: 95 days

Posted on 05-28-09 10:31:43 AM, in Beta Stuff Thread: Beta Trampoline and other stuff Link
Originally posted by gamekrazzy
probably an Invisible Metal Wing Cap Mario..

Yes, I used the values for that when I used the cap modifier for messing around.

I don't think it could crash the game. The "filters" applied to Mario's graphics to indicate active caps are independent of each other.

--------------------
Hectamatatortron
Member
Level: 31


Posts: 156/230
EXP: 177301
For next: 8062

Since: 09-19-07


Since last post: 709 days
Last activity: 95 days

Posted on 05-28-09 10:32:30 AM, in FE Editor (GBA) Link
There was a massive update today.

Definitely want to get this one.

--------------------
Hectamatatortron
Member
Level: 31


Posts: 157/230
EXP: 177301
For next: 8062

Since: 09-19-07


Since last post: 709 days
Last activity: 95 days

Posted on 05-30-09 01:29:35 PM, in Toad's Tool 0.6.0 (On hiatus for an indefinite amount of time) Link
Mario's shadow appears on the floor when you fall off of levels, but you die before you reach this floor.

My guess would be that Mario would land on it and appear to float in the air if the death floor were disabled.

--------------------
Hectamatatortron
Member
Level: 31


Posts: 158/230
EXP: 177301
For next: 8062

Since: 09-19-07


Since last post: 709 days
Last activity: 95 days

Posted on 05-31-09 05:12:35 PM, in How does SM64 handle saving? Link
I'm sure messiaen has or easily could discover how to bring up the save dialog invoked by collecting a 100 coin star and adapt it for this purpose.

Also, gamekrazzy appears to be the only person who understood the question despite having a history of making confusing posts.

--------------------
Hectamatatortron
Member
Level: 31


Posts: 159/230
EXP: 177301
For next: 8062

Since: 09-19-07


Since last post: 709 days
Last activity: 95 days

Posted on 06-01-09 11:06:19 PM, in How does SM64 handle saving? Link
It's not over complicated. I'm pretty sure he wants the saving to occur without the use of GameShark codes (in other words, the interface for it should be apart of the actual game).

Also, just a note, you pretty much suggested what I did but with more detail.

No, messiaen isn't the only one capable, but he is the most familiar with the C files HE created.

--------------------
Hectamatatortron
Member
Level: 31


Posts: 160/230
EXP: 177301
For next: 8062

Since: 09-19-07


Since last post: 709 days
Last activity: 95 days

Posted on 07-18-09 08:51:51 PM, in Super Mario 64: The Missing Stars RELEASED! (Download link on first post) Link
Someone spoil where the last star is for me.

It's the one in the Underground that's not the "red coin star" or the "two switch star".

I have the other 37 and having looked all over this place, it's getting annoying not being able to find where to go.

Also, the difficulty is insane in the Volcano level. Mario 64's controls are NOT accurate enough to move around in that level safely. Consider widening the platforms or making them sink slower.

The rest of the hack was superb, but again, the difficulty in the Volcano area really killed the buzz.

--------------------
Hectamatatortron
Member
Level: 31


Posts: 161/230
EXP: 177301
For next: 8062

Since: 09-19-07


Since last post: 709 days
Last activity: 95 days

Posted on 07-19-09 01:31:45 PM, in Super Mario 64: The Missing Stars RELEASED! (Download link on first post) (last edited by Hectamatatortron at 07-19-09 01:54 PM) Link
Originally posted by BigBrain
IIRC you're missing the hint with the night
(unless you got one star at night already, then you'll probably have to redo it at day)

I saw that hint, but I don't remember what time I got it. I think I did it once at night and then several more times at night and during the day when fiddling around in the level (remember how I said I'd been EVERYWHERE?).

Originally posted by BigBrain
About the Volcano Level, it's okay once you get used to it and find out how to savely jump from one sinking platform to another (or if you just use enough save states xD)

I had to abuse savestates. As I've said, the controls, in tandem with using the D pad on my USB controller (the control stick is oddly placed and has a square shaped socket so it's terrible for everything) make it pretty much impossible to beat any of that stuff without using savestates or having tremendous patience, the latter of which I've never had.

Anyway, I'll try the double switch star during the day once more. Does anything special happen when you get all the stars? I think I read a sign that hinted there would be.

Edit: Apparently doing it at night the first time didn't make it so I had to do it during the day the next time.

I did it at night again and got the last star. Apparently that surprise at the end exists and I'm off to fight it right now.

Edit: Beat it. I must say, the last part got really annoying when I kept getting hit by cheap moves. Things I remember being safe in the original game were suddenly eating me alive, namely:

Spoiler:
The electric rings. They weren't giving me as much hitstun or something, because I was able to be combo'd by them, which I had never seen before. Also, Mario kept blowing himself up with the fireballs at crucial times, like when I was trying to keep Bowser from doing his broken charge attack. Not to mention half the fireballs I shot went through Bowser without hurting him.


--------------------
Pages: 1 2 3 4 5 6 7 8 9 10 11 12
Jul - Posts by Hectamatatortron






Rusted Logic

Acmlmboard - 07/23/2013 b378.03
©2000-2013 Acmlm, Xkeeper, Inuyasha, et al.

32 database queries, 45 query cache hits.
Query execution time:  0.077843 seconds
Script execution time:  0.081785 seconds
Total render time:  0.159628 seconds


TidyHTML vomit below
line 1 column 1 - Warning: missing <!DOCTYPE> declaration
line 94 column 11 - Warning: <form> isn't allowed in <table> elements
line 93 column 10 - Info: <table> previously mentioned
line 95 column 11 - Warning: missing <tr>
line 95 column 124 - Warning: missing </font> before </td>
line 99 column 16 - Warning: plain text isn't allowed in <tr> elements
line 95 column 11 - Info: <tr> previously mentioned
line 100 column 68 - Warning: <nobr> is not approved by W3C
line 100 column 68 - Warning: missing </nobr> before </td>
line 117 column 68 - Warning: <nobr> is not approved by W3C
line 117 column 68 - Warning: missing </nobr> before <tr>
line 141 column 35 - Warning: missing <tr>
line 141 column 50 - Warning: missing </font> before </td>
line 141 column 143 - Warning: missing </font> before </table>
line 143 column 35 - Warning: missing <tr>
line 143 column 95 - Warning: unescaped & or unknown entity "&page"
line 143 column 128 - Warning: unescaped & or unknown entity "&page"
line 143 column 161 - Warning: unescaped & or unknown entity "&page"
line 143 column 194 - Warning: unescaped & or unknown entity "&page"
line 143 column 227 - Warning: unescaped & or unknown entity "&page"
line 143 column 260 - Warning: unescaped & or unknown entity "&page"
line 143 column 293 - Warning: unescaped & or unknown entity "&page"
line 143 column 328 - Warning: unescaped & or unknown entity "&page"
line 143 column 361 - Warning: unescaped & or unknown entity "&page"
line 143 column 395 - Warning: unescaped & or unknown entity "&page"
line 143 column 430 - Warning: unescaped & or unknown entity "&page"
line 143 column 50 - Warning: missing </font> before </td>
line 143 column 467 - Warning: missing </font> before </table>
line 150 column 9 - Warning: <div> isn't allowed in <tr> elements
line 149 column 9 - Info: <tr> previously mentioned
line 152 column 9 - Warning: missing <tr>
line 166 column 13 - Warning: missing <tr>
line 167 column 27 - Warning: <nobr> is not approved by W3C
line 179 column 15 - Warning: missing <td>
line 180 column 9 - Warning: <div> isn't allowed in <tr> elements
line 179 column 15 - Info: <tr> previously mentioned
line 182 column 9 - Warning: missing <tr>
line 196 column 13 - Warning: missing <tr>
line 197 column 27 - Warning: <nobr> is not approved by W3C
line 203 column 15 - Warning: missing <td>
line 204 column 9 - Warning: <div> isn't allowed in <tr> elements
line 203 column 15 - Info: <tr> previously mentioned
line 206 column 9 - Warning: missing <tr>
line 220 column 13 - Warning: missing <tr>
line 221 column 27 - Warning: <nobr> is not approved by W3C
line 232 column 15 - Warning: missing <td>
line 233 column 9 - Warning: <div> isn't allowed in <tr> elements
line 232 column 15 - Info: <tr> previously mentioned
line 235 column 9 - Warning: missing <tr>
line 249 column 13 - Warning: missing <tr>
line 250 column 27 - Warning: <nobr> is not approved by W3C
line 256 column 15 - Warning: missing <td>
line 257 column 9 - Warning: <div> isn't allowed in <tr> elements
line 256 column 15 - Info: <tr> previously mentioned
line 259 column 9 - Warning: missing <tr>
line 273 column 13 - Warning: missing <tr>
line 274 column 27 - Warning: <nobr> is not approved by W3C
line 284 column 15 - Warning: missing <td>
line 285 column 9 - Warning: <div> isn't allowed in <tr> elements
line 284 column 15 - Info: <tr> previously mentioned
line 287 column 9 - Warning: missing <tr>
line 301 column 13 - Warning: missing <tr>
line 302 column 27 - Warning: <nobr> is not approved by W3C
line 310 column 15 - Warning: missing <td>
line 311 column 9 - Warning: <div> isn't allowed in <tr> elements
line 310 column 15 - Info: <tr> previously mentioned
line 313 column 9 - Warning: missing <tr>
line 327 column 13 - Warning: missing <tr>
line 328 column 27 - Warning: <nobr> is not approved by W3C
line 336 column 15 - Warning: missing <td>
line 337 column 9 - Warning: <div> isn't allowed in <tr> elements
line 336 column 15 - Info: <tr> previously mentioned
line 339 column 9 - Warning: missing <tr>
line 353 column 13 - Warning: missing <tr>
line 354 column 27 - Warning: <nobr> is not approved by W3C
line 370 column 15 - Warning: missing <td>
line 371 column 9 - Warning: <div> isn't allowed in <tr> elements
line 370 column 15 - Info: <tr> previously mentioned
line 373 column 9 - Warning: missing <tr>
line 387 column 13 - Warning: missing <tr>
line 388 column 27 - Warning: <nobr> is not approved by W3C
line 395 column 15 - Warning: missing <td>
line 396 column 9 - Warning: <div> isn't allowed in <tr> elements
line 395 column 15 - Info: <tr> previously mentioned
line 398 column 9 - Warning: missing <tr>
line 412 column 13 - Warning: missing <tr>
line 413 column 27 - Warning: <nobr> is not approved by W3C
line 419 column 15 - Warning: missing <td>
line 420 column 9 - Warning: <div> isn't allowed in <tr> elements
line 419 column 15 - Info: <tr> previously mentioned
line 422 column 9 - Warning: missing <tr>
line 436 column 13 - Warning: missing <tr>
line 437 column 27 - Warning: <nobr> is not approved by W3C
line 450 column 15 - Warning: missing <td>
line 451 column 9 - Warning: <div> isn't allowed in <tr> elements
line 450 column 15 - Info: <tr> previously mentioned
line 453 column 9 - Warning: missing <tr>
line 467 column 13 - Warning: missing <tr>
line 468 column 27 - Warning: <nobr> is not approved by W3C
line 476 column 15 - Warning: missing <td>
line 477 column 9 - Warning: <div> isn't allowed in <tr> elements
line 476 column 15 - Info: <tr> previously mentioned
line 479 column 9 - Warning: missing <tr>
line 493 column 13 - Warning: missing <tr>
line 494 column 27 - Warning: <nobr> is not approved by W3C
line 508 column 15 - Warning: missing <td>
line 509 column 9 - Warning: <div> isn't allowed in <tr> elements
line 508 column 15 - Info: <tr> previously mentioned
line 511 column 9 - Warning: missing <tr>
line 525 column 13 - Warning: missing <tr>
line 526 column 27 - Warning: <nobr> is not approved by W3C
line 533 column 15 - Warning: missing <td>
line 534 column 9 - Warning: <div> isn't allowed in <tr> elements
line 533 column 15 - Info: <tr> previously mentioned
line 536 column 9 - Warning: missing <tr>
line 550 column 13 - Warning: missing <tr>
line 551 column 27 - Warning: <nobr> is not approved by W3C
line 557 column 15 - Warning: missing <td>
line 558 column 9 - Warning: <div> isn't allowed in <tr> elements
line 557 column 15 - Info: <tr> previously mentioned
line 560 column 9 - Warning: missing <tr>
line 574 column 13 - Warning: missing <tr>
line 575 column 27 - Warning: <nobr> is not approved by W3C
line 581 column 15 - Warning: missing <td>
line 582 column 9 - Warning: <div> isn't allowed in <tr> elements
line 581 column 15 - Info: <tr> previously mentioned
line 584 column 9 - Warning: missing <tr>
line 598 column 13 - Warning: missing <tr>
line 599 column 27 - Warning: <nobr> is not approved by W3C
line 605 column 15 - Warning: missing <td>
line 606 column 9 - Warning: <div> isn't allowed in <tr> elements
line 605 column 15 - Info: <tr> previously mentioned
line 608 column 9 - Warning: missing <tr>
line 622 column 13 - Warning: missing <tr>
line 623 column 27 - Warning: <nobr> is not approved by W3C
line 631 column 15 - Warning: missing <td>
line 632 column 9 - Warning: <div> isn't allowed in <tr> elements
line 631 column 15 - Info: <tr> previously mentioned
line 634 column 9 - Warning: missing <tr>
line 648 column 13 - Warning: missing <tr>
line 649 column 27 - Warning: <nobr> is not approved by W3C
line 661 column 15 - Warning: missing <td>
line 662 column 9 - Warning: <div> isn't allowed in <tr> elements
line 661 column 15 - Info: <tr> previously mentioned
line 664 column 9 - Warning: missing <tr>
line 678 column 13 - Warning: missing <tr>
line 679 column 27 - Warning: <nobr> is not approved by W3C
line 699 column 17 - Warning: discarding unexpected <table>
line 702 column 35 - Warning: missing <tr>
line 702 column 95 - Warning: unescaped & or unknown entity "&page"
line 702 column 128 - Warning: unescaped & or unknown entity "&page"
line 702 column 161 - Warning: unescaped & or unknown entity "&page"
line 702 column 194 - Warning: unescaped & or unknown entity "&page"
line 702 column 227 - Warning: unescaped & or unknown entity "&page"
line 702 column 260 - Warning: unescaped & or unknown entity "&page"
line 702 column 293 - Warning: unescaped & or unknown entity "&page"
line 702 column 328 - Warning: unescaped & or unknown entity "&page"
line 702 column 361 - Warning: unescaped & or unknown entity "&page"
line 702 column 395 - Warning: unescaped & or unknown entity "&page"
line 702 column 430 - Warning: unescaped & or unknown entity "&page"
line 702 column 50 - Warning: missing </font> before </td>
line 702 column 467 - Warning: missing </font> before </table>
line 704 column 35 - Warning: missing <tr>
line 704 column 50 - Warning: missing </font> before </td>
line 704 column 143 - Warning: missing </font> before </table>
line 706 column 17 - Warning: discarding unexpected </textarea>
line 706 column 28 - Warning: discarding unexpected </form>
line 706 column 35 - Warning: discarding unexpected </embed>
line 706 column 43 - Warning: discarding unexpected </noembed>
line 706 column 53 - Warning: discarding unexpected </noscript>
line 706 column 64 - Warning: discarding unexpected </noembed>
line 706 column 74 - Warning: discarding unexpected </embed>
line 706 column 82 - Warning: discarding unexpected </table>
line 706 column 90 - Warning: discarding unexpected </table>
line 715 column 9 - Warning: missing </font> before <table>
line 731 column 9 - Warning: inserting implicit <font>
line 731 column 9 - Warning: missing </a> before <div>
line 731 column 9 - Warning: missing </font> before <div>
line 731 column 105 - Warning: inserting implicit <font>
line 731 column 111 - Warning: discarding unexpected </a>
line 750 column 58 - Warning: discarding unexpected </font>
line 708 column 1 - Warning: missing </center>
line 91 column 9 - Warning: <img> lacks "alt" attribute
line 93 column 10 - Warning: <table> lacks "summary" attribute
line 95 column 63 - Warning: <img> lacks "alt" attribute
line 100 column 19 - Warning: <td> attribute "width" has invalid value "120px"
line 100 column 93 - Warning: <img> lacks "alt" attribute
line 117 column 19 - Warning: <td> attribute "width" has invalid value "120px"
line 117 column 98 - Warning: <img> lacks "alt" attribute
line 136 column 1 - Warning: <table> lacks "summary" attribute
line 136 column 240 - Warning: <td> attribute "bgcolor" lacks value
line 141 column 17 - Warning: <table> lacks "summary" attribute
line 143 column 17 - Warning: <table> lacks "summary" attribute
line 151 column 9 - Warning: <table> lacks "summary" attribute
line 155 column 22 - Warning: <img> lacks "alt" attribute
line 155 column 63 - Warning: <img> lacks "alt" attribute
line 155 column 112 - Warning: <img> lacks "alt" attribute
line 155 column 162 - Warning: <img> lacks "alt" attribute
line 162 column 15 - Warning: <img> lacks "alt" attribute
line 165 column 11 - Warning: <table> lacks "summary" attribute
line 177 column 803 - Warning: <img> proprietary attribute value "absmiddle"
line 177 column 803 - Warning: <img> lacks "alt" attribute
line 177 column 856 - Warning: <img> proprietary attribute value "absmiddle"
line 177 column 856 - Warning: <img> lacks "alt" attribute
line 181 column 9 - Warning: <table> lacks "summary" attribute
line 185 column 22 - Warning: <img> lacks "alt" attribute
line 185 column 63 - Warning: <img> lacks "alt" attribute
line 185 column 112 - Warning: <img> lacks "alt" attribute
line 185 column 162 - Warning: <img> lacks "alt" attribute
line 192 column 15 - Warning: <img> lacks "alt" attribute
line 195 column 11 - Warning: <table> lacks "summary" attribute
line 201 column 260 - Warning: <img> proprietary attribute value "absmiddle"
line 201 column 260 - Warning: <img> lacks "alt" attribute
line 201 column 313 - Warning: <img> proprietary attribute value "absmiddle"
line 201 column 313 - Warning: <img> lacks "alt" attribute
line 205 column 9 - Warning: <table> lacks "summary" attribute
line 209 column 22 - Warning: <img> lacks "alt" attribute
line 209 column 63 - Warning: <img> lacks "alt" attribute
line 209 column 112 - Warning: <img> lacks "alt" attribute
line 209 column 162 - Warning: <img> lacks "alt" attribute
line 216 column 15 - Warning: <img> lacks "alt" attribute
line 219 column 11 - Warning: <table> lacks "summary" attribute
line 230 column 496 - Warning: <img> proprietary attribute value "absmiddle"
line 230 column 496 - Warning: <img> lacks "alt" attribute
line 230 column 549 - Warning: <img> proprietary attribute value "absmiddle"
line 230 column 549 - Warning: <img> lacks "alt" attribute
line 234 column 9 - Warning: <table> lacks "summary" attribute
line 238 column 22 - Warning: <img> lacks "alt" attribute
line 238 column 63 - Warning: <img> lacks "alt" attribute
line 238 column 112 - Warning: <img> lacks "alt" attribute
line 238 column 162 - Warning: <img> lacks "alt" attribute
line 245 column 15 - Warning: <img> lacks "alt" attribute
line 248 column 11 - Warning: <table> lacks "summary" attribute
line 254 column 179 - Warning: <img> proprietary attribute value "absmiddle"
line 254 column 179 - Warning: <img> lacks "alt" attribute
line 254 column 232 - Warning: <img> proprietary attribute value "absmiddle"
line 254 column 232 - Warning: <img> lacks "alt" attribute
line 258 column 9 - Warning: <table> lacks "summary" attribute
line 262 column 22 - Warning: <img> lacks "alt" attribute
line 262 column 63 - Warning: <img> lacks "alt" attribute
line 262 column 112 - Warning: <img> lacks "alt" attribute
line 262 column 162 - Warning: <img> lacks "alt" attribute
line 269 column 15 - Warning: <img> lacks "alt" attribute
line 272 column 11 - Warning: <table> lacks "summary" attribute
line 282 column 596 - Warning: <img> proprietary attribute value "absmiddle"
line 282 column 596 - Warning: <img> lacks "alt" attribute
line 282 column 649 - Warning: <img> proprietary attribute value "absmiddle"
line 282 column 649 - Warning: <img> lacks "alt" attribute
line 286 column 9 - Warning: <table> lacks "summary" attribute
line 290 column 22 - Warning: <img> lacks "alt" attribute
line 290 column 63 - Warning: <img> lacks "alt" attribute
line 290 column 112 - Warning: <img> lacks "alt" attribute
line 290 column 162 - Warning: <img> lacks "alt" attribute
line 297 column 15 - Warning: <img> lacks "alt" attribute
line 300 column 11 - Warning: <table> lacks "summary" attribute
line 308 column 390 - Warning: <img> proprietary attribute value "absmiddle"
line 308 column 390 - Warning: <img> lacks "alt" attribute
line 308 column 443 - Warning: <img> proprietary attribute value "absmiddle"
line 308 column 443 - Warning: <img> lacks "alt" attribute
line 312 column 9 - Warning: <table> lacks "summary" attribute
line 316 column 22 - Warning: <img> lacks "alt" attribute
line 316 column 63 - Warning: <img> lacks "alt" attribute
line 316 column 112 - Warning: <img> lacks "alt" attribute
line 316 column 162 - Warning: <img> lacks "alt" attribute
line 323 column 15 - Warning: <img> lacks "alt" attribute
line 326 column 11 - Warning: <table> lacks "summary" attribute
line 334 column 394 - Warning: <img> proprietary attribute value "absmiddle"
line 334 column 394 - Warning: <img> lacks "alt" attribute
line 334 column 447 - Warning: <img> proprietary attribute value "absmiddle"
line 334 column 447 - Warning: <img> lacks "alt" attribute
line 338 column 9 - Warning: <table> lacks "summary" attribute
line 342 column 22 - Warning: <img> lacks "alt" attribute
line 342 column 63 - Warning: <img> lacks "alt" attribute
line 342 column 112 - Warning: <img> lacks "alt" attribute
line 342 column 162 - Warning: <img> lacks "alt" attribute
line 349 column 15 - Warning: <img> lacks "alt" attribute
line 352 column 11 - Warning: <table> lacks "summary" attribute
line 368 column 1767 - Warning: <img> proprietary attribute value "absmiddle"
line 368 column 1767 - Warning: <img> lacks "alt" attribute
line 368 column 1820 - Warning: <img> proprietary attribute value "absmiddle"
line 368 column 1820 - Warning: <img> lacks "alt" attribute
line 372 column 9 - Warning: <table> lacks "summary" attribute
line 376 column 22 - Warning: <img> lacks "alt" attribute
line 376 column 63 - Warning: <img> lacks "alt" attribute
line 376 column 112 - Warning: <img> lacks "alt" attribute
line 376 column 162 - Warning: <img> lacks "alt" attribute
line 383 column 15 - Warning: <img> lacks "alt" attribute
line 386 column 11 - Warning: <table> lacks "summary" attribute
line 393 column 450 - Warning: <img> proprietary attribute value "absmiddle"
line 393 column 450 - Warning: <img> lacks "alt" attribute
line 393 column 503 - Warning: <img> proprietary attribute value "absmiddle"
line 393 column 503 - Warning: <img> lacks "alt" attribute
line 397 column 9 - Warning: <table> lacks "summary" attribute
line 401 column 22 - Warning: <img> lacks "alt" attribute
line 401 column 63 - Warning: <img> lacks "alt" attribute
line 401 column 112 - Warning: <img> lacks "alt" attribute
line 401 column 162 - Warning: <img> lacks "alt" attribute
line 408 column 15 - Warning: <img> lacks "alt" attribute
line 411 column 11 - Warning: <table> lacks "summary" attribute
line 417 column 400 - Warning: <img> proprietary attribute value "absmiddle"
line 417 column 400 - Warning: <img> lacks "alt" attribute
line 417 column 453 - Warning: <img> proprietary attribute value "absmiddle"
line 417 column 453 - Warning: <img> lacks "alt" attribute
line 421 column 9 - Warning: <table> lacks "summary" attribute
line 425 column 22 - Warning: <img> lacks "alt" attribute
line 425 column 63 - Warning: <img> lacks "alt" attribute
line 425 column 112 - Warning: <img> lacks "alt" attribute
line 425 column 162 - Warning: <img> lacks "alt" attribute
line 432 column 15 - Warning: <img> lacks "alt" attribute
line 435 column 11 - Warning: <table> lacks "summary" attribute
line 440 column 198 - Warning: <a> escaping malformed URI reference
line 448 column 674 - Warning: <img> proprietary attribute value "absmiddle"
line 448 column 674 - Warning: <img> lacks "alt" attribute
line 448 column 727 - Warning: <img> proprietary attribute value "absmiddle"
line 448 column 727 - Warning: <img> lacks "alt" attribute
line 452 column 9 - Warning: <table> lacks "summary" attribute
line 456 column 22 - Warning: <img> lacks "alt" attribute
line 456 column 63 - Warning: <img> lacks "alt" attribute
line 456 column 112 - Warning: <img> lacks "alt" attribute
line 456 column 162 - Warning: <img> lacks "alt" attribute
line 463 column 15 - Warning: <img> lacks "alt" attribute
line 466 column 11 - Warning: <table> lacks "summary" attribute
line 474 column 364 - Warning: <img> proprietary attribute value "absmiddle"
line 474 column 364 - Warning: <img> lacks "alt" attribute
line 474 column 456 - Warning: <img> proprietary attribute value "absmiddle"
line 474 column 456 - Warning: <img> lacks "alt" attribute
line 474 column 509 - Warning: <img> proprietary attribute value "absmiddle"
line 474 column 509 - Warning: <img> lacks "alt" attribute
line 478 column 9 - Warning: <table> lacks "summary" attribute
line 482 column 22 - Warning: <img> lacks "alt" attribute
line 482 column 63 - Warning: <img> lacks "alt" attribute
line 482 column 112 - Warning: <img> lacks "alt" attribute
line 482 column 162 - Warning: <img> lacks "alt" attribute
line 489 column 15 - Warning: <img> lacks "alt" attribute
line 492 column 11 - Warning: <table> lacks "summary" attribute
line 506 column 694 - Warning: <img> proprietary attribute value "absmiddle"
line 506 column 694 - Warning: <img> lacks "alt" attribute
line 506 column 747 - Warning: <img> proprietary attribute value "absmiddle"
line 506 column 747 - Warning: <img> lacks "alt" attribute
line 510 column 9 - Warning: <table> lacks "summary" attribute
line 514 column 22 - Warning: <img> lacks "alt" attribute
line 514 column 63 - Warning: <img> lacks "alt" attribute
line 514 column 112 - Warning: <img> lacks "alt" attribute
line 514 column 162 - Warning: <img> lacks "alt" attribute
line 521 column 15 - Warning: <img> lacks "alt" attribute
line 524 column 11 - Warning: <table> lacks "summary" attribute
line 531 column 482 - Warning: <img> proprietary attribute value "absmiddle"
line 531 column 482 - Warning: <img> lacks "alt" attribute
line 531 column 535 - Warning: <img> proprietary attribute value "absmiddle"
line 531 column 535 - Warning: <img> lacks "alt" attribute
line 535 column 9 - Warning: <table> lacks "summary" attribute
line 539 column 22 - Warning: <img> lacks "alt" attribute
line 539 column 63 - Warning: <img> lacks "alt" attribute
line 539 column 112 - Warning: <img> lacks "alt" attribute
line 539 column 162 - Warning: <img> lacks "alt" attribute
line 546 column 15 - Warning: <img> lacks "alt" attribute
line 549 column 11 - Warning: <table> lacks "summary" attribute
line 555 column 188 - Warning: <img> proprietary attribute value "absmiddle"
line 555 column 188 - Warning: <img> lacks "alt" attribute
line 555 column 241 - Warning: <img> proprietary attribute value "absmiddle"
line 555 column 241 - Warning: <img> lacks "alt" attribute
line 559 column 9 - Warning: <table> lacks "summary" attribute
line 563 column 22 - Warning: <img> lacks "alt" attribute
line 563 column 63 - Warning: <img> lacks "alt" attribute
line 563 column 112 - Warning: <img> lacks "alt" attribute
line 563 column 162 - Warning: <img> lacks "alt" attribute
line 570 column 15 - Warning: <img> lacks "alt" attribute
line 573 column 11 - Warning: <table> lacks "summary" attribute
line 579 column 338 - Warning: <img> proprietary attribute value "absmiddle"
line 579 column 338 - Warning: <img> lacks "alt" attribute
line 579 column 391 - Warning: <img> proprietary attribute value "absmiddle"
line 579 column 391 - Warning: <img> lacks "alt" attribute
line 583 column 9 - Warning: <table> lacks "summary" attribute
line 587 column 22 - Warning: <img> lacks "alt" attribute
line 587 column 63 - Warning: <img> lacks "alt" attribute
line 587 column 112 - Warning: <img> lacks "alt" attribute
line 587 column 162 - Warning: <img> lacks "alt" attribute
line 594 column 15 - Warning: <img> lacks "alt" attribute
line 597 column 11 - Warning: <table> lacks "summary" attribute
line 603 column 396 - Warning: <img> proprietary attribute value "absmiddle"
line 603 column 396 - Warning: <img> lacks "alt" attribute
line 603 column 449 - Warning: <img> proprietary attribute value "absmiddle"
line 603 column 449 - Warning: <img> lacks "alt" attribute
line 607 column 9 - Warning: <table> lacks "summary" attribute
line 611 column 22 - Warning: <img> lacks "alt" attribute
line 611 column 63 - Warning: <img> lacks "alt" attribute
line 611 column 112 - Warning: <img> lacks "alt" attribute
line 611 column 162 - Warning: <img> lacks "alt" attribute
line 618 column 15 - Warning: <img> lacks "alt" attribute
line 621 column 11 - Warning: <table> lacks "summary" attribute
line 629 column 486 - Warning: <img> proprietary attribute value "absmiddle"
line 629 column 486 - Warning: <img> lacks "alt" attribute
line 629 column 539 - Warning: <img> proprietary attribute value "absmiddle"
line 629 column 539 - Warning: <img> lacks "alt" attribute
line 633 column 9 - Warning: <table> lacks "summary" attribute
line 637 column 22 - Warning: <img> lacks "alt" attribute
line 637 column 63 - Warning: <img> lacks "alt" attribute
line 637 column 112 - Warning: <img> lacks "alt" attribute
line 637 column 162 - Warning: <img> lacks "alt" attribute
line 644 column 15 - Warning: <img> lacks "alt" attribute
line 647 column 11 - Warning: <table> lacks "summary" attribute
line 659 column 690 - Warning: <img> proprietary attribute value "absmiddle"
line 659 column 690 - Warning: <img> lacks "alt" attribute
line 659 column 743 - Warning: <img> proprietary attribute value "absmiddle"
line 659 column 743 - Warning: <img> lacks "alt" attribute
line 663 column 9 - Warning: <table> lacks "summary" attribute
line 667 column 22 - Warning: <img> lacks "alt" attribute
line 667 column 63 - Warning: <img> lacks "alt" attribute
line 667 column 112 - Warning: <img> lacks "alt" attribute
line 667 column 162 - Warning: <img> lacks "alt" attribute
line 674 column 15 - Warning: <img> lacks "alt" attribute
line 677 column 11 - Warning: <table> lacks "summary" attribute
line 681 column 195 - Warning: <img> proprietary attribute value "absmiddle"
line 681 column 195 - Warning: <img> lacks "alt" attribute
line 696 column 2363 - Warning: <img> proprietary attribute value "absmiddle"
line 696 column 2363 - Warning: <img> lacks "alt" attribute
line 696 column 2416 - Warning: <img> proprietary attribute value "absmiddle"
line 696 column 2416 - Warning: <img> lacks "alt" attribute
line 146 column 17 - Warning: <table> lacks "summary" attribute
line 702 column 17 - Warning: <table> lacks "summary" attribute
line 704 column 17 - Warning: <table> lacks "summary" attribute
line 710 column 1 - Warning: <img> lacks "alt" attribute
line 711 column 1 - Warning: <img> lacks "alt" attribute
line 712 column 1 - Warning: <img> lacks "alt" attribute
line 719 column 9 - Warning: <table> lacks "summary" attribute
line 721 column 25 - Warning: <img> lacks "alt" attribute
line 751 column 17 - Warning: <table> lacks "summary" attribute
line 141 column 143 - Warning: trimming empty <font>
line 143 column 467 - Warning: trimming empty <font>
line 661 column 15 - Warning: trimming empty <tr>
line 702 column 467 - Warning: trimming empty <font>
line 704 column 143 - Warning: trimming empty <font>
line 731 column 105 - Warning: trimming empty <font>
line 153 column 11 - Warning: <a> cannot copy name attribute to id
line 183 column 11 - Warning: <a> cannot copy name attribute to id
line 207 column 11 - Warning: <a> cannot copy name attribute to id
line 236 column 11 - Warning: <a> cannot copy name attribute to id
line 260 column 11 - Warning: <a> cannot copy name attribute to id
line 288 column 11 - Warning: <a> cannot copy name attribute to id
line 314 column 11 - Warning: <a> cannot copy name attribute to id
line 340 column 11 - Warning: <a> cannot copy name attribute to id
line 374 column 11 - Warning: <a> cannot copy name attribute to id
line 399 column 11 - Warning: <a> cannot copy name attribute to id
line 423 column 11 - Warning: <a> cannot copy name attribute to id
line 454 column 11 - Warning: <a> cannot copy name attribute to id
line 480 column 11 - Warning: <a> cannot copy name attribute to id
line 512 column 11 - Warning: <a> cannot copy name attribute to id
line 537 column 11 - Warning: <a> cannot copy name attribute to id
line 561 column 11 - Warning: <a> cannot copy name attribute to id
line 585 column 11 - Warning: <a> cannot copy name attribute to id
line 609 column 11 - Warning: <a> cannot copy name attribute to id
line 635 column 11 - Warning: <a> cannot copy name attribute to id
line 665 column 11 - Warning: <a> cannot copy name attribute to id
Info: Document content looks like HTML Proprietary
Info: No system identifier in emitted doctype
431 warnings, 0 errors were found!


URIs must be properly escaped, they must not contain unescaped
characters below U+0021 including the space character and not
above U+007E. Tidy escapes the URI for you as recommended by
HTML 4.01 section B.2.1 and XML 1.0 section 4.2.2. Some user agents
use another algorithm to escape such URIs and some server-sided
scripts depend on that. If you want to depend on that, you must
escape the URI by your own. For more information please refer to
http://www.w3.org/International/O-URL-and-ident.html

The table summary attribute should be used to describe
the table structure. It is very helpful for people using
non-visual browsers. The scope and headers attributes for
table cells are useful for specifying which headers apply
to each table cell, enabling non-visual browsers to provide
a meaningful context for each cell.

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 may also want to try
"http://www.cast.org/bobby/" which is a free Web-based
service for checking URLs for accessibility.

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.

To learn more about HTML Tidy see http://tidy.sourceforge.net
Please fill bug reports and queries using the "tracker" on the Tidy web site.
Additionally, questions can be sent to html-tidy@w3.org
HTML and CSS specifications are available from http://www.w3.org/
Lobby your company to join W3C, see http://www.w3.org/Consortium