Jump to content
RealModScene

Search the Community

Showing results for tags 'F3'.



More search options

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Announcements
    • Site News
    • Scene News
  • Phoenix
    • Aurora releases
    • Aurora support
    • Aurora Localization
    • Skins, Coverflow Layouts, Scripts and Trainers
    • Skin development and LUA scripting
    • Unity Support
    • Requests and Suggestions
  • FreeStyle Dashboard / F3
    • News
    • FreeStyle Dashboard Releases
    • Support
    • Skins
    • Skin Dev
  • Xbox
    • Tutorials
    • Homebrew
    • LibXenon
    • Games
    • Software
    • Other topics
  • PlayStation
    • Tutorials
    • Homebrew
    • Games
    • Software
    • Other Topics
  • Matchmaking
    • North America
    • Central & South America
    • Europe
    • Asia
    • Africa
    • Australia
    • Modded Lobbies
  • MarketPlace
    • Buy
    • Sell
  • Miscellaneous
    • Feedback
    • Other Topics
    • LiNK News

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


AIM


MSN


Website URL


ICQ


Yahoo


Jabber


Skype


Location


Interests

Found 37 results

  1. I didnt found a thread about this. So i start one. Team Xecuter Fusion - called TX Fusion or Fusion FreeStyleDash 2 - called FSD or FSD2 FreeStyleDash 3 - called FSD3 or F3 Aurora - called Aurora Am i right when i say that FSD and Fusion are dead projects and no longer supported ? So Aurora is the only one thats made for the future.
  2. I am trying to run Mass Effect 2. Using Free Style Dash 3 rev775. The disc swaps automatically but the console completely freezes when loading the game. I'm not using swap.xex (Actually never even downloaded that plugin). The autoswap function is also off. (Using Dashlaunch 3.14). I tried this with both ISO extracts and GOD container. Both the discs show up in the game list as well. I don't have any other multi disc games, so can't tell about other titles. I've recreated the GOD containers several times, and copied them over, but to no avail. Any help would be greatly appreciated.
  3. Hi folks I am using a 2TB internal HDD and all my content is stored there. My games are stored as GOD. My drive structure is as follows: / -Content -Cache -RGH: With the following subfolders: --SYSTEM: (With utilities folders lile F3, Dashlaunch...) --XBOX360GAMES: My XB360 games (60) --EMUS --HOMEBREW --XBLA: My XBLA games (600+) I have a small 60 XB360 game library that F3 goes along well with. No problems when I am on the XB360 area. I have the full collection of XBLA games until May 2014. It is a big library with more than 600 games. Around 30 seconds after going into the XBLA section in F3 the dashboard crash miserably on me I have disabled automatic scanning on start and have scanned all the content manually. I choose directly the XBLA type before setting the path, I don't use AUTO and use middle resolution for the game covers. How do you deal with big libraries so F3 does not crash when loading the section? I have to still check any crash logs. Have still not read where I can find them. Any advice is very welcome. Thanks.
  4. Cycle - The Minimalistic Skin early mock-up from my new project - based on an unreleased xbmc skin XBMC Skin
  5. I just have 1 week since got the Freestyle 3 in my box, am a big fan of ubisoft's franchises Assassin's Creed and Splinter Cell, so, i wanna know if you can interact with uplay from inside a game when your box is using RGH, JTAG or Similars hacks, i tried to log in with my account and i cant get any access, the account is working well trought my phone or pc, but not trought my console. I aprecciate any further help.
  6. Good evening fellow skinners, coders, and enthusiasts, Since TeamFSD isn't actively coding anymore, I wanted to provide everyone with a program we created during the creation of the F3plugin, LiNK and the HUD modifications you use today. This program will essentially take XUI files developed with XuiTool and convert them to XURv8 files that are used by the kernel/dash to show the HUD. Additionally, it'll let you load those XURv8 files and convert them to XUI files that you can then load in XUITool. This is the very same tool we used when creating the stuff you see in HUD now. Please keep in mind... this tool was only developed enough to work for us, and while we think its pretty damn good, its not perfect. Also, I am way too lazy to write a how-to, so I am hoping someone with the smarts can figure it out on their own and then write a tutorial for people everywhere to use. In addition to the program, I am providing the complete source code for the project in hopes that it is expanded, improved and continues to be used whether thats for skinning FSPlugin stuff, or writing your own programs or plugins that modify HUD or the dash in some way. Only thing we ask is that you give us some credit if you do use any of the source for your own projects (thanks!) The screenshot below represents the program in action. This is after I loaded SystemLink.xur (a file from f3plugin). It shows the converted heirarchy and even shows timeline information. It is an amazing piece work and Wondro and I spent weeks reverse engineering the XURv8 format for use with LiNK and ultimately I am glad we are finally sharing it. Lastly, if you do use this program to create custom HUD skins for LiNK, do so at your own risk. Hud has a very small amount of memory available and overloading it with images, scenes and animations, you are likely going to cause instability in most games, crashes, etc. Anyway, thanks to everyone in TeamFSD, Wondro, cOz, Anth0ny, Natelx, and DeadlyD for either information or help in building this program and thanks to the fans who have enjoyed using LiNK and the programs we've built. I look forward to seeing what happens with this. Edit By Gavin_Darkglider: For those having issues with XUI Tool opening the XUI files saved by XUI workshop, and have tried the extension files from XUIWorkshop For XUI Tool, try these https://www.dropbox.com/s/oj7swqzioo4bm9u/XuiToolXamExtensions.rar?dl=0. I was having all sorts of issues, only when opening the exported XUI Files, this fixed that problem, and made them appear propperly in XUI tool. Also, after I compiled the XUI Files back into XUR files, I had to edit the XUR with a Hex editor, as the Degree symbol used in the temperatures was being put in to the file as an unreadable byte, so it stopped the plugin from loading the file. I dont have a quick fix for that, but if you want more info look here: http://www.realmodscene.com/index.php?/topic/3261-xuiworkshop-v1000-released-by-teamfsd-member-maesterrowen/?p=43960 Second edit By Gavin_Darkglider: Found A quick fix, if you open the XUI file in XUI tool, and replace the square box symbol that is wrong with the symbol created by holding alt and on the number pad type 1 6 7 then release alt, it will fix the problem(Do for each Temperature Txt), and no hex editing is required. Dont know why the app messes this up when converting files from xur to xui, maybe maester rowen will look into it. This has been tested by me, and is working. Also as stated in the first edit, if using the extensions packaged with xuiworkshop for XUI tool do not work for opening the XUI files in XUI tool, Use the ones I posted above. They have been tested by me, and I have confirmed they work, and will not cause any unwanted changes to the exported binary file. XuiWorkshop.rar
  7. Hi, I understand that this question may already have posted and answered several times already. Unfortunately, I can not find the answer that will fix my problem. My system is on F3, RGH. Before, my console's time and date automatically updates whenever I hook up to LAN. I then encountered a fatal crash error several weeks back and now I never get it to auto update. I am sure I'm hooked up to the internet since game covers for my new downloads automatically updates. Please help me figure out what's wrong and how to fix this..
  8. # # # # # # ## ## ## ## ## ## ## ## ### ########### ### ##################### ##### ##### ######## ######## ### ############# ### ######### ####### ######### ############## ############## ## ######## ######## ## ## ### #### #### ### ## # ### #### #### ### # ### #### #### ### # #### ### ### #### # #### ### ### #### ######## ######## ############### ########### ######### ### ### ### ### ### ### ### ### ######## ######## FreeStyleDash.Mobile.v0.1.iPhone-BioHazard--------------------------------------------------------------#### Overview: ####--------------------------------------------------------------# ## This is an unsigned IPA file ready for jailbroken iOS 6+ ## devices that have AppSync installed. This mobile app is ## provided without warranty and is considered in beta ## status. This mobile app allows the end user to list all ## games on their console or to return to FreeStyleDash. In ## order for this application to properly function during ## refreshing of the game list the FreeStyleDash needs to be ## running. ## ## #--------------------------------------------------------------#### Created By: ####--------------------------------------------------------------# ## BioHazard ## ## #--------------------------------------------------------------#### Special Thanks: ####--------------------------------------------------------------# ## MaesterRowen for adding the API calls to the F3 Plugin ## required for this to function. ## ## #--------------------------------------------------------------#### Thanks to the following people & teams: ####--------------------------------------------------------------# ## BL4K3Y, Blackwolf BraveH43, c0z, J2G, jsinger47, Juvenal ## JPizzle, JQE, k3, RF1911, MartinC, Mattie, stefanou ## Spudnutz, TraJiK, tuxuser, tydye81, Team-Xecuter, TeamFSD ## #-------------------------------------------------------------- FreeStyleDash.Mobile.v0.1b.iPhone-BioHazard.zip
  9. 2 covers I made through Photoshop. Images taken from the NET so if you made/own any of the pictures please post your name so can thank you for them and for credit Thanks
  10. Hi rms user After a long break from the scene I've decide to revive all of my old skins and bring you a couple of new unreleased skins. I'm starting with Tranquility2. FreeStyleDesk, Xeon and others are following soon. Here we go Tranquility2.1 F3 Rev.775 Download Tranquility2.1 ... FreeStyleDesk 3 diffrent desk themed gamelist 2 list views and 1 wallview beta status Download FreeStyleDesk ... ... StarKiller Preview Download StarKiller Preview Commands: Do not press A on Xbox360 tab LT for menue RT for status popup ...
  11. Hello guys!I have a problem. I want to play COD Ghosts, everything works well until I run the game and wanted to press SYSTEM LINK. I can't press it, SYSTEM LINK button is in light grey colour, so I don't know where is the problem. I'm running F3 via XeXmenu, games are on my external hard drive. LiNK test works well, everything passed, also ports, I am logged in jqe360.com on website (remember me is checked) and in F3 also, but still not working, even title updates are downloaded so I am really pissed of at the moment. Please help me fix this.Greets!
  12. The Dream Theme v2.5 (Released October 13th, 2013) What's in this Skin? - 212 HD backgrounds - 100 different stages - 15 different content tabs - 15 different icon sets - 26 Coverflow layouts Changes since v2.4: - Added 62 new HD backgrounds - Changed the coverflow look for people who want to use the status bar - Some minor Tweaks How to use: 1- Go with a ftp program to your Freestyle 3 folder 2- Place "The Dream Theme v2.5.xzp" file in your "Skins" folder. 3- Go with Freestyle 3 to the Skin menu and choose "The Dream Theme v2.5" skin. 4- Restart your Xbox360 5- Go to settings menu and select "reset skin settings" That's all Don't forget to reset your skin settings before using this new version otherwise things will not work properly! Some screenshots below The Dream Theme v2.5.rar
  13. Hello and welcome to a new release of F3. It came to our attention some of F3 wasn't working quite right so we figured why not fix them up, and throw a few new features at you. -= Plugin =- We added the ability to "Pause" a game (freeze all active threads) From webUI (this is experimental). We also added profile information and acheivements to webUI. HUD got a nice new Info Bar on the bottom with game information. -= F3 =- So the TU System. You can now download TUs for multiple games simultaneously and you can pick and choose which TUs to download from each game. Each download gets its own progress bar so its easy to track. Weather. Updated to use the new API and new APi Keys. Also updated so it only gets the information 1 / hour / reboot. So it won't spam your API key. -= Update Info =- Doing a phased implementation to control server traffic. Hope you enjoy. TeamFSD.Freestyle3.0.775.7z Now that this is complete it is time we announce the disbanding of TeamFSD. We as a team have lost a lot of members and come to the point where its time to move on and grow. We will still be involved in the scene and around for discussions and such, but TeamFSD will be no more.
  14. Im Back, Well kinda, I had probably the worst 2 years of my life with a lot of personal dramas i have been trying to sort out which is why i just dropped off the whole skin modding scene. For a while now i have been considering a new skin for F3 and have lots of ideas but finding the time has been very difficult for me. However if there is enough demand from the community to see one final skin from me then ill make one Please respond to the Poll and at the end of the month if there is enough of you all out there that want to see one last skin ill get started on it. Cheers, Dark
  15. So I went away for a few days and let my younger brother use my fairly new R-Jtag Falcon, anyways when I got home he told me he opened up Dashlaunch to try and install homebrew, something came up about DL being incompatible with something and I guess he hit install anyways, It's been starting up to the MS dash ever since. The first thing I did was boot the console with the diskdrive and it booted Xell but I don't know where to go from here, I used a disc I have for xex menu and it did nothing as well, I've been referred to two options to resolving this but not sure which approach is better suited to take, one was to create a new nand, where the other was to simply change my launch.ini file. Can anyone help me with figuring out the best option and how to go about doing it or even show me a guide to do it. Thanks.
  16. Xbox classic game covers won't get displayed in freestyle dash 3. Im running latest F3 Rev735. I can see freestyle downloading covers so I know its downloading something. Even when I refresh artwork for current title it downloads. Yet again f3 won't display any downloaded covers for xbox classic games. Keeps showing Missing Cover. Even after restarting F3. Also tried setting up a JQE360 account and linked it to freestyle dashboard in settings to get custom covers. Loged in and installed a few, After they download I They don't show up either. Even with download custom covers enabled in f3. I've tried everything and can't get any of the xbox classic covers to display. Any ideas how to fix and get classic xbox game covers to be displayedin f3?
  17. Hey community, i'm new here and glad to be here great forum ! I have found it at my way to update my FreestyleDash. I had version 2.2, a friend has made me my JTAG Box. Now, i have updated my Xbox to Version 3 rev735 and as good as anything works. I have not used DLC until now. I have read a many tutorials and i think i have done all right... There are two DLC for MetalGearSolid Rising. There are unlocked and region free. The game and DLC. The game has the newest TU, downloaded in the F3. And it is active. I have try to download it manually but it has not changed. This is the directory where the DLC's are: "OnBoardMUContent00000000000000004B4E080A00000002" I must have done something wrong, but i dont know what. I hope anything else can help me. greetings
  18. This little app is intended for all those who struggle with their ContentItems table. How-To Behind the scenes - SQLs Credits Source files ContentItems.zip
  19. This is the english version of my newest skin for the F3 rev735: Orix I wanted to make a simple and clear skin, so that you can navigate throught it very quickly. And i think it was succesfully. Screenshots: Sorry, if there are some translation mistakes.In this case report them in this thread. Thanks Orix EN 1.0.1.rar
  20. This little app is intended for all those who use a SOURCE F3 install which they copy to other Xbox360's and for those swapping HDD's content from one HDD to another. Apparently each HDD/USB has it's own DeviceId. Under content.db you'll find all MountedDevicesIDs. The ScanPaths table (settings.db) uses these IDs. The ContentItems table (content.db) uses just the ScanPathsID. By copying the databases from the SOURCE F3 install you'll lose your ScanPaths as the DeviceIDs don't match. This is where this app comes into play. How-To Behind the scenes - SQLs Credits Source files Additional Info SetPaths.zip
  21. Hi there! I own an RGH Jasper Fat xbox 360, and always I try to download TU's, I can't reach speeds higher than 50KBps... most of the time, the download are between 15kBps and 30kBps. The curious is that two friend connected their RGH Jasper and Falcon Fat Xbox's at my network and they where able to reach higher speeds like 200 to 400 KBps to download the same TU's for the same game titles (CoD Black OPs II). Can anyone explain what may be the problem with my console? Additional details: . There are no specific rules on my network to my xbox console, except ports opened for LINK to work, and my console being on the DMZ (the other two where not, but I tried to change IP address from my console and noticed no changes on the download speeds). . All mentioned consoles are at the same versions (Dashlaunch 3.07, Kernel 2.0.16203, F3 Dash Version 3.0b Rev735). . All mentioned consoles were connect by ethernet cables (means it's not a wireless issue). . Checked setup on Dashlaunch and seems to be exactly the same on each console. . Made the transfer tests at the same time. . Transfer from other files like covers are much faster than the TU's (on my own console), so the problem seems to be related to TU's specifically. I hope someone can help me figure out what may be the problem and how to fix it, since it's such a pain everytime I need to download TU's directly from F3 with this performance... Thanks in advance to everyone who can give a shot trying to solve this mistery! Best regards, Apaziguador.
  22. Hi F3 Development Team First above all .. Thank you for everything Freestyle was a turning point for our console gaming life's despite many crashes with FREESTYLE v2x we were happy and when F3 came .. salvation is here until.... ============================= MY QUESTION how to reset F3 settings to 0 or clean install what files/folders should i delete can i delete it directly or through FTP BTW F3 is installed in the internal HDD =============================== MY PROBLEM IN FULL DETAIL used a WD 1TB Elements as ExHDD & set paths GOD --------> GOD Games Games ----> RHG/Jtag Rip /MultiDisc & Everything was fine until i replaced it with bigger 1.5TB of same brand & model scanning won't find any games (except for 1 titles that wasn't in 1TB) disconnected the 1.5TB attach it my pc & changed GOD,Games to GOD0,Games0 attached again ... set new paths ..scan .. worked Heaven Tried to remove the old scan paths .. toke a long time then FREEZE after restart .. old paths still there .. but library is empty from any ExHDD titles and scan won't find any don't want change to GOD1,Games1 .. but instead i like to reset F3 * reseting setting just delete all my covers T_T
  23. I was searching this forum and whole web but without any success.I have RGH only 2 weeks. First time in F3 was great Cower Flow - only with games on drive. But after few days, (I thing after Kinect Calibration) there appears these files: - AvatarEditor- dash.ExtraAVCodecs- dash.firstuse- dash.natalpregame- dash.NuiFirstUse- Dash.Search- dashnui- Guide.AccountRecovery- Guide.AvatarMiniCreator- Guide.Fitness- Guide.NuiTroubleshooter- livepack- natalsu- nuihud- Xam.Community- Xam.LiveMessenger- Xam.WordRegister- Xbox Dashboard- XimeDic- XimeDicCh- ximedicex without cover. I thing these files are within some games, or any system files. Am I right? How can i hide these files in cover flow? THNX. p.s.: Sorry for my bad english.
  24. ozzman39

    Weather

    whenever i try to add the weather widget it refuses to search and pull up the area i am in im running F3.0 rev483 though even when i was running 2.0 it would do this to me to anyone have any ideas what could cause this???
  25. My problem is that LiNK doesn't work any more. It only worked for like 3 days. Played Black Ops II perfectly. But now it's doing the Endless loading when i try to go to lobby. PASS for all in test. Nothing changed. But LiNK won't work. This is all i have. Please help me. Thanks.
×
×
  • Create New...