Register - Login
Views: 99393819
Main - Memberlist - Active users - Calendar - Wiki - IRC Chat - Online users
Ranks - Rules/FAQ - Stats - Latest Posts - Color Chart - Smilies
04-24-22 10:51:25 AM
Jul - General Game/ROM Hacking - The General Project Screenshot/Videos Thread... New poll - New thread - New reply
Pages: 1 2 3 4 5 6 7 8 9 10 ... 36 37 38 39 40 41 42 43 44 ... 50 51 52 53 54 55 56 57 58 59 Next newer thread | Next older thread
xdaniel
980
Level: 64


Posts: 25/982
EXP: 2151654
For next: 62443

Since: 12-04-08

Pronouns: he/they
From: Germany

Since last post: 17 days
Last activity: 3 hours

Posted on 02-19-10 10:19:17 AM Link | Quote
HyperHacker: The converter's planned to become open source, but I haven't heard anything from spinout in a week, who wrote most of the collision and scene file generation code, among other things. I'm pretty sure he's also for open sourcing it (considering ex. his own Python-based tools), but I'd still like to ask him beforehand.

As for porting a game from one Ucode to another... it would probably be rather difficult for a whole game. Stuff like levels and objects isn't that complicated if you know about both Ucodes (ex. the damn vertex buffer size differences), where the data's stored and know what you're doing. Display Lists that aren't as easily located - generated on-the-fly or whatever even - are something else, for which you'd probably need to disassemble at least part of the game.

That said, Rena looks like she it's an interesting project, especially the Rena-to-N64 parser part you mentioned - that way, all those Ucode limitations and such wouldn't matter as much anymore. Also, that's much more intelligent than the way our SM64-Z64 converter works: for DList conversion, it basically takes Mario 64's RAM segment 0x07 containing the level data, adds RAM segment 0x09 containing textures not inside the level data to its end, then goes through each DList and just modifies each command that needs changing, meaning Ucode-specific ones and SETTIMG (to fix the texture offset). That resulting batch of data is the base for the Zelda map file. It doesn't ex. combine two Fast3D TRI1 commands into one of F3DEX2's TRI2 or do anything else that could be considered "intelligent" here. I think Rena, or at least your plans for it, are already way ahead of this project


____________________
cu xdaniel
Rena
I had one (1) message in Discord deleted and proceeded to make a huge, huge mess about how it was a violation of free speech and how moderators are supposed to be spam janitors and nobody should have the right to tell me not to talk about school shootings
Level: 135


Posts: 2826/5390
EXP: 29051736
For next: 283269

Since: 07-22-07

Pronouns: he/him/whatever
From: RSP Segment 6

Since last post: 333 days
Last activity: 333 days

Posted on 02-19-10 06:37:02 PM Link | Quote
02-19-10 01:37:02 PM
Post #2826
Yes, porting an entire game to another ucode would be terribly difficult. I meant just porting the levels to work in another game. Importing from Mario 64 is one of my goals. Maybe Zelda too if the game can handle it.

____________________


witty comment
why not?
Fuzzyfreak
User
Level: 12


Posts: 9/22
EXP: 7366
For next: 555

Since: 05-11-08

From: Overberg, Netherlands

Since last post: 10.8 years
Last activity: 10.7 years

Posted on 02-21-10 08:01:03 PM Link | Quote
<object width="425" height="344"><embed src="http://www.youtube.com/v/chf40HHr83s&hl=nl_NL&fs=1&" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed></object>

See also this, and apply it to a SMAS (NOT a SMAS+W) ROM, if you want to see for yourself.
Fuzzyfreak
User
Level: 12


Posts: 10/22
EXP: 7366
For next: 555

Since: 05-11-08

From: Overberg, Netherlands

Since last post: 10.8 years
Last activity: 10.7 years

Posted on 02-26-10 06:32:50 PM Link | Quote
I guess I'll make a double post.

<object width="425" height="344"><embed src="http://www.youtube.com/v/xoelrJM2yEE&hl=nl_NL&fs=1&" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed></object>

Soon, also a Mode 7 overworld (it's somewhat done already, but I want to do the whole rastering without needing to use DSP-1).
I realize Mode 7 is like, one of the most overrated things known to SNES ROM hacking, but whatever. My favourite is Mode 5, but nobody seems to care about that. {B)
Sukasa

Level: 123


Posts: 2155/4326
EXP: 20918604
For next: 312662

Since: 07-07-07


Since last post: 1.1 years
Last activity: 1.0 years

Posted on 02-26-10 07:48:43 PM Link | Quote

Impressive. Mode7 might be "overrated" but it's still a technical feat to implement it in an existing game properly.

____________________
<@Bitmap> Be completely humble and gentle;
<@Bitmap> And tell them to shut the fuck up
Rena
I had one (1) message in Discord deleted and proceeded to make a huge, huge mess about how it was a violation of free speech and how moderators are supposed to be spam janitors and nobody should have the right to tell me not to talk about school shootings
Level: 135


Posts: 2862/5390
EXP: 29051736
For next: 283269

Since: 07-22-07

Pronouns: he/him/whatever
From: RSP Segment 6

Since last post: 333 days
Last activity: 333 days

Posted on 03-03-10 12:43:41 AM (last edited by HyperHacker at 03-02-10 09:45 PM) Link | Quote
03-02-10 07:43:41 PM
Post #2862
^ That is pretty cool. Mode 7 is nice for simple effects like that.

[image]
This is taking longer than it should to restore to what it was before rsync failed all over it, but it's close... it just needs to stop pulling texture coordinates out of nowhere >.>
(The screenshot program crops out the title bar. Oh well.)

____________________


witty comment
why not?
Conte de Contis
Member
Level: 36


Posts: 109/271
EXP: 299488
For next: 8622

Since: 12-21-09

From: Italy

Since last post: 11.8 years
Last activity: 11.8 years

Posted on 03-06-10 01:13:21 PM Link | Quote
Fuzzyfreak: Hah, you even manage to use custom blocks on SMAS, you will manage to complete that level editor... no, wait, that's SWR, but i don't make differences, also cool mode7 screen, i would give some ideas: you could make a "Star Wars" like message (like in the intro) with mode7 (i guess it is acutally implemented in the snes game too. Didn't try also NSMB's rotating FG, like in the last level? Just a thought, though.

Hyperhacker: what is that?

Well i have something to show too:








Those acutally come from an unknown hack called Super Mario: Ucronia, made by me. No one came to look at it, but i relased it before being kicked

____________________
Where i walk, the grass doesn't grow anymore
dirbaio
For future reference, "Responsible disclosure" isn't "acting like a douche about an exploit and demanding compensation".
Level: NaN


Posts: 457/-1288
EXP: NaN
For next: 0

Since: 07-28-09

From: Spain

Since last post: 10.8 years
Last activity: 9.9 years

Posted on 03-06-10 01:26:09 PM Link | Quote
Wow, Conte de Contis! You're a true SMW artist!
I played your hack Mario in Miscland Moon and it was very cool, and these screenshots look very good!

Nice!
Darkdata
Ruins!? ♥
Level: 103


Posts: 1332/2892
EXP: 11436708
For next: 34698

Since: 07-04-07


Since last post: 193 days
Last activity: 1 day

Posted on 03-10-10 01:13:29 AM Link | Quote


Just a side project.

(On a side project note, the less of a reference image I have, the more baselike an image gets.)

____________________
Tyty

Level: 165


Posts: 7110/8599
EXP: 58625552
For next: 310129

Since: 07-07-07


Since last post: 9.8 years
Last activity: 9.8 years

Posted on 03-10-10 02:38:42 PM Link | Quote
Originally posted by Darkdata


Just a side project.

(On a side project note, the less of a reference image I have, the more baselike an image gets.)

Heh. I still say that's awesome.

Any chance I might be in? :3

____________________


Darkdata
Ruins!? ♥
Level: 103


Posts: 1336/2892
EXP: 11436708
For next: 34698

Since: 07-04-07


Since last post: 193 days
Last activity: 1 day

Posted on 03-11-10 09:05:22 PM Link | Quote


Small Update.

____________________
Lunaria

Moon Bunny! :3
Level: 139


Posts: 2341/5751
EXP: 32000792
For next: 466653

Since: 07-28-07

Pronouns: she/her
From: pile of fluff

Since last post: 68 days
Last activity: 1 day

Posted on 03-11-10 09:14:57 PM Link | Quote
heh, nice.

Any plans for making other users too?



And... this is a full pokemon gold/silver/crystal hack, right? :o
(We need more of those!)

____________________
Shadic
Alakadoof?
Level: 151


Posts: 4589/6927
EXP: 42324633
For next: 971843

Since: 07-22-07

Pronouns: he/him
From: Olympia, WA

Since last post: 2 days
Last activity: 16 hours

Posted on 03-12-10 01:11:52 AM Link | Quote
Taryn

Passed away.

Thanks for being a part of us, even if it wasn't always on the best of terms.

1987-2014


Level: 204


Posts: 6137/14742
EXP: 121629469
For next: 1720349

Since: 09-01-09

From: Seattle

Since last post: 10.1 years
Last activity: 9.8 years

Posted on 03-12-10 01:13:38 AM Link | Quote
I'd like to be in there as well, if you could slot me in How many characters do you need though?

____________________
TKB Super Mario Bros.
Darkdata
Ruins!? ♥
Level: 103


Posts: 1339/2892
EXP: 11436708
For next: 34698

Since: 07-04-07


Since last post: 193 days
Last activity: 1 day

Posted on 03-12-10 01:38:48 AM Link | Quote
I need 4 more gym leaders and a few random trainers. :p



____________________
Tanks

360? Yessum.
Level: 121


Posts: 3945/4170
EXP: 19792437
For next: 264259

Since: 07-10-07

From: VA

Since last post: 9.5 years
Last activity: 9.5 years

Posted on 03-12-10 01:42:58 AM (last edited by Tanks at 03-11-10 10:43 PM) Link | Quote
I would love to be a random trainer or gym leader... Whatever floats you boat if you go for it.

____________________

Darkdata
Ruins!? ♥
Level: 103


Posts: 1340/2892
EXP: 11436708
For next: 34698

Since: 07-04-07


Since last post: 193 days
Last activity: 1 day

Posted on 03-12-10 01:45:58 AM Link | Quote
To anyone who wants in, send me a PM-Picture of generally what you want your character to look like. No promises that it will match 1:1, but it will be the same in spirit.

____________________
Shadic
Alakadoof?
Level: 151


Posts: 4595/6927
EXP: 42324633
For next: 971843

Since: 07-22-07

Pronouns: he/him
From: Olympia, WA

Since last post: 2 days
Last activity: 16 hours

Posted on 03-12-10 02:59:54 AM Link | Quote
ReiNi
さよなら*へヴン
Level: 124


Posts: 2492/4444
EXP: 21751360
For next: 85241

Since: 07-21-07


Since last post: 6.7 years
Last activity: 3.3 years

Posted on 03-12-10 03:27:26 AM Link | Quote
Just wait and see how Cirv sends out Missingno or some MATHS Pokemon.
Originally posted by Darkdata
I need 4 more gym leaders and a few random trainers. :p

Only the gym leaders? No Elite 4 + Kanto? (Or rival, or red) Becouse I'd like to be in as one of those...

____________________

Darkdata
Ruins!? ♥
Level: 103


Posts: 1344/2892
EXP: 11436708
For next: 34698

Since: 07-04-07


Since last post: 193 days
Last activity: 1 day

Posted on 03-12-10 03:28:14 AM (last edited by Darkdata at 03-12-10 12:31 AM) Link | Quote
Described is fine, once again, no promises. (Size constraints and color constraints make some things hard to do)

Tina joins the Pokebrawl.



Originally posted by Reimu
Only the gym leaders? No Elite 4 + Kanto? (Or rival, or red) Becouse I'd like to be in as one of those...


This is only a learning hack, so I am only doing one area. I have other plans for the evilteam/rival. The EAT5 is decided already.



____________________
Pages: 1 2 3 4 5 6 7 8 9 10 ... 36 37 38 39 40 41 42 43 44 ... 50 51 52 53 54 55 56 57 58 59 Next newer thread | Next older thread
Jul - General Game/ROM Hacking - The General Project Screenshot/Videos Thread... New poll - New thread - New reply


Rusted Logic

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

32 database queries, 1 query cache hits.
Query execution time:  0.089164 seconds
Script execution time:  0.039408 seconds
Total render time:  0.128572 seconds


TidyHTML vomit below
line 1 column 1 - Warning: missing <!DOCTYPE> declaration
line 2 column 298 - 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 220 - Warning: missing </font> before </table>
line 149 column 35 - Warning: missing <tr>
line 149 column 92 - Warning: unescaped & or unknown entity "&page"
line 149 column 122 - Warning: unescaped & or unknown entity "&page"
line 149 column 152 - Warning: unescaped & or unknown entity "&page"
line 149 column 182 - Warning: unescaped & or unknown entity "&page"
line 149 column 212 - Warning: unescaped & or unknown entity "&page"
line 149 column 242 - Warning: unescaped & or unknown entity "&page"
line 149 column 272 - Warning: unescaped & or unknown entity "&page"
line 149 column 302 - Warning: unescaped & or unknown entity "&page"
line 149 column 332 - Warning: unescaped & or unknown entity "&page"
line 149 column 362 - Warning: unescaped & or unknown entity "&page"
line 149 column 397 - Warning: unescaped & or unknown entity "&page"
line 149 column 429 - Warning: unescaped & or unknown entity "&page"
line 149 column 461 - Warning: unescaped & or unknown entity "&page"
line 149 column 493 - Warning: unescaped & or unknown entity "&page"
line 149 column 528 - Warning: unescaped & or unknown entity "&page"
line 149 column 560 - Warning: unescaped & or unknown entity "&page"
line 149 column 592 - Warning: unescaped & or unknown entity "&page"
line 149 column 624 - Warning: unescaped & or unknown entity "&page"
line 149 column 660 - Warning: unescaped & or unknown entity "&page"
line 149 column 692 - Warning: unescaped & or unknown entity "&page"
line 149 column 724 - Warning: unescaped & or unknown entity "&page"
line 149 column 756 - Warning: unescaped & or unknown entity "&page"
line 149 column 788 - Warning: unescaped & or unknown entity "&page"
line 149 column 820 - Warning: unescaped & or unknown entity "&page"
line 149 column 852 - Warning: unescaped & or unknown entity "&page"
line 149 column 884 - Warning: unescaped & or unknown entity "&page"
line 149 column 916 - Warning: unescaped & or unknown entity "&page"
line 149 column 948 - Warning: unescaped & or unknown entity "&page"
line 149 column 50 - Warning: missing </font> before </td>
line 149 column 985 - 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 188 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 190 column 9 - Warning: missing <tr>
line 208 column 13 - Warning: missing <tr>
line 209 column 99 - Warning: unescaped & or unknown entity "&postid"
line 211 column 85 - Warning: <style> isn't allowed in <td> elements
line 211 column 9 - Info: <td> previously mentioned
line 214 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 216 column 9 - Warning: missing <tr>
line 234 column 13 - Warning: missing <tr>
line 235 column 99 - Warning: unescaped & or unknown entity "&postid"
line 237 column 176 - Warning: unescaped & or unknown entity "&hl"
line 237 column 185 - Warning: unescaped & or unknown entity "&fs"
line 237 column 113 - Warning: discarding unexpected <param>
line 237 column 193 - Warning: discarding unexpected </param>
line 237 column 201 - Warning: discarding unexpected <param>
line 237 column 244 - Warning: discarding unexpected </param>
line 237 column 252 - Warning: discarding unexpected <param>
line 237 column 299 - Warning: discarding unexpected </param>
line 237 column 358 - Warning: unescaped & or unknown entity "&hl"
line 237 column 367 - Warning: unescaped & or unknown entity "&fs"
line 242 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 244 column 9 - Warning: missing <tr>
line 262 column 13 - Warning: missing <tr>
line 263 column 99 - Warning: unescaped & or unknown entity "&postid"
line 267 column 216 - Warning: unescaped & or unknown entity "&hl"
line 267 column 225 - Warning: unescaped & or unknown entity "&fs"
line 267 column 153 - Warning: discarding unexpected <param>
line 267 column 233 - Warning: discarding unexpected </param>
line 267 column 241 - Warning: discarding unexpected <param>
line 267 column 284 - Warning: discarding unexpected </param>
line 267 column 292 - Warning: discarding unexpected <param>
line 267 column 339 - Warning: discarding unexpected </param>
line 267 column 398 - Warning: unescaped & or unknown entity "&hl"
line 267 column 407 - Warning: unescaped & or unknown entity "&fs"
line 273 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 275 column 9 - Warning: missing <tr>
line 293 column 13 - Warning: missing <tr>
line 294 column 99 - Warning: unescaped & or unknown entity "&postid"
line 296 column 74 - Warning: <style> isn't allowed in <td> elements
line 296 column 9 - Info: <td> previously mentioned
line 297 column 1386 - Warning: replacing unexpected font with </font>
line 302 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 304 column 9 - Warning: missing <tr>
line 322 column 13 - Warning: missing <tr>
line 323 column 99 - Warning: unescaped & or unknown entity "&postid"
line 325 column 85 - Warning: <style> isn't allowed in <td> elements
line 325 column 9 - Info: <td> previously mentioned
line 332 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 334 column 9 - Warning: missing <tr>
line 352 column 13 - Warning: missing <tr>
line 353 column 99 - Warning: unescaped & or unknown entity "&postid"
line 371 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 373 column 9 - Warning: missing <tr>
line 391 column 13 - Warning: missing <tr>
line 392 column 99 - Warning: unescaped & or unknown entity "&postid"
line 400 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 402 column 9 - Warning: missing <tr>
line 420 column 13 - Warning: missing <tr>
line 421 column 99 - Warning: unescaped & or unknown entity "&postid"
line 423 column 74 - Warning: <style> isn't allowed in <td> elements
line 423 column 9 - Info: <td> previously mentioned
line 430 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 432 column 9 - Warning: missing <tr>
line 450 column 13 - Warning: missing <tr>
line 451 column 99 - Warning: unescaped & or unknown entity "&postid"
line 453 column 74 - Warning: <link> isn't allowed in <td> elements
line 453 column 9 - Info: <td> previously mentioned
line 464 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 466 column 9 - Warning: missing <tr>
line 484 column 13 - Warning: missing <tr>
line 485 column 99 - Warning: unescaped & or unknown entity "&postid"
line 487 column 74 - Warning: <style> isn't allowed in <td> elements
line 487 column 9 - Info: <td> previously mentioned
line 492 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 494 column 9 - Warning: missing <tr>
line 496 column 147 - Warning: <font> unexpected or duplicate quote mark
line 496 column 147 - Warning: <font> attribute with missing trailing quote mark
line 512 column 13 - Warning: missing <tr>
line 513 column 99 - Warning: unescaped & or unknown entity "&postid"
line 525 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 527 column 9 - Warning: missing <tr>
line 545 column 13 - Warning: missing <tr>
line 546 column 99 - Warning: unescaped & or unknown entity "&postid"
line 548 column 199 - Warning: missing <tr>
line 548 column 203 - Warning: <style> isn't allowed in <td> elements
line 548 column 199 - Info: <td> previously mentioned
line 549 column 1216 - Warning: missing <tr>
line 549 column 1276 - Warning: missing </div>
line 548 column 1164 - Warning: missing </div>
line 548 column 1141 - Warning: missing </div>
line 548 column 1120 - Warning: missing </div>
line 548 column 1100 - Warning: missing </div>
line 548 column 1081 - Warning: missing </div>
line 552 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 554 column 9 - Warning: missing <tr>
line 572 column 13 - Warning: missing <tr>
line 573 column 99 - Warning: unescaped & or unknown entity "&postid"
line 578 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 580 column 9 - Warning: missing <tr>
line 598 column 13 - Warning: missing <tr>
line 599 column 99 - Warning: unescaped & or unknown entity "&postid"
line 601 column 74 - Warning: <style> isn't allowed in <td> elements
line 601 column 9 - Info: <td> previously mentioned
line 606 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 608 column 9 - Warning: missing <tr>
line 626 column 13 - Warning: missing <tr>
line 627 column 99 - Warning: unescaped & or unknown entity "&postid"
line 629 column 312 - Warning: missing </font> before <hr>
line 629 column 644 - Warning: discarding unexpected </td>
line 632 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 634 column 9 - Warning: missing <tr>
line 652 column 13 - Warning: missing <tr>
line 653 column 99 - Warning: unescaped & or unknown entity "&postid"
line 655 column 74 - Warning: <style> isn't allowed in <td> elements
line 655 column 9 - Info: <td> previously mentioned
line 658 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 660 column 9 - Warning: missing <tr>
line 678 column 13 - Warning: missing <tr>
line 679 column 99 - Warning: unescaped & or unknown entity "&postid"
line 681 column 199 - Warning: missing <tr>
line 681 column 203 - Warning: <style> isn't allowed in <td> elements
line 681 column 199 - Info: <td> previously mentioned
line 682 column 1216 - Warning: missing <tr>
line 682 column 1276 - Warning: missing </div>
line 681 column 1164 - Warning: missing </div>
line 681 column 1141 - Warning: missing </div>
line 681 column 1120 - Warning: missing </div>
line 681 column 1100 - Warning: missing </div>
line 681 column 1081 - Warning: missing </div>
line 685 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 687 column 9 - Warning: missing <tr>
line 705 column 13 - Warning: missing <tr>
line 706 column 99 - Warning: unescaped & or unknown entity "&postid"
line 708 column 173 - Warning: <td> dropping value "right" for repeated attribute "align"
line 708 column 310 - Warning: missing <tr>
line 708 column 520 - Warning: missing </font> before <blockquote>
line 709 column 651 - Warning: inserting implicit <font>
line 709 column 651 - Warning: missing </font> before <hr>
line 709 column 716 - Warning: inserting implicit <font>
line 709 column 716 - Warning: missing </font> before <hr>
line 710 column 779 - Warning: inserting implicit <font>
line 710 column 792 - Warning: inserting implicit <font>
line 710 column 1064 - Warning: discarding unexpected </font>
line 711 column 1102 - Warning: discarding unexpected </td>
line 711 column 1107 - Warning: discarding unexpected </tr>
line 714 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 716 column 9 - Warning: missing <tr>
line 734 column 13 - Warning: missing <tr>
line 735 column 99 - Warning: unescaped & or unknown entity "&postid"
line 737 column 74 - Warning: <style> isn't allowed in <td> elements
line 737 column 9 - Info: <td> previously mentioned
line 750 column 17 - Warning: missing <tr>
line 750 column 17 - Warning: discarding unexpected <table>
line 753 column 35 - Warning: missing <tr>
line 753 column 92 - Warning: unescaped & or unknown entity "&page"
line 753 column 122 - Warning: unescaped & or unknown entity "&page"
line 753 column 152 - Warning: unescaped & or unknown entity "&page"
line 753 column 182 - Warning: unescaped & or unknown entity "&page"
line 753 column 212 - Warning: unescaped & or unknown entity "&page"
line 753 column 242 - Warning: unescaped & or unknown entity "&page"
line 753 column 272 - Warning: unescaped & or unknown entity "&page"
line 753 column 302 - Warning: unescaped & or unknown entity "&page"
line 753 column 332 - Warning: unescaped & or unknown entity "&page"
line 753 column 362 - Warning: unescaped & or unknown entity "&page"
line 753 column 397 - Warning: unescaped & or unknown entity "&page"
line 753 column 429 - Warning: unescaped & or unknown entity "&page"
line 753 column 461 - Warning: unescaped & or unknown entity "&page"
line 753 column 493 - Warning: unescaped & or unknown entity "&page"
line 753 column 528 - Warning: unescaped & or unknown entity "&page"
line 753 column 560 - Warning: unescaped & or unknown entity "&page"
line 753 column 592 - Warning: unescaped & or unknown entity "&page"
line 753 column 624 - Warning: unescaped & or unknown entity "&page"
line 753 column 660 - Warning: unescaped & or unknown entity "&page"
line 753 column 692 - Warning: unescaped & or unknown entity "&page"
line 753 column 724 - Warning: unescaped & or unknown entity "&page"
line 753 column 756 - Warning: unescaped & or unknown entity "&page"
line 753 column 788 - Warning: unescaped & or unknown entity "&page"
line 753 column 820 - Warning: unescaped & or unknown entity "&page"
line 753 column 852 - Warning: unescaped & or unknown entity "&page"
line 753 column 884 - Warning: unescaped & or unknown entity "&page"
line 753 column 916 - Warning: unescaped & or unknown entity "&page"
line 753 column 948 - Warning: unescaped & or unknown entity "&page"
line 753 column 50 - Warning: missing </font> before </td>
line 753 column 985 - Warning: missing </font> before </table>
line 755 column 35 - Warning: missing <tr>
line 755 column 50 - Warning: missing </font> before </td>
line 756 column 37 - Warning: unescaped & or unknown entity "&id"
line 755 column 220 - Warning: missing </font> before </table>
line 757 column 17 - Warning: discarding unexpected </textarea>
line 757 column 28 - Warning: discarding unexpected </form>
line 757 column 35 - Warning: discarding unexpected </embed>
line 757 column 43 - Warning: discarding unexpected </noembed>
line 757 column 53 - Warning: discarding unexpected </noscript>
line 757 column 64 - Warning: discarding unexpected </noembed>
line 757 column 74 - Warning: discarding unexpected </embed>
line 757 column 82 - Warning: discarding unexpected </table>
line 757 column 90 - Warning: discarding unexpected </table>
line 759 column 9 - Warning: missing </font> before <table>
line 771 column 25 - Warning: discarding unexpected </font>
line 780 column 57 - Warning: discarding unexpected </font>
line 758 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 243 - Warning: <img> proprietary attribute value "absmiddle"
line 160 column 15 - Warning: <img> proprietary attribute value "absmiddle"
line 160 column 15 - Warning: <img> lacks "alt" attribute
line 160 column 58 - Warning: <img> proprietary attribute value "absmiddle"
line 160 column 58 - Warning: <img> lacks "alt" attribute
line 160 column 101 - Warning: <img> proprietary attribute value "absmiddle"
line 160 column 101 - Warning: <img> lacks "alt" attribute
line 160 column 144 - Warning: <img> proprietary attribute value "absmiddle"
line 160 column 144 - Warning: <img> lacks "alt" attribute
line 160 column 187 - Warning: <img> proprietary attribute value "absmiddle"
line 160 column 187 - Warning: <img> lacks "alt" attribute
line 160 column 230 - Warning: <img> proprietary attribute value "absmiddle"
line 160 column 230 - Warning: <img> lacks "alt" attribute
line 160 column 273 - Warning: <img> proprietary attribute value "absmiddle"
line 160 column 273 - Warning: <img> lacks "alt" attribute
line 160 column 316 - Warning: <img> proprietary attribute value "absmiddle"
line 160 column 316 - Warning: <img> lacks "alt" attribute
line 160 column 359 - Warning: <img> proprietary attribute value "absmiddle"
line 160 column 359 - Warning: <img> lacks "alt" attribute
line 160 column 402 - Warning: <img> proprietary attribute value "absmiddle"
line 160 column 402 - 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 112 - Warning: <img> lacks "alt" attribute
line 161 column 162 - Warning: <img> lacks "alt" attribute
line 162 column 11 - Warning: <img> lacks "alt" attribute
line 172 column 15 - Warning: <img> lacks "alt" attribute
line 183 column 1780 - Warning: <img> proprietary attribute value "absmiddle"
line 183 column 1780 - Warning: <img> lacks "alt" attribute
line 193 column 23 - Warning: <img> lacks "alt" attribute
line 193 column 64 - Warning: <img> lacks "alt" attribute
line 193 column 113 - Warning: <img> lacks "alt" attribute
line 193 column 163 - Warning: <img> lacks "alt" attribute
line 204 column 15 - Warning: <img> lacks "alt" attribute
line 219 column 22 - Warning: <img> lacks "alt" attribute
line 219 column 63 - Warning: <img> lacks "alt" attribute
line 219 column 112 - Warning: <img> lacks "alt" attribute
line 219 column 162 - Warning: <img> lacks "alt" attribute
line 220 column 11 - Warning: <img> lacks "alt" attribute
line 230 column 15 - Warning: <img> lacks "alt" attribute
line 247 column 22 - Warning: <img> lacks "alt" attribute
line 247 column 63 - Warning: <img> lacks "alt" attribute
line 247 column 112 - Warning: <img> lacks "alt" attribute
line 247 column 162 - Warning: <img> lacks "alt" attribute
line 248 column 11 - Warning: <img> lacks "alt" attribute
line 258 column 15 - Warning: <img> lacks "alt" attribute
line 277 column 11 - Warning: <img> lacks "alt" attribute
line 278 column 23 - Warning: <img> lacks "alt" attribute
line 278 column 64 - Warning: <img> lacks "alt" attribute
line 278 column 113 - Warning: <img> lacks "alt" attribute
line 278 column 163 - Warning: <img> lacks "alt" attribute
line 289 column 15 - Warning: <img> lacks "alt" attribute
line 307 column 23 - Warning: <img> lacks "alt" attribute
line 307 column 64 - Warning: <img> lacks "alt" attribute
line 307 column 113 - Warning: <img> lacks "alt" attribute
line 307 column 163 - Warning: <img> lacks "alt" attribute
line 318 column 15 - Warning: <img> lacks "alt" attribute
line 337 column 22 - Warning: <img> lacks "alt" attribute
line 337 column 63 - Warning: <img> lacks "alt" attribute
line 337 column 112 - Warning: <img> lacks "alt" attribute
line 337 column 162 - Warning: <img> lacks "alt" attribute
line 338 column 11 - Warning: <img> lacks "alt" attribute
line 348 column 15 - Warning: <img> lacks "alt" attribute
line 361 column 613 - Warning: <img> lacks "alt" attribute
line 362 column 662 - Warning: <img> lacks "alt" attribute
line 363 column 711 - Warning: <img> lacks "alt" attribute
line 364 column 759 - Warning: <img> lacks "alt" attribute
line 365 column 807 - Warning: <img> lacks "alt" attribute
line 366 column 856 - Warning: <img> lacks "alt" attribute
line 368 column 1054 - Warning: <img> proprietary attribute value "absmiddle"
line 368 column 1054 - Warning: <img> lacks "alt" attribute
line 376 column 23 - Warning: <img> lacks "alt" attribute
line 376 column 64 - Warning: <img> lacks "alt" attribute
line 387 column 15 - Warning: <img> lacks "alt" attribute
line 404 column 11 - Warning: <font> attribute "color" has invalid value "orange"
line 405 column 23 - Warning: <img> lacks "alt" attribute
line 405 column 64 - Warning: <img> lacks "alt" attribute
line 405 column 113 - Warning: <img> lacks "alt" attribute
line 405 column 162 - Warning: <img> lacks "alt" attribute
line 406 column 11 - Warning: <img> lacks "alt" attribute
line 416 column 15 - Warning: <img> lacks "alt" attribute
line 423 column 948 - Warning: <img> lacks "alt" attribute
line 435 column 23 - Warning: <img> lacks "alt" attribute
line 435 column 64 - Warning: <img> lacks "alt" attribute
line 435 column 113 - Warning: <img> lacks "alt" attribute
line 435 column 163 - Warning: <img> lacks "alt" attribute
line 446 column 15 - Warning: <img> lacks "alt" attribute
line 453 column 313 - Warning: <img> lacks "alt" attribute
line 458 column 565 - Warning: <img> proprietary attribute value "absmiddle"
line 458 column 565 - Warning: <img> lacks "alt" attribute
line 461 column 739 - Warning: <img> lacks "alt" attribute
line 468 column 11 - Warning: <font> attribute "color" has invalid value "orange"
line 469 column 23 - Warning: <img> lacks "alt" attribute
line 469 column 64 - Warning: <img> lacks "alt" attribute
line 469 column 113 - Warning: <img> lacks "alt" attribute
line 469 column 162 - Warning: <img> lacks "alt" attribute
line 470 column 11 - Warning: <img> lacks "alt" attribute
line 480 column 15 - Warning: <img> lacks "alt" attribute
line 487 column 948 - Warning: <img> lacks "alt" attribute
line 496 column 11 - Warning: <img> lacks "alt" attribute
line 497 column 23 - Warning: <img> lacks "alt" attribute
line 497 column 64 - Warning: <img> lacks "alt" attribute
line 497 column 113 - Warning: <img> lacks "alt" attribute
line 497 column 163 - Warning: <img> lacks "alt" attribute
line 498 column 11 - Warning: <img> lacks "alt" attribute
line 508 column 15 - Warning: <img> lacks "alt" attribute
line 515 column 410 - Warning: <img> proprietary attribute value "absmiddle"
line 515 column 410 - Warning: <img> lacks "alt" attribute
line 517 column 507 - Warning: <img> proprietary attribute value "absmiddle"
line 517 column 507 - Warning: <img> lacks "alt" attribute
line 522 column 728 - Warning: <img> lacks "alt" attribute
line 530 column 23 - Warning: <img> lacks "alt" attribute
line 530 column 64 - Warning: <img> lacks "alt" attribute
line 530 column 112 - Warning: <img> lacks "alt" attribute
line 530 column 162 - Warning: <img> lacks "alt" attribute
line 531 column 11 - Warning: <img> lacks "alt" attribute
line 541 column 15 - Warning: <img> lacks "alt" attribute
line 549 column 1343 - Warning: <img> proprietary attribute value "absmiddle"
line 549 column 1343 - Warning: <img> lacks "alt" attribute
line 557 column 23 - Warning: <img> lacks "alt" attribute
line 557 column 64 - Warning: <img> lacks "alt" attribute
line 557 column 113 - Warning: <img> lacks "alt" attribute
line 557 column 163 - Warning: <img> lacks "alt" attribute
line 558 column 11 - Warning: <img> lacks "alt" attribute
line 568 column 15 - Warning: <img> lacks "alt" attribute
line 575 column 597 - Warning: <img> proprietary attribute value "absmiddle"
line 575 column 597 - Warning: <img> lacks "alt" attribute
line 575 column 848 - Warning: <img> lacks "alt" attribute
line 582 column 11 - Warning: <font> attribute "color" has invalid value "orange"
line 583 column 23 - Warning: <img> lacks "alt" attribute
line 583 column 64 - Warning: <img> lacks "alt" attribute
line 583 column 113 - Warning: <img> lacks "alt" attribute
line 583 column 162 - Warning: <img> lacks "alt" attribute
line 584 column 11 - Warning: <img> lacks "alt" attribute
line 594 column 15 - Warning: <img> lacks "alt" attribute
line 610 column 11 - Warning: <img> lacks "alt" attribute
line 611 column 23 - Warning: <img> lacks "alt" attribute
line 611 column 64 - Warning: <img> lacks "alt" attribute
line 611 column 113 - Warning: <img> lacks "alt" attribute
line 611 column 163 - Warning: <img> lacks "alt" attribute
line 612 column 11 - Warning: <img> lacks "alt" attribute
line 622 column 15 - Warning: <img> lacks "alt" attribute
line 629 column 312 - Warning: <font> attribute "color" has invalid value "#0000"
line 629 column 435 - Warning: <img> proprietary attribute value "absmiddle"
line 629 column 435 - Warning: <img> lacks "alt" attribute
line 629 column 572 - Warning: <img> lacks "alt" attribute
line 636 column 11 - Warning: <font> attribute "color" has invalid value "orange"
line 637 column 23 - Warning: <img> lacks "alt" attribute
line 637 column 64 - Warning: <img> lacks "alt" attribute
line 637 column 113 - Warning: <img> lacks "alt" attribute
line 637 column 162 - Warning: <img> lacks "alt" attribute
line 638 column 11 - Warning: <img> lacks "alt" attribute
line 648 column 15 - Warning: <img> lacks "alt" attribute
line 663 column 23 - Warning: <img> lacks "alt" attribute
line 663 column 64 - Warning: <img> lacks "alt" attribute
line 663 column 112 - Warning: <img> lacks "alt" attribute
line 663 column 162 - Warning: <img> lacks "alt" attribute
line 664 column 11 - Warning: <img> lacks "alt" attribute
line 674 column 15 - Warning: <img> lacks "alt" attribute
line 681 column 1081 - Warning: <div> anchor "shadic1-bg" already defined
line 681 column 1100 - Warning: <div> anchor "shadic1-sky" already defined
line 681 column 1120 - Warning: <div> anchor "shadic1-logo" already defined
line 681 column 1141 - Warning: <div> anchor "shadic1-ground" already defined
line 681 column 1164 - Warning: <div> anchor "shadic1-jd" already defined
line 682 column 1276 - Warning: <div> anchor "shadic1-box" already defined
line 690 column 23 - Warning: <img> lacks "alt" attribute
line 690 column 64 - Warning: <img> lacks "alt" attribute
line 690 column 113 - Warning: <img> lacks "alt" attribute
line 690 column 163 - Warning: <img> lacks "alt" attribute
line 691 column 11 - Warning: <img> lacks "alt" attribute
line 701 column 15 - Warning: <img> lacks "alt" attribute
line 708 column 229 - Warning: <img> lacks "alt" attribute
line 710 column 955 - Warning: <img> lacks "alt" attribute
line 718 column 11 - Warning: <font> attribute "color" has invalid value "orange"
line 719 column 23 - Warning: <img> lacks "alt" attribute
line 719 column 64 - Warning: <img> lacks "alt" attribute
line 719 column 113 - Warning: <img> lacks "alt" attribute
line 719 column 162 - Warning: <img> lacks "alt" attribute
line 720 column 11 - Warning: <img> lacks "alt" attribute
line 730 column 15 - Warning: <img> lacks "alt" attribute
line 741 column 1101 - Warning: <img> lacks "alt" attribute
line 745 column 1512 - Warning: <img> proprietary attribute value "absmiddle"
line 745 column 1512 - Warning: <img> lacks "alt" attribute
line 756 column 44 - Warning: <img> proprietary attribute value "absmiddle"
line 756 column 142 - Warning: <img> proprietary attribute value "absmiddle"
line 756 column 243 - Warning: <img> proprietary attribute value "absmiddle"
line 765 column 25 - Warning: <img> lacks "alt" attribute
line 770 column 267 - Warning: <img> lacks "alt" attribute
line 549 column 1430 - Warning: trimming empty <p>
line 682 column 1386 - Warning: trimming empty <p>
line 708 column 454 - Warning: trimming empty <font>
line 708 column 446 - Warning: trimming empty <center>
line 710 column 779 - Warning: trimming empty <font>
line 750 column 17 - Warning: trimming empty <tr>
line 125 column 68 - Warning: <nobr> is not approved by W3C
line 141 column 68 - Warning: <nobr> is not approved by W3C
line 177 column 27 - Warning: <nobr> is not approved by W3C
line 209 column 27 - Warning: <nobr> is not approved by W3C
line 235 column 27 - Warning: <nobr> is not approved by W3C
line 263 column 27 - Warning: <nobr> is not approved by W3C
line 294 column 27 - Warning: <nobr> is not approved by W3C
line 323 column 27 - Warning: <nobr> is not approved by W3C
line 353 column 27 - Warning: <nobr> is not approved by W3C
line 392 column 27 - Warning: <nobr> is not approved by W3C
line 421 column 27 - Warning: <nobr> is not approved by W3C
line 451 column 27 - Warning: <nobr> is not approved by W3C
line 485 column 27 - Warning: <nobr> is not approved by W3C
line 513 column 27 - Warning: <nobr> is not approved by W3C
line 515 column 74 - Warning: <table> proprietary attribute "height"
line 515 column 74 - Warning: <table> proprietary attribute "background"
line 546 column 27 - Warning: <nobr> is not approved by W3C
line 548 column 74 - Warning: <table> proprietary attribute "background"
line 549 column 1187 - Warning: <table> proprietary attribute "height"
line 573 column 27 - Warning: <nobr> is not approved by W3C
line 575 column 74 - Warning: <table> proprietary attribute "height"
line 599 column 27 - Warning: <nobr> is not approved by W3C
line 627 column 27 - Warning: <nobr> is not approved by W3C
line 629 column 74 - Warning: <table> proprietary attribute "height"
line 653 column 27 - Warning: <nobr> is not approved by W3C
line 679 column 27 - Warning: <nobr> is not approved by W3C
line 681 column 74 - Warning: <table> proprietary attribute "background"
line 682 column 1187 - Warning: <table> proprietary attribute "height"
line 706 column 27 - Warning: <nobr> is not approved by W3C
line 708 column 74 - Warning: <table> proprietary attribute "height"
line 710 column 929 - Warning: <marquee> is not approved by W3C
line 735 column 27 - Warning: <nobr> is not approved by W3C
Info: Document content looks like HTML5
Info: No system identifier in emitted doctype
Tidy found 470 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