Register - Login
Views: 99377774
Main - Memberlist - Active users - Calendar - Wiki - IRC Chat - Online users
Ranks - Rules/FAQ - Stats - Latest Posts - Color Chart - Smilies
04-23-22 09:44:57 PM
Jul - SM64 Hacking (Archive) - Mario 64 Level Importer New poll - New thread - New reply
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 ... 46 47 48 49 50 51 52 53 54 55 Next newer thread | Next older thread
TheSuperyoshi
Member
Level: 21


Posts: 71/74
EXP: 42951
For next: 6992

Since: 11-05-09

From: Germany

Since last post: 12.1 years
Last activity: 12.1 years

Posted on 02-21-10 02:14:04 PM Link | Quote
dummy text
Day 108
--------------------

Originally posted by messiaen
Superyoshi: Just opened your .obj file. There's no texture coordinates on your .obj file, you are probably missing some export option on Blender. I will make the importer output a warn if that happens.


Oh yeah, that was my problem last time too, I always forget this :/ A warning would be very good.

____________________
Working on:
- a Mario 64 Machinima Tutorial

- my Mario Fangame "Super Mario Galaxy: A Blue Star Adventure"

My Twitter
Gecko
Member
Level: 25


Posts: 70/113
EXP: 83008
For next: 6612

Since: 03-27-09


Since last post: 9.1 years
Last activity: 7.6 years

Posted on 02-21-10 02:19:28 PM (last edited by Gecko at 02-21-10 01:38 PM) Link | Quote
Download updated testmap

The new importer unfortunately still ignores my textures.
Edit: Or maybe I'm just too stupid.
messiaen
Catgirl
Level: 68


Posts: 741/1085
EXP: 2594025
For next: 134775

Since: 11-20-07


Since last post: 8.1 years
Last activity: 7.2 years

Posted on 02-21-10 06:51:04 PM Link | Quote
Gecko: Dunno what your problem was, but at least your .obj file served me to test the new version .

Download Level Importer v0.7


Changes from v0.6
- Revert levels feature (restore the original levels)
- Intro screen replacement (not sure if it works well, it needs to be tested further)
- Better error trapping
- Much better .obj and .mtl parsing
- Debugging features

After the level is imported, you can see a conversion log. Please paste this log if you have any problems with your .obj file.
Gecko
Member
Level: 25


Posts: 71/113
EXP: 83008
For next: 6612

Since: 03-27-09


Since last post: 9.1 years
Last activity: 7.6 years

Posted on 02-21-10 06:58:30 PM (last edited by Gecko at 02-21-10 04:32 PM) Link | Quote
[Environment]
Convert path = C:\Dokumente und Einstellungen\Nisa\Eigene Dateien\obj_import6\cvt.exe
[Import Parameteres]
ObjFile = C:\Dokumente und Einstellungen\Nisa\Eigene Dateien\obj_import6\untitled2_Scene.obj
Scaling = 100.000000
Level = 5
Weather = 0
Background = 4
Create Death at Bottom plane = 1
Restore Level Flag = 0
[Material]
Material Library = untitled2_Scene.mtl
Material #1 = Grass_sand.png.001
Texture File = sand.png
[Warning]
Error opening texture "sand.png.bmp"
Material #2 = Grass_grass.png.001
Texture File = grass.png
[Warning]
Error opening texture "grass.png.bmp"
Material #3 = Grass_stone2.png.001
Texture File = stone2.png
[Warning]
Error opening texture "stone2.png.bmp"
[ObjFile]
Average X = -5.469558
Average Y = 44.774142
Average Z = -6.273762
[ObjFile]
Vertex Count = 122
Face Count = 210
Material Count = 3
Vertex data size = 0x2790 bytes
Display List data size = 0xa50 bytes
[ROM]
Display List pointer = 0x07002790
Collision Pointer = 0x070031e0

Probably, the bmp files aren't created. Maybe I'm missing some library or similar for the converter to work.

Edit: Download Microsoft Visual C++ 2008 SP1 Redistributable Package (x86)
was missing, it works now, yay!
messiaen
Catgirl
Level: 68


Posts: 742/1085
EXP: 2594025
For next: 134775

Since: 11-20-07


Since last post: 8.1 years
Last activity: 7.2 years

Posted on 02-21-10 07:37:12 PM (last edited by messiaen at 02-21-10 04:41 PM) Link | Quote
Ah, nice that you found the problem! I wouldn't never find this myself . I will include a note about this.
Gecko
Member
Level: 25


Posts: 72/113
EXP: 83008
For next: 6612

Since: 03-27-09


Since last post: 9.1 years
Last activity: 7.6 years

Posted on 02-21-10 07:41:00 PM Link | Quote
Thank you for your effort. Installing the Microsoft Visual C++ 2008 SP1 Redistributable Package (x86) fixed it.

Aamelo
Member
Level: 17


Posts: 24/46
EXP: 21258
For next: 3485

Since: 08-06-09


Since last post: 11.8 years
Last activity: 10.8 years

Posted on 02-21-10 08:53:02 PM (last edited by Aamelo at 02-21-10 05:53 PM) Link | Quote
Wheel... it started to work...



But still a lot to fix.

NEXT STEP: Make the level big with a bigger scaling
messiaen
Catgirl
Level: 68


Posts: 743/1085
EXP: 2594025
For next: 134775

Since: 11-20-07


Since last post: 8.1 years
Last activity: 7.2 years

Posted on 02-21-10 09:16:46 PM Link | Quote
Looks like you haven't triangulated your .obj, so half of the polygons are missing. What 3D modeller did you use? Re-check your .obj export settings.

Also, I'm interested in why the background looks glitched. Could you redo the import and send me your conversion log? There may be a bug with the specific setting you used.
Breegullbeak
Member
Level: 27


Posts: 99/135
EXP: 107581
For next: 8578

Since: 06-06-09


Since last post: 10.5 years
Last activity: 9.7 years

Posted on 02-21-10 10:47:06 PM Link | Quote
I can't install Visual C++ until I confirm my copy of Vista premium, but I get this error as well.
messiaen
Catgirl
Level: 68


Posts: 744/1085
EXP: 2594025
For next: 134775

Since: 11-20-07


Since last post: 8.1 years
Last activity: 7.2 years

Posted on 02-21-10 11:05:21 PM Link | Quote
You don't have to install Microsoft Visual Studio C++, just the runtime libraries (link in Gecko's post).

What error are you talking about? Glitched backgrounds? Triangulation? Textures?
Aamelo
Member
Level: 17


Posts: 25/46
EXP: 21258
For next: 3485

Since: 08-06-09


Since last post: 11.8 years
Last activity: 10.8 years

Posted on 02-22-10 06:16:39 PM Link | Quote
Now with the progress:

I Expanded the Model so it would be the correct size at scaling 1 and exported with the faces triangulated



But now the textures don't match and i used textured the textures from the game, as you can see in this picture from S-UP



Next Step: Find an away to fix the textures

~ Aamelo

PS - Also, Messiaen, I Think the background wasn't working right because the Model Faces not be Triangulated
Breegullbeak
Member
Level: 27


Posts: 100/135
EXP: 107581
For next: 8578

Since: 06-06-09


Since last post: 10.5 years
Last activity: 9.7 years

Posted on 02-22-10 06:47:13 PM Link | Quote
Originally posted by messiaen
You don't have to install Microsoft Visual Studio C++, just the runtime libraries (link in Gecko's post).

What error are you talking about? Glitched backgrounds? Triangulation? Textures?

Glitched back grounds and textures. I can't install that. My windows vista isn't regeistered because I never new about regestrations. My computer doesn't let me install programs that come from Microsoft until I get a new code to confirm it, which costs form 100 to 200 dollars.
messiaen
Catgirl
Level: 68


Posts: 746/1085
EXP: 2594025
For next: 134775

Since: 11-20-07


Since last post: 8.1 years
Last activity: 7.2 years

Posted on 02-22-10 11:15:28 PM (last edited by messiaen at 02-22-10 08:16 PM) Link | Quote
Please tell me what settings you used to produce the glitched background. As for textures, it's probably something related to the DLLs.

I did some research and found out that if you are using a 64-bit Windows OS, you have also to download the Visual C++ 2008 Redistributable Package (x64) in addition to the Visual C++ 2008 Redistributable Package (x86)

Could you also test replacing cvt.exe in your folder with THIS version? To anyone with texture problems, please try using this version of Imagemagick's converter and write back if it works or not.

And here's a preview of the next version .
.
2Tie

Rumours of my death have been greatly exaggerated.
Level: 70


Posts: 1/1229
EXP: 2871844
For next: 143967

Since: 02-22-10

Pronouns: anything works
From: here

Since last post: 49 days
Last activity: 1 day

Posted on 02-22-10 11:17:38 PM Link | Quote
Quick question-
Will Rom Extender 1.3b work? Just checking, the readme said not to use anything after 1.3...
Breegullbeak
Member
Level: 27


Posts: 101/135
EXP: 107581
For next: 8578

Since: 06-06-09


Since last post: 10.5 years
Last activity: 9.7 years

Posted on 02-22-10 11:40:08 PM (last edited by Breegullbeak at 02-22-10 08:42 PM) Link | Quote
[Environment]
Convert path = C:\Users\Carol\Downloads\obj_import7\cvt.exe
[Import Parameteres]
ObjFile = C:\Users\Carol\Downloads\obj_import7\ttc\5D93D0.obj
Scaling = 0.600000
Level = 20
Weather = 0
Background = 6
Create Death at Bottom plane = 0
Restore Level Flag = 0
[Material]
Material Library = 5D93D0.mtl
Material #1 = SETTIMG_SEG_0x840
Texture File = 0x840.png
(32x32) Texture Pointer = 07000000
Material #2 = SETTIMG_SEG_0x5160
Texture File = 0x5160.png
(32x32) Texture Pointer = 07000800
Material #3 = SETTIMG_SEG_0x4940
Texture File = 0x4940.png
(32x32) Texture Pointer = 07001000
Material #4 = SETTIMG_SEG_0x20A0
Texture File = 0x20A0.png
(32x32) Texture Pointer = 07001800
Material #5 = SETTIMG_SEG_0x3900
Texture File = 0x3900.png
(32x32) Texture Pointer = 07002000
Material #6 = SETTIMG_SEG_0x30E0
Texture File = 0x30E0.png
(32x32) Texture Pointer = 07002800
Material #7 = SETTIMG_SEG_0x1880
Texture File = 0x1880.png
(32x32) Texture Pointer = 07003000
Material #8 = SETTIMG_SEG_0x28C0
Texture File = 0x28C0.png
(32x32) Texture Pointer = 07003800
Material #9 = SETTIMG_SEG_0x9260
Texture File = 0x9260.png
(32x32) Texture Pointer = 07004000
Material #10 = SETTIMG_SEG_0x9A80
Texture File = 0x9A80.png
(32x32) Texture Pointer = 07004800
Material #11 = SETTIMG_SEG_0x8A40
Texture File = 0x8A40.png
(32x32) Texture Pointer = 07005000
Material #12 = SETTIMG_SEG_0x8220
Texture File = 0x8220.png
(32x32) Texture Pointer = 07005800
Material #13 = SETTIMG_SEG_0x7A00
Texture File = 0x7A00.png
(32x32) Texture Pointer = 07006000
Material #14 = SETTIMG_SEG_0x61A0
Texture File = 0x61A0.png
(32x32) Texture Pointer = 07006800
Material #15 = SETTIMG_SEG_0x71E0
Texture File = 0x71E0.png
(32x32) Texture Pointer = 07007000
Material #16 = SETTIMG_SEG_0x20
Texture File = 0x20.png
(32x32) Texture Pointer = 07007800
Material #17 = SETTIMG_SEG_0x69C0
Texture File = 0x69C0.png
(32x32) Texture Pointer = 07008000
Material #18 = SETTIMG_SEG_0xD360
Texture File = 0xD360.png
(32x32) Texture Pointer = 07008800
Material #19 = SETTIMG_SEG_0x1060
Texture File = 0x1060.png
(32x32) Texture Pointer = 07009000
Material #20 = SETTIMG_SEG_0x5980
Texture File = 0x5980.png
(32x32) Texture Pointer = 07009800
Material #21 = SETTIMG_SEG_0xC320
Texture File = 0xC320.png
(32x32) Texture Pointer = 0700a000
Material #22 = SETTIMG_SEG_0xA2A0
Texture File = 0xA2A0.png
(32x32) Texture Pointer = 0700a800
Material #23 = SETTIMG_SEG_0x4120
Texture File = 0x4120.png
(32x32) Texture Pointer = 0700b000
Material #24 = SETTIMG_SEG_0xAAC0
Texture File = 0xAAC0.png
(32x32) Texture Pointer = 0700b800
Material #25 = SETTIMG_SEG_0xBB00
Texture File = 0xBB00.png
(32x32) Texture Pointer = 0700c000
Material #26 = SETTIMG_SEG_0xE3A0
Texture File = 0xE3A0.png
(32x32) Texture Pointer = 0700c800
Material #27 = SETTIMG_SEG_0x13AE0
Texture File = 0x13AE0.png
(32x32) Texture Pointer = 0700d000
Material #28 = SETTIMG_SEG_0x11C80
Texture File = 0x11C80.png
(32x32) Texture Pointer = 0700d800
Material #29 = SETTIMG_SEG_0x11460
Texture File = 0x11460.png
(32x32) Texture Pointer = 0700e000
Material #30 = SETTIMG_SEG_0x132C0
Texture File = 0x132C0.png
(32x32) Texture Pointer = 0700e800
Material #31 = SETTIMG_SEG_0xDB80
Texture File = 0xDB80.png
(32x32) Texture Pointer = 0700f000
Material #32 = SETTIMG_SEG_0x10C40
Texture File = 0x10C40.png
(32x32) Texture Pointer = 0700f800
Material #33 = SETTIMG_SEG_0xEBC0
Texture File = 0xEBC0.png
(32x32) Texture Pointer = 07010000
Material #34 = SETTIMG_SEG_0x10420
Texture File = 0x10420.png
(32x32) Texture Pointer = 07010800
Material #35 = SETTIMG_SEG_0x12680
Texture File = 0x12680.png
(32x32) Texture Pointer = 07011000
Material #36 = SETTIMG_SEG_0xCB40
Texture File = 0xCB40.png
(32x32) Texture Pointer = 07011800
Material #37 = SETTIMG_SEG_0xB2E0
Texture File = 0xB2E0.png
(32x32) Texture Pointer = 07012000
Material #38 = SETTIMG_SEG_0xFC00
Texture File = 0xFC00.png
(32x32) Texture Pointer = 07012800
Material #39 = SETTIMG_SEG_0x16380
Texture File = 0x16380.png
(64x32) Texture Pointer = 07013000
Material #40 = SETTIMG_SEG_0x167A0
Texture File = 0x167A0.png
(32x32) Texture Pointer = 07014000
Material #41 = SETTIMG_SEG_0x16FC0
Texture File = 0x16FC0.png
(32x32) Texture Pointer = 07014800
Material #42 = SETTIMG_SEG_0x15B60
Texture File = 0x15B60.png
(32x32) Texture Pointer = 07015000
Material #43 = SETTIMG_SEG_0x14B20
Texture File = 0x14B20.png
(32x32) Texture Pointer = 07015800
Material #44 = SETTIMG_SEG_0x15340
Texture File = 0x15340.png
(32x32) Texture Pointer = 07016000
Material #45 = SETTIMG_SEG_0x14300
Texture File = 0x14300.png
(32x32) Texture Pointer = 07016800
Material #46 = SETTIMG_SEG_0xF3E0
Texture File = 0xF3E0.png
(32x32) Texture Pointer = 07017000
Material #47 = SETTIMG_SEG_0x12AA0
Texture File = 0x12AA0.png
(32x32) Texture Pointer = 07017800
Material #48 = SETTIMG_SEG_0x177E0
Texture File = 0x177E0.png
(32x32) Texture Pointer = 07018000
Material #49 = SETTIMG_SEG_0x18000
Texture File = 0x18000.png
(32x32) Texture Pointer = 07018800
Material #50 = SETTIMG_SEG_0x18820
Texture File = 0x18820.png
(32x32) Texture Pointer = 07019000
Material #51 = SETTIMG_SEG_0x19040
Texture File = 0x19040.png
(32x32) Texture Pointer = 07019800
[Warning]
Vertex 3340 out of range (between +8192 and -8192) = -9191.400365 -603.000024 -1796.400071
[Warning]
Vertex 3341 out of range (between +8192 and -8192) = -4689.600186 -603.000024 -11715.600466
[Warning]
Vertex 3342 out of range (between +8192 and -8192) = -10416.600414 -603.000024 -1796.400071
[Warning]
Vertex 3344 out of range (between +8192 and -8192) = -4077.000162 -603.000024 -10654.800423
[Warning]
Vertex 3345 out of range (between +8192 and -8192) = -9191.400365 -603.000024 -1796.400071
[Warning]
Vertex 3346 out of range (between +8192 and -8192) = -4077.000162 -603.000024 -10654.800423
[Warning]
Vertex 3347 out of range (between +8192 and -8192) = -4689.600186 -603.000024 -11715.600466
[Warning]
Vertex 3348 out of range (between +8192 and -8192) = -9191.400365 -603.000024 -1796.400071
[Warning]
Vertex 3350 out of range (between +8192 and -8192) = 6151.200244 -603.000024 -10654.800423
[Warning]
Vertex 3351 out of range (between +8192 and -8192) = -4077.000162 -603.000024 -10654.800423
[Warning]
Vertex 3352 out of range (between +8192 and -8192) = 6151.200244 -603.000024 -10654.800423
[Warning]
Vertex 3353 out of range (between +8192 and -8192) = 6763.800269 -603.000024 -11715.600466
[Warning]
Vertex 3354 out of range (between +8192 and -8192) = -4077.000162 -603.000024 -10654.800423
[Warning]
Vertex 3355 out of range (between +8192 and -8192) = -4689.600186 -603.000024 -11715.600466
[Warning]
Vertex 3357 out of range (between +8192 and -8192) = -10416.600414 -603.000024 -1796.400071
[Warning]
Vertex 3359 out of range (between +8192 and -8192) = -9191.400365 -603.000024 -1796.400071
[Warning]
Vertex 3361 out of range (between +8192 and -8192) = -9191.400365 -603.000024 -1796.400071
[Warning]
Vertex 3365 out of range (between +8192 and -8192) = 11265.600448 -603.000024 -1796.400071
[Warning]
Vertex 3367 out of range (between +8192 and -8192) = 12490.800496 -603.000024 -1796.400071
[Warning]
Vertex 3368 out of range (between +8192 and -8192) = 11265.600448 -603.000024 -1796.400071
[Warning]
Vertex 3371 out of range (between +8192 and -8192) = 11265.600448 -603.000024 -1796.400071
[Warning]
Vertex 3372 out of range (between +8192 and -8192) = 6151.200244 -603.000024 -10654.800423
[Warning]
Vertex 3373 out of range (between +8192 and -8192) = 6151.200244 -603.000024 -10654.800423
[Warning]
Vertex 3374 out of range (between +8192 and -8192) = 12490.800496 -603.000024 -1796.400071
[Warning]
Vertex 3375 out of range (between +8192 and -8192) = 6763.800269 -603.000024 -11715.600466
[Warning]
Vertex 3376 out of range (between +8192 and -8192) = 11265.600448 -603.000024 -1796.400071
[Warning]
Vertex 3602 out of range (between +8192 and -8192) = 367.200015 -603.000024 -10177.800404
[Warning]
Vertex 3604 out of range (between +8192 and -8192) = 5064.000201 -603.000024 -8815.200350
[Warning]
Vertex 3631 out of range (between +8192 and -8192) = 5064.000201 -603.000024 -8815.200350
[Warning]
Vertex 4272 out of range (between +8192 and -8192) = 367.200015 -603.000024 -10177.800404
[ObjFile]
Average X = 88.429361
Average Y = 1027.292326
Average Z = -124.495958
[ObjFile]
Vertex Count = 4667
Face Count = 2664
Material Count = 51
Vertex data size = 0x393e0 bytes
Display List data size = 0xade8 bytes
[ROM]
Display List pointer = 0x070393e0
Collision Pointer = 0x070441c8

This was with the new CVT.

Textures work great. Background is still a mess though. I'm switching it to JRB's background if that helps.





Seems that one of the levels textures got into the background.
hennahacker

Level: 26


Posts: 16/132
EXP: 101120
For next: 1155

Since: 02-20-10

From: The Endless Cabal

Since last post: 6.3 years
Last activity: 6.0 years

Posted on 02-22-10 11:58:24 PM Link | Quote
I'd say the background glitch is being caused by the out of range verticies; try scaling the model smaller so that none of the verticies fall outside the 8192 to -8192 range on any of the axes.

____________________
I am the sum of my parts, but none of my parts are me.
messiaen
Catgirl
Level: 68


Posts: 747/1085
EXP: 2594025
For next: 134775

Since: 11-20-07


Since last post: 8.1 years
Last activity: 7.2 years

Posted on 02-23-10 12:05:05 AM (last edited by messiaen at 02-22-10 09:08 PM) Link | Quote
There's no relation between out of bound vertices and the background. The bug, as I suspected, was a typo in Jolly Roger Bay's background data. I'll recheck all the background data for more problems like this one. For now, just use a different background and it will work fine.

Breegullbeak: Did you have problems with the old cvt.exe? The one I uploaded is an older version which seems to be have less DLL problems.
BTTF Forever
Member
Level: 20


Posts: 12/70
EXP: 39101
For next: 3338

Since: 02-08-10

From: Australia

Since last post: 11.2 years
Last activity: 11.2 years

Posted on 02-23-10 04:41:38 AM Link | Quote
this is great!

haven't been able to reply in a while since my internet died........but it works now.

there are still a few texture errors, for example, there's a texture for a stereo speaker, but when its in game, the texture doubles beside itself, it doesn't stretch to the width of the 3d face. and there's also some missing textures that appear in the modeler but not in game, ill try to send pics later.

your doing a great job! keep up the good work.

____________________
See You In The Future.........Or The Past!
Long Live Back To The Future!
Gecko
Member
Level: 25


Posts: 73/113
EXP: 83008
For next: 6612

Since: 03-27-09


Since last post: 9.1 years
Last activity: 7.6 years

Posted on 02-23-10 05:33:51 AM (last edited by Gecko at 02-23-10 02:36 AM) Link | Quote
Originally posted by messiaen

And here's a preview of the next version .
.

That's awesome! Could you include music selection? It'd also be nice, if levels were ordered by their level number.
messiaen
Catgirl
Level: 68


Posts: 748/1085
EXP: 2594025
For next: 134775

Since: 11-20-07


Since last post: 8.1 years
Last activity: 7.2 years

Posted on 02-23-10 11:46:19 AM Link | Quote
Originally posted by Gecko
That's awesome! Could you include music selection? It'd also be nice, if levels were ordered by their level number.

I was avoiding including settings you can change inside Toad's Tool interface such as level terrain properties and music in order to avoid bloating the interface, though now with the Save/Load settings button I'll think about this.

Levels are ordered according to the order they are in the ROM, I need to keep this for easier data handling.

If I ever get to rewriting the music importer (the idea is to use MusicXML as an input format instead of MIDI) it would be nice to have an integrated interface for music inserting, but don't count on this anytime soon.

Also, the next version won't be compatible with the previous patch: you'll have to patch a clean ROM again. That's because I will change a bit the data layout in order to simplify the bank swapping and to make some improvements to the base level script.
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 ... 46 47 48 49 50 51 52 53 54 55 Next newer thread | Next older thread
Jul - SM64 Hacking (Archive) - Mario 64 Level Importer 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, 12 query cache hits.
Query execution time:  0.088669 seconds
Script execution time:  0.029626 seconds
Total render time:  0.118295 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 194 - Warning: missing </font> before </table>
line 149 column 35 - Warning: missing <tr>
line 149 column 94 - Warning: unescaped & or unknown entity "&page"
line 149 column 126 - Warning: unescaped & or unknown entity "&page"
line 149 column 158 - Warning: unescaped & or unknown entity "&page"
line 149 column 190 - Warning: unescaped & or unknown entity "&page"
line 149 column 222 - Warning: unescaped & or unknown entity "&page"
line 149 column 254 - Warning: unescaped & or unknown entity "&page"
line 149 column 286 - Warning: unescaped & or unknown entity "&page"
line 149 column 320 - Warning: unescaped & or unknown entity "&page"
line 149 column 352 - Warning: unescaped & or unknown entity "&page"
line 149 column 385 - Warning: unescaped & or unknown entity "&page"
line 149 column 419 - Warning: unescaped & or unknown entity "&page"
line 149 column 457 - Warning: unescaped & or unknown entity "&page"
line 149 column 491 - Warning: unescaped & or unknown entity "&page"
line 149 column 525 - Warning: unescaped & or unknown entity "&page"
line 149 column 559 - Warning: unescaped & or unknown entity "&page"
line 149 column 593 - Warning: unescaped & or unknown entity "&page"
line 149 column 627 - Warning: unescaped & or unknown entity "&page"
line 149 column 661 - Warning: unescaped & or unknown entity "&page"
line 149 column 695 - Warning: unescaped & or unknown entity "&page"
line 149 column 729 - Warning: unescaped & or unknown entity "&page"
line 149 column 763 - Warning: unescaped & or unknown entity "&page"
line 149 column 50 - Warning: missing </font> before </td>
line 149 column 800 - 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 101 - Warning: unescaped & or unknown entity "&postid"
line 179 column 372 - Warning: missing </b> before <blockquote>
line 179 column 303 - Warning: missing </font> before <blockquote>
line 179 column 433 - Warning: inserting implicit <font>
line 179 column 433 - Warning: inserting implicit <b>
line 179 column 433 - Warning: missing </b> before <hr>
line 179 column 433 - Warning: missing </font> before <hr>
line 179 column 498 - Warning: inserting implicit <font>
line 179 column 498 - Warning: inserting implicit <b>
line 179 column 498 - Warning: missing </b> before <hr>
line 179 column 498 - Warning: missing </font> before <hr>
line 180 column 1 - Warning: inserting implicit <font>
line 180 column 1 - Warning: inserting implicit <b>
line 182 column 977 - Warning: unescaped & or unknown entity "&param"
line 182 column 986 - Warning: unescaped & or unknown entity "&c"
line 182 column 990 - Warning: unescaped & or unknown entity "&id"
line 185 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 187 column 9 - Warning: missing <tr>
line 205 column 13 - Warning: missing <tr>
line 206 column 101 - Warning: unescaped & or unknown entity "&postid"
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 101 - Warning: unescaped & or unknown entity "&postid"
line 249 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 251 column 9 - Warning: missing <tr>
line 269 column 13 - Warning: missing <tr>
line 270 column 101 - Warning: unescaped & or unknown entity "&postid"
line 312 column 1404 - Warning: unescaped & or unknown entity "&displayLang"
line 316 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 318 column 9 - Warning: missing <tr>
line 336 column 13 - Warning: missing <tr>
line 337 column 101 - Warning: unescaped & or unknown entity "&postid"
line 342 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 344 column 9 - Warning: missing <tr>
line 362 column 13 - Warning: missing <tr>
line 363 column 101 - Warning: unescaped & or unknown entity "&postid"
line 370 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 372 column 9 - Warning: missing <tr>
line 390 column 13 - Warning: missing <tr>
line 391 column 101 - Warning: unescaped & or unknown entity "&postid"
line 402 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 404 column 9 - Warning: missing <tr>
line 422 column 13 - Warning: missing <tr>
line 423 column 101 - Warning: unescaped & or unknown entity "&postid"
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 101 - Warning: unescaped & or unknown entity "&postid"
line 456 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 458 column 9 - Warning: missing <tr>
line 476 column 13 - Warning: missing <tr>
line 477 column 101 - Warning: unescaped & or unknown entity "&postid"
line 484 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 486 column 9 - Warning: missing <tr>
line 504 column 13 - Warning: missing <tr>
line 505 column 101 - Warning: unescaped & or unknown entity "&postid"
line 524 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 526 column 9 - Warning: missing <tr>
line 544 column 13 - Warning: missing <tr>
line 545 column 101 - Warning: unescaped & or unknown entity "&postid"
line 553 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 555 column 9 - Warning: missing <tr>
line 573 column 13 - Warning: missing <tr>
line 574 column 101 - Warning: unescaped & or unknown entity "&postid"
line 580 column 803 - Warning: unescaped & or unknown entity "&d"
line 586 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 588 column 9 - Warning: missing <tr>
line 606 column 13 - Warning: missing <tr>
line 607 column 101 - Warning: unescaped & or unknown entity "&postid"
line 613 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 615 column 9 - Warning: missing <tr>
line 633 column 13 - Warning: missing <tr>
line 634 column 101 - Warning: unescaped & or unknown entity "&postid"
line 886 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 888 column 9 - Warning: missing <tr>
line 906 column 13 - Warning: missing <tr>
line 907 column 101 - Warning: unescaped & or unknown entity "&postid"
line 912 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 914 column 9 - Warning: missing <tr>
line 932 column 13 - Warning: missing <tr>
line 933 column 101 - Warning: unescaped & or unknown entity "&postid"
line 940 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 942 column 9 - Warning: missing <tr>
line 960 column 13 - Warning: missing <tr>
line 961 column 101 - Warning: unescaped & or unknown entity "&postid"
line 973 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 975 column 9 - Warning: missing <tr>
line 993 column 13 - Warning: missing <tr>
line 994 column 101 - Warning: unescaped & or unknown entity "&postid"
line 1002 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 1004 column 9 - Warning: missing <tr>
line 1022 column 13 - Warning: missing <tr>
line 1023 column 101 - Warning: unescaped & or unknown entity "&postid"
line 1035 column 17 - Warning: missing <tr>
line 1035 column 17 - Warning: discarding unexpected <table>
line 1038 column 35 - Warning: missing <tr>
line 1038 column 94 - Warning: unescaped & or unknown entity "&page"
line 1038 column 126 - Warning: unescaped & or unknown entity "&page"
line 1038 column 158 - Warning: unescaped & or unknown entity "&page"
line 1038 column 190 - Warning: unescaped & or unknown entity "&page"
line 1038 column 222 - Warning: unescaped & or unknown entity "&page"
line 1038 column 254 - Warning: unescaped & or unknown entity "&page"
line 1038 column 286 - Warning: unescaped & or unknown entity "&page"
line 1038 column 320 - Warning: unescaped & or unknown entity "&page"
line 1038 column 352 - Warning: unescaped & or unknown entity "&page"
line 1038 column 385 - Warning: unescaped & or unknown entity "&page"
line 1038 column 419 - Warning: unescaped & or unknown entity "&page"
line 1038 column 457 - Warning: unescaped & or unknown entity "&page"
line 1038 column 491 - Warning: unescaped & or unknown entity "&page"
line 1038 column 525 - Warning: unescaped & or unknown entity "&page"
line 1038 column 559 - Warning: unescaped & or unknown entity "&page"
line 1038 column 593 - Warning: unescaped & or unknown entity "&page"
line 1038 column 627 - Warning: unescaped & or unknown entity "&page"
line 1038 column 661 - Warning: unescaped & or unknown entity "&page"
line 1038 column 695 - Warning: unescaped & or unknown entity "&page"
line 1038 column 729 - Warning: unescaped & or unknown entity "&page"
line 1038 column 763 - Warning: unescaped & or unknown entity "&page"
line 1038 column 50 - Warning: missing </font> before </td>
line 1038 column 800 - Warning: missing </font> before </table>
line 1040 column 35 - Warning: missing <tr>
line 1040 column 50 - Warning: missing </font> before </td>
line 1041 column 37 - Warning: unescaped & or unknown entity "&id"
line 1040 column 194 - Warning: missing </font> before </table>
line 1042 column 17 - Warning: discarding unexpected </textarea>
line 1042 column 28 - Warning: discarding unexpected </form>
line 1042 column 35 - Warning: discarding unexpected </embed>
line 1042 column 43 - Warning: discarding unexpected </noembed>
line 1042 column 53 - Warning: discarding unexpected </noscript>
line 1042 column 64 - Warning: discarding unexpected </noembed>
line 1042 column 74 - Warning: discarding unexpected </embed>
line 1042 column 82 - Warning: discarding unexpected </table>
line 1042 column 90 - Warning: discarding unexpected </table>
line 1044 column 9 - Warning: missing </font> before <table>
line 1056 column 25 - Warning: discarding unexpected </font>
line 1065 column 58 - Warning: discarding unexpected </font>
line 1043 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 162 column 11 - Warning: <img> lacks "alt" attribute
line 172 column 15 - Warning: <img> lacks "alt" attribute
line 190 column 22 - Warning: <img> lacks "alt" attribute
line 190 column 63 - Warning: <img> lacks "alt" attribute
line 190 column 112 - Warning: <img> lacks "alt" attribute
line 190 column 162 - Warning: <img> lacks "alt" attribute
line 191 column 11 - Warning: <img> lacks "alt" attribute
line 201 column 15 - Warning: <img> lacks "alt" attribute
line 211 column 257 - Warning: <img> proprietary attribute value "absmiddle"
line 211 column 257 - 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 111 - Warning: <img> lacks "alt" attribute
line 219 column 161 - Warning: <img> lacks "alt" attribute
line 230 column 15 - Warning: <img> lacks "alt" attribute
line 237 column 172 - Warning: <img> proprietary attribute value "absmiddle"
line 237 column 172 - Warning: <img> lacks "alt" attribute
line 254 column 22 - Warning: <img> lacks "alt" attribute
line 254 column 63 - Warning: <img> lacks "alt" attribute
line 254 column 112 - Warning: <img> lacks "alt" attribute
line 254 column 162 - Warning: <img> lacks "alt" attribute
line 255 column 11 - Warning: <img> lacks "alt" attribute
line 265 column 15 - Warning: <img> lacks "alt" attribute
line 313 column 1529 - Warning: <img> proprietary attribute value "absmiddle"
line 313 column 1529 - Warning: <img> lacks "alt" attribute
line 321 column 22 - Warning: <img> lacks "alt" attribute
line 321 column 63 - Warning: <img> lacks "alt" attribute
line 321 column 111 - Warning: <img> lacks "alt" attribute
line 321 column 161 - Warning: <img> lacks "alt" attribute
line 332 column 15 - Warning: <img> lacks "alt" attribute
line 339 column 145 - Warning: <img> proprietary attribute value "absmiddle"
line 339 column 145 - Warning: <img> lacks "alt" attribute
line 347 column 22 - Warning: <img> lacks "alt" attribute
line 347 column 63 - Warning: <img> lacks "alt" attribute
line 347 column 112 - Warning: <img> lacks "alt" attribute
line 347 column 162 - Warning: <img> lacks "alt" attribute
line 348 column 11 - Warning: <img> lacks "alt" attribute
line 358 column 15 - Warning: <img> lacks "alt" attribute
line 367 column 193 - Warning: <img> lacks "alt" attribute
line 375 column 22 - Warning: <img> lacks "alt" attribute
line 375 column 63 - Warning: <img> lacks "alt" attribute
line 375 column 112 - Warning: <img> lacks "alt" attribute
line 375 column 162 - Warning: <img> lacks "alt" attribute
line 386 column 15 - Warning: <img> lacks "alt" attribute
line 395 column 112 - Warning: <img> lacks "alt" attribute
line 407 column 22 - Warning: <img> lacks "alt" attribute
line 407 column 63 - Warning: <img> lacks "alt" attribute
line 407 column 111 - Warning: <img> lacks "alt" attribute
line 407 column 161 - Warning: <img> lacks "alt" attribute
line 418 column 15 - Warning: <img> lacks "alt" attribute
line 435 column 22 - Warning: <img> lacks "alt" attribute
line 435 column 63 - Warning: <img> lacks "alt" attribute
line 435 column 112 - Warning: <img> lacks "alt" attribute
line 435 column 162 - Warning: <img> lacks "alt" attribute
line 436 column 11 - Warning: <img> lacks "alt" attribute
line 446 column 15 - Warning: <img> lacks "alt" attribute
line 461 column 22 - Warning: <img> lacks "alt" attribute
line 461 column 63 - Warning: <img> lacks "alt" attribute
line 461 column 111 - Warning: <img> lacks "alt" attribute
line 461 column 161 - Warning: <img> lacks "alt" attribute
line 472 column 15 - Warning: <img> lacks "alt" attribute
line 489 column 22 - Warning: <img> lacks "alt" attribute
line 489 column 63 - Warning: <img> lacks "alt" attribute
line 489 column 112 - Warning: <img> lacks "alt" attribute
line 489 column 162 - Warning: <img> lacks "alt" attribute
line 500 column 15 - Warning: <img> lacks "alt" attribute
line 511 column 218 - Warning: <img> lacks "alt" attribute
line 515 column 429 - Warning: <img> lacks "alt" attribute
line 529 column 22 - Warning: <img> lacks "alt" attribute
line 529 column 63 - Warning: <img> lacks "alt" attribute
line 529 column 112 - Warning: <img> lacks "alt" attribute
line 529 column 162 - Warning: <img> lacks "alt" attribute
line 530 column 11 - Warning: <img> lacks "alt" attribute
line 540 column 15 - Warning: <img> lacks "alt" attribute
line 550 column 642 - Warning: <img> proprietary attribute value "absmiddle"
line 550 column 642 - Warning: <img> lacks "alt" attribute
line 558 column 22 - Warning: <img> lacks "alt" attribute
line 558 column 63 - Warning: <img> lacks "alt" attribute
line 558 column 111 - Warning: <img> lacks "alt" attribute
line 558 column 161 - Warning: <img> lacks "alt" attribute
line 569 column 15 - Warning: <img> lacks "alt" attribute
line 582 column 1000 - Warning: <img> proprietary attribute value "absmiddle"
line 582 column 1000 - Warning: <img> lacks "alt" attribute
line 583 column 1055 - Warning: <img> lacks "alt" attribute
line 590 column 11 - Warning: <img> lacks "alt" attribute
line 591 column 22 - Warning: <img> lacks "alt" attribute
line 591 column 63 - Warning: <img> lacks "alt" attribute
line 591 column 111 - Warning: <img> lacks "alt" attribute
line 591 column 161 - Warning: <img> lacks "alt" attribute
line 592 column 11 - Warning: <img> lacks "alt" attribute
line 602 column 15 - Warning: <img> lacks "alt" attribute
line 618 column 22 - Warning: <img> lacks "alt" attribute
line 618 column 63 - Warning: <img> lacks "alt" attribute
line 618 column 112 - Warning: <img> lacks "alt" attribute
line 618 column 162 - Warning: <img> lacks "alt" attribute
line 619 column 11 - Warning: <img> lacks "alt" attribute
line 629 column 15 - Warning: <img> lacks "alt" attribute
line 879 column 9448 - Warning: <img> lacks "alt" attribute
line 880 column 9555 - Warning: <img> lacks "alt" attribute
line 881 column 9662 - Warning: <img> lacks "alt" attribute
line 890 column 11 - Warning: <img> lacks "alt" attribute
line 891 column 22 - Warning: <img> lacks "alt" attribute
line 891 column 63 - Warning: <img> lacks "alt" attribute
line 891 column 112 - Warning: <img> lacks "alt" attribute
line 891 column 161 - Warning: <img> lacks "alt" attribute
line 892 column 11 - Warning: <img> lacks "alt" attribute
line 902 column 15 - Warning: <img> lacks "alt" attribute
line 917 column 22 - Warning: <img> lacks "alt" attribute
line 917 column 63 - Warning: <img> lacks "alt" attribute
line 917 column 111 - Warning: <img> lacks "alt" attribute
line 917 column 161 - Warning: <img> lacks "alt" attribute
line 928 column 15 - Warning: <img> lacks "alt" attribute
line 945 column 22 - Warning: <img> lacks "alt" attribute
line 945 column 63 - Warning: <img> lacks "alt" attribute
line 945 column 112 - Warning: <img> lacks "alt" attribute
line 945 column 162 - Warning: <img> lacks "alt" attribute
line 946 column 11 - Warning: <img> lacks "alt" attribute
line 956 column 15 - Warning: <img> lacks "alt" attribute
line 978 column 22 - Warning: <img> lacks "alt" attribute
line 978 column 63 - Warning: <img> lacks "alt" attribute
line 978 column 112 - Warning: <img> lacks "alt" attribute
line 978 column 162 - Warning: <img> lacks "alt" attribute
line 979 column 11 - Warning: <img> lacks "alt" attribute
line 989 column 15 - Warning: <img> lacks "alt" attribute
line 997 column 196 - Warning: <img> proprietary attribute value "absmiddle"
line 997 column 196 - Warning: <img> lacks "alt" attribute
line 998 column 251 - Warning: <img> lacks "alt" attribute
line 999 column 466 - Warning: <img> proprietary attribute value "absmiddle"
line 999 column 466 - Warning: <img> lacks "alt" attribute
line 1007 column 22 - Warning: <img> lacks "alt" attribute
line 1007 column 63 - Warning: <img> lacks "alt" attribute
line 1007 column 111 - Warning: <img> lacks "alt" attribute
line 1007 column 161 - Warning: <img> lacks "alt" attribute
line 1018 column 15 - Warning: <img> lacks "alt" attribute
line 1025 column 264 - Warning: <img> proprietary attribute value "absmiddle"
line 1025 column 264 - Warning: <img> lacks "alt" attribute
line 1041 column 44 - Warning: <img> proprietary attribute value "absmiddle"
line 1041 column 142 - Warning: <img> proprietary attribute value "absmiddle"
line 1041 column 245 - Warning: <img> proprietary attribute value "absmiddle"
line 1050 column 25 - Warning: <img> lacks "alt" attribute
line 1055 column 267 - Warning: <img> lacks "alt" attribute
line 1035 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 206 column 27 - Warning: <nobr> is not approved by W3C
line 235 column 27 - Warning: <nobr> is not approved by W3C
line 270 column 27 - Warning: <nobr> is not approved by W3C
line 337 column 27 - Warning: <nobr> is not approved by W3C
line 363 column 27 - Warning: <nobr> is not approved by W3C
line 391 column 27 - Warning: <nobr> is not approved by W3C
line 423 column 27 - Warning: <nobr> is not approved by W3C
line 451 column 27 - Warning: <nobr> is not approved by W3C
line 477 column 27 - Warning: <nobr> is not approved by W3C
line 505 column 27 - Warning: <nobr> is not approved by W3C
line 545 column 27 - Warning: <nobr> is not approved by W3C
line 574 column 27 - Warning: <nobr> is not approved by W3C
line 607 column 27 - Warning: <nobr> is not approved by W3C
line 634 column 27 - Warning: <nobr> is not approved by W3C
line 907 column 27 - Warning: <nobr> is not approved by W3C
line 933 column 27 - Warning: <nobr> is not approved by W3C
line 961 column 27 - Warning: <nobr> is not approved by W3C
line 994 column 27 - Warning: <nobr> is not approved by W3C
line 1023 column 27 - Warning: <nobr> is not approved by W3C
Info: Document content looks like HTML5
Info: No system identifier in emitted doctype
Tidy found 352 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