[Source Code] Python Script - XBox Gamertag & Avatar
Dom DXecutioner
Member Joined: Jan 2010 Reputation: 0 Location: USA |
2011-09-18 06:05
Post: #21
kool... interesting avatar; thanks for sharing
|
| find quote |
beachkid
Junior Member Posts: 37 Joined: Aug 2010 Reputation: 0 |
2011-09-20 23:57
Post: #22
how do i get into my xbox live with this? im confused
|
| find quote |
k1m0s
Senior Member Joined: Apr 2011 Reputation: 7 Location: Nova Scotia, Canada |
2011-09-21 04:15
Post: #23
Hey dom I added a gamerscore icon to the code rather than the (G), got the icon from http://www.grandtheftwiki.com/images/Gam...e_icon.png
Code: <!-- Label.GamerScore -->Been trying to get rid of the [' '] around the gamerscore to have had no luck. This is great Dom enjoying it very much Thank you
(This post was last modified: 2011-09-25 15:59 by k1m0s.)
|
| find quote |
binBD
Senior Member Posts: 199 Joined: May 2011 Reputation: 3 Location: illinois |
2011-09-25 07:17
Post: #24
guess im the second person to confirm that it works
it is now in my mod you may notice the name is missing, i have'nt added the labels yet
(This post was last modified: 2011-09-25 07:20 by binBD.)
|
| find quote |
k1m0s
Senior Member Joined: Apr 2011 Reputation: 7 Location: Nova Scotia, Canada |
2011-09-25 15:08
Post: #25
Thats cool binBD, Hope to see what others have been doing with it, Heres what I have been working on, still in progress.
|
| find quote |
binBD
Senior Member Posts: 199 Joined: May 2011 Reputation: 3 Location: illinois |
2011-09-26 10:07
Post: #26
Dom i wanted to know what's the code to show the titles of the recent games
i added 4 items already as you see at the bottom but i want the recent games to pop up automaticly how yours did when you updated your gamertag in this video http://www.youtube.com/watch?v=6hGwyH2eV...re=related
|
| find quote |
Dom DXecutioner
Member Joined: Jan 2010 Reputation: 0 Location: USA |
2011-09-27 02:08
Post: #27
beachkid Wrote:how do i get into my xbox live with this? im confusedyou can't, if you want to navigate xbox live, i suggest you use your xbox 360; this will only display gamercard info about your gamertag (ie. avatar, picture, gamerscore and recently played data) k1m0s Wrote:Hey dom I added a gamerscore icon to the code rather than the (G), got the icon from http://www.grandtheftwiki.com/images/Gam...e_icon.pngNice and thanks k1m0s Wrote:Been trying to get rid of the [' '] around the gamerscore to have had no luck. This is great Dom enjoying it very much Thank youOpen the xbox.gamertag.py file; about line #86, replace: PHP Code: GamerScore = "" PHP Code: GamerScore = [] PHP Code: xebi('XBMC.Skin.SetString(XboxLive.Gamer.Score,' + str(GamerScore) + ')') PHP Code: xebi('XBMC.Skin.SetString(XboxLive.Gamer.Score,' + str(GamerScore[0]) + ')') binBD Wrote:Dom i wanted to know what's the code to show the titles of the recent gamesAdd more items and get the information as described in the first post.... |
| find quote |
beachkid
Junior Member Posts: 37 Joined: Aug 2010 Reputation: 0 |
2011-09-27 02:56
Post: #28
the gamercard thats what im talking about
|
| find quote |
k1m0s
Senior Member Joined: Apr 2011 Reputation: 7 Location: Nova Scotia, Canada |
2011-09-27 04:01
Post: #29
Thanks Dom
|
| find quote |
binBD
Senior Member Posts: 199 Joined: May 2011 Reputation: 3 Location: illinois |
Dom,do you know of a source code or can you create a source that gets the gamertag's friend avatar.png to pop up, the image below should explain why i asked.
(This post was last modified: 2011-09-30 09:38 by binBD.)
|
| find quote |

Search
Help