![]() |
|
[RELEASE] Gamma-X (formerly called "Xbox Net Loader") Xbox game manager and launcher - Printable Version +- XBMC Community Forum (http://forum.xbmc.org) +-- Forum: Help and Support (/forumdisplay.php?fid=33) +--- Forum: Add-ons Help and Support (/forumdisplay.php?fid=27) +---- Forum: Program Add-ons (/forumdisplay.php?fid=151) +---- Thread: [RELEASE] Gamma-X (formerly called "Xbox Net Loader") Xbox game manager and launcher (/showthread.php?tid=15567) |
[RELEASE] Gamma-X (formerly called "Xbox Net Loader") Xbox game manager and launcher - ruuk - 2005-10-12 16:30 gamma-x v0.9981b game manager for xbox ![]() ![]() ![]() xbox net loader has changed it's name to gamma-x, as 'net loader' no longer well describes it ![]() +manage apps/games stored on a networked pc +save management - backup, install, delete and restore saves +xbmc update utility +xbox-saves and mega x key web game save browser and download/installer get it here: http://2ndmind.net/xnetload - Livin - 2005-10-12 19:53 ruuk, looks to me like you may be able to make a few mods to this script and give some others what they have been wanting... an xbmc update script. here's the idea... set a folder/share on the pc (or the internet) that has the updated files for xbmc. the script copies them over to the xbox. also have a list of excluded & included custom files that for people that have mod'd xmls for themselves example... Quote:excludes:... etc so it reads the excludes first so as not to copy any excludes over if it encounters it in an include statement. once this is setup, updating your xbox xbmc files will be a breeze... one button even! just a thought...[code] - Gamester17 - 2005-10-13 07:33 option to automaticly download (and correctly extract) xbox game-saves from www.xbox-saves.com would be a very nice feature ![]() ...though maybe add some sort of auto-backup (before over-writing existing game-saves) and semi-auto restore function to be safe - ruuk - 2005-10-13 11:49 will do for xbox-saves.com. both the site and the files are in the same format as megaxkey.com which the script already browses,downloads and installs. it also already backs up saves, though i will put an option for auto-backup. ruuk - smuto - 2005-10-14 21:35 i'm just love save menager i know your skin are great but i try to fit this graet script into pmiii skin with buidin texture is it posible to make integer icon or thumbnail to the controllist from title_image? is it posible to make save menager to stand along script? i will prefer save window with buttons and more info labels rukk - thx a lot - ruuk - 2005-10-15 00:15 i'm glad you like the save manager. i hope this answers all your questions, please let me know if you have more. i have really only just started it, so it is going to be different from what it is now. the 'skin' it has now is temporary. i will probably make something to match the game manager window. i wait till i'm more sure of where everything is going to be to spend much time on the 'skin' so i don't have to keep re-doing it. the save manager can be run as standalone script, just run the savemx.py file. i may be able to add thumbnails to the controllist. the main problem would be speed. decoding the images in python is a little slow but i haven't tested it yet, so it may work fine.the problem with trying to match the pmiii skin is that if i want to make a different layout than the 'normal' pmiii window layout, i have to do a bit of work to match the style to pmiii. i would consider making the skin selectable between what i have and a pmiii style skin once i have the final layout all worked out, especially if someone wants to do the images for me ![]() ruuk - smuto - 2005-10-15 18:44 your skin is good enough i'm not a python code writer, but playing with skin to the script gives a lot of fan, for me - scripters can make his work without skin Quote:the save manager can be run as standalone script, just run the savemx.py file.yes, i take a look into readme file, but appinfo.py is for both and better to leave app_info_window in peace Quote:i may be able to add thumbnails to the controllist.:kickass: title id as a label 2 will also be great is it posible to make other font and alignment to label 2 in controllist? in app_info_window more controllabel with tltleid, full path, size (or size to label2 in controllist) in home i don't have pc, only x with net - so xnetload is realy pretty, but savemx i just love smuto - ruuk - 2005-10-16 07:55 v0.99b - coming very soon... ![]() i've re-worked the gui, added thumbnails, and the ability to fetch saves from xbox-saves.com (adding to the megaxkey.com) see the pics in the top post. ruuk - ruuk - 2005-10-17 04:03 v0.99b out =] +xbox-saves.com added to the web saves browser +thumbnails everywhere =] +interface improvements +bug fixes thubnails will make the save manager load slow the first time. the thumbnails will be cached, so after that it will be pretty quick ![]() enjoy! ruuk - smuto - 2005-10-17 19:58 :bowdown: :bowdown: :bowdown: wow, we enjoy can u help me (example of the code) how add a folder name (titleid - i think) to the 2label in save_manager_window your script is not my level of knowledge smuto |