SEOW v7 Planning
Moderator: SEOW Developers
-
- Posts: 101
- Joined: Thu 26 Apr 2012 2:13 pm
- Location: Dartmouth , Nova Scotia , Canada
Hey SEOW devs...
How r u guys?
Hope everyone is doing good ...
Well lets get to the point. I've noticed you guys introduced the modified Gross combat scoring system i suggested and also included the Pilot photos folder in the new SEOW installation. Im really excited about that but i do not know how to work it yet lol....
How do I introduce the pilot names and corresponding photos into the pilot_photos table?
How r u guys?
Hope everyone is doing good ...
Well lets get to the point. I've noticed you guys introduced the modified Gross combat scoring system i suggested and also included the Pilot photos folder in the new SEOW installation. Im really excited about that but i do not know how to work it yet lol....
How do I introduce the pilot names and corresponding photos into the pilot_photos table?
Hi Riksen,
It's easy to do:
- Change the pilot photos to true in StatisticsMetadata as you did.
- Fill the Pilot_Photos table in the SEDB database
- Add photos (e.g. *.jpg) in the new folder \MP4public\Statistics\PilotPhotos
As an example
That's all ^^
It's easy to do:
- Change the pilot photos to true in StatisticsMetadata as you did.
- Fill the Pilot_Photos table in the SEDB database
- Add photos (e.g. *.jpg) in the new folder \MP4public\Statistics\PilotPhotos
As an example
That's all ^^
Last edited by PA-Dore on Sat 22 Feb 2014 11:28 am, edited 1 time in total.
Thank u for ur reply Dore ...
Unfortunately I've done all of that but still no go...
First I introduced the jpg pictures of the pilots in the PilotPhotos folder with their corresponding names. For example:
The in-game pilot name was JAGER_Knoke, so I introduced a picture called JAGER_Knoke.jpg in that folder. Then I turned it on in the StatisticsMetadata script by replacing false to true in the correponding field. Tryed to rebuild the statistics page but still no pilot picture shows up....
Maybe u could take a look via TeamViewer for me?
Appreciate the help
Riksen
Unfortunately I've done all of that but still no go...
First I introduced the jpg pictures of the pilots in the PilotPhotos folder with their corresponding names. For example:
The in-game pilot name was JAGER_Knoke, so I introduced a picture called JAGER_Knoke.jpg in that folder. Then I turned it on in the StatisticsMetadata script by replacing false to true in the correponding field. Tryed to rebuild the statistics page but still no pilot picture shows up....
Maybe u could take a look via TeamViewer for me?
Appreciate the help
Riksen
-
- Posts: 2211
- Joined: Mon 08 Jan 2007 11:10 pm
- Location: Perth, Western Australia
The Pilot_Photos table has two fields (columns):
Pilot_Name, Photo_Name
For your example Riksen, set:
Pilot_Name to "JAGER_Knoke"
Pilot_Photo to "JAGER_Knoke.jpg"
Put the file JAGER_Knoke.jpg inside the Statistics/PilotPhotos folder. Make sure the PilotPhotos folder is readable!
Add data to Pilot_Photos table for other pilots as required, 1 row per pilot.
Then turn pilot photos to true in StatisticsMetadata. Rebuild or update cache.
If you are still having problems, you will need to allow us to look at your Stats pages to investigate further.
Cheers,
4S
Pilot_Name, Photo_Name
For your example Riksen, set:
Pilot_Name to "JAGER_Knoke"
Pilot_Photo to "JAGER_Knoke.jpg"
Put the file JAGER_Knoke.jpg inside the Statistics/PilotPhotos folder. Make sure the PilotPhotos folder is readable!
Add data to Pilot_Photos table for other pilots as required, 1 row per pilot.
Then turn pilot photos to true in StatisticsMetadata. Rebuild or update cache.
If you are still having problems, you will need to allow us to look at your Stats pages to investigate further.
Cheers,
4S
IV/JG7_4Shades
SEOW Developer
SEOW Developer
-
- Posts: 2211
- Joined: Mon 08 Jan 2007 11:10 pm
- Location: Perth, Western Australia