Page 1 of 1

Pbem player pics help please.

Posted: Sun Nov 10, 2002 3:00 pm
by Deathwing
OK, before I put my fist through this monitor screen, can somebody please help me out with player pics. Running the latest 2.3, trying to get the pics working and failing miserably:

Code: Select all

Team pictures
<IMG SRC="Orc\orc_teamathrower1.jpg>
<IMG SRC="Orc\orc_teamablitzer1.jpg>
<IMG SRC="Orc\orc_teamablitzer1.jpg>
<IMG SRC="Orc\orc_teamablitzer1.jpg>
<IMG SRC="Orc\orc_teamablitzer1.jpg>
<IMG SRC="Orc\orc_teambblackorcblocker1.jpg>
<IMG SRC="Orc\orc_teamalineman1.jpg>
<IMG SRC="Orc\orc_teamalineman1.jpg>
<IMG SRC="Orc\orc_teamalineman1.jpg>
<IMG SRC="Orc\orc_teamalineman1.jpg>
<IMG SRC="Orc\orc_teamalineman1.jpg>
Team pictures end
</BODY>
Got the sub-folders in the Roster folder, in this case the 'Orc' sub-folder. Any ideas?

Posted: Sun Nov 10, 2002 3:19 pm
by Grumbledook
yes close the " on each line ;]

Posted: Sun Nov 10, 2002 3:25 pm
by Deathwing
AAAAAAAAARRRGGGGGHHHHH!!!!!!!!!!
:pissed: :pissed: :pissed: :pissed: :pissed:
It already took me about 30 f*****g minutes to spot I had the / the wrong way around!!!!
Speechless.

Posted: Sun Nov 10, 2002 3:26 pm
by Grumbledook
heh the joys of coding missed a " or a ; many a time ;]

Posted: Sun Nov 10, 2002 9:29 pm
by Deathwing
Still got problems. Lucy's Undead work fine, and the above Orcs are ok up to and including player 7 (the first lineman). The last 4 linemen aren't showing at all, not even 'Player picture not found'. Roster slots are 1, 3, 4, 5, 6, 7, 11, 12, 13, 14, 15. So 12->14 aren't showing. So what obvious thing have I missed this time?

Code: Select all

Team pictures
<IMG SRC="Orc\orc_teamathrower1.jpg">
<IMG SRC="Orc\orc_teamablitzer1.jpg">
<IMG SRC="Orc\orc_teamablitzer1.jpg">
<IMG SRC="Orc\orc_teamablitzer1.jpg">
<IMG SRC="Orc\orc_teamablitzer1.jpg">
<IMG SRC="Orc\orc_teambblackorcblocker1.jpg">
<IMG SRC="Orc\orc_teamalineman1.jpg">
<IMG SRC="Orc\orc_teamalineman1.jpg">
<IMG SRC="Orc\orc_teamalineman1.jpg">
<IMG SRC="Orc\orc_teamalineman1.jpg">
<IMG SRC="Orc\orc_teamalineman1.jpg">
Team pictures end
</BODY>

Posted: Sun Nov 10, 2002 9:52 pm
by GalakStarscraper
Woody,

You need to include pictures even for the slots NOT used. So the html needs 16 pictures in it.

So just add in lineman pics for the empty slots and you'll be fine.

Galak

Posted: Sun Nov 10, 2002 10:00 pm
by Deathwing
Thanks Tom. That crossed my mind, but Lucy's 11 players show up fine, even though I only added 11 image source lines, so I kinda dismissed it.
Curious how one works and the other doesn't.

Edit: A-OK now..thanks again Tom.

Posted: Mon Nov 11, 2002 1:16 am
by GalakStarscraper
The only way Lucy's would work if he roster has all the players in the first 11 slots. The game reads the pics in order from slot 1 to 16. Since your roster was spread out it didn't work. If all your players had been #1 to #11, yours would have worked.

Galak

Posted: Mon Nov 11, 2002 1:24 am
by Deathwing
Ah ok, that explains that then. I should really leave this kind of thing to those that have a clue! :D

Posted: Mon Nov 11, 2002 2:39 am
by tchatter
One reason why I gave up doing it...

So that others would "force" themselves to figure it out... :wink:

typically I just put in the slot number and not the lineman. That way when i look at the HTML I only see pix for players that I have and the tool still works because it has 16 lines of code.